© 2022 Hashnode
#ssh
Using DigitalOcean as my CSP (Cloud Service Provider), I utilized their pooled resources from the main dashboard in order to provision a Virtual Machine. I'll mention that this particular CSP aliases …
Bandit OverTheWire The Bandit wargame is aimed at absolute beginners. It will teach the basics needed to be able to play other wargames. You will learn basic Linux commands, How things work in Linux (…
What is SSH SSH is a network protocol allowing two machines (physical or virtual) to establish an encrypted connection and comminucate with each other over an unsecure network without compromising the confidentiality and integrity of the ex…
The Amazon Web Service Command Line Interface(CLI) is the fastest and easiest way to connect to AWS services and products. Some instances have the CLI pre-installed such as the Amazon Linux instances …
Introduction. Recently, I was looking to setup a Raspberry Pi 4 Server that would run Ubuntu Server 20.04 (latest available at the time) and I wanted to add an RTC (Real Time Clock) module to it as I …
If you use GitHub regularly, you most likely have uploaded your SSH Public Key(s) to connect with GitHub. It is helpful when you want to interact with GitHub with Git via SSH. For example, you do not…
Story I have just finished a feature by the end of my work day, and am ready to push my pretty codes to the repo and about to enjoy an accomplished moment 🚀... BUT out of no where, after I run git pu…
Originally published at https://victorfeight.com/2022/05/secure_dokku_droplet-3/ Deploy an Eleventy Blog on Cloudflare pages with Strapi, MySQL, and Dokku on a Digital Ocean Droplet, part 3 Hello, wel…
https://victorfeight.com/2022/03/secure_dokku_droplet-2/ Hardening the Ubuntu Dokku Droplet Part 1: Creating a new user in the sudo group !!! tip As a preface, to anybody who's interested in harde…
Intoduction We'll learn about the different ways GitHub provides for cloning a repository so that we can easily interact with it from our local machines using Git Bash or terminal. We will mainly talk…