HSHemant Sharmainhemant-cybersec.hashnode.dev·1d ago · 3 min readBuilding an Automated Linux SOC Triage Script with Bash📌 Introduction When responding to a potential Linux endpoint compromise, every second counts. Manually inspecting authentication logs, active socket states, running processes, and cron jobs across mu00
VVaruninvarun-nair-13.hashnode.dev·2d ago · 6 min readA Backup You Haven't Tested Restoring From Isn't a Backup: Hardening My Linux Admin ToolkitGoing Back to "Finished" Work A few days ago I shipped Project 1 of my DevOps portfolio — a set of Bash scripts for backup, monitoring, dependency checking, user management, and log rotation. It worke00
VVaruninvarun-nair-13.hashnode.dev·6d ago · 3 min readBuilding Production-Style Linux Admin Scripts: From Cron to systemd TimersI'm an MCA student building a 6-project DevOps portfolio ahead of internship applications — Linux scripting, Docker, Kubernetes, Terraform/AWS, and two Go CLI tools, spread across five months. It woul00
SSubhaninmy-cloudjourney.hashnode.dev·Jul 28 · 3 min readAutoBackup Utility BashAutomating Local Backups with Bash & Cron: A Lightweight Shell Utility 🚀 Never lose local files again—here is how I built a hands-free Linux backup script with automatic rotation and cron scheduling.00
AVAtul Vishwakarmainatulcodes.hashnode.dev·Jul 28 · 4 min readThe 5 Linux Bash Commands Every DevOps Engineer Uses DailyWhen you are first learning cloud engineering, you spend a lot of time clicking through beautiful web dashboards. But what happens when your application crashes at 2:00 AM, the web server goes offline00
Ssite-shotinsite-shot.hashnode.dev·Jul 27 · 9 min readgrep -q, pipefail, and the deploy gate that said "found" and "not found" in the same millisecondBuild ws-downloader-prod #83 printed these two lines with the same millisecond timestamp: [16:50:01.830Z] Startup log entry detected. [16:50:01.830Z] FATAL: startup log entry not detected within 240s 00
BMBharat Mohiteincloud-op.hashnode.dev·Jul 23 · 1 min readAutomating AWS Resource Monitoring with Bash and AWS CLIAs part of my DevOps learning journey, I built a simple Bash script that interacts with the AWS CLI to monitor AWS resources directly from the terminal. Instead of opening the AWS Management Console e10
PPromoPilotinpromopilot.hashnode.dev·Jul 19 · 9 min readPublished, Indexable, Indexed: Three States People ConflateMost SEO problems I have had to debug were not strategy problems. They were mechanical: a noindex left in a staging header, a canonical pointing at a different domain, links rendered by JavaScript tha00
OOOluwagbade Odimayoingbadedata.hashnode.dev·Jul 17 · 21 min readI Was Wrong Three Times About a Server I Built That MorningThe assignment said: simulate a configuration failure and recover the service safely. So I did the responsible thing first. I backed up the config before touching it. Then I broke it deliberately, wat00
VCVivian Chiamaka Okoseinvivianokose.hashnode.dev·Jul 17 · 5 min readI Deleted My Database on Purpose. It Was Back in 47 Seconds.There's a sentence I can't stop thinking about: A backup you have never restored is a wish, not a backup. Most engineers set up backups and never test them. The backup job runs every night, everyone f00