Win10远程Ubuntu16设置过程
1.安装xrdp,vncserver
打开终端:Ctrl+Alt+t
在终端中输入:sudo apt-get install xrdp vnc4server xbase-clients
2.安装desktop sharing
Ubuntu16是默认安装的
3.设置desktop sharing
(1)在搜索中找到desktop sharing打开。
(2)做如下设置,密码是远程连接这个电脑桌面所需要的密码。
4.安装dconf-editor(取消权限限制)
(1)打开终端输入:sudo apt-get install dconf-editor
(2)安装完成后,在终端输入:dconf-editor
,打开dconf-editor
(3)点击 org->gnome->desktop->remote-access,取消“resulre-encryption”选项
5.远程Ubuntu16
(1)在win10打开远程桌面
输入Ubuntu16的ip地址(可以在Ubuntu的终端中输入ifconfig
查看),打开如下界面:
(2)找到Module中的vnc-any选项,显示出下图的界面
添加以下信息,即可愉快的远程Ubuntu16了
ip:Ubuntu16的ip地址
password:在desktop sharing设置的密码
以上,如果有什么问题,欢迎随时沟通 ^ _ ^