linux下的遠端桌面
VNC最初由AT&T開發,是一個對系統進行遠端管理的軟體。其操作方式類似於現在Windows下常見的遠端桌面,當然其資格比Windows的遠端桌面更老。在Windows下的VNC軟體有RealVNC等。
linux系統當然不支援Windows的遠端桌面登入,那麼我們如何用一臺Windows的筆記本來管理一臺linux的伺服器呢?
首先,我們當然會考慮SSH,在linux下安裝SSH伺服器,然後在windows下使用puTTY登入進行管理。
但是現在,我們不滿足僅僅使用命令列方式,我們同樣想使用GUI介面。那麼:
1.在linux系統下安裝VNC Server,大多數linux發行版都帶了VNC Server的發行包。只要選擇安裝就可以了。
2. 在Windows下安裝VNC 客戶端,以RealVNC為例,VNC客戶端叫做VNC Viewer。VNC的使用相對比較簡單,輸入客戶端的IP,然後VNC會進行連線,然後彈出密碼框輸入密碼。沒有問題的話就連線上了。
3. 配置linux VNC Server。
(1)啟動VNC 服務。透過puTTY以SSH方式登入伺服器,假設使用者名稱為test
login as: test
password:
[test@localhost ~]$ /etc/init.d/vncserver start
Starting VNC server: no displays configured [ OK ]
(2)執行vncserver命令,如果第一次配置VNC Server,會要求提供登入VNC使用的密碼。以後也可以使用vncpasswd來修改密碼。
[test@localhost ~]$ vncserver
You will require a password to access your desktops.
Password:123456
Verify:123456
xauth: creating new authority file /home/test/.Xauthority
New 'localhost.localdomain:1 (test)' desktop is localhost.localdomain:1
Creating default startup script /home/test/.vnc/xstartup
Starting applications specified in /home/test/.vnc/xstartup
Log file is /home/test/.vnc/localhost.localdomain:1.log
(3)此時就可以在Windows使用VNC viewer登入了
輸入伺服器地址:192.168.0.64:1
然後提示輸入密碼,輸入你剛才設定的密碼就好了,如123456
注意:IP地址後面的:1的意思是linux上面VNC設定的Display No。每執行一個vncserver就會多建立一個Display,Display No也就會加一。
雖然此時可以登入,但是登入後看到的介面是X term的介面,還不是正常的X Window介面,我們要修改配置,使之使用X Window
(4)修改配置檔案/home/test/.vnc/xstartup,使之與下面內容相同
[test@localhost .vnc]$ cat xstartup
#!/bin/sh
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#twm &
startx &
(5)儲存檔案,在puTTY終端中輸入vncserver,讓VNC開啟一個新的Display
[test@localhost ~]$ vncserver
New 'localhost.localdomain:1 (test)' desktop is localhost.localdomain:2
Starting applications specified in /home/test/.vnc/xstartup
Log file is /home/test/.vnc/localhost.localdomain:2.log
(6)使用VNC Viewer重新登入
輸入伺服器地址:192.168.0.64:2
然後提示輸入密碼,如123456
伺服器地址後面的Display No是根據第(5)步執行的vncserver命令的結果來的
New 'localhost.localdomain:1 (test)' desktop is localhost.localdomain:2
所以Display No就是2,別忘記加冒號哦。
然後就看到你想要的介面了吧。
以後如果伺服器重新啟動後,要重新輸入vncserver後登入。如果伺服器一直開機,就不用了。
使用VNC View遠端訪問Linux,總是沒有辦法切換出SCIM輸入法,研究了很久,終於讓我找到了解決方法。
1)修改.vnc/xstartup檔案,在最後一行加入:scim -d,意思為開啟SCIM輸入法
2)
使用VNC
View訪問Linux系統以後,修改scim輸入法的快捷鍵,因為預設開啟輸入法的快捷鍵為ctrl+space,與本地機器上切換輸入法的快捷鍵衝
突,系統會先接收到本地的命令,所以沒辦法使用預設快捷鍵開啟輸入法。將開啟SCIM輸入法的快捷鍵修改為Ctrl+Alt+Space(誰有更好的選
擇?麻煩告知,這個快捷鍵很笨。。。)
3)開啟一個可以輸入漢字的地方,例如Web瀏覽器,然後使用Ctrl+Alt+Space切換,
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9697/viewspace-1004853/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux下遠端桌面的配置(VNC)薦LinuxVNC
- 批次遠端桌面管理軟體下載 批次遠端桌面
- Linux 連線遠端桌面Linux
- linux遠端桌面(NX server)LinuxServer
- 批次遠端桌面連線 批次遠端桌面
- VNC遠端控制Linux桌面(zt)VNCLinux
- VNC遠端控制Linux桌面(轉)VNCLinux
- Windows下透過xmanager遠端桌面控制Linux(轉貼)WindowsLinux
- 遠端桌面
- 批次遠端桌面管理軟體 批次遠端桌面
- rd遠端桌面 如何連線rd遠端桌面
- Rdp遠端桌面簡介,利用遠端桌面連線遠端伺服器的方法伺服器
- Windows XP下用xmanager遠端桌面控制Linux之redhat 5WindowsLinuxRedhat
- 從linux接入到windows遠端桌面LinuxWindows
- 如何遠端桌面Linux伺服器Linux伺服器
- Remmina:一個 Linux 下功能豐富的遠端桌面共享工具REMLinux
- vnc遠端桌面,4款vnc遠端桌面介紹。VNC
- win7下遠端桌面設定Win7
- Rd遠端桌面簡介,利用rd遠端桌面連線遠端伺服器的方法伺服器
- windows遠端桌面管理軟體下載好用的Windows
- 遠端桌面卡
- Xmanager遠端桌面
- win10系統下如何使用遠端桌面連線命令來連線遠端桌面Win10
- 什麼是rdp遠端桌面?如何使用rdp遠端桌面?
- 什麼是rd遠端桌面?如何使用rd遠端桌面?
- Rdo遠端桌面,rdo遠端桌面遠端連線vps撥號伺服器的方式伺服器
- 遠端連線桌面 批次遠端管理
- Windows與Linux相互遠端桌面連線WindowsLinux
- 微軟認證:遠端開啟遠端計算機的遠端桌面微軟計算機
- 怎麼開啟遠端桌面連線 專業遠端桌面
- win10遠端桌面連線 遠端桌面視窗全屏Win10
- vnc viewer 遠端桌面,vnc viewer 遠端桌面連線的11個步驟VNCView
- 遠端桌面多開,遠端桌面多開的工具介紹,操作方法
- 修改遠端桌面埠
- 遠端桌面連線
- vnc程式, 遠端桌面VNCC程式
- 遠端桌面會話會話
- B/S遠端桌面