美文网首页
快速上手Linux

快速上手Linux

作者: 銭兎孑 | 来源:发表于2018-01-18 15:20 被阅读13次

    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

    1. 安装虚拟机 记得把网络选成桥接
    2. yum -y install wget 安装wget扩展
    3. mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 镜像源 备份
    4. cd /etc/yum.repos.d/ 进入指定文件夹
    5. wget http://mirrors.163.com/.help/CentOS7-Base-163.repo 下载163镜像
    6. yum clean all
    7. yum makechche
    8. yum -y install vim 安装vim

    服务器安装ssh

    服务器端(如果没安装的话):

    1. yum install openssh-server
    2. service sshd start
    3. chkconfig sshd on

    相关文章

      网友评论

          本文标题:快速上手Linux

          本文链接:https://www.haomeiwen.com/subject/xprwoxtx.html