Linux

x11vnc

Install

  • 「Ubuntuソフトウェアセンター」から「x11vnc」で検索
  • sudo apt-get install xinetd

password の設定

  • x11vnc -storepasswd /etc/x11vnc.passwd

sudo vi /etc/xinetd.d/x11vnc

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 の再起動

sudo /etc/init.d/xinetd restart

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2019-02-23 (土) 14:58:08 (1888d)