Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.17 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.17 KB

Suicide Linux

Suicide Linux is now available from the comfort of Docker!

With a single command, an instance of Suicide Debian will be downloaded and booted up, for all your suicidal needs.

You know how sometimes if you mistype a filename in Bash, it corrects your spelling and runs the command anyway? Such as when changing directory, or opening a file.

I have invented Suicide Linux. Any time - any time - you type any remotely incorrect command, the interpreter creatively resolves it into rm -rf / and wipes your hard drive.

It's a game. Like walking a tightrope. You have to see how long you can continue to use the operating system before losing all your data.

-- https://qntm.org/suicide

screenshot

Running

Simply run:

docker run --rm -it tiagoad/suicide-linux

This command will not harm your local filesystem.

Running (danger mode)

If you're feeling brave, the following command will mount your host filesystem in the docker image:

docker run --rm -it -v /:/host tiagoad/suicide-linux

This will harm your local filesystem if you mistype a command, be careful.