How to install ansible in your Linux or Mac OS system ?
Today we will look how to install ansible on our Linux system using pip or pip3 command. To understand the installation process, lets have a look step by step. 1....
Today we will look how to install ansible on our Linux system using pip or pip3 command. To understand the installation process, lets have a look step by step. 1....
In this post, we will look how to define and use functions in python. To understand this, lets see an example below. Using Functions in Python In python, the function...
In this post, we will look what is RAID 10, and RAID 01 and which is better in between the two. RAID or Redundant Array of inexpensive disks is a...
In this post, we will look at the different parameters available in Linux Bash shell. These parameters are very useful in preparation of shell scripts and in general shell operations....
In this post, we will at an interesting topic what data get stored in page cache and how to remove it quickly with one command. To understand this lets take...
In this post, we will look at an interesting feature of “for” loop in Python. In Python, we have a special clause known as “else” with for loop. This “else”...
Today we will check the usage of few keywords in Python i.e. True, break and continue. Usage of True, break and Continue In below example, we will see how to...
In this post, we will look how to use for loop in python and usage of range function. To understand both of these parameters lets have a look at an...