1. 程式人生 > >windows 遠程到ubuntu桌面

windows 遠程到ubuntu桌面

技術分享 startx port 宋體 sta config oca then bsp

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