Geeklog was a great CMS to start my professional blog with (many many many many years ago).
Sadly Geeklog’s code doesn’t get enough love and updates to keep it modern, so the time has come to say
Geeklog was a great CMS to start my professional blog with (many many many many years ago).
Sadly Geeklog’s code doesn’t get enough love and updates to keep it modern, so the time has come to say
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 […]
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/ Tags: Best Practices, Blogging, Career Development, coding, Debugging, Software Developer Education, Study
I have a number of domain names and previously blogged on how to make Geeklog work on all of them. I�ve decided now to concentrate on one domain name: julian-kuiters.id.au There is already a number of links to my other domains, so I needed to configure Geeklog to redirect people to the new domain. I […]