GithubHelp home page GithubHelp logo

forkbomb's Introduction

forkbomb

Simpliest one liner fork bomb for Linux/Unix written in C++.

For clearer code the source was rewritten in ANSI C++ style. But I think the one liner version is pretty understandable.

This code has one drawback - you can press ctrl-c and end the program, and then the OS gets back to its normal cpu load. If you have got an idea to improve the forkbomb app - please send me a pull request.

Example test scenario:

  1. Create a VM (eg. virtualbox one)
  2. Copy one of the source files to the VM
  3. Compile the code
    • g++ onelinerforkmbomb.cpp -o onelinerforkbomb
    • sudo cp onelinerforkbomb /usr/local/sbin
  4. Add the fork bomb execution to system startup script
    • vim /etc/rc.local
    • put the following code (before exit 0 statement):
    • /usr/local/sbin/onelinerforkbomb
  5. Reboot the OS

REMEMBER!

Don't do it on production systems or on you laptop/box!!!

best regards,

bartgee

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.