#author("2018-04-08T12:23:45+09:00","default:dramsukohome","dramsukohome")
[[Linux]]

#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

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS