Noteworthy technical issues that were encountered and resolved.
Killing multiple processes through word matching
I needed to kill something running in ubuntu. saw many processes. the key programs used is ps, grep, and kill. kill -9 `ps -ef|grep -v […]