dd if=/dev/zero of=/dev/sd0 bs=8192
This command will write zero's to every part of the hard drive at sd0. It is a pretty decent way to wipe a drive, but I prefer this:
dd if=/dev/urandum of=/dev/sd0 bs=8192
This would not be a good way to fix a computer but it is great for getting it ready for disposal.