ユーザ用ツール

サイト用ツール


ubuntu-server-10-04:installation

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
ubuntu-server-10-04:installation [2010/07/21 23:47] adminubuntu-server-10-04:installation [2010/07/23 00:03] (現在) admin
行 2: 行 2:
  
  
-Ubuntu Server 10.4 のインストール +===== Ubuntu Server 10.4 のインストール =====
  
   * インストール開始画面   * インストール開始画面
- 
     * Language は「English」を選択     * Language は「English」を選択
     * Keymap は「Japan」を選択     * Keymap は「Japan」を選択
     * 「Install Ubuntu Serverを選択してインストール開始     * 「Install Ubuntu Serverを選択してインストール開始
  
-Choose language +  * Choose language 
- 「English」を選択+    *「English」を選択
  
-Choose country +  *Choose country 
- other → Asia → Japan を選択+    *other → Asia → Japan を選択
  
-Keyboard model +  * Keyboard model 
- 「Generic 105key (Intel) PC」を選択+    *「Generic 105key (Intel) PC」を選択
  
 +  * Configure the network
 +    * Hostname: 任意のホスト名
 +    * タイムゾーンがあっていれば <Yes>
  
-・キーボードは Generic 105 を選択+  * Partition disks 
 +    * 「Guided - use entire disk」を選択 
 +    * LVM障害時に復旧が面倒なのでやめた 
 +    * Select disk to partition: はインストールディスクを選択 
 +    * パーティションの設定確認が出るので<Yes>
  
-・Configure the network +  * Set up users and password 
- Hostname任意ホスト名  +    * Full name for the new userユーザフルネームを入力(入れなくてもいい) 
- タイムゾンがあっていれば <Yes>+    * Username for your account: 使用するアカウント名を入力 
 +    * Choose a password for the new user: パスワドを入力 
 +    * Re-enter password to verify: パスワードを再入力 
 +    * Encrypt your home directory?: <No暗号化しない
  
-・Partition disks +  * Configure the package manager 
- 「Guided - use entire disk」を選択 +    * HTTP proxy information (blank for none)プロキシサの設定(なにも入れない)
- LVMは障害時に復旧が面倒なのでやめた +
- Select disk to partitionはインストルディスクを選択 +
- パーティションの設定確認が出るので<Yes>+
  
-・Set up users and password +  * Select and install software 
- Full name for the new user: ユーザのフルネームを入力(入れなくてもいい) +    * How do you want to manage upgrades on this system? 
- Username for your account: 使用するアカウント名を入力 +      *「No automatic updates」を選択
- Choose a password for the new user: パスワードを入力 +
- Re-enter password to verify: パスワードを再入力 +
- Encrypt your home directory?: <No> 暗号化しない+
  
-・Configure the package manager +  * Software selection 
- HTTP proxy information (blank for none)プロキシサーバの設定(なにも入れない)+    * Choose software to install: 
 +      * 「OpenSSH server」「Samba file server」を選択
  
-・Select and install software +  * Configuring grub-pc 
- How do you want to manage upgrades on this system? +    Install the GRUB boot loader to the master boot record? 
- 「No automatic updates」を選択 +    マスタブートレコードにGRUBをインストールする <Yss>
- +
-・Software selection +
- Choose software to install: +
- 「OpenSSH server」「Samba file server」を選択 +
- +
-Configuring grub-pc +
- Install the GRUB boot loader to the master boot record? +
- マスタブートレコードにGRUBをインストールする <Yss>+
  
 再起動して終了 再起動して終了
行 60: 行 55:
  
  
-Japanese team のリポジトリを追加+===== Japanese team のリポジトリを追加 =====
  
 以下のコマンドを実行し、GPG鍵とレポジトリを追加します。 以下のコマンドを実行し、GPG鍵とレポジトリを追加します。
- 
  
  
 Ubuntu 10.04 LTSの場合: Ubuntu 10.04 LTSの場合:
 +
 +<code>
 $ wget -q https://www.ubuntulinux.jp/ubuntu-ja-archive-keyring.gpg -O- | sudo apt-key add - $ wget -q https://www.ubuntulinux.jp/ubuntu-ja-archive-keyring.gpg -O- | sudo apt-key add -
 $ wget -q https://www.ubuntulinux.jp/ubuntu-jp-ppa-keyring.gpg -O- | sudo apt-key add - $ wget -q https://www.ubuntulinux.jp/ubuntu-jp-ppa-keyring.gpg -O- | sudo apt-key add -
行 72: 行 68:
 $ sudo apt-get update $ sudo apt-get update
 $ sudo apt-get upgrade  $ sudo apt-get upgrade 
 +</code>
 +
 +
 +===== 日本語ファイル名の問題 =====
 +
 +日本語ファイル名部分がすべて ◆ になって表示できない。SSHでログインすると日本語も表示される。SSHでしか使わないなら気にすることはない。
 +
 +jfbterm を入れると、表示できるようになるらしい。
 +
 +
 +
 +===== マニュアルを日本語仕様に変更 =====
 +
 +man コマンドの表示を日本語にする場合
 +
 +<code>
 +$ sudo apt-get install manpages-ja
 +$ sudo mandb
 +</code>
 +
 +日本語化してしまうと jfbterm を入れて日本語を表示できるようにしておかないと、SSHではなく直接サーバを操作した場合にマニュアルを見れなくなってしまうので、英語のまま使用することにした。
  
  
ubuntu-server-10-04/installation.1279723678.txt.gz · 最終更新: 2010/07/21 23:47 by admin