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…
Debian11 HAProxy Configure
Overview What is HAProxy? Well, put simply it allows forward redirection of web traffic to another server. Ok, why do this? Here are the top reasons: Load balancing URL parsing…
Containered Crazy
Update Nov 24, 2022 So, I have moved away from this approach at this time as I have found direct access to my ip and then using HAProxy in pfSense…