How to Combine All Commits into One with GitLens Interactive Rebase in VSCode
Before opening a pull request, you’ll often want to squash multiple commits into one clean commit. Instead of … 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
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
Amazon EFS (Elastic File System) gives you shared, scalable file storage that multiple EC2 instances can mount at … Read more
When HAProxy sits in front of Apache2 as a reverse proxy, Apache logs the proxy’s IP address instead … Read more
This guide shows you how to secure Apache2 with a free SSL certificate from Let’s Encrypt on Ubuntu … Read more