Charan Kumarcode-containerize-deploy.hashnode.dev·Feb 15, 2025Linux Basics: Essential Linux CommandsLinux is a powerful operating system that provides a command-line interface (CLI) to interact with the system efficiently. In this blog, we will explore some fundamental Linux commands that every beginner should know. 1. man (manual) man command is u...Linux
Subhankar Paullinux-command.hashnode.dev·Feb 14, 2025🚀 DevOps Mastery: Volume Management, Process Monitoring & Automated BackupsDevOps isn’t just about automating deployments or managing clusters—it’s also about keeping your systems lean, mean, and always backed up. Today, we’re diving into three essential DevOps tasks: 1️⃣ Volume Management & Disk Usage2️⃣ Process Management...TrainWithShubham
Vivekheyvivek.com·Feb 12, 2025🚀 My Journey from MacOS to Linux: Freedom, Tweaks, and the Joy of Making It Mine 🐧Five years ago, I made the big switch from Windows to Mac, and I absolutely loved the experience! Everything felt smooth, sleek, and well-integrated—like stepping into a perfectly curated tech bubble. But, if there’s one thing about me, it’s my const...21 likes·141 readsLinux
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
Ashutosh Vermaashu-devops.hashnode.dev·Feb 12, 2025Introduction to Linux VolumesStorage management is a crucial aspect of system administration, and Linux offers a variety of ways to handle storage efficiently. In this blog post, we'll explore the fundamentals of Linux volumes and the Logical Volume Manager (LVM) for dynamic sto...Linux
Shajaaz Sainulabdeenlinux-basics-for-beginners.hashnode.dev·Feb 11, 2025Linux Basics for BeginnersIntroduction to Bash Bash (Bourne Again Shell) is used for automating tasks and reducing manual work. Common Linux Commands touch → Creates a new file. ls → Lists files and directories. ls -ltr → Lists files with timestamps (sorted by modification...Linux
Sparsh Jaipuriyarlinux-blogs.hashnode.dev·Feb 10, 2025🖥️ Basic Linux Commands: A Beginner's Guide🔹 Introduction Linux commands help users interact with the operating system through the command line. Here’s a quick guide to some of the most essential Linux commands for navigation, system information, and file management. 📌 System Navigation & ...Linux
Ashutosh Vermaashu-mydevops.hashnode.dev·Feb 10, 2025Mastering Linux: Fundamental Commands for BeginnersLinux is a powerful and widely used operating system known for its stability, security, and flexibility. Whether you're a beginner or an experienced user, mastering fundamental Linux commands is essential for navigating and managing the system effici...Linux
Mihir Suratwalamihirsuratwala.hashnode.dev·Feb 8, 2025SCP Command to copy the file from EC2 machine to LocalLast Blog Review → In the last blog we understood, how to copy the files from the local to EC2 machine using scp. scp is actually helpful when you want the files from the local machine to the EC2 machine and vice versa because when you have your code...AWS
Akshay Dhongadecomplete-linux-guide.hashnode.dev·Feb 7, 2025🚀 Complete Linux Interview Guide: From Basics to Advanced🔹 Introduction Welcome to the ultimate Linux interview guide! Whether you're a beginner or an advanced user, this guide covers everything you need to ace your Linux interview. You'll find essential commands, real-world scenarios, and practical examp...Linux