Your cart is currently empty!
Category: Phoenix Ignited Tech Blog
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…
Install Docker Compose V2 on Ubuntu
Install Docker Compose V2 on Ubuntu Install Docker Compose V2 on Ubuntu August 27, 2024 This is a really simple and quick tutorial on installing Docker Compose V2 on Ubuntu via the Docker Repository. The official Docker Compose V2 installation docs can be found here: https://docs.docker.com/compose/install/linux/#install-using-the-repository and the official Docker Compose docs can be found…
Installing Rancher Desktop on Ubuntu in Dev Mode
Installing Rancher on Ubuntu in Dev Mode Installing Rancher on Ubuntu in Dev Mode August 25, 2024 This is a really simple and quick tutorial on how to install Rancher Desktop on Ubuntu like operating systems. The official Rancher Desktop website is https://rancherdesktop.io and the official installation docs for all Linux distros can be found…
How to Setup 2FA on an SSH Server
How to Setup 2FA on an SSH Server How to Setup 2FA on an SSH Server August 22, 2024 In this tutorial we will install Google Authenticator to provide time-based 2FA as a second layer of protection on our server. I will mention that if you are using SSH keys then you are most likely…
How to Change the Default SSH Server Port on Ubuntu
How to Change the Default SSH Server Port on Ubuntu How to Change the Default SSH Server Port on Ubuntu August 22, 2024 This is a really simple and quick tutorial on how to change the default port on an SSH server to a custom port. Changing the Default SSH Server Port SSH uses port…
Guide: Reimaging a VPS in Ionos
Guide: Reimaging a VPS in Ionos Guide: Reimaging a VPS in Ionos August 20, 2024 This is a quick walk through guide on how to reimage a VPS machine on Ionos.ย Proceed with Caution:ย Reimaging a machine will delete all data and configurations on that machine. Reimaging a VPS in Ionos To reimage your Ionos VPS…
Installing Node.js and NPM on Ubuntu
Installing Node.js and NPM on Ubuntu Installing Node.js and NPM on Ubuntu August 19, 2024 This is a really simple and quick tutorial on how to install node.js and node package manager (npm) on Ubuntu and Ubuntu like operating systems. Installing Node.js and NPM on Ubuntu This one liner should do the trick. Copy to…
Running Nearly Headless WordPress in Dev Mode
Running Nearly Headless WordPress in Dev Mode Running Nearly Headless WordPress in Dev Mode August 19, 2024 I ran into “Nearly Headless WordPress” by accident while researching headless WordPress. The aim is to combine the best of both headless WordPress and normal WordPress. I was interested and quickly installed it on a Local-WP site on…