Ahammed Basha Shaikday-11-of-100-days-challenge.hashnode.dev·18 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
Elavarasan Afoss.guru·21 hours agoThe Filesystem Hierarchy Standard (FHS)The Filesystem Hierarchy Standard (FHS) defines the directory structure and directory contents in Linux and other Unix-like operating systems. It establishes a single directory tree for file system structure and dictates where files and programs shou...FHS
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
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
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
PRATYAY MUSTAFIpratyaywrites.hashnode.dev·Dec 16, 2024My Linux journey so farBeginning story It was during covid Lockdown my school was off and I was binge watching some YouTube videos on my windows desktop sitting and suddenly I had encountered with a video about Linux and riced ui stuff I was very much amused about how good...27 readslinux for beginners
Mohammed Umarumarcode.hashnode.dev·Dec 14, 2024My Week of Beginner-Level DevOps Projects: A Journey into Automation, CI/CD, and Infrastructure ManagementAs a beginner exploring the world of DevOps, automation, and infrastructure management, I decided to dive deep into a series of hands-on projects this week. Each project was designed to strengthen my foundational skills and give me a taste of real-wo...10 likesDocker
Abishek Kafledevops.abisec.xyz·Dec 14, 2024Custom Apache User SetupTasks Create a user named ravi on App server 1 within the Stratos Datacenter. Assign the user a unique UID 1541. Set the home directory for the user as /var/www/ravi. Steps First of all let’s get connect with App server 1 with stapp01172.16.238...LinuxLinux