๐ Homelab โ Proxmox + Ubiquiti
I run a resilient homelab using Proxmox to host VMs/containers and Ubiquiti for networking. Key components: Home Assistant, containerized services, NAS backups, and WireGuard for secure remote access.
Key details
- Virtualization: Proxmox VE (KVM + LXC)
- Networking: Ubiquiti UniFi for routing/switching/WiโFi
- Services: Home Assistant, relay services in containers, reverse proxy
- Remote access: WireGuard with strict firewall rules
Sample WireGuard peer config (redacted)
[Interface]
Address = 10.10.0.2/32
PrivateKey = <private-key>
[Peer]
PublicKey = <server-public-key>
Endpoint = yourdomain.example:51820
AllowedIPs = 0.0.0.0/0
PersistentKeepalive = 25
๐ UpdateAll
A free Windows desktop app that scans for outdated software and lets you update everything in one click โ OS patches, installed apps (via winget), npm/pip global packages, and hardware drivers.
- Modern dark UI with live progress tracking and real-time logs
- Covers Windows Updates, winget apps, Node.js/Python packages, and GPU/audio/network drivers
- Fully local โ no accounts, no telemetry, no external calls beyond the updates themselves
- Requires Python 3.8+ and admin access for system/driver updates
๐งช MATTY
A JavaScript-based tool designed for efficient data manipulation and analysis.
๐ View on GitHub๐ ShellHacks Project
A Python project focused on shell scripting techniques and automation.
๐ View on GitHub๐ Old Website
An archived version of my personal website, showcasing earlier web development work.
๐ View on GitHub๐ง Water Quality Prediction
Implemented a machine learning model to predict water quality based on various parameters.
๐ View on GitHub