01
Mar/21Home Assistant Introduction
Overview I have been using Home Assistant for 6 months and it has been an amazing investment of time and energy. Home Assistant is like the controller or brains behind any home automation. As a community project, it has it’s … Continue reading
07
Sep/20Upgrading MySQL Running In Docker (Compose)
Overview I wanted to try and upgrade my MySQL database from 5.7 to 8.0 however I have containerised my database install. What I thought was a immutable container would be a simple burn and switch turned out to be a … Continue reading
02
Dec/19Pi-hole DNS Filtering
Overview Pi-hole is a very light weight, DNS filtering server. It’s so light that there are reports it can even run on a Raspberry Pi 1! Example reasons for filtering DNS include blocking ads to filtering out harmful sites (content … Continue reading
30
Sep/18Manually Setting Up Webserver Time Trial
Overview In this day and age, setting up a server is a non event with cloud computing. I am currently behind in setting things up manually and scripts rather than using a tool. I have dabbled in Vagrant and Chef. … Continue reading
06
Aug/18Ubuntu to Alpine Docker Images
I did a quick test and switched the base OS in a docker image which I use for backing up MySQL database and the size difference is amazing! Going from Ubuntu 18:04 to Alpine latest (version) means the combined OS … Continue reading
04
Apr/16Dockerising WordPress
Overview Container software has really picked up in popularity in part thanks to Docker and the concept is great. So much so I wanted to try it on my blog. Topology My setup consisted of a single instance on DigitalOcean … Continue reading
22
Feb/16Migrating From Ubuntu 14.04 To 16.04
Overview I have written migration plans for Ubuntu upgrades before. What makes it different this time is the hybrid Docker containers that I have used in places and the support for virtual IP (VIP) in Digital Ocean, my current hosting … Continue reading