random sub rosa
random work-related stuff that's useful to me...
Friday, September 30, 2011
clear postfix mail queue
for f in ` mailq |grep .com -B 2 |grep ^[A-Z0-9]|awk '{print $1}'` ; do postsuper -d $f; done
Also, fun times here:
http://www.postfix.org/docs.html
Wednesday, September 28, 2011
Comparison of Disk Encryption Software
http://en.wikipedia.org/wiki/Comparison_of_disk_encryption_software
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)