[转]從CLI更改(產生)vino的密碼
August 11th, 2008 by skysbird
vino的密碼是放在gconf xml裡面, 而且是用base64編碼方式存放
所以我的作法是…先到online的Base64 Encoder and Decoder將自己的密碼encode後,
然後再下
gconftool-2 -s -t string /desktop/gnome/remote_access/vnc_password 編碼後的密碼
這樣一來就可以再次用vnc連上遠端電腦了
以密碼”test”為例 , 經過base64編碼得到”dGVzdA==”
gconftool-2 -s -t string /desktop/gnome/remote_access/vnc_password dGVzdA==