728x90

출처

xrdp 설치

X
user@localhost:~

[user@localhost]$ sudo apt-get install xrdp
[user@localhost]$ sudo apt-cache policy xrdp
xrdp:
  Installed: 0.9.1-9+deb9u3
  Candidate: 0.9.1-9+deb9u3
  Version table:
 *** 0.9.1-9+deb9u3 500
        500 http://http.debian.net/debian stretch/main armhf Packages
        100 /var/lib/dpkg/status

xorgxrdp 설치

X
user@localhost:~

[user@localhost]$ sudo apt-get install xorgxrdp
[user@localhost]$ sudo apt-cache policy xorgxrdp
xorgxrdp:
  Installed: 0.9.1-9+deb9u3
  Candidate: 0.9.1-9+deb9u3
  Version table:
 *** 0.9.1-9+deb9u3 500
        500 http://http.debian.net/debian stretch/main armhf Packages
        100 /var/lib/dpkg/status

IP 확인

X
user@localhost:~

[user@localhost]$ ip addr | grep inet
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host 
    inet 192.168.137.142/24 brd 192.168.137.255 scope global dynamic eth0
    inet6 fe80::2edd:91a0:cbe0:6514/64 scope link

원격 데스크톱 연결

728x90

+ Recent posts