# apt-get install x11vnc xinetd
service x11vnc
# vi /etc/services
x11vnc 5900/tcp # VNC server(最下行に付け足す)
# /etc/init.d/xinetd restart
|
# apt-get install x11vnc xinetd
service x11vnc
# vi /etc/services
x11vnc 5900/tcp # VNC server(最下行に付け足す)
# /etc/init.d/xinetd restart
|