Ubuntu Server/ubuntu-desktop
出典: Fukudat.com
Ubuntu ServerはデフォルトではGUI環境がインストールされない.GUI環境の構成の仕方.
目次 |
1 基本的なデスクトップ環境
1.1 Install
$ sudo apt-get install ubuntu-desktop scim-anthy
1.2 Configure
- ホットキーの設定
- System --> 設定 --> SCIM入力メソッドの設定 を開く
- 私の好としては,Alt-grave (Windows互換), Shift-space
2 VNC server (リモートデスクトップ)
2.1 Install
$ sudo apt-get install vnc4server
2.2 Configure
- リモートデスクトップの設定
- System --> 設定 --> リモート・デスクトップ を開き
- Sharing/Allow other users to view... on
- Sharing/Allow other users to control... on
- Security/Ask for confirmation ... off
- Security/Require the user to enter this password...パスワードを指定
これで,外部から vncviewer chiori.fukudat.com:0 で接続できる.
