#devops-articles
Read more stories on Hashnode
Articles with this tag
Docker or we can say containerization tool. The container is like a Virtual Machine. Docker is a tool that creates these Virtual Machines or you can...
1. What is Script? In Simple terms, a shell script is a file that consists of a set of commands. The shell reads the file and carries out the commands...
1. USER MANAGEMENT: 1. For creating a new user account sudo useradd subhankar-devops -m //it will create a directory inside your home 2. For setting...
1. What is LINUX? Linux is an open-source operating system founded by Linus Torvalds. An operating system is software that directly manages a system’s...
#90 Days of DevOps Challenge - Day 1 · 1. What is DevOps? DevOps is a combination of software development (dev) and operations (ops). It is defined as a...