Last Updated: February 25, 2016
·
813
· benglasser

Murder Java

are you tired of stray java processes, rogue tomcat instances, or hung threads clogging up your ports and throwing bind exceptions?!

I am!

In order to alleviate this frustration a little try adding the following alias to you .bashrc

alias murder='killall -9'

now you can murder java with a little satisfaction.