USUmesh Sanguleinumesh007.hashnode.dev路Mar 16, 2024 路 3 min read馃殌 Day 8 - Cheat Sheets #90DaysOfDevOps 馃殌Linux Commands Cheat Sheet: File Operations: ls: List directory contents. cd: Change directory. pwd: Print working directory. mkdir: Make directory. touch: Create a file. cp: Copy files and directories. mv: Move or rename files and directories...00
USUmesh Sanguleinumesh007.hashnode.dev路Mar 16, 2024 路 2 min read馃殌 Day 7 - Advance Git & Github #90DaysOfDevOps 馃殌Advanced Git Concepts: Rebasing: Rebase: Rewriting commit history by moving all changes from one branch to another. git checkout feature-branch git rebase main Interactive Rebase: Interactive Rebase: Squashing, editing, or reordering commits...00
USUmesh Sanguleinumesh007.hashnode.dev路Mar 16, 2024 路 3 min read馃殌 Day 6 - Git & Github #90DaysOfDevOps 馃殌1. Git Introduction: Git is a distributed version control system designed to handle everything from small to very large projects with speed and efficiency. It allows multiple developers to collaborate on the same codebase and track changes over time....00
USUmesh Sanguleinumesh007.hashnode.dev路Mar 7, 2024 路 2 min read馃殌 Day 5 - Linux #90DaysOfDevOps 馃殌Title: Advanced Linux for DevOps: A Comprehensive Guide Introduction: In the world of DevOps, Linux proficiency is essential for infrastructure management, automation, and deployment. This comprehensive guide will delve into advanced Linux concepts a...00
USUmesh Sanguleinumesh007.hashnode.dev路Mar 7, 2024 路 2 min read馃殌 Day 4 - Bash Scripting -2 #90DaysOfDevOps 馃殌1. Bash Scripting Basics: What is Bash Scripting? Bash scripting involves creating a sequence of commands executed by the Bash shell, enhancing automation and repeatability. Advantages of Bash Scripting: Facilitates system administration tasks. Eff...00