Generate extra entropy
If you need to generate extra entropy, consider running some mundane tasks in another terminal.
while true; do { dd if=/dev/sda of=/dev/zero; find / | xargs file; } 1>/dev/null 2>&1; done
Preserving for the future: Shell scripts, AoC, and more
If you need to generate extra entropy, consider running some mundane tasks in another terminal.
while true; do { dd if=/dev/sda of=/dev/zero; find / | xargs file; } 1>/dev/null 2>&1; done
Comments