1. Install X Windown and KDE Destop on our Centos 6.4

yum -y groupinstall “X Window System” “KDE (K Desktop Environment)”

  1. Install Tiger VNC Server on our Centos 6.4

yum -y install vnc-server

yum -y install tigervnc-server

  1. Create username and password for VNC Server

cd ~

mkdir .vnc

cd .vnc/

vncpasswd

Password :

Verify :

  1. 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

  1. Start VNC Server and configure VNC Server run when server start up

chkconfig vncserver on

/etc/init.d/vncserver start

  1. Disable iptables on Centos 6.4

/etc/init.d/iptables stop

chkconfig iptables off

  1. VNCViewer Download & Use

http://www.realvnc.com/download/viewer/

받은 트랙백이 없고, 댓글이 없습니다.

댓글+트랙백 RSS :: http://www.yongbi.net/rss/response/572

트랙백 주소 :: http://www.yongbi.net/trackback/572

트랙백 RSS :: http://www.yongbi.net/rss/trackback/572

댓글을 달아 주세요

댓글 RSS 주소 : http://www.yongbi.net/rss/comment/572
[로그인][오픈아이디란?]
오픈아이디로만 댓글을 남길 수 있습니다