Category Archives: Linux

OS Environment Variables and why the .env file is Python’s best friend 🐍

By | March 27, 2022

The Scenario I am currently doing the 100 Days of Code challenge using Angela Yu’s Udemy course. In the morning before work starts I do a little bit of it on my MS Windows desktop: In the evening I’ll commit my changes to my GitHub repository & step away from the desk. After dinner and… Read More »

SSH Agent Forwarding in AWS

By | February 13, 2021

Common scenario: You’ve got a bastion host within your AWS VPC with a public IP address. You SSH into this box and then want to do something on a different server on a private subnet within the VPC: If you NOW do a regular SSH tunnel from the bastion host to the internal server using… Read More »