パッケージをいろいろいれた

apt-cache search で探して、apt-get install でインストール。

例:
apt-cache search gcc
apt-get install gcc-3.4

apt-get update :


こんな感じ。

apt-get install telnetd
apt-get install ssh
apt-get install less
apt-get install sudo
apt-get install bind
apt-get install man-db
apt-get install manpages-ja
apt-get install jless
apt-get install apache
apt-get install gcc-3.4
apt-get install gcc
apt-get install make
apt-get install libgcc1
apt-get install glibc
apt-get install libc
apt-get install libc5
apt-get install libc6
apt-get install libc-devel
apt-get install libc6-dev


少し過去のことなので正確には忘れたがおおむね以下の順で対応。

(1)SSH接続環境の設定(とりあえずパスワード認証で<鍵作るの面倒だから)
(2)TELNET接続のクチを閉じる
(3)便利な基本コマンドのインストール(less,jless,sudo,manpages-ja,man-db)
(4)開発系ツールのインストール(gcc, make, libgc, libc)