Projects
Standalone scripts and tools I've built for my homelab. Each project is self-contained with installation instructions and documentation.
SSH Login Email Notification System
A lightweight PAM-based system that sends email alerts whenever someone logs into your Linux server via SSH. Features rate limiting, syslog integration, and automated install/uninstall scripts. Zero overhead — no daemons, no background services.
Tags: Security · Ubuntu · Bash · PAM
Ubuntu System Update Script
A bash script for checking and applying Ubuntu system updates with interactive prompts, email notifications, and automatic cleanup. Makes keeping your servers patched simple and consistent.
Tags: Ubuntu · Bash · Automation