To kill a process I’ve always either the kill or killall commands and manually trying to find out the process numbers, etc.

However, i recently discovered the pkill command removes a lot of work — pkill firefox, for example, will search the list of processes for anything matching firefox, and then kill it.

Easy!