How to Forward Client IP from HAProxy to Apache2
When HAProxy sits in front of Apache2 as a reverse proxy, Apache logs the proxy’s IP address instead … Read more
When HAProxy sits in front of Apache2 as a reverse proxy, Apache logs the proxy’s IP address instead … Read more
Every time you rebuild a Docker image with the same tag, the previous version loses its tag and … Read more
This guide shows you how to secure Apache2 with a free SSL certificate from Let’s Encrypt on Ubuntu … Read more
This guide shows you how to secure Nginx with a free SSL certificate from Let’s Encrypt on Ubuntu … Read more
Most EC2 Ubuntu instances ship with vi (a minimal version called vim-tiny), but not the full Vim editor. … Read more
If the VSCode integrated terminal throws Operation not permitted when you run basic commands like ls or cat, … Read more
You deleted a branch on GitHub or GitLab, but when you type git checkout and hit Tab, the … Read more
This guide shows you how to mount an S3 bucket on Ubuntu 22.04 using s3fs-fuse. Once mounted, the … Read more
Different projects often need different Python versions. This guide covers two ways to manage Python versions on WSL … Read more