2021年2月12日
摘要: 打开FTP服务 先ping,查看网络是否联通 打开ssh服务 查看一些服务的状态 #查看ssh状态 service sshd status #防火墙的状态 service iptables status #开启ssh服务 service sshd start #关闭防火墙 chkconfig ipt 阅读全文
posted @ 2021-02-12 21:52 Mysticbinary 阅读(622) 评论(0) 推荐(0) 编辑
摘要: NMP = Nginx + MySQL + PHP Installation steps of the Nginx 我这里使用 v1.4.4 wget -c http://nginx.org/download/nginx-1.4.4.tar.gz install tar -zxvf nginx-1. 阅读全文
posted @ 2021-02-12 20:44 Mysticbinary 阅读(202) 评论(0) 推荐(0) 编辑