Skip to content

Instantly share code, notes, and snippets.

@daniDLL
Created November 22, 2019 10:33
Show Gist options
  • Save daniDLL/1767f677318168cdc5c10d704addb892 to your computer and use it in GitHub Desktop.
Save daniDLL/1767f677318168cdc5c10d704addb892 to your computer and use it in GitHub Desktop.
Alias to Create Random Passwords
alias create_password="</dev/urandom tr -dc '1234567890!@#$%&;:.-_[]qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNMG' | head -c16; echo ''"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment