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
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.
Nov
The OpenBSD wtf command has been a beloved tool for quickly decoding acronyms. Inspired by its simplicity, I created a modern version powered by OpenAI’s GPT. This updated wtf answers any query—not just acronyms—delivering concise explanations with references, all from the command line. Whether you’re curious about quantum computing or Kubernetes, this tool combines the charm of the original with the power of AI to provide answers in seconds.
Nov
Just a fun video looking back at how “easy” (not!) the linux installation was just 25years ago.
Sep
So, you’ve heard about the Telegram fiasco, right? The big guy in charge got thrown in the slammer in France, and everyone started panicking about who’s really in control of our messages. If that doesn’t scream, “Hey, maybe don’t trust centralized platforms,” then I don’t know what will. But don’t worry! This guide is here […]
Jun
An update to a popular post on toggling processes using Ctrl-Z, now focusing on the Fish shell. The tutorial requires Fish shell version 3.2 or newer and provides a command to bind Ctrl-Z for foreground processing without displaying irrelevant information.
Apr
A quick look at 7-line piece of neovim lua code that has changed my workflow quite a bit. Note-taking simplicity at its best.