Jesse-Li

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

 

分类:

技术点:

相关文章:

  • 2021-10-03
  • 2022-01-01
  • 2021-12-10
  • 2021-12-25
  • 2021-08-30
  • 2022-01-21
  • 2021-06-02
  • 2022-02-07
猜你喜欢
  • 2021-12-25
  • 2021-05-28
  • 2021-08-27
  • 2022-01-12
  • 2022-01-18
  • 2021-06-29
相关资源
相似解决方案