摘要: 之前在Linux centos 7 上安装了apache 和mysql,当时并没有设置开机自动启动。 最近又重新练习网页,每次开机总是要手动启动httpd和mysqld,不方便,就想设置成开机自动启动apache和mysql。 Linux centos 7 怎样设置开机自动启动httpd和mysql 阅读全文
posted @ 2018-07-20 08:26 午火39 阅读(2567) 评论(0) 推荐(0)
摘要: 安装: yum -y install vsftpd service vsftpd start 注意这句:centos7不能这么启动了 chkconfig vsftpd on vsftpd.conf配置 /etc/vsftpd/vsftpd.conf anonymous_enable=NO local 阅读全文
posted @ 2018-07-20 08:23 午火39 阅读(7533) 评论(0) 推荐(0)