摘要:
1, 主板信息-查看主板的序列号使用命令dmidecode | grep -i 'serial number'查看板卡信息cat /proc/pci2, cpu信息通过/proc文件系统1) cat /proc/cpuinfo通过查看开机信息2) dmesg | grep -i 'cpu'3)dmi... 阅读全文
posted @ 2015-10-14 12:34
Flyoung
阅读(595)
评论(0)
推荐(0)
摘要:
PDF文档免费下载地址:http://pan.baidu.com/s/1r2CR8 阅读全文
posted @ 2015-10-14 11:24
Flyoung
阅读(228)
评论(0)
推荐(0)
摘要:
1) 重启后生效开启: chkconfig iptables on关闭: chkconfig iptables off2) 即时生效,重启后失效开启: service iptables start关闭: service iptables stop需要说明的是对于Linux下的其它服务都可以用以上命令... 阅读全文
posted @ 2015-10-14 11:10
Flyoung
阅读(308)
评论(0)
推荐(0)