Changes between Version 1 and Version 2 of TipAndDoc/network/vnc


Ignore:
Timestamp:
Feb 17, 2011 12:31:52 AM (13 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/network/vnc

    v1 v2  
    66 * [http://z.cs.utexas.edu/users/habals/blog/index.php/archives/22 Jungwoo's Blog » Blog Archive » x11vnc over SSH on Ubuntu Linux] 
    77 * [http://rdt17.blogspot.com/2007/09/ubuntu704-x11vnc.html チラシの裏にでも書いてろ な!: Ubuntu7.04 にx11vncをインストールする] 
     8 
     9 * ~/.x11vncrc 
     10{{{ 
     11display :0 # This will do in most single user machine 
     12rfbauth .vnc/passwd # password file 
     13rfbport 5900 # Use this default port 
     14forever # Without this x11vnc will die after serving one connection. 
     15localhost # Only accept local connections. This makes your x11vnc secure along with SSH. 
     16}}} 
     17 * x11vnc -storepasswd で作られるパスワードファイルは先頭8文字しか見ない模様 
     18  * -rw------- 1 mitty mitty 8 Feb 17 00:04 .vnc/passwd 
     19 * ssh 越しにx11vnc serverの起動には成功せず(原理的に出来ない?) 
     20 * xfceの Settings -> Session and Startup の Application Autostart に 「/usr/bin/x11vnc」で登録すると良い