Every one in my company knows about pkill, an obscure Linux command because we use Firefox (we are 100% Linux based) as the default browser. What is the relation, you ask? The answer is simple.

Firefox often hangs. The symtoms are varied, a busy icon which never rests, a web page which never opens even though it opens fine in Opera etc. However the solution is always the ever simple - pkill.

Just type:

pkill firefox

This unceremonously kills Firefox so you can start it again. And chances are it will work fine, at least for some more time till it hangs again. And then remember - pkill.

Don't you love Firefox? Over time you will get used to them like we all got used to buggy Windows releases and GPF's, we humans are very adjustible.

Note: pkill is a Linux command to kill a linux process by name. A sister command is pgrep which allows you to grep for running processes.