青春纸盒子

文: 芦苇

你喜欢我笑的样子

我靠上了落寞的窗子

晚风吹起了我的袖子

明月沾湿了你的眸子


转身,你走出了两个人的圈子

树影婆娑,整座院子


挽起袖子

回头,把揽你忧伤一地的影子

装进,青春,这纸盒子


更多代码请关注我的微信小程序: "ecoder"

luwei0915

导航

05_搭建基本的FTP服务

1.安装vsftpd软件包
]# yum -y install vsftpd

2.重起vsftpd服务
]# systemctl start vsftpd
]# systemctl enable vsftpd
  FTP默认共享路径:/var/ftp

3.物理机访问测试
zk ~]# firefox ftp://10.10.11.10
]# cp /etc/redhat-release /var/ftp
zk ~]# firefox ftp://10.10.11.10

posted on 2020-01-01 10:17  芦苇の  阅读(134)  评论(0编辑  收藏  举报