Posts
Wallchanger: Spice Up Your Desktop with Dynamic Wallpapers!
Ever felt like your desktop wallpaper was just too static? Bored of seeing the same image day in, day out? Well, I certainly did. Inspired by the dynamic wallpaper feature I adored in AwesomeWM, I decided to inject some of that magic into my Openbox setup. Thus, Wallchanger was born - a Python script with a simple mission: to make your desktop more lively and, frankly, more fun!
Using the Keypad as Hotkeys
Enhancing productivity with additional hotkeys can be a game-changer, especially when using underutilized parts of your keyboard, like the numpad. This post explores how to transform your numpad into a dynamic hotkey pad, functioning as both a number pad and a hotkey pad based on its status.
Efficient Log Management with Logrotate and Matomo Integration
Keeping your server’s log files in check is a task that can’t be overlooked. In this guide, we’ll delve into using logrotate
for log management, and integrate it with Matomo for log analytics, along with managing Nginx service restarts post-rotation.
A SystemD Unit for IPFS
IPFS or Interplanetary File System allows you to distribute Files and thus Websites and Videos over a distributed Net much like the Torrent Network. In order to use it on your machine you have to compile it manually or use a precompiled Version from the website. However the Binarys and the github Repo are lacking a SystemD unit file.