How to install php 7.4 on Amazon linux 2

How to install PHP 7.4 on Amazon Linux 2

Execute the command in this tutorial to install the PHP 7.4 version on Amazon Linux 2 for your web applications that don’t support the latest version of PHP. Amazon Linux 2 is the current long-term supported and RPM-based Linux offered by AWS to run on …

Read more

Install Postgresql 13 on AWS Ec2 Amazon linux 2

PostgreSQL on Amazon Linux 2

Developers of PostgreSQL call this platform “The world’s most advanced open-source database”. PostgreSQL is available for Linux including for other common operating systems such as macOS, Windows, and BSD. PostgreSQL implements the 2008 SQL standard very comprehensively. In addition to common data types, the database …

Read more

How to install Git on AWS EC2 Amazon Linux 2

GIT install on AWS ec2 Amazon Linux 2

We can easily download Git from almost all Linux distributions using the integrated package manager. Here we will see how to install GIT on Amazon Linux running on AWS Ec2 Instance. Git is a freely available open-source system for distributed versioning. It is fast, scalable, …

Read more

How to create a new AWS ec2 Instance on Amazon Cloud

Create a new AWS ec2 Instance

Learn the steps to create, launch and connect Amazon ec2 Instance from your browser to use various virtual machines based on Linux or Windows such as Ubuntu, CentOS, Amazon Linux, RHEL, Windows server, and more… What is Elastic Compute Cloud or EC2? Elastic Compute Cloud …

Read more

How to install mysql client on Amazon linux 2

MySQL client on Amazon Linux 2

If you are using Amazon Linux 2 (AMI) based on RedHat and want to connect to a remote database using mysql-client it, then here is the way to not only install the client but also to use AMI CLI to manage cloud databases services of …

Read more

Download Amazon Linux 2 to install on VirtualBox

Amazon Linux 2 Boot menu1

We already have RHEL-based operating systems to install on a virtual machine, such as CetnOS, Rocky Linux, and AlmaLinux. However, if you are an Amazon cloud User, then you would like to use Amazon Machine Linux Image (AMI) on your local virtual machine created on …

Read more