Hello all, this came in handy the other day for nextcloud so I figured I would put a quick post about it out. Let’s say, you want a PHP 8.0 to be used in Apache. Here is what I did to do that specific option. Also, it is what I would recommend if you are … Read More “Specific PHP in Apache” »
Category: Linux
So, with all cloud technologies these days. It is clear the core layers are moving faster than the supporting elements can keep up. For instance, Rancher or Portainer. Now, this is not about ether one of them but instead how to setup core infrastructure to meet the needs of upper layers. That is, how to … Read More “Debian Kubernetes: Install Specific Version” »
Intro What is the Qemu Guest Agent? Put simple it allows the hypervisor to know and more completely control the installed guest(VM). It does this by integrating into the VM OS and provides hoots to do the following: Track of IPs used by the installed VM’s. Better base system controls such as reboot. So here … Read More “pfSense and Qemu Guest Agent” »
In the end, I will make this into an installer script. However, for now I am going to document the steps needed to do just that process. Overall, this will be made into a script to simplify install. So, with the gz file expressed as a URL it is time to get the latest one … Read More “Roundcube Latest Install Script” »
Since this one is a little more complex to get; below, is the simplest way to always get the latest released version of PostfixAdmin. On page 2 I will explain these commands better; for now, here is the commands. Ok, now we have a url for the latest PostfixAdmin so we can follow LinuxBabe’s Postfix … Read More “PostfixAdmin Install Latest” »
So Proxmox is awsome! I have been using it for about 3 years now. I have to say it has been wonderful as it runs on almost anything. Also, it supports clusting and ceph. Heck, I may even start selling some VPS(Virtual Private Servers)’s on a separate fiber connection at my home utilizing Proxmox as … Read More “Proxmox Manual Update Certs” »
Simple way to prevent many attacks on SSH. So, default is 22 and it is best practice to change this port. Configure SSH port in sshd configuration. Note: pick whatever port is open. Is Port Available? Here is how to check if port is available: If no lines are returned the port is available to … Read More “Configure SSH for Different Port” »
Installation Simple article to get the latest Docker Compose on Debian 11 Note: If you want the breakdown of this command I will have it on the next page. Now make executable and move to appropriate bin dir Testing whereis test tests to see if docker-compose is installed where it is expected to be installed … Read More “Debian 11 and Docker-Compose” »
Important, by default pfSense likes to run the webconfig GUI on 443. So, I wrote this article to get it out of the way so 443 can be used to serve other pages as well as webconfig. Note: this article focuses on the GUI running in the LAN not the WAN!!! Step 1 – Install … Read More “Configure HAProxy To Serve pfSense GUI” »
First, I really need to document the overall configuration of my home lab. This thing has grown into a major project over the last few years. Anyway, for now I wanted to document setting Proxmox cluster behind an HAProxy Load Balancer. Config 3 node Proxmox cluster behind HAProxy Load Balancer running on pfSense. Step 1 … Read More “Proxmox VM Custer Behind HAProxy Load Balancer” »