STShreshta Thiruinshreshta0104.hashnode.dev·Mar 6, 2024 · 3 min readDay 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...00
STShreshta Thiruinshreshta0104.hashnode.dev·Mar 6, 2024 · 1 min readDay 8 Task: Basic Git & GitHub for DevOps Engineers.Excercises1.Create a new repository on GitHub and clone it to your local machine create a repository my-first-repo-ex on github create a file first.txt and enter any text and click on commit changes. To get remote repository from remote server to ...00
STShreshta Thiruinshreshta0104.hashnode.dev·Feb 11, 2024 · 2 min readDay 07 Task:Understanding package manager and systemctl Package Manager: A package manager is a tool used in Linux distributions to simplify the process of installing, updating, configuring, and removing software packages. It automates the management of software...00
STShreshta Thiruinshreshta0104.hashnode.dev·Feb 11, 2024 · 1 min readDay 06- TaskCreate a simple file and do ls -ltr to see the details of the files. Write an article about File Permissions based on your understanding from the notes. #chgrp-to change the owner of the group chmod-used to change access permissions for file/dire...00
STShreshta Thiruinshreshta0104.hashnode.dev·Feb 11, 2024 · 2 min readDay 5 Task2 min read 1.You have to do the same using Shell Script i.e using either Loops or command with start day and end day variables using arguments - Example 1: When the script is executed as ./createDirectories.shday 1 90 then it creates 90 directories a...00