VPS Setup Guide

This comprehensive guide will walk you through the process of setting up a Virtual Private Server (VPS) from scratch, covering initial access, user management, security measures, and software installation. Local Creation of an SSH Key Pair On your local machine, open a terminal and create a new SSH key pair: Read more…

Linux Server Admin

Here is a set of Linux commands used when operating as remote server admin: i.e. find and modify multiple files, sync local and remote files, generate keys, etc. SSH and keygen The first operation for working on a remote server is connecting via ssh. Typically, you connect to the server Read more…