Wipe your Hard disk

From Nocrashwiki

shred -vfz -n 100 /dev/hda

Here /dev/hda is my whole hard disk. And I am asking shred to make (-n) 100 passes by overwriting the entire hard disk with (-z) zeros. (-f) forces the write by changing the permissions wherever necessary.