Accidentally ran rm on a massive log file or a database while a process was still writing to it? Before you panic, learn how to use lsof to find the ‘ghost’ file in the /proc filesystem and snatch your data back.
Apr
Accidentally ran rm on a massive log file or a database while a process was still writing to it? Before you panic, learn how to use lsof to find the ‘ghost’ file in the /proc filesystem and snatch your data back.
Apr
Stop filling up your disk with temporary zip files. Here is how to stream a directory directly from one server to another using tar and SSH in a single pipeline.
Apr
Meshtastic is currently dominating the off-grid communication hype cycle. But when we look under the hood at its managed flooding architecture and symmetric cryptography, does it actually hold up as a foundation for sovereign infrastructure? Here is a deep dive into why I am shifting my focus to the Reticulum Network Stack.
Apr
Skip the heavy VPN clients. Here is how to turn any remote Linux server into an encrypted SOCKS5 proxy with a single SSH command to bypass hostile local networks
Apr
Blindly uploading images to the web is a massive privacy leak. Here is how to use exiftool to recursively strip hidden GPS and hardware metadata from your staging directories before they ever leave your disk.
Apr
Your Linux system is constantly initiating connections in the background. Learn how to use the modern ss command to instantly audit active network sockets, expose chatty processes, and take back control of your data sovereignty.
Apr
had to access citrix for work the other day. It usually works acceptable but not this time…nothing! after some debugging I finally found a fix.
Apr
Just a quick and dirty script for when your csv files looks like something only a blind poet could put together.
Feb
Ever had a server quietly run out of space while you weren’t looking? Yeah, me too. Instead of manually checking disk usage (because who has time for that?), I wrote a Python script that monitors disk space, filters out unimportant partitions, and sends an email alert before things go south. It even has a lockfile mechanism to prevent spamming my inbox. Best part? You can set it up as a cron job and never think about it again—until it warns you just in time. Check out the full breakdown and grab the script to keep your servers in check!
Feb
So I made a new program. why you ask? because I needed an ascii art generator and could not find one that did what I wanted.