404/401 Error on site.webmanifest
How To Create or Resize Swap Space on Ubuntu 22.04 / 20.04 / 18.04
Some critical services such as MySQL can crash if your server runs out of physical memory. In this guide we will configure swap space on Ubuntu 22.04 / 20.04 / 18.04.
How to Configure IPv6 on Ubuntu 18.04
Unlike earlier versions, Ubuntu 18.04 does not use /etc/networking/interfaces to configure IPv6 network settings. Instead, you must use netplan.
How To Configure SFTP for a Web Server Document Root
How to configure SFTP on Linux for a web server doc root. Best SFTP permissions and security for WordPress.
How to Manually Upgrade phpMyAdmin
How to manually update phpMyAdmin to the latest version. This may be necessary if the repository has an older version and you're having compatibility issues.
Installing Craft 3 CMS on Linux using Composer
In this how-to guide, we will install and configure Craft 3 CMS on a Linux server.
Configuring Let’s Encrypt SSL Cert for Nginx on Ubuntu 18.04
How-to guide on setting up a free SSL cert for Nginx on Ubuntu Server 18.04. Tested on a DigitalOcean Droplet.
Let’s Encrypt Error: “Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.”
Configuring Let’s Encrypt SSL Cert for Apache on Ubuntu 18.04
How-to guide on setting up a free SSL cert for Apache on Ubuntu Server 18.04. Tested on a DigitalOcean Droplet.
Problem with phpMyAdmin and PHP 7.2: “Warning in ./libraries/sql.lib.php#613 count(): Parameter must be an array or an object that implements Countable”
This is a compatibility issue with PHP 7.2 and phpMyAdmin v4.6.6. It's caused by a line of code in sql.lib.php.