Ankit Guptaankitgupta2.hashnode.dev·Nov 29, 2023Day 5-DevOpsHello everyone, I'm on Day 6 of my DevOps learning journey, starting from Day 0. Today, I'll be discussing advanced Linux Advanced commands and Shell Scripting that are essential for DevOps and Cloud Computing tasks. Let's explore! Additionally, I'll...DiscussLinux
Abhishek Kumarinnovatewithabhishek.hashnode.dev·Nov 25, 2023A Guide to the Most Commonly Used Linux Commands.Understanding Linux commands is not merely a technical skill; it is a gateway to efficiency, automation, and control. Whether you are a seasoned system administrator, a developer crafting intricate applications, or a curious enthusiast eager to unloc...DiscussLinux
Srikanth Vaddeneniinndia.hashnode.dev·Nov 24, 2023Exploring the Differences Between Python and Shell ScriptingIntroduction: In the world of scripting and automation, two popular languages stand out: Python and Shell scripting. Each has its strengths and weaknesses, and understanding the differences between them is crucial for choosing the right tool for the ...DiscussPython
Abigeal Afolabiarbythecoder.hashnode.dev·Nov 21, 2023Advanced Scripting Techniques in Linux Shell ScriptingIntroduction:Greetings again! Remember our discussion on mastering Git and the initial guide on Linux shell scripting for DevOps beginners? If you do, great! If not, no worries—whether you're a returning reader or a newcomer, welcome to the next phas...DiscussLinux
Vivek Chaudharyvivekchaudhary.hashnode.dev·Nov 21, 2023Multi-numeric Calc Bash scriptHere's the multi-num calc bash script with explanation for your practice. If you have any suggestion do ping me. Introduction: It starts by greeting the user and asks for their first name and surname. Calculation Loop: It enters a loop where it re...DiscussBash
Gaurav Shanbhaggauravrs27.hashnode.dev·Nov 15, 2023Linux Shell ScriptingWhat is Kernel? A kernel is the heart of linux operating system. It is the core interface between a computer’s hardware and its processes. It communicates between the 2, managing resources as efficiently as possible. The kernel has 4 jobs: Memory ma...DiscussTrainWithShubham
Sudhanshu Motewarsudhanshumotewar.hashnode.dev·Nov 13, 2023⚙ Automate Linux with Shell Scripting 🐧👨💻👉 Quick Intro 🔥 Shell is the intermediate or medium of communication between applications/users and Hardware To automate Linux commands, along with some condition-based or repetitive tasks, requires writing a few lines of code, which is termed...Discuss·15 likes·81 readsLinux
Vedant Thavkarveddevopsblog.hashnode.dev·Nov 13, 2023Day 4 Task: Basic Linux Shell Scripting for DevOps Engineers.Day 4 of the 90 Days of DevOps Challenge introduces the vital concept of Linux shell scripting, a cornerstone for DevOps engineers. Understanding its theoretical basis is crucial for mastery. Understanding Kernel and Shell What is Kernel? The kernel ...Discuss·11 likesDevopsDevops
Vedant Thavkarveddevopsblog.hashnode.dev·Nov 13, 2023Day 5 Task: Advanced Linux Shell Scripting for DevOps Engineers with User managementAdvancing with Advanced Linux Shell Scripting: User Management In Day 5 of the 90 Days of DevOps Challenge, we venture into the realm of advanced Linux shell scripting, particularly focusing on user management. Let's delve into the theoretical underp...Discuss·10 likesDevopsDevops
Lokesh Telangelokeshdevopsblog.hashnode.dev·Nov 13, 2023Day 4 Task: Basic Linux Shell Scripting for DevOps Engineers.What is Kernel The kernel is a computer program that is the core of a computer’s operating system, with complete control over everything in the system. What is Shell A shell is special user program which provide an interface to user to use operating ...DiscussDevops