Skip to main content

Easiest How to: Install Munin on Ubuntu – the Quick and Simple Cheatsheet

INSTALL MUNIN NODE ON UBUNTU Make sure your system is up-to-date apt-get -y update && apt-get -y upgrade Install Munin Node apt-get -y install munin munin-node munin-plugins-extra Edit the munin-node config file nano /etc/munin/munin-node.conf Restart Apache and Munin to start service apache2 restart service munin-node restart Auto-Suggest Munin Plug-ins to suit your machine munin-node-configure –suggest […]

11 things I wish I could tell myself as a Junior Software Developer – Michael’s Coding Spot

I’d like to tell my junior self that in 10 years, there wasn’t a single bug I didn’t eventually solve one way or the other. Even bugs that seem extremely scary, are eventually conquered. — Read on michaelscodingspot.com/2019/01/10/11-things-i-wish-i-could-tell-myself-as-a-junior-software-developer/