Create Ubuntu VM in VirtualBox – Picture Guide
Beginner’s Guide to VMs – Linux Running on Windows
Error Deleting Docker image
Create and Share ssh keys
Cannot ssh to localhost, Ubuntu 20.04
What is an Ephemeral Port?
Checking Ports Linux With netstat
Quick Python Web Server
Moving from Bash to Python
When do you move from Bash to Python? When I realize the need to automate a process, or the need to create something in a consistent manner, my brain first turns to bash. Bash is very easy to work with, and is remarkably consistent across linux systems. Bash comes pre-installed on every major linux operating system, and most linux users are familiar enough with bash, that they will be able to follow your script and…