CentOS Linux VPS 安装X-Window

安装X Window可以使用yum groupinstall命令安装,yum grouplist命令查看有哪些分类。使用X Window+桌面环境+VNC进行配置。vps内存最好要有512M。系统是CentOS5.5。

一、安装相关软件包
1.安装X Window:

yum groupinstall "X Window System"

2.安装桌面环境,可选其中的一个:
1)KDE

yum groupinstall "KDE (K Desktop Environment)"

2)GNOME

yum groupinstall "GNOME Desktop Environment"

3)XFCE是一个轻量级的桌面环境,这里安装这个

yum groupinstall "XFCE"

4)关掉以下几项服务

chkconfig --level 345 avahi-daemon off
chkconfig --level 345 firstboot off
chkconfig --level 345 kudzu off

vnc-server在X Window System中已经安装了,但还需要配置。 继续阅读CentOS Linux VPS 安装X-Window