Archive for September, 2011

One-Liner of the day – generate a random password

Tuesday, September 13th, 2011


dd if=/dev/urandom bs=1c count=200 | tr -d '\001-\040\042\047\054\077\134\140\173-\377' && echo