使用win10远程控制ubuntu14.04(2)

使用win10远程控制ubuntu14.04利用的是XFCE桌面,实在是太丑了,所以换一下,不再利用其他桌面,使用Ubuntu14.04自带桌面:

Ubuntu14.04端:

  • 安装xrdp
sudo apt-get install xrdp vnc4server xbase-clients
  • 安装desktop sharing(网上一堆白痴教程都不说这一步,坑爹):
应用商店下载
  • 打开desktop sharing,设置如下:

  • 安装安装dconf-editor,取消权限限制:
sudo apt-get install dconf-editor
  • dconf-editor设置:org > gnome > desktop > remote-access,取消 “requlre-encryption”

win10端:

  • 搜索远程桌面连接,输入Ubuntu的ip地址:
    使用win10远程控制ubuntu14.04(2)_第1张图片,点击连接

  • 选择vnc-any,输入Ubuntu的ip地址,端口不变(5900),设定的密码,即可远程连接到ubuntu 14.04桌面

你可能感兴趣的:(ubuntu,远程控制)