摘要: 1、卸载原来安装的PHP5.3#yum -y remove php*2、配置yum源追加CentOS 6.5的epel及remi源# rpm -Uvh http://ftp.iij.ad.jp/pub/linux/fedora/epel/6/x86_64/epel-release-6-8.noarc 阅读全文
posted @ 2018-12-24 11:59 salley.he 阅读(317) 评论(0) 推荐(0)
摘要: 直接上方法: 首先配置CentOS下防火墙iptables规则: # vim /etc/sysconfig/iptables 向其中加入下列规则: -A INPUT -m state –state NEW -m tcp -p tcp –dport 22 -j ACCEPT -A INPUT -m s 阅读全文
posted @ 2018-03-05 15:56 salley.he 阅读(564) 评论(1) 推荐(0)