03 2017 档案

摘要:脚本练习:判断 需求:ubuntu14.04 32 http://files.cnblogs.com/files/feral/ss.sh 阅读全文
posted @ 2017-03-22 14:18 feral 阅读(194) 评论(1) 推荐(0)
摘要:1、linux系统基础,这个不用说了,是基础中的基础,连这个都不会就别干了,参考书籍,可以看鸟哥linux基础篇,至少要掌握这书60%内容,没必须全部掌握,但基本命令总得会吧2、网络服务,服务有很多种,每间公司都会用到不同的,但基础的服务肯定要掌握,如FTP, DNS,SAMBA, 邮件, 这几个大 阅读全文
posted @ 2017-03-22 00:03 feral 阅读(145) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-03-21 14:11 feral 阅读(112) 评论(0) 推荐(0)
摘要:系统准备 配置iptables iptables -F iptables -P OUTPUT ACCEPT iptables -P FORWARD DROP iptables -A INPUT -p tcp --dport 22 -j ACCEPT iptables -P INPUT DROP ip 阅读全文
posted @ 2017-03-15 04:03 feral 阅读(813) 评论(0) 推荐(0)
摘要:1.iptables -L 2.iptables -F service iptables save or /etc/rc.d/init.d/iptables save 3.iptables -A INPUT -p tcp --dport 22 -j ACCEPT (先保证ssh) 4.iptable 阅读全文
posted @ 2017-03-14 09:55 feral 阅读(208) 评论(0) 推荐(0)
摘要:第一个脚本,用作学习规范和学习命(centos6.x): 阅读全文
posted @ 2017-03-14 09:14 feral 阅读(340) 评论(1) 推荐(0)
摘要:借的 阅读全文
posted @ 2017-03-14 09:11 feral 阅读(194) 评论(0) 推荐(0)