Unless you are developing a simple application with Dot Net on a Pi, you will come to a point where you want to debug that application. This is particularly true…
Install the Dot Net Debugger on a Raspberry Pi

Unless you are developing a simple application with Dot Net on a Pi, you will come to a point where you want to debug that application. This is particularly true…
Once you have the Raspberry Pi up and running with a microSD installed as described here - Setup a Raspberry Pi - you can install DotNet Core by issuing the…
Whenever I install server operating systems, I set them up with a static IP Address. My DNS servers are virtualised, so I can access every host server and VM using…
I didn't really appreciate what a Raspberry Pi was until sometime last year - it had passed me by really. However, it is now my go-to device whenever I want…
What is ArgoCD? Argo CD follows the GitOps pattern of using Git repositories as the source of truth for defining the desired application state. Kubernetes manifests can be specified in…
I hadn't realised Kubernetes could mount an existing NFS share into a pod with just a little text inside a manifest. Of course, the share has to exist first, and…
For most of my Kubernetes deployments, I use Longhorn for persistent storage. This allows me to have a distributed and replicated storage medium in my pods. It also has backup…
I spent several hours last night trying to test out a few NFS shares from my TrueNAS box in Linux. I didn't really want them on that particular Linux box.…
For about 15 years, I have been running Hyper-V Server of one version or another and upgraded every couple of years as new versions came out. I have always been…
As you probably know by now, I am very keen on backups. I even back up my Backups and then back up those too...maybe I have a problem. Anyway, my…