Skip to content

Instantly share code, notes, and snippets.

@jms
Created November 1, 2013 04:52
Show Gist options
  • Select an option

  • Save jms/7261092 to your computer and use it in GitHub Desktop.

Select an option

Save jms/7261092 to your computer and use it in GitHub Desktop.
# get a random password from console using tr, dc, urandom
tr -dc a-zA-Z0-9 < /dev/urandom | head -c 10 ; echo -en "\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment