摘要:
查看 access.Log 文件ip统计 cat access.log |awk '{print $1}'|uniq -c |sort -k1,1nr 去掉r则从高到低 cat access.log |awk '{print $3}'|sort|uniq -c|sort -rn|wc -l以前用... 阅读全文
posted @ 2014-02-03 13:28
神神的蜗牛
阅读(1424)
评论(1)
推荐(0)
摘要:
修改主机名,编辑 network 文件vi /etc/sysconfig/network修改以下参数: NETWORKING=yesNETWORKING_IPV6=yesHOSTNAME=www.ai9475.comGETWAY=98.126.67.169 阅读全文
posted @ 2014-02-03 13:24
神神的蜗牛
阅读(147)
评论(0)
推荐(0)
摘要:
1. 查看系统内核信息 uname -a2. 操作系统版本 cat /etc/issue | grep Linux 3. 查看CPU型号 cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c 4. 当前系统运行位数 32 或者 64 位 ... 阅读全文
posted @ 2014-02-03 13:20
神神的蜗牛
阅读(182)
评论(0)
推荐(0)

浙公网安备 33010602011771号