Linux

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
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
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
Creating a MySQL or MariaDB Database and User for WordPress - Introduction These are just some quick notes on creating a mysql database and user.  This example shows how to set it up for WordPress. The Steps Just type the following lines.  Replace ‘dbname’, ‘username’ and ‘password’ with your values. mysql … Continue reading
Enable Opcache for PHP 7 and Up - Introduction If you are running PHP 7+ on a production server then you want to enable PHP’s opcache.  Your PHP applications will receive a well deserved speed boost. Configure PHP This configuration example is being done on Ubuntu 18.04.  Only … Continue reading
Ubuntu LTS 18.04 Base Server Setup Using Proxmox LXC Container - Introduction All of our servers will start with this install. This base server is based on Ubuntu 18.04 LTS Server.  This setup starts with a Proxmox LXC container instead of installing from an ISO.  I don’t explain much in the … Continue reading
Fix phpMyAdmin and PHP 7.2 Issues on Ubuntu 18.04 - Introduction The version of phpmyadmin for ubuntu doesn’t play nice with php 7.2.  The problems were fixed in newer versions of phpmyadmin. The Fix Just a few steps and things will be fixed. First visit www.phpmyadmin.net and download the latest … Continue reading
HOWTO Virtual Mail Hosting on CentOS 6.x – Postfix MySQL Dovecot PostfixAdmin Amavisd-new Spamassassin Clamav - Introduction First things first. If you are a novice at linux I recommend that you should get help with setting this up. This is an advanced email server configuration. This configuration will allow you to serve multiple domains on one … Continue reading