摘要: http://www.jb51.net/article/29843.htm 阅读全文
posted @ 2015-05-18 12:56 朱德朝 阅读(86) 评论(0) 推荐(0)
摘要: # netstat -tlp# netstat -tlpun 阅读全文
posted @ 2015-04-27 13:08 朱德朝 阅读(265) 评论(0) 推荐(0)
摘要: #include int main(){ for(int i=0;iint main(){ int i = 0; for(i=0;i<10;i++){ printf("\n%d",i);} return 0;}编译通过 阅读全文
posted @ 2015-04-24 16:34 朱德朝 阅读(1289) 评论(0) 推荐(0)
摘要: ifdown ifcfg-enp7s0 关闭网卡ifup ifcfg-enp7s0 开启网卡 阅读全文
posted @ 2015-04-24 09:40 朱德朝 阅读(5069) 评论(0) 推荐(0)
摘要: systemctl start firewalld.service#启动firewallsystemctl stop firewalld.service#停止firewallsystemctl disable firewalld.service#禁止firewall开机启动重启防火墙firewall... 阅读全文
posted @ 2015-04-24 09:23 朱德朝 阅读(329) 评论(0) 推荐(0)