2004年10月23日

windows server 2003
version, active information
tool to disable active function in windows server 2003

2004年10月6日

for piping the output of one program in unix to another program's command line, (instead of input)
ls only files contents "test", (for checking the size of the file)
ls -al `grep -L test *`
or
str=`grep -L test *`
ls $str

2004年10月2日

input pdb id here
http://www.cbs.dtu.dk/services/MatrixPlot/distmatr/index.html
You'll be able to get a MatrixPlot format file like this http://www.cbs.dtu.dk/services/MatrixPlot/dataformat/mpformat.html
then you can grep info you want from it.