請問大家有沒有一個在Ubuntu 安VNC既教學!PS:上網搵左好多既交章都是不成功

請問大家有沒有一個在Ubuntu 安VNC既教學!PS:上網搵左好多既交章都是不成功!

整了整天都安裝不成
在Google 搵了很耐了
有沒有安裝成功既網友可以分享下給我

Try this:

http://blog.riaproject.com/?p=225

Some more points:

1. You might need to config port fowarding if you connect outside of your network.
2. Enable auto login http://www.killertechtips.com/20 ... to-login-to-ubuntu/

TOP

提示: 作者被禁止或刪除 內容自動屏蔽

TOP

原帖由 vivi2341 於 2008-11-29 19:11 發表
請問大家有沒有一個在Ubuntu 安VNC既教學!PS:上網搵左好多既交章都是不成功!

整了整天都安裝不成
在Google 搵了很耐了
有沒有安裝成功既網友可以分享下給我


For server :
sudo apt-get install vnc4server vnc4-common

For client :
sudo apt-get install xvnc4viewer vnc4-common

TOP

原帖由 maxbear 於 2008-11-30 12:01 發表
Try this:

http://blog.riaproject.com/?p=225

Some more points:

1. You might need to config port fowarding if you connect outside of your network.
2. Enable auto login http://www.killertechtips.com/2 ...

auto login會唔會有安全上問題出現

TOP

用2#嘅方法係就係好簡單,
但有個問題,logout咗就唔work。

我以前用過一個方法,
係用xorg load個vnc server嘅,
就算logout咗都可以remote入去看到gdm,

聽日返公司揾下本note先……

TOP

原帖由 Tyler 於 2008-11-30 22:48 發表
用2#嘅方法係就係好簡單,
但有個問題,logout咗就唔work。

我以前用過一個方法,
係用xorg load個vnc server嘅,
就算logout咗都可以remote入去看到gdm,

聽日返公司揾下本note先……


好..唔該定你先

TOP

I use it in my home network(use by me only). So security is not really important for me. If your linux might use by other people, than auto login might not a good option.

TOP

1,安裝vnc4server
sudo apt-get install vnc4server
2,設置密碼
sudo vncpasswd
3,用xorg加載vnc
sudo gedit /etc/X11/xorg.conf
在Section "Module"下加一行
Load "vnc"
在Section "Screen"下加一行
Option “PasswordFile” “/home/user/.vnc/passwd”

相對修改一下啦。

[ 本帖最後由 Tyler 於 2008-12-1 10:52 編輯 ]

TOP