Wipe out your hard disk from a command line:

dd if=/dev/zero of=/dev/hda

and if you like to copy the iso from a cd, you can use this command:

dd if=/dev/cdrom of=/home/user/foo.iso