op_masteramlinux.blog.chinaunix.net
amlinux
全部博文(22)
2015年(5)
2014年(2)
2013年(7)
2012年(9)
xs_twt
jeremyhu
CUTianru
cynthia
1qqaz
镇水铁牛
cooldog2
Ronity
Jason_HJ
发布时间:2015-04-15 17:03:45
......【阅读全文】
发布时间:2015-04-15 11:33:23
发布时间:2015-01-20 14:00:52
发布时间:2015-01-20 14:00:27
发布时间:2014-05-05 13:59:08
准备篇: 1、配置防火墙,开启80端口、3306端口 vi /etc/sysconfig/iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT(允许80端口通过防火墙) -A INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT(允许3306.........【阅读全文】
登录 注册