Skip to content

Instantly share code, notes, and snippets.

@teebow1e
Created February 16, 2024 11:52
Show Gist options
  • Select an option

  • Save teebow1e/20114012730edd21915aabac31901555 to your computer and use it in GitHub Desktop.

Select an option

Save teebow1e/20114012730edd21915aabac31901555 to your computer and use it in GitHub Desktop.
create a 32-char random string (A-Za-z0-9)
cat /proc/sys/kernel/random/uuid | tr -d '-'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment