インストール
- CD を入れてブート
- Language
- 「日本語」を選択
- Ubuntu ロゴが表示される
- 「Install Ubuntu Server」
- ちょっと待つ(数十秒)
- Ubuntu インストーラメニュー
- 「Alt+Shift」を選択
- ちょっと待つ(数十秒)
- ホスト名
- amachang(適当に)
- ディスクのパーティショニング
- 「ガイド - ディスク全体を使う」を選択
- 「はい」を選択
- けっこう待つ(数分)
- ユーザーとパスワードのセットアップ
- 名前を入力
- ユーザ名を入力
- パスワードを入力
- もう一度パスワードを入力
- HTTP プロキシの設定
- なし
- Software selection
- インストールの完了
はやっ
セットアップ
- ssh でログインする
- ssh ユーザー名@ホスト名
- Are you sure you want to continue connecting?
- yes
- パスワードを入力する
- apt-get する準備
$ sudo apt-get update
- .vimrc を書く
syntax on set expandtab set tabstop=4 set shiftwidth=4 set softtabstop=0 set number set smartindent set incsearch
怒られた
Error detected while processing /home/amachang/.vimrc: line 2: E319: Sorry, the command is not available in this version: syntax on Press ENTER or type command to continue
あたらしく vim をインストールする
$ sudo apt-get install vim
おk
まとめ
サーバーで何をするかを考えていなかった