Linux调优
sed - i "s#SELINUX=enforcing#SELINUX=disabled#g" /etc/selinux/config
usage: setenforce [ Enforcing | Permissive | 1 | 0 ]
[root@bianzhuo ~]# setenforce 0
-h halt or power off after shutdown
[root@bianzhuo ~]# /etc/init.d/iptables stop
iptables: Setting chains to policy ACCEPT: filter [ OK ]
iptables: Flushing firewall rules: [ OK ]
iptables: Unloading modules: [ OK ]
[root@bianzhuo ~]# /etc/init.d/iptables status