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 »A script to review a Zimbra account and it’s folder sizes
I came across stsimb@Github‘s repository zimbra-scripts which had this nice script called zimbra-size.sh. What it does, is somewhat similar to the way Zimbra list an accounts folders in zmmailbox. Zimbra provides the following using zmmailbox: zimbra@pikachu:~$ zmmailbox -z -m philip@digno.no gaf Id View Unread Msg Count Path ---------- ---- ---------- ---------- ---------- 1 …
Read More »New blog!
Guess my next post should be more interesting.
Read More »