PPrathaminlearnwithpratham.hashnode.dev路Mar 15, 2025 路 4 min readDocker One Shot1. Docker Basics These commands help you set up Docker and manage basic container operations. 1.1 Docker Version & System Info docker --version # Check Docker version docker info # Display system-wide information about Docker 1.2 Wo...00
PPrathaminlearnwithpratham.hashnode.dev路Mar 9, 2025 路 2 min readNetworking & Security in LinuxIntroduction Networking and security are at the heart of DevOps. Today, I explored how Linux handles networking, manages security, and ensures secure remote access. These skills are crucial for server management, troubleshooting, and securing infrast...00
PPrathaminlearnwithpratham.hashnode.dev路Mar 5, 2025 路 2 min readAdvanced Bash ScriptingIntroduction Continuing my DevOps journey, today I went deeper into Bash scripting, focusing on advanced concepts like functions, automation, and task scheduling. Mastering these skills is essential for automating system administration tasks, managin...00
PPrathaminlearnwithpratham.hashnode.dev路Mar 3, 2025 路 2 min readGetting Started with Bash ScriptingIntroduction On Day 2 of my DevOps journey, I took my first steps into Bash scripting. Since automation is at the heart of DevOps, learning how to write scripts that execute tasks efficiently is a crucial skill. I explored the fundamentals of Bash sc...00
PPrathaminlearnwithpratham.hashnode.dev路Mar 3, 2025 路 3 min readMy DevOps Journey: Starting with LinuxIntroduction Hey everyone! 馃殌 So, today is officially Day 1 of my DevOps journey, and I鈥檓 starting off with Linux! Since most DevOps tools and cloud servers run on Linux, I figured it鈥檚 the best place to start. This blog is gonna be my personal diary...00