Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Last active November 7, 2021 06:26
Show Gist options
  • Save zoonderkins/ee154ab0b3396f1395db00aedce0deb2 to your computer and use it in GitHub Desktop.
Save zoonderkins/ee154ab0b3396f1395db00aedce0deb2 to your computer and use it in GitHub Desktop.
Preventing Data Recovery

Preventing Data Recovery [HDD/SSD]

Any Linux live cd would work. Then as others have said, the shred tool,

dd if=/dev/urandom of=/dev/disk”

This will fill it with totally random data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment