centos7下载地址 : https://pan.baidu.com/s/1boIFOC3 v8h3
Virtualbox(v5.1.24)下载地址 : https://pan.baidu.com/s/1jHYGeuM dt63
Xshell下载(win)下载地址: https://pan.baidu.com/s/1qYqKRnA zrky
- 安装虚拟机 记得把网络选成桥接
- yum -y install wget 安装wget扩展
- mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 镜像源 备份
- cd /etc/yum.repos.d/ 进入指定文件夹
- wget http://mirrors.163.com/.help/CentOS7-Base-163.repo 下载163镜像
- yum clean all
- yum makechche
- yum -y install vim 安装vim
服务器安装ssh
服务器端(如果没安装的话):
- yum install openssh-server
- service sshd start
- chkconfig sshd on
网友评论