window 2008 r2 900天

1.首先安装后,有一个180天的试用期。2.在180天试用期即将结束时,使用下面的评估序列号激活Svr 2008 R2 可以重新恢复180天试用期Windows Server 2008 R2 Web: KBV3Q-DJ8W7-VPB64-V88KG-82C49Windows Server 2008 R2 Standard: 4GGC4-9947F-FWFP3-78P6F-J9HDRWindows Server 2008 R2 Enterprise: 7PJBC-63K3J-6

window 2008 r2 900天

1.首先安装后,有一个180天的试用期。2.在180天试用期即将结束时,使用下面的评估序列号激活Svr 2008 R2 可以重新恢复180天试用期Windows Server 2008 R2 Web: KBV3Q-DJ8W7-VPB64-V88KG-82C49Windows Server 2008 R2 Standard: 4GGC4-9947F-FWFP3-78P6F-J9HDRWindows Server 2008 R2 Enterprise: 7PJBC-63K3J-6

centos安装 桌面和VNC

安装好后,使用网络安装(如果网络比较快,这个方法简单)yum groupinstall Desktopyum groupinstall X Window Systemyum groupinstall Chinese Support安装VNC服务yum install tigervnc tigervnc-server

解决nohup命令生成的多余的大日志文件

解决nohup命令生成的多余的大日志文件 经常使用命令nohup /usr/bin/php /srv/www/update.php &可以让它在后台安静的进行,但是有一个烦恼就是,它会生成一个日志文件nohup.out而且这个文件,不断的增加。太占空间了。网上找了一下,自己以前也记得好可以输出到一个什么设备里面,就可以了。这次确实了,原来是输出到/dev/null,它就不会管了。好了,把上面的命令修改一下了。nohup /usr/bin/php /srv/www/update

nohup

1.nohup 命令nohup   nohup 命令   用途:LINUX命令用法,不挂断地运行命令。   语法:nohup Command [ Arg ... ] [ & ]   描述:nohup 命令运行由 Command 参数和任何相关的 Arg 参数指定的命令,忽略所有挂断(SIGHUP)信号。在注销后使用 nohup 命令运行后台中的程序。要运行后台中的 nohup 命令,添加 & ( 表示“and”的符号)到命令的尾部。   如果不将 nohup 命令的输出重定向

directadmin 升级 apache

You can check the current version of apache by running/usr/sbin/httpd -vCustomBuild - currentIf you're using custombuild (as most new boxes are), run the followingcd /usr/local/directadmin/custombuild./build update./build apache./build php

禁用Apache空主机头

编辑配置文件,在你的站点配置之前再增加一个站点NameVirtualHost *ServerAdmin yourmail#mail.comDocumentRoot /errorServerName abc.com