Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/tiagoad/suicide-linux
- Owner: tiagoad
- Created: 2017-07-04T16:03:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T21:41:17.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T15:08:54.437Z (3 months ago)
- Topics: joke, novelty
- Language: Shell
- Homepage: https://hub.docker.com/r/tiagoad/suicide-linux/
- Size: 526 KB
- Stars: 790
- Watchers: 6
- Forks: 46
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.**