Learn how to build a smart Bash script that automatically detects and controls the correct brightness interface on Linux systems, with verbose debugging and multi-device support.... Read More
All tags » automation
15-21 / 27 articles
Learn how to build a powerful Bash script to automate video speed-up, remove original audio, and merge custom looping audio using FFmpeg, with practical explanations and improvements for power users.... Read More
Upgrade your terminal reminder system by combining cron, systemd user services, and Conky to display sticky desktop todo notes automatically.... Read More
A lightweight Conky and Python setup I use daily as a math teacher in Morocco to track remaining class time with precision, including support for Ramadan schedules.... Read More
Learn how to annotate videos programmatically using a powerful Python script built on FFmpeg. This tutorial walks through JSON-based annotations, styling options, command-line usage, and best practices for producing clean, professional annotated videos.... Read More
Learn how to create a powerful Vim function that automatically processes selected code through external Python scripts. This tutorial shows you how to implement RunScriptsOnSelect - a versatile Vim function that detects code type from visual selections and applies appropriate transformations...... Read More
Learn about cron jobs and how to use them effectively in this beginner's guide. Understand cron job syntax, scheduling options, and examples for automating tasks on Unix-like operating systems.... Read More