#90daysofdevops
Read more stories on Hashnode
Articles with this tag
How to Install Git on your computer (if it is not already installed) Git is a version control system that is used to track the changes of a file among...
How to install docker on Ubuntu To, install docker on Ubuntu, just run the following commands, Update your system, sudo apt-get update -y Install...
Create a simple file and do ls -ltr to see the details of the files ls -lrt Here, ls, --lists all files and directories present in the present...
Explain in your own words and examples, what is Shell Scripting for DevOps. Shell scripting is a scripting language, which is interactive means they...
What is the Linux command to check your present working directory? pwd The above command is used to check the present working directory. What is the...
What is DevOps? DevOps is a methodology or practice which is used in IT to bridge the gap between development and operations teams. Why DevOps is...