CentOS系统初期配置 - Mon, Oct 21, 2019
1. 安装系统
U盘安装盘制作工具
https://github.com/FedoraQt/MediaWriter
2. net-tools
启用网卡
cd /etc/sysconfig/network-scripts/ifcfg-enp1s0
修改
ONBOOT=no
-ONBOOT=yes
安装网络工具包
sudo yum install net-tools
查看IP地址,远程shell连接
ifconfig -a
3. wget
sudo yum install wget
4. 切换阿里云镜像
https://www.kaisawind.com/2019/02/21/2019-02-22-linux/
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
5. 更新软件
sudo yum update