遠程桌面建議安裝 轉 https://www.linuxidc.com/Linux/2017-02/141175.htm

前面安裝用的xubuntu 實屬浪費空間,這裏只用xfce4 xrdp vnc4servicelinux

目的:但願給只有命令行的服務器加一個輕量級桌面xfce4 [xfce 4.10]ubuntu

說明:因爲xrdp、gnome和unity之間的兼容性問題,在Ubuntu14.04版本中仍然沒法使用xrdp登錄gnome或unity的遠程桌面服務器

    [現象是登陸後只有黑白點爲背景,無圖標也沒法操做]session

Ubuntu主流桌面:gnome、xfce四、lubuntu、mate等命令行

1. 安裝xfce4rest

sudo apt-get install xfce4   server

或者 安裝xubuntu桌面及附帶應用htm

sudo apt-get install xubuntu-desktop  get

注:第一種直接安裝xfce4會少安裝好多軟件,安裝xubuntu會把許多附帶應用安裝上,根據本身須要選擇安裝吧!it

2. 安裝xrdp組件和vnc服務器

sudo apt-get install xrdp vnc4server  

或分別安裝:

sudo apt-get install xrdp

# 安裝vnc4server

sudo apt-get install vnc4server  

3. 安裝好後要自行新建配置文件,使得在遠程登陸時默認使用xfce做爲界面登陸,而後重啓xrdp服務

echo "xfce4-session" >~/.xsession

sudo service xrdp restart

這個至關於在當前用戶的home目錄下新建一個名爲.xsession的隱藏文件,並向文件中寫入一行xfce4-session。也能夠用touch新建文件,並用vi編輯:

touch ~/.xsession

vi ~/.xsession  

至此安裝和配置工做完成,便可在Windows中使用「遠程桌面鏈接」程序鏈接Ubuntu主機。

注:新添加用戶若是想要xfce桌面,須要在其用戶主目錄下執行 echo "xfce4-session" >~/.xsession 。

https://www.linuxidc.com/Linux/2017-02/141175.htm

過程十分清晰,

相關文章
相關標籤/搜索