Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tiagoad/suicide-linux

@qntm's Suicide Linux, now available on Docker!
https://github.com/tiagoad/suicide-linux

joke novelty

Last synced: 14 days ago
JSON representation

@qntm's Suicide Linux, now available on Docker!

Awesome Lists containing this project

README

        

Suicide Linux
=============

[Suicide Linux](https://qntm.org/suicide) 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](screenshot.png)

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.**