2008-11-21から1日間の記事一覧

usr を別HDDに移動〜

3:52 root@OpenBSD4.4 % mv bin /mnt/hdd/ 3:52 root@OpenBSD4.4 % /usr/bin/make /usr/bin/make: Command not found. まぁそうだな。 3:48 root@OpenBSD4.4 % /mnt/hdd/bin/make clean Abort 3:49 root@OpenBSD4.4 % /mnt/hdd/bin/env Abort ちょ.... 3:53 …

自分自身にルーティングしないとだめです...

% ifconfig vic0 inet 192.168.1.1 % route -qn delete default % route -qn add -host default 192.168.1.254 % route -qn delete 192.168.1.1 % route -qn add -host 192.168.1.1 127.0.0.1 % route -qn add 192.168.1/24 192.168.1.254 % route -nq show …