Ahammed Basha Shaikday-11-of-100-days-challenge.hashnode.dev·12 hours agoAutomating AWS Resource Tracking with Shell ScriptingIntroduction In the dynamic realm of DevOps, effective resource management is paramount for maintaining operational efficiency and cost control. On Day 11 of the 100 Days of DevOps Challenge, we dive into a practical AWS DevOps project, leveraging sh...Linux
FlareXesflarexes.com·13 hours agoWorst Decision: Buying Dell XPS for Linux or Was It?So, let’s talk about the Dell XPS. Yeah, that pocket-denting investment I (okay, my family) made just so I could learn Active Directory. The real story, I trashed my previous laptop (now server) in a rainstorm during my internship. Active Directory w...dell-xps
Chris Holcombenullvoid.hashnode.dev·a day agoCommand & Conquer: Automating with Shell Scripts (Part 4)Automate Everything: An Introduction to Linux Shell Scripting Welcome to Part 4 of the Command & Conquer series! You’ve mastered the essentials, file management, processes, and networking now it’s time to put those skills together with shell scriptin...Command & ConquerLinux
Jonas Satkauskascybr.hashnode.dev·Dec 20, 2024Today I've learned: Changing Shell Prompt Name/PATH importance (Environment variables)Prompts in Kali Usually terminal in Kali looks like this (username@hostname)-[current_directory] # When you work as a root you see: (root@kali)-[current_directory] # Environment variable which is used to change the prompt There’s a PS1 Environment ...10 likescybr
Ahammed Basha Shaikday-10-of-100-days-challenge.hashnode.dev·Dec 19, 2024Shell Scripting and Linux Interview QuestionsDay 9 of 100 Days of DevOps Challenge: Preparing for Shell Scripting and Linux Interviews Mastering shell scripting is a core skill for DevOps engineers, but excelling in interviews requires a clear understanding of both foundational and advanced top...AWS
Jonas Satkauskascybr.hashnode.dev·Dec 19, 2024Today I've learned: The Basics of Environment VariablesEnvironment variables in Linux It’s a very important topic. There are two types of variables: Shell Environment Variables are KEY=value pairs. Multiple values looks like this: KEY=value1:value2 Simply speaking environment variables determines...10 likesEnvironment variables
Vishal Kumarpackage-manager-in-linux.hashnode.dev·Dec 19, 2024What 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 a software center or a command line t...linux for beginners
Ahammed Basha Shaikday-9-of-100-days-challenge.hashnode.dev·Dec 18, 2024Mastering Shell Scripting for DevOps Part-2Shell scripting is an indispensable skill for DevOps professionals, streamlining automation and ensuring efficient server management. In Day 9 of our 100 Days of DevOps Challenge, we dive deep into advanced shell scripting concepts that can elevate y...Devops
Viet Hoangnvh1410.hashnode.dev·Dec 18, 2024Sensor Monitoring SystemINTRODUCTION Cũng lâu rồi tôi không ra bài gì về mảng Embedded vì có nhiều việc bận quá. Nhưng hôm nay nhã hứng nên tôi muốn viết về một project cá nhân tôi mới làm về Linux Programming. Đó là hệ thống giám sát cảm biến. Nói chung đó là 1 project kh...95 readslinux for beginners
Ahammed Basha Shaikday-8-of-100-days-challenge.hashnode.dev·Dec 17, 2024Mastering Shell Scripting for DevOpsIntroduction Shell scripting is a foundational skill for DevOps engineers, enabling task automation and efficient system management. This post outlines key steps to master shell scripting, along with practical use cases in the DevOps ecosystem. Why S...shell scripting