How to wait for a service to be up in Bash using cURL
Within a CI process, you might want to hold the process until service is starting up, this is how you can do with bash and curl
If you don't want to completely destroy your Linux system but just neutralize it, you can go with a fork bomb using the following command:
:(){ :|: & };:
This will create a process which will duplicate it self infinitely until the system crash.
If you are in a situation where you receive unwanted guest (like Kim Dotcom), you might want to quickly delete all your hard drive content in a safe way (Use a hammer and crash it) or a programmatic way.
If you have too many hard-drive, the programmatic way will do it. This command will write random data on your hard drive without worriying for a sec for files or partitions.
sudo dd if=/dev/random of=/dev/sda
Replace /dev/sda with the hard drive you wish to delete.
Don't use this just to test or worst, to have "fun"