#author("2018-04-08T12:23:45+09:00","default:dramsukohome","dramsukohome") [[Linux]] #author("2025-08-04T10:31:13+09:00","default:dramsukohome","dramsukohome") #shadowheader(1,x11vnc); #contents *Install [#cd865f69] -「Ubuntuソフトウェアセンター」から「x11vnc」で検索 - sudo apt-get install xinetd *password の設定 [#t5e61169] - x11vnc -storepasswd /etc/x11vnc.passwd * sudo vi /etc/xinetd.d/x11vnc [#oc2b0aa6] service x11vnc { port = 5900 type = UNLISTED socket_type = stream protocol = tcp wait = no user = root server = /usr/bin/x11vnc server_args = -inetd -o /var/log/x11vnc.log -display :1 -auth /var/run/lightdm/root/:1 -rfbauth /etc/x11vnc.passwd -many -bg disable = no } * xinetd の再起動 [#tc71004e] sudo /etc/init.d/xinetd restart