Configure Proxmox 8.x for a Low Power Home Lab Server-Introduction I’ve been using low power CPUs for some time. This has caused some issues when I’ve needed more CPU processing power. My goal is to move to more power hungry CPUs but still try and save power. To this … Continue reading →
How to Upgrade PHP Packages on Ubuntu 22.04 and 24.04-Background Managing PHP versions is crucial for maintaining compatibility, security, and performance of web applications. Ubuntu often provides multiple PHP versions, but upgrading packages across versions can be tedious. This script simplifies the process by automating package upgrades, switching the … Continue reading →
How To Configure a DNS Proxy on Ubuntu 22.04-Introduction As you know it all begins with a story. My story is I didn’t want my DNS server directly connected to the internet. I wanted something basic and easy to use. Say hello to dnsproxy. Its a basic and … Continue reading →
Add a GUI To Your JAMF Pro Workflows Using Bash and Swift Dialog-Introduction As you navigate your Jamf Pro journey, you might find the need for a graphical user interface (GUI) to streamline your workflows. I faced a similar challenge with smaller workflows that required time to execute, where providing users with … Continue reading →
Ubuntu 22.04 – Extending the root partition-Introduction I run several virtual machines based on Ubuntu. I create a base image that is cloned when I need a new virtual machine. Since most of my VMs don’t need a large disk image I keep the base image … Continue reading →
Howto Ubuntu 22.04 Base Server Setup-Introduction All of our servers will start with this install. This base server is based on Ubuntu 22.04 LTS Server. I don’t explain much in the howto so if you have a question leave a comment or use Google. Downloading … Continue reading →
HOWTO: Change Thin LVM to Directory Storage in Proxmox 7.x-Introduction In Proxmox 7.x LVM thin is the default local storage for VMs. However I prefer the old method of directory based storage for local storage. You can find this information in the proxmox wiki. These are my terse notes … Continue reading →
Configure Proxmox 7.x for a Low Power Home Server-Introduction I’ve been using low power CPUs for some time. This has caused some issues when I’ve needed more CPU processing power. My goal is to move to more power hungry CPUs but still try and save power. To this … Continue reading →
Ubuntu 18.04 Upgrade Apache to Latest Version-Introduction The apache2 version that is installed on Ubuntu is a couple updates behind. This unfortunately exposes your server to unpatched vulnerabilities. This can be fixed easily. So lets get started. A few quick steps We will start things off … Continue reading →
Ubuntu: Disable Floppy Drive-Introduction I was creating a new virtual machine in my development environment and was getting a kernel error complaining about the floppy drive. Well I use VMWare Fusion and I don’t configure the virtual machine to have a floppy. This … Continue reading →
Opnsense Stuck at Booting on J1900 Motherboaard-Introduction I have an Asrock motherboard with a J1900 CPU. I was setting up a new Opnsense firewall. Well FreeBSD hence Opnsense has a video bug. The firewall boots and runs. You just don’t get the console screen. Below is … Continue reading →
HOWTO Ubuntu 20.04 Setup An APT Caching server-Introduction When you are running a few Ubuntu servers you may want to think about setting up an APT caching server. Installs and upgrades will go quicker. You might save some bandwidth on your internet connection Setting Up The Base … Continue reading →
Howto Ubuntu 20.04 Setting up a DNS Server-Introduction DNS is a big player on the internet. It gives us a way to assign names to all those IP addresses out there. This howto is going to cover installing DNS and 3 configuration examples. Keep in mind that … Continue reading →
HOWTO Ubuntu 20.04 LTS Base Server Setup-Introduction All of our servers will start with this install. This base server is based on Ubuntu 20.04 LTS Server. I don’t explain much in the howto so if you have a question leave a comment or use Google. Downloading … Continue reading →
Build An LED Grow Light For Seedlings and Cuttings-Introduction Watch the video above to see how to build a cheap LED grow light for your seedlings or cuttings. This light is more energy efficient than a shop light or cfl bulb. This light is perfect for a 10 … Continue reading →
Fix VMWare Fusion Upload to Server Problems-Introduction Sometimes things don’t go to smoothly. I couldn’t get a VM from VMWare Fusion 11 to upload to a VMWare ESXI 6 server. Here’s my solution to the problem. VM won’t upload hard disk file: Well this was caused … Continue reading →