How to Completely Remove (Purge) MySQL from Ubuntu 22.04
Sometimes you need to completely remove MySQL from Ubuntu — maybe you’re switching to PostgreSQL or MariaDB, fixing … Read more
Sometimes you need to completely remove MySQL from Ubuntu — maybe you’re switching to PostgreSQL or MariaDB, fixing … Read more
If you have PostgreSQL running in WSL Ubuntu and want a GUI to manage it, pgAdmin 4 is … Read more
You’re working on something and realize you’re on the wrong branch — maybe you started coding on main … Read more
Most EC2 Ubuntu instances ship with vi (a minimal version called vim-tiny), but not the full Vim editor. … Read more
Getting your VPC IP addressing wrong is painful to fix later — you can’t resize a subnet after … Read more
When you manage multiple AWS accounts, you’ll eventually need to copy S3 bucket objects across AWS accounts — … Read more
This guide shows you how to mount an S3 bucket on Ubuntu 22.04 using s3fs-fuse. Once mounted, the … Read more
When your data lives in one AWS account and your Glue Crawler runs in another, you need to … Read more
VS Code can connect to WSL 2 and run directly inside your Linux environment. The terminal, file system, … Read more
Every time WSL 2 restarts, it overwrites /etc/resolv.conf with DNS settings from your Windows host. If you’ve manually … Read more