X Window即X Windows圖形用戶接口,是一種計算機軟件系統和網絡協議,提供了一個基礎的圖形用戶界面(GUI)和豐富的輸入設備能力聯網計算機。其中軟件編寫使用廣義的命令集,它建立了一個硬件抽象層,容許設備獨立性和重用方案的任何計算機上實現。本文講解如何在最小化安裝的RedHat中安裝X Window(只供學習使用,生產環境不會這樣作)。數據庫
#ssh以支持XWindow的形式登陸 [root@larrywen software]# ssh 192.168.0.29 -X The authenticity of host '192.168.0.29 (192.168.0.29)' can't be established. RSA key fingerprint is 38:a0:60:c2:e8:71:26:e5:b3:83:75:a8:e6:25:d8:5e. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.0.29' (RSA) to the list of known hosts. root@192.168.0.29's password: Last login: Sat Jul 27 13:46:29 2013 from 192.168.0.10 #本地建立一個文件,編輯保存一個文件到遠程,能夠看到遠程有剛建立的文件 [root@michael ~]# gedit [root@michael ~]# #以支持XWindow的形式登陸,遠程不安裝X Window服務,能夠看到本機編輯保存的文件 [root@larrywen Desktop]# ssh 192.168.1.11 -X root@192.168.1.11's password: Last login: Sat Jul 27 19:26:38 2013 from 192.168.1.1 /usr/bin/xauth: creating new authority file /root/.Xauthority [root@serv01 ~]# gedit [root@serv01 ~]# ls Unsaved\ Document\ 1 Unsaved Document 1 #安裝X Window,建議安裝完後重啓 [root@serv01 ~]# yum groupinstall "X Window System" "Desktop" -y #卸載X Window [root@serv01 ~]# yum groupremove "X Window System" "Desktop" -y #能夠選擇安裝Gnome或者KDE #RHEL5 6,Desktop 默認是Gnome #RHEL4,Desktop 默認是KDE #虛擬機下要啓動圖形界面,須要調整內存,最好800M #字符界面下啓動圖形界面 [root@serv01 ~]# startx #圖形界面下退回字符界面 Ctrl+Alt+Back #測試用:若是安裝後卸載而後從新安裝後出現鼠標、鍵盤不能移動,重啓解決
參考資料:http://baike.baidu.com/view/398752.htm
微信
個人郵箱:wgbno27@163.com 新浪微博:@Wentasy27 微信公衆平臺:JustOracle(微信號:justoracle) 數據庫技術交流羣:336882565(加羣時驗證 From CSDN XXX) Oracle交流討論組:https://groups.google.com/d/forum/justoracle By Larry Wen
![]() |
![]() ![]() |
@Wentasy 博文僅供參考,歡迎你們來訪。若有錯誤之處,但願批評指正。原創博文如需轉載請註明出處,謝謝 :) [CSDN博客] |