Naushad Khannaushad-khan.hashnode.dev·Oct 11, 2024Day 5 : Advanced shell scriptingHello, DevOps enthusiasts! Today, I took my Linux skills a step further with advanced shell scripting and explored user management. Here's a quick breakdown of what I learned and accomplished on Day 5 of my #90DaysOfDevOps challenge: Creating 90 Dire...Discuss·1 likeDevops
Anas Ansariilahianas.hashnode.dev·Aug 10, 2024Elevate Your Linux Proficiency with These Advanced CommandsLinux is well known for its supremacy in the command-line interface. There are a lot of commands that can be categorized as advanced, and these commands can make working on Linux systems easy, provided you have a good grasp of them. Advanced commands...Discussadvanced linux
Anasanasmansuri.hashnode.dev·Aug 2, 2024Linux: A Comprehensive OverviewHello! I'm Anas , a DevOps and Cloud enthusiast with a passion for building scalable, efficient, and secure infrastructure. With a strong focus on automation, containerization, and orchestration, In this blog I'll be diving into the Linux in detail. ...Discuss·1 like·66 readsLinux
Khushbu Koradiyakhushbuk0714.hashnode.dev·Jul 15, 2024Day 7 Task: Understanding Package Manager and SystemctlWhat is a Package Manager in Linux? In simpler words, a package manager is a tool that allows users to install, remove, upgrade, configure, and manage software packages on an operating system. The package manager can be a graphical application like ...Discuss·40 readsadvanced linux
Neha Bhardwajnehabhardwaj.hashnode.dev·Jul 8, 2024Day 3: Advanced LinuxVim File Editor It is the widely used file editor of Linux OS that helps you to insert text in a file and save it for later use. It is the improved version of Vi editor. $vim file: open a file named 'file' in vim editor Once the vim editor will open,...Discuss·38 readsDevops
bodhiswatwa chowdhurybodhiswatwa.hashnode.dev·Jul 6, 2024Understanding Advanced Linux Concepts and Tools for DevOps EngineersDevOps and system administration, mastering advanced Linux concepts is crucial. This article delves into essential topics such as user and group management, file permissions, SSH, SCP, systemctl, and the powerful tools grep, awk, sed, and find. These...Discuss·27 readsLinux
Deepak Nemadecloudcraft.hashnode.dev·Jun 26, 2024Mastering Advanced Linux Commands for Professional UsersAs a Linux professional, you already know the basics. You’ve navigated the file system, managed files and directories, and used basic text editors. Now, it’s time to delve into more advanced commands and tools that will enhance your productivity and ...DiscussLinux
Suraj Shettyhashnode.surajshetty.blog·Apr 6, 2024Fast Ways to Become Proficient in Bash Scripting for Server AdministrationPrerequisites: Basics of Linux Let's start by looking at the basics of scripting in Linux: Note: You can use any Linux distribution; I use CentOS for my projects. A scripting file, also known as a script, is a text file filled with commands or inst...Discuss·6 likesMicroservices ToolsBash
Ayush Maggoayushmaggo.hashnode.dev·Mar 27, 2024🔥 𝐔𝐧𝐥𝐞𝐚𝐬𝐡 𝐘𝐨𝐮𝐫 𝐃𝐞𝐯𝐎𝐩𝐬 𝐏𝐨𝐭𝐞𝐧𝐭𝐢𝐚𝐥: 𝐄𝐬𝐬𝐞𝐧𝐭𝐢𝐚𝐥 𝐋𝐢𝐧𝐮𝐱 𝐂𝐨𝐦𝐦𝐚𝐧𝐝𝐬 𝐌𝐚𝐬𝐭𝐞𝐫𝐲! 𝐏𝐚𝐫𝐭-4🚀Embark on the next phase of advanced Linux command essential for streamlining operations and enhancing productivity. From process management to package updates, dive deep into Linux mastery to accelerate your DevOps journey🚀 1. 𝐆𝐥𝐨𝐛𝐚𝐥 𝐑𝐞𝐠𝐮...DiscussLinux
Harish Gawandeharishgawande.hashnode.dev·Jan 30, 2024Advanced Linux Shell Scripting for DevOps Engineers with User managementLoops (for loop): Execute a block of code repeatedly. #!/bin/bash for i in {1..5}; do echo "Iteration $i" done Example 1 : Write the script, if executed as ./CreateDirectories.sh then it creates 90 directories as day1 day2 day3 .... day90 nano Cr...DiscussLinux