摘要:
1 scp root@xxx:/home/test.txt . //下载文件 2 scp test.txt root@xxx:/home //上传文件 3 scp -r root@xxx:/home/test . //下载目录 4 scp -r test root@xxx:/home //上传目录 阅读全文
摘要:
# CentOS7.6 下载地址# CentOS-7-x86_64-DVD-1810.iso CentOS 7.6 DVD 版 4G http://mirrors.163.com/centos/7.6.1810/isos/x86_64/CentOS-7-x86_64-DVD-1810.iso # C 阅读全文
摘要:
#阿里云网络源 curl -o /etc/yum.repos.d/CentOs-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo curl -o /etc/yum.repos.d/epel.repo http://mirrors.aliyu 阅读全文