windows10远程连接Ubuntu16.04自带桌面

Ubuntu
1、安装软件

sudo apt-get update    
sudo apt-get install xfce4     
sudo apt-get install xrdp vnc4server 

安装好后要自行新建配置文件,然后重启xrdp服务:

echo "xfce4-session" >~/.xsession
sudo service xrdp restart

修改配置文件:
在gedit ~/.vnc/xstartup末尾增加以后代码,同时在 x-window-manager &前面加#号进行注释

# x-window-manager &
sesion-manager & xfdesktop & xfce4-panel &
xfce4-menu-plugin &
xfsettingsd &
xfconfd &
xfwm4 &

如果执行gedit ~/.vnc/xstartup 命令的时候,显示不存在
执行命令:vncserver。之后再执行修改配置文件命令
2、设置desktop sharing:
勾选允许其他人查看您的桌面,密码是你之后通过VNC需要输入的密码
windows10远程连接Ubuntu16.04自带桌面_第1张图片
3、安装dconf-editor,取消权限限制:

sudo apt-get install dconf-editor
sudo dconf-editor

在弹出页面,设置:
org > gnome > desktop > remote-access,取消 “requlre-encryption”
(最好关闭之后重新打开确认一下)
Windows:
下载VNC Viewer客户端
windows10远程连接Ubuntu16.04自带桌面_第2张图片
4、查看链接:
vncserver -kill :1
vncserver :1

你可能感兴趣的:(深度学习,Linux)