上一页 1 ··· 8 9 10 11 12
  2017年7月11日
摘要: httpd2.4版本的编译安装,不再赘述,查看上一篇:http://www.cnblogs.com/jsonhc/p/7134053.html 从官网下载php源码包:php-5.6.30.tar.bz2 1、安装必要的依赖包 yum install -y libxml2 libxml2-devel 阅读全文
posted @ 2017-07-11 15:04 wadeson 阅读(587) 评论(0) 推荐(0) 编辑
  2017年7月7日
摘要: 首先确认系统环境:centos6.4 min版本 1、安装需要的开发环境 yum groupinstall "Development Tools" "Server Platform Development" -y 2、下载并安装依赖的包(由于编译的是httpd2.4的版本对apr有更高要求) wge 阅读全文
posted @ 2017-07-07 20:32 wadeson 阅读(292) 评论(0) 推荐(0) 编辑
  2017年7月6日
摘要: 首先查看本机win10的网络情况: 网卡VMnet1就是主机模式的网卡,确认本机win10共享了网络给vmnet1这张网卡,如果没有共享,那么进行设置: 进行上述设置,然后在vmnet1网卡上设置ip: 上面的ip对应本机win10中的ip信息,作为路由转发 然后进行虚拟机linux系统的网络设置: 阅读全文
posted @ 2017-07-06 15:07 wadeson 阅读(297) 评论(0) 推荐(0) 编辑
  2017年7月5日
摘要: start 0 stop 1 stop 2 stop 3 stop 4 stop 阅读全文
posted @ 2017-07-05 16:49 wadeson 阅读(365) 评论(0) 推荐(0) 编辑
摘要: 关于linux下没有安装某个命令时,可以用下面的命令进行搜索: yum whatprovides */lsof yum -y install lsof [root@zabbix scripts]# netstat -tunlpActive Internet connections (only ser 阅读全文
posted @ 2017-07-05 15:56 wadeson 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 1、进行配置 yum install -y mailx /etc/mail.rc添加对163的授权: ##########config 163 mail############set from=json_hc@163.com smtp="smtp.163.com"set smtp-auth-user 阅读全文
posted @ 2017-07-05 15:28 wadeson 阅读(1250) 评论(0) 推荐(0) 编辑
摘要: 分享一篇不错的文章: https://www.howtoforge.com/tutorial/centos-7-server/ 阅读全文
posted @ 2017-07-05 15:11 wadeson 阅读(105) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-07-05 15:08 wadeson 阅读(10) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12