1、cenos8安装配置

1 下载centos镜像

2 在VMware内安装centos

这个地方不要勾选,会出现安装错误

 

外站教程

https://www.jb51.net/os/RedHat/702544.html

 

3 centos网络配置

centos8安装后,网卡是禁用的,需要开启,两种方式,借用【ay-a】的帖子

https://www.cnblogs.com/ay-a/p/11828607.html

4 centos ssh配置

依然借帖【bl8ckwid0w】

 https://www.cnblogs.com/bl8ck/p/9453045.html

5 配置yum源

5.1 yum list | grep epel-release

5.2 yum install -y epel-release

5.3 wget -O /etc/yum.repos.d/epel-7.repo http://mirrors.aliyun.com/repo/epel-7.repo

根据自己的cenos版本去下面网站内找对应的

https://developer.aliyun.com/mirror/centos?spm=a2c6h.13651102.0.0.3e221b11g0xIw5

5.4 yum clean all

5.5 yum makecache

 

附录:

A linux常用命令

shutdown -r now 重启

shutdown -h now 关机

nmcli c reload 重启网络配置

 

posted @ 2020-05-21 16:50  AresYM  阅读(345)  评论(0编辑  收藏  举报