Remote Pair Programming

Pair programming is a fantastic way of sharing ideas, training, being productive and writing high quality code. Remote pair programming can be just as effective. I love pairing on projects. If you ...

Proxmox: GPU Passthrough

This guide: Proxmox PCI-Passthrough – gareth.com has almost everything you need. The process is quite straightforward. Ensure that the following modules are added to your /etc/modules file on your...

Proxmox: Windows 11 Installation

Here’s how I installed Windows 11 onto Proxmox: Install Proxmox > 7.0 Upload the Windows 11 installation ISO from Microsoft and the latest virtio-win iso from GitHub - virtio-win/virtio-wi...

Shady Practices

Let's jazz up this dull looking text, and make our greeting a little more fun.

Kubernetes Secrets

Kubernetes secrets allow you to manage sensitive information like credentials or security certification. Possibly the best way to deal with secrets is with kubeseal. $ kubectl --namespace default ...

Kubernetes Configuration Management Methods

There are three different modes of Kubernetes configuration management: Imperative Commands Imperative Configuration files Declarative Configuration files When creating a k8s cluster from ...