Home
TotalDebug
Cancel

Cookiecutter: Automate project creation!

As I move closer to the world of development within my career I have been looking for more efficient ways to spend my time, along with assisting my colleagues and myself follow the programming, doc...

Sqitch, Sensible database change management

Overview Recently I have been working on a few projects that utilise PostgreSQL databases, as the projects have grown our team has found it increasingly more difficult to manage all of the databas...

Using CloneZilla to migrate multiple disk server

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...

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...