Linux、Centos一些命令
Centos6-关闭防火墙service iptables stop
chkconfig iptables off
Centos6-关闭seLinux(需重启生效)sed -i.bak '/^SELINUX=/cSELINUX=disabled' /etc/sysconfig/selinux
Linux 查看内存的插槽数,已经使用多少插槽。每条内存多大,已使用内存多大dmidecode|grep -P -A5 "Memory\s+Device"|grep Size|grep -v Range
查看内存支持的最大内存容量dmidecode|grep -P 'Maximum\s+Capacity'
查看内存的频率dmidecode|grep -A16 "Memory Device"
dmidecode|grep -A16 "Memory Device"|grep 'Speed'