總網頁檢視次數

星期三, 7月 14, 2010

Setup Linux VNC server

1. yum install vncserver.i386 ( x86_64 )
2. yum groupinstall "Desktop Environment "
3. cd
4. cd .vnc
5. vi xtartup

Here is the sample configuration
#!/bin/sh

xrdb $HOME/.Xresources
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
gnome-session & (==> for GNOME)
startkde & (==> for KDE)

6. service vncserver start
7. You can vnc from your pc to it by 5901 port

沒有留言: