So Munin is an old and easy monitoring software that graphs just about everything on servers, switches and what not. I always fall back on Munin when I want something that is very fast to set up, and low maintenance. If you are like me, you often don’t want pages …
Read More »How to list all installed packages on Ubuntu
Ubuntu 14.04 and above The apt tool on Ubuntu 14.04 and above makes this very easy. apt list --installed Older Versions To get a list of packages installed locally do this in your terminal: dpkg --get-selections | grep -v deinstall (The -v tag «inverts» grep to return non-matching lines) To get a list of …
Read More »