ลองดู สำหรับ CentOS 6 ผมเคยทำจากวิธีการที่ค้นๆ ได้ทั้งจากบอร์ดนี้ และที่อื่น เรียบเรียงได้ประมาณนี้ลองดูนะครับ
1. อัพเดท repo และ os
RHEL/CentOS 6 32-Bit
wget
http://download.fedoraproject....86/epel-release-6-8.noarch.rpm 
rpm -ivh epel-release-6-8.noarch.rpm
OR
RHEL/CentOS 6 64-Bit
wget
http://download.fedoraproject....64/epel-release-6-8.noarch.rpm 
rpm -ivh epel-release-6-8.noarch.rpm
และ อัพเดท os
yum update -y
2. ติดตั้ง GNOME Desktop Environment
yum groupinstall -y 'Desktop'
3. ติดตั้ง VNC server , xterm , nano
yum install tigervnc-server xterm nano -y
4. เพิ่ม user เพื่อใช้งาน
useradd user-you-want
5. ตั้งรหัสผ่านให user ใหม่
passwd newuseryouadd
enter 2 time of password-you-want
6. แปลงร่างเป็น user ใหม่
su newuser
7. กลับไปที่ root ของ user ใหม่
cd
8. สร้างรหัสผ่านของ vncserver
vncpasswd
9. ตรวจสอบว่า มีการสร้างไฟล์รหัสผ่านหรือยัง
ls .vnc
ถ้าทำถูกต้องจะมีไฟล์ passwd อยู่ในนั้น
10. สั่ง vncserver ทำงาน
vncserver :1
11. เข้าไปใน .vnc โฟลเดอร์
cd .vnc
12. แก้ไขไฟล์ xstartup
nano xstartup
#!/bin/sh
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
#xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
gnome-session &
13. ปิดและเปิด vncserver ใหม่อีกรอบ
vncserver -kill :1
vncserver :1
14. ติดตั้ง Firefox โดย exit จาก user ที่สร้างใหม่ก่อน
yum install firefox -y
15. ลงแฟลชเพล์ยเยอร์
rpm -ivh
http://linuxdownload.adobe.com...-release-i386-1.0-1.noarch.rpm 
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
yum groupinstall "Sound and Video" -y
yum install flash-plugin nspluginwrapper curl -y