Docker (Part 1)Introduction It is an open-source centralized platform designed to create deploy and run applications. We can install Docker on any OS but the Docker engine runs natively on Linux distribution. Docker is written in the 'GO' language. Docker is a ...May 9, 2023·12 min read
Shell Script-> Writing a code line by line and executing top to bottom. And, it is denoted with .sh. -> In the first line of the shell script always write the first "chebang" or a "bang" and it starts with a number sign and an exclamation mark(#!) followed by th...Apr 4, 2023·6 min read
Linux Commands Hands OnTo view what's written in a file. Cat: This is used to concatenate and display files on the terminal. To change the access permissions of files. Chmod: This command is used to change the access permissions of files and directories. To check which c...Mar 24, 2023·2 min read
Basics of LinuxLinux: Linux is a free, open-source operating system based on Unix and capable of running on a variety of hardware with heavy operating demands. It is developed by Linus Torvalds in Sep 1991. Pros and Cons of Linux OS: Basic Commands of Linux pwd -...Mar 23, 2023·2 min read
DevOps Learning!What is DevOps? DevOps is a combination of software development and operations to increase the efficiency, speed, and security of software development and delivery compared to traditional processes. What are Automation, Scaling, and Infrastructure? A...Mar 22, 2023·2 min read