How to install Docker on Amazon Linux 2023

Installing Docker on Amazon Linux 2023

Installing Docker on Amazon Linux 2023 server system will allow users a seamless and efficient way to deploy and manage applications within isolated containers. Docker doesn’t need an introduction because it has already been used by hundreds of administrators for deploying multiple applications on single …

Read more

How to install PostgreSQL 15 Amazon linux 2023

command install postgresql Amazon linux 2023

PostgreSQL is perfect for those who are looking for a powerful open-source relational database management system. It is widely used by administrators for storing and managing data. So, if you have just installed the latest Amazon Linux 2023 on your AWS EC2 and looking for …

Read more

Can we install EPEL repo on Amazon Linux 2023?

Can we install EPEL repo on Amazon Linux 2023

Amazon Linux 2023 is the latest upgraded version for Amazon Linux 2 users. However, users cannot directly upgrade from AWS Linux 2 to AL2023, which means they either have to opt for a clean installation or switch to some other Linux. However, personally, I don’t …

Read more

How to install XFCE GUI on AWS Ubuntu EC2 Instance

Start using UBUNTU GUI installed on AWS EC2 Instance

Whether you are running Ubuntu 22.04 or 20.04 or any other version of this Linux, here we learn the commands to install XFCE GUI on Ubuntu Linux running on AWS EC2 Instance.  Amazon Web Services (AWS) is a popular cloud service that runs virtual machines …

Read more

How to install boto3 on Amazon Linux 2 – AWS EC2?

Install boto3 on Amazon Linux 2

Boto3 is an Amazon Web Services (AWS) provided Python software development kit (SDK) for building applications and making them communicate with various AWS services such as Amazon S3, Amazon EC2, Amazon DynamoDB, and more. It helps developers easily create, configure, and manage AWS services for …

Read more

How to install node and npm on amazon linux 2 – AWS Ec2?

Install Nodejs and NPM on Amazon Linux 2

Follow the simple commands for installing Node.js 16.x and NPM 9.x on Amazon Linux 2 running on AWS Ec2 servers for developing web applications. Node.js is a popular server-side Javascript runtime environment used by thousands of developers around the globe. It is built on Chrome’s …

Read more

How to install Erlang on Amazon Linux 2 – AWS EC2?

command to install Elrang on Amazon Linux 2

Erlang which is also known as Erlang/OTP, or Open Telecom Platform (OTP) is a programming language with similar syntax to other functional languages such as Haskell and Lisp. It is designed to build scalable, distributed, and fault-tolerant systems. At Ericsson Telecom in Sweden, it was …

Read more