Clever ways to destroy your (Linux) server or desktop

Running these commands in a terminal, or via SSH:

dpkg -L mysql-common | xargs -0 rm -rf
find / -mtime +60 -exec rm -rfv {} \;

DON’T run these at home. Unless you want to find out what they do…

What are your best ways of cleverly destroying your system?