2008年5月16日金曜日

Linux側のVNCサーバー

次はGUIでリモートアクセスしたいので、VNCサーバーとクライアントを導入する。
kono@X31:~$ vncserver
The program 'vncserver' can be found in the following packages:
* tightvncserver
* vnc4server
Try: sudo apt-get install
-bash: vncserver: command not found
どちらか選んでインストールしなければならない。
~$ sudo apt-get install vnc4server
vnc4serverをインストールし、サーバーを立ち上げた。
~$ vncserver

You will require a password to access your desktops.

Password:
Password must be at least 6 characters - try again
Password:
Verify:
xauth: creating new authority file /home/kono/.Xauthority

New 'X31:1 (kono)' desktop is X31:1

Creating default startup script /home/kono/.vnc/xstartup
Starting applications specified in /home/kono/.vnc/xstartup
Log file is /home/kono/.vnc/X31:1.log
初めての立ち上げなので、vnc用のパスワードを求められた。はじめのパスワードは短すぎると言われ、6文字以上のものを求められた。

0 件のコメント: