Day 9 Task: Deep Dive in Git & GitHub for DevOps Engineers.1.What is Git and why is it important? Git is a distributed version control system that allows developers to track changes to their code and collaborate with others. Git is important for several reasons: Version Control: Git allows developers to tra...Mar 6, 2024·3 min read
Day 04 Task1.what is shell scripting for devops Shell scripting in DevOps is like having a toolbox full of handy shortcuts for automating tasks in software development and operations. It's about writing scripts using shell languages like Bash to streamline proc...Feb 11, 2024·2 min read
Linux Task Day-3#1.To view what's written in a file #2. change the access permissions of files. # 3.check which commands you have run till now. #4.Remove a directory/ Folder. #5.To create a fruits.txt file and to view the content. #6.Add content in devops.txt ...Feb 11, 2024·1 min read
Linux Advanced Commands#useradd- creating user account #groupadd- used to create user groups #gpasswd- adding members to group #sudo cat /etc/group - to see the number of groups available #chgrp-to change the owner of the group chmod-used to change access permissions f...Feb 11, 2024·1 min read
Linux Advanced commands#useradd- creating user account #groupadd- used to create user groups #gpasswd- adding members to group #sudo cat /etc/group - to see the number of groups available #chgrp-to change the owner of the group chmod-used to change access permissions f...Feb 4, 2024·1 min read
DAY2:Getting started with linuxLinux Basic commands Commands *date -shows today's date and in UTC *cal-show the calendar for the current month *uptime-shows the uptime like how long the system is on and running **whoami who w users id all these commands shows similar informatio...Feb 4, 2024·1 min read
DevOps Day_01#90DaysOfDevopsChallange DevOps is a practice/culture/process of continuously delivering a software product quickly. Improves the application delivery by ensuring proper automation and reducing manual intervention. Before DevOps, the development and ...Feb 4, 2024·1 min read