Category: projects

2025

27

Feb

disk space low blog post image

The “Oh No, My Server Is Out of Space” Problem (and a Fix!)

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!

Read more

13

Feb

I waaaaaant ascii art and cyberpunk - asciipunk

The Great ASCII Art Hunt (or: Why I Had to Build My Own Damn Tool)

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.

Read more

2024

21

Nov

wtf is the wtf command

WTF is this AI command?

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.

Read more

2022

24

Nov

black android smartphone

Better mobile privacy via FOSS

Android is great but from a privacy perspective there is a lot to be desired.
At least some of it can be fixed by installing FOSS (Free & Open Source Software) alternatives to common apps. Here I have assembled some of my favorites – Enjoy!

Read more

26

Jan

CVE-2021-4034 – my PoC for PwnKit

I made a Proof of Concept exploit (two actually) for the new Polkit CVE posted yesterday. Find a description and code here.

Read more

2020

04

Dec

Computer Security – for fun and profit

So I have been interested in computer security, hacking, cracking, preaking and everything around it since my early teenage years. It has mostly been for the fun of it and not something I would use for bad things. Back in the early days (mid-90es) security was just beginning to be a thing so defacing a […]

Read more

2018

07

Jul

New project – WP-Cleaner

I have created a new script to scan wordpress installations for many common malware installations.

Read more