LinuxMint13での、x11vncの自動起動方法。
# apt-get install x11vnc xinetd
service x11vnc
# vi /etc/services
x11vnc 5900/tcp # VNC server(最下行に付け足す)
# /etc/init.d/xinetd restart
|
Linux Mint、elementary OS、Zorin OSを応援しましょう!
# apt-get install x11vnc xinetd
service x11vnc
# vi /etc/services
x11vnc 5900/tcp # VNC server(最下行に付け足す)
# /etc/init.d/xinetd restart
|