1. sudo apt-get install xrdp

  (여기까지만 수행하고 원격 접속해 보면 회색 화면만 보게 된다.)

2. sudo apt-get install xfce4

3. sudo nano /etc/xrdp/startwm.sh

. /etc/X11/Xsession를 삭제 또는 주석 처리(맨앞에 #추가)하고 아래와 같이 수정한다.

#!/bin/sh

if [ -r /etc/default/locale ]; then
  . /etc/default/locale
  export LANG LANGUAGE
fi

#. /etc/X11/Xsession
. /usr/bin/startxfce4

 

4. sudo /etc/init.d/xrdp restart

'Linux' 카테고리의 다른 글

아파치 rewrite module 켜서 .htaccess 활성화하기(우분투 기준)  (0) 2016.02.22
[Proxy] pear proxy 설정  (0) 2016.02.18
[Ubuntu] Memory 부족  (0) 2016.02.17
[Ubuntu]Apache 설치  (0) 2016.02.17
Ubuntu 14.04 - Network restart  (0) 2016.02.16
Posted by kissuu
,