error_page 519 /519.html;         if ($request_uri ~* "(cost\()|(concat\()") {                 return 519;         }         if ($request_ur...   

阅读全文

,

nload是一个网络流量统计工具,当前版本为0.7.2。 下载地址:http://sourceforge.net/project/showfiles.php?group_id=35865     使用yum 安装也可以。 yum install nload 源码安装 2. Installing / Compiling nload ---------------------------- Compiling is done by running ./configure make in the directory where this README i...   

阅读全文

一:使用hostname命令 [root@test ~]# hostname www.zaiyouxi.com    这样只是临时更改了主机名为:www.zaiyouxi.com。 二:修改linux主机的配置文件/etc/sysconfig/network 和 /etc/hosts 1.修改/etc/sysconfig/network里面的主机名字。 # vi /etc/sysconfig/network NETWORKING=yes HOSTNAME=www.zaiyouxi.com     ...   

阅读全文

sudo shutdown -h -P +20  -->  20分钟后关机. xxx@xxx-blog:~$ shutdown --help 使用说明: shutdown [选项]... 时间 [信息] 在系统关闭前. 选项: -r                          reboot after shutdown -h&...   

阅读全文

   Linux下查询某个目录大小的命令:   # du -s /usr 64      /usr   介绍: du:选项“--h”具有二义性 请尝试执行“du --help”来获取更多信息。 [root@localhost mysql]# du --help 用法:du [选项]... [文件]...   或:du [选项]... --files0-from=F 总结每个<文...   

阅读全文