Using imagick to create logo from text files
Convert a list of names into logos using Imagick's convert.
Convert a list of names into logos using Imagick's convert.
Easy fix when Basic Auth on a cPanel server returns an Error 404 page.
Are you still getting this error? Not using downloaded imunify360/repomd.xml because it is older than what we have: Current : Mon Feb 8 15:34:14 2021 Downloaded: Mon Feb 8 15:33:51 2021 This will…
A short tutorial on moving from Nagios NRPE using apt-get to source installation. We want to first remove all Nagios parts that were installed via apt: sudo apt-get update apt list --installed | grep…
The original mini-tutorial for this post is here. Please be sure to Brooks Garrett's website. A short tutorial to setup SMS messaging for Nagios 4 notifications. This tutorial is for Nagios 4 on…
This simple how to will walk through installing Subversion on Ubuntu 18.04.
This post covers the issues I experienced when upgrading a remote VM on Ubuntu 14.04 to 18.04. Some fine folks online say "Don't do it" and others say "I just upgraded 100 VMs without any issue". If you are going to upgrade, ensure you have a good snapshot and backups. Upgrading is fraught with danger.
A quick mini-guide to help you upgrade PostgreSQL 9.3 to PostgreSQL 9.6 on Ubuntu 14.04 or 16.04. As always, be sure you have a backup first!
Laravel Valet makes spinning up almost any type of php site on your local Mac a breeze. There are some edge cases where you might not want to run a site within Valet. On macOS, it is really easy to run other local sites using a custom Nginx config files.
A friend ran into an issue with their Wordpress database becoming huge. First step was to figure out which table(s) was causing the issue. Doing an online search came up with this handy little MySQL query which returns the size in MB for all the tables in a database.