How to Configure Terraform on WSL Ubuntu for AWS Provisioning
This guide walks you through setting up Terraform on WSL Ubuntu so you can provision AWS resources from … Read more
This guide walks you through setting up Terraform on WSL Ubuntu so you can provision AWS resources from … Read more
If you’re entering a username and password every time you run git push, your remote is using HTTPS. … Read more
Before opening a pull request, you’ll often want to squash multiple commits into one clean commit. Instead of … Read more
When you manage multiple AWS accounts, you’ll eventually need to copy S3 bucket objects across AWS accounts — … Read more
EC2 instances don’t come with swap space configured. On small instances (t2.micro, t3.small), this means your applications can … Read more
VS Code can connect to WSL 2 and run directly inside your Linux environment. The terminal, file system, … Read more
Every time you SSH into an EC2 instance with a .pem key, you have to pass the -i … Read more
Rsync is the fastest way to copy files between your local machine and an EC2 instance. Unlike scp, … Read more
This guide shows you how to install Datadog Agent with Apache on EC2 Ubuntu 22.04 and configure it … Read more
This guide walks you through how to install MySQL on an EC2 Ubuntu 22.04 instance, secure it, and … Read more