Created
June 28, 2018 14:56
-
-
Save dogukancagatay/00176d9cbba9fd9f25b91270a3aaacec to your computer and use it in GitHub Desktop.
Terminal generate password
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LC_ALL=C tr -dc 'A-Za-z0-9_!@#$%^&*()\-+=' < /dev/urandom | fold -w30 | head -n1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment