DCL1314

一、阿里云ECS的使用

1、Linux

  • CentOS
  • Ubuntu
  • Readhat

2、远程登录

  • xshell 远程登录
  • winScp 远程文件操作

3、Linux命令

  • cd 目录名
  • lsls -1
  • mkdir 目录名 创建目录
  • rm -rf 文件名(目录) 删除文件或目录

4、yum

  • 安装 yum install 包名
  • 卸载 yum remove 包名

5、安装vsftpd服务

yum install vsftpd  #安装vsftpd ftp服务器
systemctl start vsftpd  # 启动ftp服务器
systemctl enable vsftpd  #开启自启动

6、安装ftp客户端

  • filezlia
  • sublime插件 ftp-sync

分类:

技术点:

相关文章:

  • 2021-11-16
  • 2021-11-18
  • 2021-10-21
  • 2021-06-10
  • 2021-12-25
  • 2021-12-25
  • 2021-09-25
猜你喜欢
  • 2021-07-05
  • 2022-02-11
  • 2022-12-23
  • 2021-09-23
  • 2021-09-08
  • 2022-02-09
  • 2021-12-02
相关资源
相似解决方案