development Installing gdal for Python 3.6 Step-by-step guide to install GDAL for Python 3.6 on macOS using conda. Solve common import errors by using the conda-forge channel for consistent dependencies.
development Creating a wall dashboard with an old laptop screen Transform an old laptop screen into a wall dashboard using a Raspberry Pi and LVDS inverter kit. Perfect for tracking family schedules, weather, and daily information.
hack Automating the activation / deactivation of Spotify's proxy settings Automate Spotify proxy settings switching between work and home with a simple shell script. No more manual configuration changes and restarts needed.
python My very first Python script : DocFinder Looking back at a beginner's first Python script - DocFinder, a simple tool to recursively find files by extension in directories, and reflecting on programming progress over time.
linux Remove all your Thumbs files Quick Linux command to recursively remove Windows Thumbs.db files from directories using find and rm - clean up leftover thumbnail cache files when switching from Windows to Linux.
photography A simple way to watermark a batch of images Simple bash script using ImageMagick to batch watermark images with automatic landscape/portrait detection. Provides an easy command-line tool for adding watermarks to entire image folders with proper positioning.
linux Activating numpad on startup on Crunchbang Quick fix for automatically activating numpad on startup in Crunchbang Linux. Simple solution using numlockx package and autostart configuration to avoid manually pressing Num Lock after each login.
bash Synchronize config files between computers Keep your Linux configuration files synchronized across multiple computers using Dropbox and symbolic links. Simple method to backup and share .bashrc, aliases, and other config files between work, home, and laptop setups.