采集IPifconfig |grep 'inet ' |awk '{print $2}' |sed 's/^[^0-9]\{5\}//g' |grep -...
1.CPU占用最多的前10个进程:ps auxw|head -1;ps auxw|sort -rn -k3|head -102.内存消耗最多的前10个进程...
$0 # 当前Shell的文件名 dirname $0 ...
Instant Client 下载
Debian默认已经安装iptables,查看规iptables -L默认允许所有出入,这是非常不安全的,因此需要对规则进行调整。编辑配置文件:/etc/...