This post describes how to wipe hard drive data with the “dd” command. From here and here.
1 | # Write zero to "/dev/sdb" device. |
An insteresting point is why writing random nubmer is better than zero.
Writing more than once is even more securer.
1 |
|
Done.