$ sudo apt-get install tigervnc-standalone-server tigervnc-xorg-extension
$ vncpasswd
Password:
Verify:
Would you like to enter a view-only password (y/n)? n
$ vncserver -localhost no
$ vncserver -list
$ vncserver -kill :1
$ nano ~/.vnc/xstartup
아래의 스크립트 추가
#!/bin/sh
exec /etc/vnc/xstartup
xrdb $HOME/.Xresources
vncconfig -iconic &
dbus-launch --exit-with-session gnome-session &
파일의 실행 권한 부여
$ chmod u+x ~/.vnc/xstartup
bilab@bilab-desktop:~$ vncserver -list
TigerVNC server sessions:
X DISPLAY # RFB PORT # PROCESS ID
:1 5901 8207
ex) 10.0.1.49::5901
로 접속