一,Linux端
1.保證Linux是有桌面界面的版本
2.安裝xrdp,xrdp在 EPEL倉庫能夠使用,因此配置 EPEL倉庫: rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
或者 yum -y install epel-release
3.安裝插件
yum -y install xrdp
4.安裝插件
yum -y install tigervnc-server
5.啓動服務
systemctl start xrdp
6.可在linux上安裝google chrome瀏覽器
vim /etc/yum.repos.d/google-chrome.repo
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.publinux
方法一【默認】: yum -y install google-chrome-stable 方法2【推薦】:Google官方源可能在中國沒法使用,致使安裝失敗或 者在國內沒法更新,能夠添加如下參數來安裝: yum -y install google-chrome-stable --nogpgcheck 安裝路徑是:\opt\google\chrome 7.啓動運行(默認狀況下,root用戶是沒法啓動的,須要添加參數) 7.1.終端方式 進入\opt\google\chrome,root用戶下,必須帶上參數--no-sandbox,不然運行不起來。 7.2.圖形界面方式 root用戶下,找到/usr/share/applications/Google Chrome.desktop,鼠 標右鍵彈出菜單->屬性->命令, 由原來的字符串/usr/bin/google-chrome-stable %U修改成: /usr/bin/google-chrome-stable %U --no-sandbox 而後,把文件Google Chrome.desktop拷貝一份到桌面,運行它便可。
Windows端:
打開CMD,輸入mstsc,填寫登陸Linux的用戶名和密碼,便可進入到Linux的圖形界面。chrome
效果圖以下:
vim