CentOS安装配置之基本
本文仅以最小化安装为基础,不安装任何组件。
首先配置网络
vi /etc/sysconfig/network-scripts/ifcfg-eth0
| DEVICE=eth0 |
设置DNS
vi /etc/resolv.conf
| nameserver 202.101.172.47 |
升级软件包
yum update –y
安装必需的软件
| yum install wget setuptool ntsysv -y |

浙公网安备 33010602011771号