Raspberry Pi 4 – Custom Raspbian Image
Preface I have a cluster of Raspberry Pi 4’s that I put together to help me learn more about: networking, infrastructure-as-code (IAC), configuration management (CM), …
Preface I have a cluster of Raspberry Pi 4’s that I put together to help me learn more about: networking, infrastructure-as-code (IAC), configuration management (CM), …
Command Syntax C:\Program Files (x86)\VMware\VMware Workstation\vmware.exe [-n] [-x] [-X] [-t] [-q] [-s variable_name = value ] [-v] [ path_to_vm.vmx | http[s]://path_to_vm.vmx ] Options -n Opens …
Preface Starting my personal lab VM doesn’t take long, but it was an inefficient process. To start my lab VM I’d have to open the …
Preface Work has me mostly focusing on Bash, Python, and YAML, so my JavaScript skills have gotten a little rusty. To combat this I’ve decided …
Preface Over the past couple of months, I’ve been learning how to not be a perfectionist; and how to enjoy the process of just doing …
Preface The new Windows Terminal is finally reaching parity with modern options on other operating systems like iTerm 2, Tiliux, GNOME Terminal, etc. Not only …
Preface To use SSH from Windows typically requires installing programs that come with an implementation of SSH, such as: Git for Windows, Cygwin, etc. While …
A new technology is coming to browsers via CSS grids. Presentation This presentation does a fairly decent job at covering the important details (skip to …
How To This guide covers how to get Vagrant and Ansible running together on Windows 10 using WSL (Windows Subsystem for Linux), such that they …
Preface Generally it is recommended to forward X using SSH, as it provides an encrypted connection. However, on machines limited to a local network, tunneling …