#90daysofdevops
Read more stories on Hashnode
Articles with this tag
1. Deploying a Flask application using the Docker-Compose concept. First, let's update our System and install docker. sudo apt-get update && sudo...
INTRODUCTION TO GIT 1. SOURCE CODE MANAGEMENT (SCM) It is a Practice to do work. It is used to track modifications to a source code Repository, also...
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.AWK The Awk is a powerful scripting language used for text scripting. It searches and replaces the texts and sorts, validates, and indexes the...
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...