- Install X Windown and KDE Destop on our Centos 6.4
yum -y groupinstall “X Window System” “KDE (K Desktop Environment)”
- Install Tiger VNC Server on our Centos 6.4
yum -y install vnc-server
yum -y install tigervnc-server
- Create username and password for VNC Server
cd ~
mkdir .vnc
cd .vnc/
vncpasswd
Password :
Verify :
- Configure VNC configuration for new user
cat /etc/sysconfig/vncservers
VNCSERVERS="1:root" #--- User Port 1~5901 port
VNCSERVERARGS[1]="-geometry 1152x864" #--- Additional Options : -nolisten -nohttpd -localhost
- Start VNC Server and configure VNC Server run when server start up
chkconfig vncserver on
/etc/init.d/vncserver start
- Disable iptables on Centos 6.4
/etc/init.d/iptables stop
chkconfig iptables off
- VNCViewer Download & Use
댓글을 달아 주세요
댓글 RSS 주소 : http://www.yongbi.net/rss/comment/572