CentOS 基础设置

一、设置CentOS上网自动获取IP设置

CentOS 没有ifconfig命令,IP命令替换

更改网卡设置,在目录/etc/sysconfig/network-scripts里面

设置onboot=no为yes

二、更新yum源

yum -y install wget

wget 国内源

yum makecache

 三、安装图像界面 

 yum groupinstall "GNOME Desktop" "Graphical Administration Tools"
 

done

posted on 2016-04-08 20:26  yy_linux  阅读(236)  评论(0)    收藏  举报