xrdp, 윈도우 원격 데스크톱으로 우분투 원격제어 - pinedance/codenote GitHub Wiki
$ sudo apt-get install xrdp
$ sudo ufw allow 20
$ sudo ufw allow 21
- 재접속
- ssh 설치
`$ sudo apt-get install ssh`
- gnome-panel 설치
`$ sudo apt-get install gnome-panel`
`$ echo "gnome-session --session=gnome-fallback" > ~/.xsession`
※ $ echo "gnome-session --session=gnome-2D" > ~/.xsession
라고 되어 있는 곳도 있다.
`$ sudo /etc/init.d/xrdp restart`