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 cp /etc/xrdp/startwm.sh /etc/xrdp/startwm.sh.old
sudo nano /etc/xrdp/startwm.sh
마지막 줄에 있는 . /etc/X11/Xsession 삭제
마지막 줄에 다음과 같이 추가
startxfce4
#!/bin/sh
if [ -r /etc/default/locale ]; then . /etc/default/locale export LANG LANGUAGEfi
startxfce4
4. restart xRDP
sudo service xrdp restart
참고 링크 : http://www.tweaking4all.com/software/linux-software/use-xrdp-remote-access-ubuntu-14-04/
댓글 없음:
댓글 쓰기