September 2020

Installing AWS CLI Version 2 in Linux

Hey all, today i decided to install AW Cli version 2 in my Linux mint and therefore would like to share how to do that in simple steps. So let’s start: Prerequisites:Curlunzip Downloading:curl https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -o awscliv2.zip Unzipunzip awscliv2.zip Install:sudo ./aws/install Confirmation:# aws –version **Note: If aws command is not in your path, you can add …

Installing AWS CLI Version 2 in Linux Read More »

Setup PHP 7.4 in CentOS 8

In this post we will see, how to easily install php 7.4 in CentOS 8 Install php 7.4 on Centos 8 [root@sal-test ~]# yum-y update Install extra packages repository for enterprise Linux [root@sal-test ~]# yum -y install epel-release Install remi repository for CentOs 8 [root@sal-test ~]# yum -y install https://rpms.remirepo.net/enterprise/remi-release-8.rpm Enable remi repository for php …

Setup PHP 7.4 in CentOS 8 Read More »

Scroll to Top
Contact Us