728x90
출처 : Ubuntu 14.04 LTS 내게 맞게 설정하기
SSHD 설치
$ sudo apt-get install openssh-server
RDP 설치
출처 : Ubuntu 14.04 원격 접속(xrdp) 설정
$ sudo apt-get install xrdp $ sudo apt-get install xfce4
XRDP 시작
$ sudo vi /etc/xrdp/startwm.sh
#!/bin/sh if [ -r /etc/default/locale ]; then . /etc/default/locale export LANG LANGUAGE fi #. /etc/X11/Xsession . /usr/bin/startxfce4
XRDP 시작
$ sudo /etc/init.d/xrdp start * Starting Remote Desktop Protocol server ...done.
우분투 소프트웨어 센터 Root 권한으로 실행하기
$ sudo software-center
-
728x90