Photo Ashley Collinge's face

Notes

Copy Data From Docker Volume to Host
sudo docker cp <containerId>:/file/path/within/container /host/path/target
Disable Microsoft Azure Agent on Linux

Turns off Windows Azure Agents on Linux devices so they don’t intefere - you will lose visibility on status from the Azure Portal

sudo systemctl disable cloud-config
sudo systemctl disable cloud-final
sudo systemctl disable cloud-init-local
sudo systemctl disable cloud-init
sudo systemctl disable waagent
sudo systemctl stop waagent
Minikube Installation

Minikube runs k8s inside a VM for dev purposes

curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-latest.x86_64.rpm
sudo rpm -ivh minikube-latest.x86_64.rpm
sudo dnf install @virtualization
sudo systemctl start libvirtd
sudo systemctl enable libvirtd
sudo usermod --append --groups libvirt $(whoami)
minikube start
Temporary Python HTTP Server
python -m http.server 8000 --bind 127.0.0.1
Initial Git Repo Setup
git init
git branch -m stable
git remote add origin git@github.com:/ashleycollinge1/
git config --global user.name "Ashley Collinge"
git config --global user.email "me@ashleycollinge.co.uk"

Recent Posts

Open Source Software I use in my Homelab
Tue, 16 Sep 2025
Secure Remote PowerShell over WinRM Deployment on Windows Machines
Tue, 16 Sep 2025
Static Website Deployment (AWS S3 & CloudFront)
Fri, 13 Aug 2021
Jessie
Thu, 01 Jul 2021
Jessie the Dog
Camera: Canon 250D
Resolution: 6000 x 4000
Exposure Time: 1/600
Focal Length: 250mm
F/stop: f/5.6
ISO: 200