码迷,mamicode.com
首页 > Windows程序 > 详细

windows 远程到ubuntu桌面

时间:2017-11-09 14:54:09      阅读:277      评论:0      收藏:0      [点我收藏+]

标签:lang   local   bin   content   rem   style   etc   add   ssi   

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桌面

标签:lang   local   bin   content   rem   style   etc   add   ssi   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!