突然奇想想要在笔记本上远程操作工作环境,然后就根据http://www.linuxidc.com/Linux/2016-12/138600.htm,亲践成功。。。
为了方便自己,就根据自己的实际操作,将它加工之后搬运到自己的博客中了,谢谢原博主。。。
Ubuntu16.04端
终端安装xrdp,vncserver
sudo apt-get install xrdp vnc4server xbase-clients
安装desktop sharing(Ubuntu16.04默认已经安装)
打开desktop sharing,设置如下:
安装dconf-editor
sudo apt-get install dconf-editor
打开dconf-editor,取消权限限制
设置org > gnome > desktop > remote-access,取消 “require-encryption”和“view-only”,如果不取消“view-only”,则只能在windows远程端观看
Windows 10端
-搜索远程桌面链接,输入你Ubuntu的IP地址,点击链接
-选择vnc-any,输入Ubuntu的IP地址,端口不变(5900),桌面共享设定的密码
如此,即可远程连接到ubuntu 16.04桌面