XRDP를 사용해도 되지만
VNC라는 원격 접속 프로그램도 있음
사실 뭔차이인진 모름...
sudo apt-get install tightvncserver
pi@rasp2-dev:~ $ sudo apt-get install tightvncserver Reading package lists... Done Building dependency tree Reading state information... Done tightvncserver is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 242 not upgraded. pi@rasp2-dev:~ $ |
이미 설치되서 설치할게 없다는 화면
pi@rasp2-dev:~ $ vncserver
You will require a password to access your desktops.
Password: Password too short |
vncserver 로 passwd를 지정하고 시작
중요한게 passwd를 까먹으면 접속을 못한다는.... 4자리 넣었다가 팅김...
pi@rasp2-dev:~ $ vncserver
You will require a password to access your desktops.
Password: Verify: Would you like to enter a view-only password (y/n)? y Password: Verify:
New 'X' desktop is rasp2-dev:1
Creating default startup script /home/pi/.vnc/xstartup Starting applications specified in /home/pi/.vnc/xstartup Log file is /home/pi/.vnc/rasp2-dev:1.log
pi@rasp2-dev:~ $ |
pi@rasp2-dev:~ $ sudo netstat -apt | grep Xtightvnc tcp 0 0 *:5901 *:* LISTEN 748/Xtightvnc tcp 0 0 *:x11-1 *:* LISTEN 748/Xtightvnc pi@rasp2-dev:~ $ |
sudo netstat -apt | grep Xtightvnc
접속을 위해서는 접속 Port를 알아야하니 netstat 를 사용해서 Port를 확인합니다
x11-1이라고 보이는걸 무시하면 5901 Port만 보이니 5901 인것 같네요
설치가 완료되면 Viewer 를 다운받습니다
Download : https://www.realvnc.com/download/viewer/
OS 확인후 다운받으면 됩니다
VNC Viewer로 접속
VNC Viewr
실행하면 접속정보 목록이 보임 (전에 설정해놓은거라 5903포트로 보이네요)
VNC Server 에 IP 혹은 도메인을 입력하고 Port를 입력
ex) 192.168.0.10:5903
Raspberry Pi jessie - install git (0) | 2017.03.15 |
---|---|
Raspberry Pi jessie - VNC Autostart VNC 자동시작 (0) | 2017.01.18 |
Raspberry Pi Pixel - Litecoin 라이트코인 cpuminer (0) | 2017.01.15 |
Raspberry Pi jessie - XRDP install & Microsoft Remote Desktop connect 접속 (0) | 2017.01.08 |
Raspberry Pi jessie - Mac Time Machine extra HDD only read-only fsck.hfsplus disk checksum 디스크 검사 (0) | 2016.12.23 |
댓글 영역