Your cart is currently empty!
Category: Phoenix Ignited Tech Blog
Manual Installation of NextCloud on Ubuntu with Apache
Manual Installation of NextCloud on Ubuntu Manual Installation of NextCloud on Ubuntu September 25, 2024 This tutorial goes through the entire process of installing NextCloud on an Ubuntu Server. I tested it on Ubuntu 24.04 but it should work on older versions (at least 22.04). The only prerequisite to this tutorial is that you have…
First 10 Minutes on an Ubuntu Server
First 10 Minutes on an Ubuntu Server First 10 Minutes on an Ubuntu Server September 19, 2024 When you first boot up an Ubuntu server, you have to first secure it before launching your apps. In this tutorial I go through the basics of securing / hardening an Ubuntu instance. I would love to hear…
LiteSpeed Speed Optimization Test on Hostinger
LiteSpeed Speed Optimization Test on Hostinger LiteSpeed Speed Optimization Test on Hostinger September 13, 2024 This is a simple WordPress site speed benchmark test I ran to get some real hard numbers on the speed benefits of enabling the “Advanced” LiteSpeed optimization settings in the Hostinger hpanel and enabling the object cache setting. Benchmark notes:ย This…
JPG vs WebP vs Avif – WordPress Site Speed Optimization Test
JPG vs WebP vs Avif – WordPress Site Speed Optimization Test JPG vs WebP vs Avif – WordPress Site Speed Optimization Test September 12, 2024 This is a simple WordPress site speed benchmark test I ran to get some real hard numbers on how different image formats impact site speed, I am sure you can…
Managing VPS Firewall Rules in IONOS
Managing VPS Firewall Rules in IONOS Managing VPS Firewall Rules in IONOS September 7, 2024 This is a really simple and quick tutorial on managing vps firewall rules in IONOS. The only prerequisite is that you have an IONOS account and have an IONOS VPS, you can purchase an IONOS VPS here: (no this is…
Exporting & Importing a SQL Dump
Exporting & Importing a SQL Dump Exporting & Importing a SQL Dump September 7, 2024 This is not a tutorial, it is simply a quick help on exporting and importing mysql database dumps. I hope you enjoy! Exporting a SQL Dump To export a mysql database dump: Copy to clipboard mysql -u <username> -p <db_name>…
Installing Plesk on Linux
Installing Plesk on Linux Installing Plesk on Linux September 6, 2024 In this tutorial we go through installing Plesk on a Linux VPS, specifically I am using Ubuntu 22.04 but it should* work on Fedora based systems and other Debian based systems. *More info here:ย https://docs.plesk.com/release-notes/obsidian/software-requirements/#s2 NOTE: Plesk requires that ports 8443 and 8447 allow TCP…
Installing Ubuntu Desktop as a VM in VirtualBox
Installing Ubuntu Desktop as a VM in VirtualBox Installing Ubuntu Desktop as a VM in VirtualBox September 3, 2024 In this tutorial we will install Ubuntu Desktop on a VM inside of VirtualBox. It covers the entire VM configuration and OS install. The only prerequisite for this tutorial is that you have VirtualBox installed, you…
Setting up a Staging Site in WordPress with WP Staging
Setting up a Staging Site in WordPress with WP Staging Setting up a Staging Site in WordPress with WP Staging September 2, 2024 In this tutorial I go through setting up a staging site within your WordPress install via WP Staging. With that let’s kick off. Installing WP Staging First off we need to install…
Configuring Automatic Backups with Duplicati
Configuring Automatic Backups with Duplicati Configuring Automatic Backups with Duplicati August 31, 2024 In this tutorial we will go through configuring Duplicati for automated backups.ย The Duplicati installation docs can be found here: https://docs.duplicati.com/en/latest/02-installation/ The official Duplicati site can be found here: https://duplicati.com The official Duplicati docs can be found here: https://docs.duplicati.com/en/latest/ What is Duplicati…