摘要: 1、 启动VSFTP服务器 A:cenos下运行:yum install vsftpd B. 登录Linux主机后,运行命令:”service vsftpd start”C. 要让FTP每次开机自动启动,运行命令: “chkconfig --level 35 vsftpd on” 2、设置FTP权限 阅读全文
posted @ 2017-06-20 03:45 酷越 阅读(2215) 评论(0) 推荐(0) 编辑
摘要: 首先更新系统软件</str> 安装nginx</str></str> 1.安装nginx源 2.安装nginx 3.启动nginx Redirecting to /bin/systemctl start nginx.service 4.访问http://你的ip/ 如果成功安装会出来nginx默认的 阅读全文
posted @ 2017-06-20 01:44 酷越 阅读(275) 评论(0) 推荐(0) 编辑
摘要: apache启动systemctl start httpd停止systemctl stop httpd重启systemctl restart httpdmysql启动systemctl start mysqld停止systemctl stop mysqld重启systemctl restart my 阅读全文
posted @ 2017-06-20 01:18 酷越 阅读(399) 评论(0) 推荐(0) 编辑