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?

Tags: , ,

One Comment

Leave a Reply

XHTML: You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>