CentOS minimal 是CentOS的最小化版,基本什么都没有,包括man命令。默认未开启网卡模块,开启网卡的方法是:
vi /etc/sysconfig/network-script/ifcfg-eth0
将ONBOOT=no改为yes
将MM_Controlled的选项设置为no
BOOTPROTO设置为dhcp,即自动获取IP
service network restart
网卡可以工作了。
安装 KDE 桌面:
yum grouplist 列出yum组安装的组名
yum -y groupinstall "X Window System" 安装X视图系统
yum -y groupinstall "KDE Desktop" 安装KDE桌面
yum -y groupinstall "Chinese Support" 安装中文语言支持