2008-04-20から1日間の記事一覧

CentOS 5.1 を始めてみた 2

zsh をインストールする。 # yum search zsh zsh.i386 4.2.6-1 base Matched from: zsh The zsh shell is a command interpreter usable as an interactive login shell and as a shell script command processor. Zsh resembles the ksh shell (the Korn sh…

FreeBSD 7.0 を始めてみた 3

portupgrade をインストールする。 # whereis portupgrade portupgrade: /usr/ports/ports-mgmt/portupgrade # cd /usr/ports/ports-mgmt/portupgrade # make fetch-recursive ===> Fetching all distfiles for portupgrade-2.4.3_2,2 and dependencies ===>…

CentOS 5.1 を始めてみた 4

root 以外のユーザーを作成する。 # useradd -g wheel -s /bin/zsh -m littlebuddha # passwd littlebuddha Changing password for user littlebuddha. New UNIX password: Retype new UNIX password: passwd: all authentication tokens updated successful…

CentOS 5.1 を始めてみた 3

yum のリポジトリを日本国内に変更する。 # rpm --import http://ftp.riken.jp/Linux/centos/5.1/os/i386/RPM-GPG-KEY-CentOS-5 # cd /etc/yum.repos.d CentOS-Base.repo CentOS-Media.repo # vi CentOS-Base.repo [base] name=CentOS-$releasever - Base ba…