Skip to content

Instantly share code, notes, and snippets.

@gladiopeace
Created February 4, 2018 04:27
Show Gist options
  • Save gladiopeace/2e6d0945fec867c404e68419d6091c83 to your computer and use it in GitHub Desktop.
Save gladiopeace/2e6d0945fec867c404e68419d6091c83 to your computer and use it in GitHub Desktop.
create random passowrd
tr -dc A-Za-z0-9_ < /dev/urandom | head -c12 | xargs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment