vncviewer遠程連結案頭linux 1、在伺服器上啟用vnc (1)查看有沒有安裝vnc [root@localhost ~]# rpm -qa |grep vnc gtk-vnc-0.3.2-3.el5 vnc-4.1.2-14.el5 vnc-server-4.1.2-14.el5 gtk-vnc-python-0.3.2-3.el5 (2)root使用者登入 www.2cto.com [root@localhost ~]# vncserver You will require a password to access your desktops. Password: (3)輸入root使用者密碼並確認 [root@localhost ~]# vncserver You will require a password to access your desktops. Password: Verify: New 'X' desktop is localhost.localdomain:1 Creating default startup script /root/.vnc/xstartup Starting applications specified in /root/.vnc/xstartup Log file is /root/.vnc/localhost.localdomain:1.log 2、停掉vnc www.2cto.com [root@localhost ~]# vncserver -kill :1 Killing Xvnc process ID 24659 3、更改/root/.vnc/xstartup檔案 修改後如下: www.2cto.com linux:~ # vi /root/.vnc/xstartup #!/bin/shunset SESSION_MANAGERexec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xrdb $HOME/.Xresourcesxsetroot -solid greyvncconfig -iconic &xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &twm &
4、重新啟動vnc linux:~/.vnc # vncserver New 'X' desktop is linux:1 Starting applications specified in /root/.vnc/xstartupLog file is /root/.vnc/linux:1.log linux:~/.vnc # 5、用戶端遠端桌面(注意關閉防火牆) www.2cto.com 運行vncviewer.exe,伺服器:192.1.2.240:1 口令:********