Your cart is currently empty!
Category: Phoenix Ignited Tech Blog
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…
How to Install Wireshark on Ubuntu
How to Install Wireshark on Ubuntu How to Install Wireshark on Ubuntu August 18, 2024 In this micro-tutorial I go through installing Wireshark on Ubuntu like operating systems via both the default package manager and PPA (Personal Package Archive). Specifically I am using Linux Mint 21.2 Cinnamon. The official wireshark site is: https://www.wireshark.org/ Let’s Dive!…
WP_Debug
WP_Debug WP_Debug August 17, 2024 This is a really simple and quick tutorial on how to utilize WP_DEBUG for debugging and troubleshooting WordPress. It requires that you have access to your host files.ย Wp_Debug WP_DEBUG is a setting in the wp-config.php file of your WordPress install that allows you to turn on and off error…
Troubleshooting WordPress
Troubleshooting WordPress Troubleshooting WordPress August 17, 2024 I’ve been doing WordPress now for 2 years and in this post I wanted to explore some of the most common problems you will run into as a WordPress admin or developer, from minor plugin bugs that cause annoying and unsightly errors to display to the frontend for…