中国网络水泥 发表于 2018-6-26 13:09:50

windows远程桌面连接ubuntu 16.04-IT技术学习与交流

  1、安装xrdp
  root@LinuxServer:~#sudo apt-get install xrdp
  2、安装vnc4server
  root@LinuxServer:~#sudo apt-get install vnc4server
  3、安装xubuntu-desktop
  root@LinuxServer:~#sudo apt-get install xubuntu-desktop
  4、向xsession中写入xfce4-session
  root@LinuxServer:~#echo "xfce4-session" >~/.xsession
  5、开启xrdp服务
  root@LinuxServer:~# service xrdp restart
  6、查看IP
  root@LinuxServer:~#ifconfig
  7、打开windows中的远程桌面(mstsc),输入Ip地址,账号:root和密码即可登录。
页: [1]
查看完整版本: windows远程桌面连接ubuntu 16.04-IT技术学习与交流