AWS 741 views

How to Install PHP 8.3 on an EC2 Ubuntu 22.04 LTS Instance

How to Install PHP 8.3 on an EC2 Ubuntu 22.04 LTS Instance

Ubuntu 22.04 ships with PHP 8.1 by default, which is already past its active support window. This guide … 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

DevOps 788 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