Your cart is currently empty!
Category: Phoenix Blog
Setup SSH Keys
Setup SSH Keys Setup SSH Keys June 8, 2024 SSH keys are an enhanced method of authentication for logging into remote servers via SSH. Replacing passwords, ssh keys are nearly impossible to brute force making your server’s gateway, iron proof. This tutorial goes through how ssh keys work, generating an ssh key pair, saving them…
Intro to Cryptography
Intro to Cryptography Phoenix Ignited Tech Blog Setup SSH Keys Intro to Cryptography GNU Core Utilities Checksum Basics for Linux Backup Your Website Via SCP Create and Backup a MySQL Dump Intro to Cryptography What is Cryptography? In today’s digital age, the term “cryptography” is more relevant than ever. From securing our online communications to…
Check a File’s Integrity via Checksums
Check a File’s Integrity Via Checksums Check a File’s Integrity Via Checksums June 5, 2024 Being able to verify that a file has not been modified since it was created or signed is integral to the modern world, without this technology digital signatures would not exist and verifying the origin and integrity of downloads would…
Site Backup Policy
Site Backup Policy Phoenix Ignited Tech Blog Simple Auto-Backup Via SSH Script Docs Backup Your Website Via SCP Create and Backup a MySQL Dump Backup Directories & Files Via SCP Disable Root Access Site Backup Policy Schedule Regular Backups: Define the frequency of backups (e.g., daily, weekly, monthly). Schedule automated backups using cron jobs or…
GNU Core Utilities Checksum Basics for Linux
GNU Core Utilities Checksum Basics for Linux Editor’s Note: The structure of this article is far less than ideal, and the article will be revised at a future date. × Dismiss this alert. Phoenix Ignited Tech Blog Setup SSH Keys Intro to Cryptography GNU Core Utilities Checksum Basics for Linux Backup Your Website Via SCP…
Backup Your Website Via SCP
Backup Your Website Via SCP Backup Your Website Via SCP June 3, 2024 This tutorial goes through the steps of backing up your website via SCP from start to finish. We will start with zipping our site directory on the remote server and downloading it, we will then cover creating a mysql dump of the…
Create and Backup a MySQL Dump
Create & Backup a MySQL DB Dump Create & Backup a MySQL DB Dump June 2, 2024 This tutorial goes through the steps of creating and backing up a MySQL DB Dump via ssh. From a high level we create a dump file of the mysql db and save it on the remote server, we…
Backup Directories & Files Via SCP
Download / Backup Directories & Files Via SCP Download / Backup Directories & Files Via SCP June 2, 2024 This tutorial goes through the steps of backing up files and/or directories on a remote server via scp. All steps included from logging in to the remote server via ssh and zipping the files to the…
Disable Root Access
Disabling Root Access Disabling Root Access Via SSH on a Linux Server April 30, 2024 This post dives deep (well as deep as a few terminal lines gets) into: creating a new user, giving the new user sudo powers, and finally how to disable root access via ssh on your linux server. Currently this tutorial…
Securing A Linux VPS
Cyber Security Blog Intro to Cryptography Disable Root Access Securing A Linux VPS WordPress Site Security VPNs: An Essential Tool for Online Privacy and Security Securing A Linux VPS This post aims to be a more or less start to finish guide onย securing a linux vps. Links throughout the post direct you to detailed…