320x100
http://sourceforge.net/projects/xrdp/files/xrdp/
에서 설치 파일을 다운 받는다.
압축 풀고 설치
# tar -xvf xrdp-0.4.2.tar
# cd xrdp-0.4.2
# make && make install
서비스 구동
# /usr/local/xrdp/xrdp_control.sh start
서비스 등록
# vi /etc/rc.local
/usr/local/xrdp/xrdp_control.sh start
추가
하거나
# cp /usr/local/xrdp/xrdp_control.sh start /etc/init.d/
# chkconfig --add xrdp_control.sh
# chkconfig xrdp_control.sh on
320x100
'Linux' 카테고리의 다른 글
CentOS 7.0 변경된점 (0) | 2014.12.16 |
---|---|
configure: error: no acceptable C compiler found in $PATH (0) | 2014.11.14 |
centos iso 합치기 (0) | 2014.09.18 |
X connection to localhost:11.0 broken (explicit kill or server shutdown (0) | 2014.09.04 |
centos 설치 에러 Isolinux disk error 20 ~ (0) | 2014.08.26 |