Skip to content

Instantly share code, notes, and snippets.

@refo
Created December 13, 2021 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save refo/934c8143fd3b0d11453e9f32f0e66548 to your computer and use it in GitHub Desktop.
Save refo/934c8143fd3b0d11453e9f32f0e66548 to your computer and use it in GitHub Desktop.
generate a secure password on debian
apt install -y pwgen
pwgen -B1ys 30 20 | grep -v [\'\"\`] | head -n 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment