windows 远程到ubuntu桌面

2021-04-30 09:27

阅读:372

标签: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


评论


亲,登录后才可以留言!