mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-21 23:42:24 +02:00
6 lines
112 B
Markdown
6 lines
112 B
Markdown
# Setup
|
|
|
|
## Passwords
|
|
```bash
|
|
docker run --rm ruby:latest ruby -rsecurerandom -e 'puts SecureRandom.hex(64)'
|
|
``` |