Skip to content

Instantly share code, notes, and snippets.

@spalenza
Created August 11, 2014 12:27
Show Gist options
  • Save spalenza/bdb7f14ce83efd50c133 to your computer and use it in GitHub Desktop.
Save spalenza/bdb7f14ce83efd50c133 to your computer and use it in GitHub Desktop.
Generate radon password - Linux
cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 12 | head -n 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment