Installing phpMyAdmin for Nginx on Ubuntu 18.04 / 19.10
How-to guide on setting up phpMyAdmin for Nginx on Ubuntu 18.04 / 19.10 and implementing best security practises. DigitalOcean Droplet support.
Installing an FTP server (vsftpd) on Ubuntu 18.04 / 18.10 / 19.04 / 19.10
How-to guide on setting up a secure FTP server for Ubuntu 18.04 / 18.10 / 19.04 / 19.10 using vsftpd. Allow uploads to /var/www/html and the home folder. Tested on a DigitalOcean Droplet.
Can’t Connect to MySQL Server Remotely on Ubuntu
A possible solution to MySQL remote connection issues. Check your firewall and the MySQL config file to see if bind-address is enabled.
Installing Nginx, MySQL, PHP (LEMP) Stack on Ubuntu 18.04 / 19.10
How-to guide on configuring a LEMP Stack for Ubuntu 18.04 / 19.10. Set up a web server with Nginx, MySQL and PHP. DigitalOcean Droplet support.
Installing PHP for Nginx on Ubuntu 18.04
How-to guide for installing and configuring PHP-FPM for Nginx on Ubuntu 18.04 LTS (Bionic Beaver). Tested and working on a DigitalOcean Droplet.
Installing Apache, MySQL, PHP (LAMP) Stack on Ubuntu 18.04 / 19.10
How-to guide on configuring a LAMP Stack for Ubuntu 18.04 / 19.10. Set up a web server with Apache, MySQL and PHP. DigitalOcean Droplet support.
Installing Nginx on Ubuntu 18.04 / 19.10 with Multiple Domains
How-to guide on setting up multiple domains for Nginx on Ubuntu 18.04 / 19.10. Tested on DigitalOceans Droplets.
Installing phpMyAdmin for Apache on Ubuntu 18.04 / 19.10
How-to guide on setting up phpMyAdmin for Apache on Ubuntu 18.04 / 19.10 and implementing best security practises. DigitalOcean Droplet support.
Can’t log into phpMyAdmin: mysqli_real_connect(): (HY000/1698): Access denied for user ‘root’@’localhost’
Help, I can't log into phpMyAdmin! mysqli_real_connect(): (HY000/1698): Access denied for user 'root'@'localhost'. Did you forget your MySQL root password?
Installing MySQL Server on Ubuntu 18.04
How-to guide for setting up and securing MySQL on Ubuntu Server 18.04 LTS (Bionic Beaver). Tested on a DigitalOcean Droplet.