Tag: Uncategorized
All the articles with the tag "Uncategorized".

Removing Your Android Phone from Google Home
Updated:I recently bought a new Android phone. Trouble is, Google Home keeps finding my old phone when I ask it "Hey Google, where's my phone?" I went into Find My

WireGuard
Updated:WireGuard is a very simple and efficient firewall. It has only one authentication mechanism and that is using public key cryptography, either public/privat

Network Diagrams and Shapes
Updated:In the world of Office 365 I find myself using a crippled version of Visio. Any shapes I want are part of an upgrade package, so that's not going to happen

10 Years of Blogging
I've managed to ramble on for 10 years!

Git Large File Storage
We have a client that needs their legacy system and data giving to them in a useable format. We can't really give them the code to build the system, as the

Extracting Graphs from Grafana
Updated:The Grafana dashboards are a really nice interactive display of metrics. What we want to do is take those graphs from a dashboard and share them on a stati

Git Hooks
Updated:I wanted to ensure I wasn't pushing unencrypted data onto our Git repo. It's set as private anyhow, but the repo I'm using is for our Ansible library. It c

Telegraf
Updated:This is stupid. I'm trying to use telegraf to collect stats from postgresql. I want to use the input plugin postgresql_extensible and output the data to In

Python Installation Error
zipimport.ZipImportError: can't decompress data; zlib not available Requires zlib1g-dev sudo apt install zlib1g-dev

Python Build and Deploy
We wanted a way of delivering passive status updates from our dockers to the Icinga2 API. I've used bash scripts for this in the past with curl, but figure