KSKunwar Shashwatinsredevops.hashnode.dev路Aug 1, 2023 路 2 min readTask1- BashBlaze-7-Days-of-Bash-Scripting-Challenge馃殌 Excited to share my Day 1 tasks for the BashBlaze-7-Days-of-Bash-Scripting-Challenge! 馃殌 Task 1: Comments In bash scripts, comments are used to add explanatory notes or disable certain lines of code. Task 2: Echo The echo command is used to displa...00
KSKunwar Shashwatinsredevops.hashnode.dev路Jul 28, 2023 路 9 min readDay 8 & 9 tasks: Mastering Version Control: A Comprehensive Guide to Git & GitHub for DevOps EngineersAre you ready to embark on an extraordinary journey into the realm of version control, where branching, merging, and time manipulation come together like never before? Join us as we delve into the fascinating world of Git, taking inspiration from the...00
KSKunwar Shashwatinsredevops.hashnode.dev路Jul 23, 2023 路 2 min readMastering Git & GitHub: A Deep Dive for DevOps EngineersDay 8 Tasks: What is Git and why is it important? Git is a distributed version control system that enables developers to track changes, collaborate on code, and manage software development projects efficiently. It is important as it allows teams to...00
KSKunwar Shashwatinsredevops.hashnode.dev路Jul 21, 2023 路 2 min readLinux Package Managers: Simplifying Software Management and Unraveling systemctl vs. systemd in DevOpsThe package management is a fundamental aspect of our daily operations. It simplifies the installation, updating, and removal of software packages, making the software development and deployment process more efficient. In this blog post, we will expl...00
KSKunwar Shashwatinsredevops.hashnode.dev路Jul 20, 2023 路 2 min readDay 6 of #90DaysOfDevOpsChallenge: Understanding File Permissions and ACL in LinuxAs a DevOps Engineer, it is crucial to have a deep understanding of file permissions in Linux, as they play a critical role in the security and access control of the system. Let's dive into the key concepts of file permissions and explore how Access ...00