Tagged articles

Bash automation

2 articles · Page 1 of 1
TonyBai
TonyBai
Jan 21, 2026 · Artificial Intelligence

From Hand‑Crafted Prompts to Endless Loops: Is “Ralph” the Next Evolution in AI‑Powered Coding?

The article analyses the “Ralph Wiggum Technique” – a one‑line Bash loop that repeatedly feeds a spec file to an LLM – explaining how its declarative, high‑frequency iteration and automated feedback loop embody context engineering, while also warning of the “overbaking” risk when the loop runs unchecked.

AI codingBash automationDeclarative programming
0 likes · 9 min read
From Hand‑Crafted Prompts to Endless Loops: Is “Ralph” the Next Evolution in AI‑Powered Coding?
Liangxu Linux
Liangxu Linux
Feb 25, 2021 · Information Security

How to Automate Linux Incident Response and Analyze a Mining Malware

This article shares a step‑by‑step Linux incident‑response workflow, including an automated Bash information‑gathering script, analysis of malicious cron jobs and a 439‑line mining malware, its SSH‑based lateral spread, and practical cleanup procedures with a reusable toolbox on GitHub.

Bash automationCron JobsCryptocurrency Mining
0 likes · 13 min read
How to Automate Linux Incident Response and Analyze a Mining Malware