Mahesh Satbhaimaheshsatbhai.hashnode.dev·Feb 17, 2025🚀 Mastering Linux System Administration & Automation | 90 Days of DevOps - Week 2Task 4 : Volume Management & Disk Usage 4️⃣ Volume Management & Disk Usage Task: Create a directory /mnt/devops_data. Mount a new volume (or loop device for local practice). Verify using df -h and mount | grep devops_data. Step 1: Create a D...Devops
Vidya Rautelavidyarautela.hashnode.dev·Feb 17, 2025Understanding variable.tf and terraform.tfvars in Terraform✨When working with Terraform, initially I found variables.tf and terraform.tfvars a bit confusing. So, I decided to break it down in a way that makes sense to me, with an oat meal example🤤✨ What : Are variables.tf and terraform.tfvars? Think of Terr...Terraform
ABHISHEK WAGHMAREdev-ops-diaries.hashnode.dev·Feb 17, 2025Securely Connecting with SSH: A Beginner's GuideSecurely Connecting with SSH: A Beginner's Guide SSH (Secure Shell) is a tool that allows you to securely access and control another computer or server 🌐. It’s like a remote control for computers, making it possible to manage files, run programs, an...Linux
Mihir Suratwalamihirsuratwala.hashnode.dev·Feb 15, 2025Archive File in LinuxLast Blog Review → In the last blog we understood, how to send the file from local machine to EC2 and also send the file from EC2 to local machine. Only the requirement is that the scp can be used only on local machine as the local machine must have ...AWS
Fauzeyafauzeya.hashnode.dev·Feb 15, 2025Cracking Observability: Mastering Logs, Metrics & TracesIn the cloud-native world we live in today, observability is no longer a nicety—it's a requirement. DevOps engineers must know what occurs within our applications and infrastructure in real time. Observability is made up of three foundational pillars...2 likes·34 reads#Devops Daily
Mohammad Yousufdevopsseries.hashnode.dev·Feb 15, 2025Day 2: Diving into Version Control with Git – The Backbone of DevOpsWelcome to Day 2 of my #60DaysOfDevOps journey! 🚀 Today, I focused on Git, the cornerstone of version control and collaboration in DevOps. Let’s dive into what I learned and accomplished! --- Why Git? Git is essential for tracking code changes, coll...Devops
ABHISHEK WAGHMAREdev-ops-diaries.hashnode.dev·Feb 13, 2025🌟 Volume Management in Linux & AWS EBS 💽🌟 Volume Management in Linux & AWS EBS 💽 ABHISHEK ·Dec 30, 2024· 3 min read Volumes in Linux and AWS Elastic Block Store (EBS) are essential for managing storage. Let’s explore how to create, manage, and mount volumes step-by-step. 🏗️ Introductio...AWS
ABHISHEK WAGHMAREdev-ops-diaries.hashnode.dev·Feb 13, 2025🌟 Fundamentals of Linux: A Non-IT Friendly Guide🐧🌟 Fundamentals of Linux: A Non-IT Friendly Guide🐧 Linux might sound complex, but it’s all around us! From powering websites to your Android phone, Linux is everywhere. Let’s break it down in simple terms with step-by-step details for beginners. �...Linux
Himanshu Sharmalearn.himanshuwrites.site·Feb 12, 2025What is DevOps?DevOps is a culture, methodology, and set of practices that combines Development (Dev) and Operations (Ops) teams to improve collaboration, automation, and software delivery speed. Who are the DevOps Engineers? A DevOps Engineer works at the intersec...DevOpsDevops
Surajblog.devsuraj.me·Feb 10, 2025Cloud Computing 101Introduction to Cloud Computing Imagine renting a fully equipped kitchen instead of building one from scratch. Cloud computing works similarly: instead of owning physical servers or data centers, you "rent" computing power, storage, and services over...1 like·31 readsDevOpsCloud