Eh. I'm stuck with with distros that have apt-based package managers But I think that Slackware is the best Also, the above is not really good. If you want to permanently lose your files, try sudo su find / | xargs shred -f
Eh, it only deletes the home directory Also, my answer shouldn't work. But this should work: sudo su find / | xargs -n1 shred -z -f Fore more information, see the manual for 'shred'. (man shred)
Anyways, why do you want to destroy a Linux?