Tip to kill non-responsive programs.

One of the things that Linux is missing is a good way to kill programs, like the Task Manager (ctr-alt-del…) in Windows.  The Gnome System Monitor is a slow cpu hog that rarely shows everything.
My previous preferred method was to open a terminal, run ps aux | grep <name of program> then kill <pid given [...]