Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(gnu_linux_basics): Generate a random string
Generate a random string to use for secrets or passwords: ```bash head /dev/urandom | tr -dc A-Za-z0-9 | head -c10 ```
- Loading branch information