09/09/25 20:08:03 82G5xK63
//初期設定
----------------------------------------
$ screen
darkを選択
----------------------------------------
$ sudo -s
----------------------------------------
# visudo
%admin ALL=NOPASSWD: ALL
----------------------------------------
# vi /etc/apt/sources.list
# repo追加
deb URLリンク(jp.archive.ubuntu.com) jaunty main restricted universe multiverse
deb URLリンク(jp.archive.ubuntu.com) jaunty-security main restricted universe multiverse
deb URLリンク(jp.archive.ubuntu.com) jaunty-updates restricted main multiverse universe
----------------------------------------
# apt-get update
----------------------------------------
# apt-get install ssh
母艦からsshし、作業を行う。
----------------------------------------
# apt-get install vim ctags
# update-alternatives --editor
vim.basic を選択
母艦から .vim/ と .vimrc をコピー