windows 远程到ubuntu桌面
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