摘要:
fedora默认不安装ftp服务(包括client程序/service程序),需要进行手动安装:yum install ftp(安装client)yum install vsftpd(安装server)启动vsftpdsystemcntl enable vsftpd此时可以在shell中登录ftp:ftp:127.0.0.1用户名可以使用anonymous,也可以用系统登录用户,但是由于在/etc/vsftpd/ftpusers有限制,不能用root用户登录。 阅读全文
摘要:
操作系统:fedora1,启动apacheservice apache start或systemctl start httpd.service2,启动mysqlsystemctl start mysqld.service3,基于web管理mysql数据库通过IE访问:http://127.0.0.1/phpMyAdmin/ 阅读全文