Generate random password from CLI

Generate a random 8 character password containing a-z, A-Z and 0-9:

egrep -ioam1 ‘[a-z0-9]{8}’ /dev/urandom

g33kadmin

I am a g33k, Linux blogger, developer, student and Tech Writer for Liquidweb.com/kb. My passion for all things tech drives my hunt for all the coolz. I often need a vacation after I get back from vacation....

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.