How to get Linux to recognise MSI Evo Presitge A13M’s hard drive and Wifi. Updated Jan 2026 with Fedora migration notes.
Posts for: #Linux
Deploying an OpenAI Compatible Endpoint on Runpod with vLLM and K6 Load Testing
Renting a cloud GPU from RunPod, running a large language model via vLLM’s OpenAI compatible endpoint, and load testing it with K6.
Converting a Pytorch Model to Safetensors Format and Quantising to Exl2
Notes on converting a transformer model from PyTorch to Safetensors format and quantising to ExLlamaV2, using a code-based calibration dataset.
Automating Virtual Machine Creation on Proxmox with Terraform and bpg
Using Terraform with the bpg provider to automate virtual machine creation on Proxmox—infrastructure as code for a home lab.
Scaling GitHub Actions with Kubernetes: A Guide to ARC Deployment
Setting up Actions Runner Controller (ARC) to run GitHub Actions CI/CD pipelines on your own Kubernetes infrastructure.
Streamlining Secret Management with Vault in K3s Kubernetes
Deploying HashiCorp Vault to K3s with Helm and configuring it via Terraform. An example of hitting in a nail with a jackhammer.
Migrating from Docker Compose to Kubernetes (K3s)
Moving from Docker Compose to K3s, a lightweight Kubernetes distribution—an accessible first step into container orchestration at scale.