#linux
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...
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.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...