Rathandev Chilukarathanwrites.hashnode.dev·Feb 6, 2025Simplify AWS RDS Log Downloads: A Step-by-Step Automation GuideIntroduction🌟 Fetching logs from AWS RDS is a part of day to day activity for DevOps/Cloud engineers. But downloading them by selecting and downloading one after the other may make the engineers frustrated. This script will make your job easy. Scri...AWS
Nishank Koulnishankkoul.hashnode.dev·Jan 23, 2025Celestia Validator Node Deployment on Mocha-4 TestnetIntroduction Celestia is a modular blockchain designed to enhance scalability and decentralization by separating consensus and data availability layers. Running a Celestia validator node on the Mocha-4 testnet can be a complex process, but automation...Celestia
Harsh Agarwallinuxfornoobs.hashnode.dev·Jan 20, 2025Linux for devops | LinuxLinux vs Unix Linux and Unix are often discussed together because Linux was inspired by Unix, but they have key differences: Unix Developed in 1970s at Bell Labs by Ken Thompson, Dennis Ritchie, and others. Originally proprietary and commercial sof...1 likeLinux
MOHAMMAD TAHAdevwithtaha.hashnode.dev·Jan 18, 2025Day 20 Learnings: Help and Information Commands in LinuxToday's Linux session focused on commands for retrieving system information, file system management, and creating shortcuts for repetitive tasks. These utilities are essential for efficient system administration and navigation. What I Learned This W...Linux
MOHAMMAD TAHAdevwithtaha.hashnode.dev·Jan 18, 2025Day 19 Learnings: Text Processing and Manipulation in LinuxToday's Linux session focused on essential commands for text processing and shell interaction. We covered tools to manipulate text, interact with the shell, and retrieve command history effectively. What I Learned This Week cut Command: Extracts sp...Linux
MOHAMMAD TAHAdevwithtaha.hashnode.dev·Jan 14, 2025Day 18 Learnings: Text Processing and Manipulation in LinuxToday’s Linux session focused on two versatile tools: awk and sed. These commands are powerful for text processing, enabling efficient data extraction, formatting, and stream editing directly from the command line. What I Learned This Week awk Comm...Linux
MOHAMMAD TAHAdevwithtaha.hashnode.dev·Jan 14, 2025Day 17 Learnings: Text Processing and Manipulation in LinuxToday's Linux session revolved around powerful text processing tools: the tail and sort commands. These commands simplify log monitoring and file organization, making them vital for developers, system administrators, and data analysts. What I Learne...Linux
MOHAMMAD TAHAdevwithtaha.hashnode.dev·Jan 14, 2025Day 16 Learnings: File Comparison and Viewing in LinuxToday's Linux exploration was focused on file comparison and content viewing, covering the diff and head commands. These utilities are indispensable for comparing files line by line and viewing the first few lines of a file, making them essential too...Linux
MOHAMMAD TAHAdevwithtaha.hashnode.dev·Jan 14, 2025Day 14 Learnings: Remote Access and File Transfers in LinuxToday's Linux journey focused on remote access and secure file transfers, essential skills for managing servers and transferring data over networks securely. I explored the ssh command for remote server connections and the scp command for copying fil...Linux
Harsh Butanidevops-unboxed-my-learning-journey.hashnode.dev·Jan 5, 2025My DevOps Journey: Week 4 – Automating with Shell Scripts and Exploring AWS CLIThis week, my DevOps journey took a significant step forward as I explored three major topics: Shell Scripting, AWS CLI, and scripting to display AWS resource usage. Here's a breakdown of what I learned: 1. Shell Scripting: The Foundation of Automat...Devops