Install python 3.6 in Ubuntu

Introduction: In this blog we will learn how to download and install the python 3.6 in the linux based on ubuntu. We will install the virtual environment and how to create an virtual environment of python 3.6 and also learn how to upgrade the pip. Step 1: First update and upgrade the system. sudo apt get update sudo …

How to use find command utilities in the Linux Part-2

Introduction  In second part of this blog of find utilities we will learn how to perform multiple operations can be performed, So lets begin and start learning more about find command utility. Find with Name or Extension The name attribute defines the content of search. The find utility is going to the specified location for whatever string of characters has entered. Typically the …

How to use find command utilities in the Linux

Introduction In this blog we learn about find command and what are the uses for the same. Its a tool which is not limited to the files or folders. With the use of find command utility we can search a specific location and add option to control the behaviour of the search. Prerequisites: User will be accessible to the terminal. …

How to create a new user and provide the root or sudo privileges

Introduction: In this blog we would learn about how to create a new user and add the same user to the root group or with sudo privileges. The sudo command provides a mechanism for granting administrator privileges and how to modify sudoers group in different ways & how to login with new user in the different ways. Step 1: Open the terminal …

How to create a new partition and parted it in linux based system

Introduction In this blog we learn about how to create an new partition in our linux system and parted the new partition so that we use it. Step 1: We have to check how much disk space is currently available and to check the same we need to run a command on terminal. lsblk Step 2: If the space is …