Archives for: "April 2008"

Miscellaneous bash one liners

April 26th, 2008
bash script to monitor file/dir listing in a directory while ((1)); do ls -l | wc -l; sleep 30; done more »

Commands to determine/change drive UUID's

April 26th, 2008
Use one of these to determine drive UUID's. vol_id /dev/sdc1ls -l /dev/disk/by-uuid more »