SNSaurabh Namdeoindevopswithsaurabh.hashnode.dev·Dec 3, 2024 · 9 min readDocker Cheat Sheet: 100 Essential Commands with ExamplesDocker 100 Essential Commands with Examples 1. Basic Commands docker --version: Check Docker version. Example: docker --version Output: Docker version 24.0.5, build 1234567 docker info: Display system-wide information. Example: docker in...00
SNSaurabh Namdeoindevopswithsaurabh.hashnode.dev·Dec 2, 2024 · 7 min readMaster Git with These 50 Essential Commands: The Ultimate Cheat Sheet for Developers and DevOps ProfessionalsMaster Git: Commands Explained in Detail Git has revolutionized the way teams collaborate, track changes, and manage codebases. Whether you’re a software developer, a DevOps engineer, or just starting your coding journey, Git is a must-have skill in ...00
SNSaurabh Namdeoindevopswithsaurabh.hashnode.dev·Oct 16, 2024 · 2 min readLinux Commands with a Twist! 🚀Day 3: Basic Linux Commands with a Twist! 🚀 Today, I dove into some essential Linux commands. These are great for managing files and performing basic tasks on a Linux system. Here’s what I covered: View the content of a file and display line number...00
SNSaurabh Namdeoindevopswithsaurabh.hashnode.dev·Aug 18, 2024 · 3 min readDay 3: Essential Linux Commands with Examples 💻📜Welcome to Day 3 of your DevOps journey! Today, we’ll explore some essential Linux commands that every DevOps professional should know. These commands help you monitor system performance, manage files and users, and perform various administrative tas...00
SNSaurabh Namdeoindevopswithsaurabh.hashnode.dev·Aug 17, 2024 · 3 min read🖥️ Creating a New Linux User with Bash as Default Shell 🎯Here’s a blog post draft on how to create a user in Linux and ensure they are added to the Bash shell instead of the default sh: Welcome back! Today, we're tackling a common scenario you might encounter when adding new users to a Linux system. By de...00