Commit e6677a
2026-04-17 01:30:04 David Marsh: -/-| /dev/null .. howto/linux.md | |
| @@ 0,0 1,9 @@ | |
| + | # Linux |
| + | |
| + | ## Passwords |
| + | |
| + | How to make a random password from Linux CLI |
| + | |
| + | ``` |
| + | b64encode /dev/urandom pw | fold -w 20 | head -n2 | tail -n1 |
| + | ``` |
| /dev/null .. howto/linux.md | |
| @@ 0,0 1,9 @@ | |
| + | # Linux |
| + | |
| + | ## Passwords |
| + | |
| + | How to make a random password from Linux CLI |
| + | |
| + | ``` |
| + | b64encode /dev/urandom pw | fold -w 20 | head -n2 | tail -n1 |
| + | ``` |