RHRoy Haydeninrh-scripts.hashnode.dev·Mar 2 · 4 min readBash Recycle Bin with 30-Day Auto-Clean (bin + hoover_rubbish)Problem rm is permanent. I wanted a low-effort “grace period” delete, with automatic cleanup after 30 days. Constraints: Bash only No desktop tools Works on any Linux box Auditable (log output) 00
RHRoy Haydeninrh-scripts.hashnode.dev·Mar 2 · 6 min readEdge Camera Capture for a Non Networked Meter (Pi Zero, Daily Evidence, Retry, Alerting, WSL Sync)1) What this is A Raspberry Pi Zero takes a daily photo of a non networked utility meter (or any fixed analogue display), stores it in month folders, retries once if the capture fails, and sends an em00
RHRoy Haydeninrh-scripts.hashnode.dev·Mar 2 · 5 min readDesigning a Physical WiFi Usage Monitor Using a Raspberry Pi and OLED Display1. Overview This project implements a dedicated, always-on WiFi usage monitor using a Raspberry Pi Zero 2 WH and a 128×64 I²C OLED display. The system polls a local router API for monthly usage statis00
RHRoy Haydeninrh-scripts.hashnode.dev·Aug 28, 2025 · 2 min readWeekly Script CheckerNot every script needs to run daily. Some just need to run once a week, but reliably without cluttering your crontab or running when nothing's changed. So I wrote a simple Bash script that: Tracks when a script was last run Checks if it's been more...00
RHRoy Haydeninrh-scripts.hashnode.dev·Aug 28, 2025 · 2 min readCreating a Windows Shortcut and Pinning Script to the TaskbarIf you'd like to quickly launch a script with one click, here’s how to create a shortcut and pin it to your taskbar for easy access. Step-by-Step: Create a Shortcut for Script.bat 1. Create the Shortcut Right-click on your Desktop or inside a folder...00