Entries from 2009-06-07 to 1 day

Ubuntuの筐体交換

これを引越しさせるの忘れてた。また嵌るのでメモメモUbuntuをVMに入れてCloneを作るとなぜかeth0が認識しない。Redhat系なら /etc/sysconfig/network-script/ifcfg-eth0 にMACアドレスが書いてあって、それのせいだろうというのが定番過ぎるんだけど、そん…

シェルのシンタックス・ハイライトテスト

#!/bin/sh echo 'This is a test message' for i in $(cat list.txt|sed -e 's/[0-9]*$//g' -e 's/MSG/msg/') do RESULT=$(testcmd -i ${i} --comment "syntax highlight test") if [ -z ${RESULT} ] then exit fi done exit [root@myserver ~]# pwd /root/w…