Linux tips

Linux Tips

Dear Reader, Below you will find some important information & tips while working with the Linux OS. 1. Basic Terminal Commands: Linux primarily relies on the command line interface (CLI). For Examples: ls: List files and directories in the current location. cd: Change directory. pwd: Print the current working directory. mkdir: Create a new directory. …

Linux Tips Read More »

Installing Python3 & pip in AWS EC-2 Instance

In this article we will see how to install python 3 and python pip in AWS EC-2 instance. CentOS 7 First step Installing epel repository [root@mail centos]# yum -y install epel-release Installing python3 [root@mail centos]# yum -y install python3 Then download the script from pypa.io [root@mail centos]# curl -O https://bootstrap.pypa.io/get-pip.py % Total % Received % …

Installing Python3 & pip in AWS EC-2 Instance Read More »

Scroll to Top
Contact Us