Day 10 Task: 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. ...May 13, 2023·3 min read
Day 5 Task: Advanced Linux Shell Scripting for DevOps Engineers with User managementTasks: So 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 ...Apr 30, 2023·6 min read
Day4: Basic Linux Shell ScriptingWhat is Kernel Kernel is central component of an operating system that manages operations of computer and hardware. It basically manages operations of memory and CPU time. It is core component of an operating system. Kernel acts as a bridge between a...Apr 27, 2023·3 min read
Day3, 90 Days of Devops ChallengeTask: What is the linux command to To view what's written in a file. To change the access permissions of files. To check which commands you have run till now. To remove a directory/ Folder. To create a fruits.txt file and to view the content. A...Apr 25, 2023·3 min read
Day2, 90 Days Of Devops ChallengeTask: Basic linux command Introduction to Linux - Linux is an open-source operating system (OS). It was released first time by Linus Torvalds in 1991. -Linux was originally developed for personal computers based on the Intel x86 architecture but has ...Apr 22, 2023·3 min read
Day1, 90 Days of ChallengeWhat is DevOps? DevOps is a combination of software developers (dev) and operations (ops). It is defined as a software engineering methodology that aims to integrate the work of software development and software operations teams by facilitating a cul...Apr 22, 2023·3 min read