Zero data on a Linux disk
cat /dev/zero > zero.dat ; sync ; sleep 1 ; sync ; rm -f zero.dat
TextSnippets > metafeather > cli
1391 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
Liam Clancy http://www.metafeather.net/
cat /dev/zero > zero.dat ; sync ; sleep 1 ; sync ; rm -f zero.dat
#For Darwinports ln -s /opt/local/bin/sv* /usr/bin/ #For Fink ln -s /sw/bin/sv* /usr/bin/
setterm -blength 0
ipconfig getpacket en0
$ sudo find . -xdev -user <old-uid> -print -exec chown <new-uid> {} \;