摘要: 配置yum源 追加CentOS 6.5的epel及remi源。 安装PHP5.6 yum源配置好了,下一步就安装PHP5.6。 用PHP命令查看版本。 完毕![root@centos64 ~]# php -vPHP 5.6.30 (cli) (built: Jan 19 2017 08:09:42) 阅读全文
posted @ 2017-05-31 14:46 屌丝IT男 阅读(210) 评论(0) 推荐(0) 编辑
摘要: [root@centos64 ~]# yum -y install mysql-server mysql mysql-devel 查看刚安装mysql数据库版本信息。 输入:rpm -qi mysql-server 阅读全文
posted @ 2017-05-31 14:42 屌丝IT男 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 首先网络模式设为桥接 [root@centos64 ~]# vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0HWADDR=00:0C:29:80:9D:41TYPE=EthernetUUID=29784981-a8cc-4405-892 阅读全文
posted @ 2017-05-31 12:02 屌丝IT男 阅读(521) 评论(0) 推荐(0) 编辑
摘要: 查看Apache是否被安装: [root@centos64 ~]# find / -name 'httpd'/usr/sbin/httpd/usr/lib64/httpd/var/run/httpd/var/log/httpd/var/lock/subsys/httpd/etc/logrotate. 阅读全文
posted @ 2017-05-31 11:48 屌丝IT男 阅读(1469) 评论(0) 推荐(0) 编辑
摘要: 增加一条规则 #/sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT 将更改进行保存 /etc/rc.d/init.d/iptables save 查看有没有开放80端口 #/etc/init.d/iptables status 这样80端口就开放了 阅读全文
posted @ 2017-05-31 11:19 屌丝IT男 阅读(1722) 评论(0) 推荐(0) 编辑