jhx on Nostr: #Linux hint: Wiping a hard disk is easy via the shred tool. 😎 sudo shred --verbose ...
#Linux hint:
Wiping a hard disk is easy via the shred tool. 😎
sudo shred --verbose --random-source=/dev/urandom -n1 --zero /dev/sdX
More options:
https://manpages.debian.org/bookworm/coreutils/shred.1.en.html
Wiping a hard disk is easy via the shred tool. 😎
sudo shred --verbose --random-source=/dev/urandom -n1 --zero /dev/sdX
More options:
https://manpages.debian.org/bookworm/coreutils/shred.1.en.html