Very generic unix tips
Generate random alpha/numeric string
- openssl rand 13 |xxd -ps
openssl will generate 13 bytes of stuff then xxd will dump it into a human readable form
openssl will generate 13 bytes of stuff then xxd will dump it into a human readable form
generic (last edited 2011-07-16 10:31:54 by SteveClement)