Projects

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 Virtual Web Hosting With Apache, PHP, vsFTPD and Let’s Encrypt - Introduction The focus of this howto is for those users who need to host their own domains and maybe a few customer domains. This is not aimed at being used for mass web hosting. There are many ways to do … 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
HOWTO Ubuntu 20.04 Virtual Web Hosting With Apache, PHP, vsFTPD and Let’s Encrypt - Introduction The focus of this howto is for those users who need to host their own domains and maybe a few customer domains. This is not aimed at being used for mass web hosting. There are many ways to do … 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
Mac OS X – Install Tools to Program in Micropython on the ESP32 - Introduction Its easier then ever to get started with micropython developement on Mac OS X.  This howto assumes that the user is starting from zero.  Lets get started. Install Python 3.7 Mac OS X comes with Python 2.7.  We will … Continue reading
Mac OS X – Install Tools to Program in Micropython on the ESP8266 - Introduction Its easier then ever to get started with micropython developement on Mac OS X.  This howto assumes that the user is starting from zero.  Lets get started. Install Python 3.7 Mac OS X comes with Python 2.7.  We will … 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
An Easy Way To Delete All Tables From A MySQL Database - Introduction Sometimes you need to remove all the tables in a database.  For example, when you are installing or testing a web application.  There are GUI tools that can help but we are going to use the command line. Solution … Continue reading
Hacking: Put a larger battery in an APC Back-UPS ES 350 or 450 - Introduction In the video below I cover adding a larger battery to an APC Back-ups 350 or 450. Items You’ll Need A 12V 9Ah lead acid battery A Dremel tool with cut off wheel. The Hack The hack takes advantage … Continue reading
My Favorite WordPress Plugins - Introduction This is a quick rundown of the plugins I like to use on my WordPress sites.  I do try my best not to install tons of plugins on my sites.  For the most part I use small lightweight plugins … Continue reading
HOWTO: Configure A UPS on Proxmox 5.x - Introduction Each of my proxmox servers has its own dedicated UPS.  My servers are low power and the UPS will keep them up for at least 2 hours.  I’m using a Cyberpower UPS connected via USB. This howto will use … Continue reading