防火墙 配置文件 /etc/sysconfig/iptables
kill 掉所有含有字符aa的进程 kill -9 `ps -ef|grep aa|grep -v grep|awk '{print $2}'` http://blog.itpub.net/28939273/viewspace-1316010/
设置IP和掩码
ifconfig eth0 192.168.5.40 netmask 255.255.255.0
设置网关
route add default gw 192.168.5.1
浙公网安备 33010602011771号