Day10:Advance Git & GitHub for DevOps Engineers.Git Branching Use a branch to isolate development work without affecting other branches in the repository. Each repository has one default branch and can have multiple other branches. You can merge a branch into another branch using a pull request. B...Apr 23, 2023·2 min read
Day5: Advanced Linux Shell Scripting for DevOps with user management1. Write a bash script createDirectories.sh that when the script is executed with three given arguments (one is directory name and second is start number of directories and third is the end number of directories ) it creates specified number of direc...Apr 14, 2023·3 min read
Day4:Shell Scripting#90DaysofDevops challenge What is Kernel? The kernel is a computer program that is the core of a computer’s operating system, with complete control over everything in the system. What is Shell? A shell is a special user program that provides an inter...Apr 12, 2023·2 min read
Day3: Basic Linux Commands#90daysofdevops challenge What is the linux command to: 1)To view what's written in a file: i)cat Cat simply prints the content of the file to standard display i.e. your screen. ii)less Less command views the file one page at a time. 2)To change the ...Apr 12, 2023·3 min read
Day2: Getting Started with DevOps!Basics of Linux #90daysofDevops challenge What is Linux? Linux is an open-source operating system, It is a freely available operating system that can be installed on a wide range of devices such as desktops, servers, smartphones and tablets, superco...Apr 11, 2023·1 min read
Day 1:- Getting Started with DevOps!!#90DaysofDevOps Day1:- Intro to DevOps It is a collaboration between Development and IT Operations to make software production and Deployment in an automated and repeatable way. DevOps helps increase the organization’s speed to deliver software appli...Apr 10, 2023·2 min read