DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Bomb Your Shell (nice Looking Pure Shell DOS)
The following will fork bomb your shell
:(){ :|:& };:
You can use ulimit to prevent yourself against this:
ulimit -m 1000000
ulimit -v 1000000
ulimit -u 500




