How to create full size one partition using parted command in Linux ?
In this example, we will see how to create a full/available disk size partition in Linux using parted utility. Lets have a look at the steps to understand it. 1....
In this example, we will see how to create a full/available disk size partition in Linux using parted utility. Lets have a look at the steps to understand it. 1....
In this post, we will look how to code using for/while loop in python alongwith how to mention comments in the python file. I. Comments in Python a. Multiple Line...
Lets see how to run a playbook on a single selected host or multiple selected hosts. We can either make groups in hosts file or mention the host name using...
Do you know how to group multiple commands together and redirect their output collectively to a file ? It is a very small tip, however many of us dont know...