Debian 11 apt-key Deprecated So Now What?
Intro As of Debian 11 apt-key should not be used. Instead, it is recommended to use GPG keys. So, here is a quick post that explains how to use GPG…
Install K8 and Rancher2.6 on Debian11
Intro Well, there is quite a bit to setting up a Kubernetes (K8) cluster. Remember this, this is a full K8 cluster setup with all needed steps to get K8…
Create Simple Rancher2.6 on Debian11
Intro So, check here for more Rancher 2.6 info. Ok, so Debian 11 (also should work for Ubuntu 22) does not work well due to so Docker and iptables settings…
OPNSense Resize Disk
So, it is a problem when you run out of the space. Below is what I did. Where is the space used For example look in /var
Install Docker Compose On Linux
Procedure 1. sudo curl -L "https://github.com/docker/compose/releases/download/1.27.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose 2. sudo chmod +x /usr/local/bin/docker-compose 3. sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose 4. to verify:Â docker-compose –version That is it docker…
UnBorg Meraki Devices
So, let me start off with I am still learning networking. For that matter, I will always be learning networking. OMG, there is sooooo much to it! So, I wanted…
Reset Debian machine_id
Ok, this is a simple post to reset machine_id. As I test this, I will add more data relevant to my findings. Also, I may expand this into other Linux…
Debian11 and Rancher2.6
So, if anyone attempts to load Rancher 2.6 on Debian 11 it will fail. I found a bug report on the Rancher GitHub that indicated the issue occurs with because…
Cloud Debian 11 Image
Here is how to add a Debain 11 Cloud Image to ProxMox so that it is a template. Most came from here. However, it was not setup for Debian 11…
Ceph: Remove Damaged Node
Hello, here is a quick outline to remove a damaged Ceph node and osd. How does this happen. Well for example when a ProxMox server fails. How do you remove…