首页 > Windows开发 > 详细

windows 远程到ubuntu桌面

时间:2017-11-09 13:15:37      阅读:249      评论:0      收藏:0      [点我收藏+]

Windows remote connect ubuntu desktop

1. install xRDP

    sudo apt-get update

    sudo apt-get install xrdp

2. install XFCE4

   sudo apt-get install xfce4

3, configure xRDP

    echo xfce4-session >~/.xsession

   sudo vi /etc/xrdp/startwm.sh

    add the blow content

    

#!/bin/sh

if [ -r /etc/default/locale ]; then
  . /etc/default/locale
  export LANG LANGUAGE
fi

startxfce4

4. Restart xRDP

sudo service xrdp restart

5. Done. Test the connection
技术分享

技术分享

技术分享

技术分享

 

windows 远程到ubuntu桌面

原文:http://www.cnblogs.com/Jesse-Li/p/7808487.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!