Overview I recently decided to migrate all of my home servers to Proxmox from VMware ESXi, many factors at play but the main being that new versions of ESXi don’t support my hardware. For a norma...

Using CloneZilla to migrate multiple disk server

Use Git like a pro!
Over the past few months I have been using Git & GitHub more frequently, both in my professional and personal work, with this came many questions about what the “correct” way is to use Git. Th...

Use GitHub pages with unsupported plugins
I have recently migrated my website over to Github Pages, however in doing so I have found that there are some limitations, the main one being that not all Jekyll plugins are supported. Due to thi...

Docker Overlay2 with CentOS for production
The following short article runs through how to setup docker to use overlay2 with Centos for use in production Pre-Requisites Add an extra drive to CentOS (this could also be freespace on the ...

3d Printer Axes Calibration
One of the most difficult things I found out about 3d printing was that you must calibrate it! This isn’t something that I was aware of, I assumed once everything was tightened that it would just w...

I won a Ender 3 3D Printer and i'm addicted
About 6 months ago I entered a competition with DrZzs (highly recommend his channel for home automation) and BangGood to win a Creality Ender 3 3D Printer. To my surprise a few weeks later I recei...

CentOS 8 Teaming with WiFi Hidden SSID using nmcli
I have had a lot of issues when setting up teaming with WiFi, mainly because of lack of documentation around this, im guessing that teaming ethernet and WiFi is not a common occurrence especially w...
Continuous Integration and Deployment
I have recently been looking into CI and CD, mainly for use at home with my various projects etc. but also to further my knowledge. Over the years I have built up quite an estate of servers that o...
UniFi L2TP: set a static IP for a specific user (built-in Radius Server)
When using my L2TP VPN with the Unifi I realised that it was assigning a different IP Address to my client when it connected sometimes. This wouldn’t normally be a problem if the remote client was...
Ubiquiti UniFi USG Content Filter Configuration
Recently I had a requirement to setup a content filter on the USG for a client. I couldn’t find much information online so have decided to write this article to show others how to do this First we...