If you host your own cPanel server, you may have discovered that the IP address you were given on the VM is no good for sending email. Some RBL has the IP blocked from the previous owner spamming or doing malicious things with it. This little tutorial will walk you through how to configure cPanel to use AWS SES for sending emails.
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 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.
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.