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.pub
方法一【默认】:
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的图形界面。
效果图如下: