Today I want to mention about simple and neat trick described in kill
manual page,
which will allow you to quickly kill every eligible process.
Execute following command to send KILL
signal to every process for which you have permission to send signals, except the init process.
$ kill -9 -1