Linux上的桌面及VNC的安裝和配置

服務端環境:CentOS 6.7
客戶端環境:Windows 7html

1.服務器安裝VNC服務端

能夠直接rpm安裝vnc的服務端:ui

rpm -ivh tigervnc-server-1.1.0-16.el6.x86_64.rpm

若是rpm安裝時發現有依賴,建議直接使用yum安裝,輕鬆解決依賴問題:spa

yum install tigervnc-server

若是系統安裝時並無安裝桌面選項,那麼就還須要用yum安裝一下桌面:3d

yum groupinstall "X Window System" "Desktop"

2.編輯vnc配置文件

編輯/etc/sysconfig/vncservers,
添加如下內容:

VNCSERVERS="1:root"VNCSERVERARGS[1]="-geometry 800x600 -alwaysshared -depth 24"

注:分辨率能夠根據實際狀況調整,分辨率不合適可能致使vnc鏈接顯示黑屏的現象。

3.設定VNC的密碼

vncserver
第一次輸入提示須要設定VNC的密碼:

[root@JY-DB ~]# vncserver You will require a password to access your desktops.

Password:
Verify:
xauth:  creating new authority file /root/.Xauthority

New 'JY-DB:1 (root)' desktop is JY-DB:1Creating default startup script /root/.vnc/xstartup
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/JY-DB:1.log

[root@JY-DB ~]#

後期若想修改vnc用戶密碼,可以使用vncpasswd命令修改

[root@JY-DB ~]# vncpasswdPassword:Verify:

4.查看vnc的會話信息

重啓vncserver服務:

/etc/init.d/vncserver restart

查看vnc的會話信息:

vncserver -list

5.客戶端測試vnc鏈接

客戶端是vncviewer,我這裏是Windows系統,下載對應的vnc安裝包HA-vnc-4.0-x86_win32-KC.exe
安裝選擇只安裝VNC Viewer便可。

輸入192.168.56.102:1,

肯定以後,提示輸入密碼,這裏的密碼是指vnc的密碼,

肯定後,便可經過vnc鏈接到服務端的桌面環境了。

注:這裏的"192.168.56.102"是服務端的IP地址,而":1"對應的是VNCSERVERS的配置,這裏就是root用戶。

我的認爲VNC的最大優點是:網絡忽然斷開,也不會影響以前正在作的操做。

Reference

相關文章
相關標籤/搜索