Skip to content

Instantly share code, notes, and snippets.

@dogukancagatay
Created June 28, 2018 14:56
Show Gist options
  • Save dogukancagatay/00176d9cbba9fd9f25b91270a3aaacec to your computer and use it in GitHub Desktop.
Save dogukancagatay/00176d9cbba9fd9f25b91270a3aaacec to your computer and use it in GitHub Desktop.
Terminal generate password
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