Fork me on GitHub
摘要: 一、安装编译工具及库文件 yum -y install gcc yum -y install gcc-c++ yum -y install zlib; yum -y install pcre-devel yum -y install openssl openssl-devel 二、下载安装包 wge 阅读全文
posted @ 2018-03-12 17:09 WilliamCui 阅读(303) 评论(0) 推荐(0)
摘要: CMD Line:systemctl start nginx.serviceFailed to start nginx.service: Unit not found. Solution: 1.vim /etc/init.d/nginx #!/bin/sh # nginx - this script 阅读全文
posted @ 2018-03-12 17:07 WilliamCui 阅读(4204) 评论(0) 推荐(0)