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
This may help or it may not!!!
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
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…
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…
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…
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…
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…
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…
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…
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…