AWS 730 views

How to Install AWS CLI v2 on Ubuntu 22.04

How to Install AWS CLI v2 on Ubuntu 22.04

The AWS CLI v2 is the primary tool for managing AWS resources from the terminal. This guide shows … Read more

Git 539 views

How to Merge Branches in Git Without Auto-Resolving Conflicts

How to Merge Branches in Git Without Auto-Resolving Conflicts

By default, Git tries to automatically combine changes when you merge branches. Most of the time that works … Read more

AWS 1.6K views

How to Mount Amazon EFS on EC2 Ubuntu 22.04 Instance

how to mount amazon efs on ec2 ubuntu 22.04 instance

Amazon EFS (Elastic File System) gives you shared, scalable file storage that multiple EC2 instances can mount at … Read more

Web Servers 1.5K views

How to Forward Client IP from HAProxy to Apache2

forwarding client ip from haproxy to backend apache2 server

When HAProxy sits in front of Apache2 as a reverse proxy, Apache logs the proxy’s IP address instead … Read more

DevOps 843 views

How to Remove All None Tag Docker Images

Remove none tag on docker images

Every time you rebuild a Docker image with the same tag, the previous version loses its tag and … Read more