January 25, 2026January 25, 2026Hacks, Linux, Software Convert Video from 1080p to 720p Using ffmpeg Sometimes we need to upload or send someone a video file. A 1080p video file will be extremely large, so it’s more […]
January 24, 2026January 24, 2026Hacks, Software Print Four Pages on a Single Sheet of Paper To save paper and space as well, it makes sense to print on both sides of a sheet of paper. However, sometimes […]
January 23, 2026January 24, 2026Hacks, Linux, Software Download YouTube Videos Using yt-dlp The best tool to download anything from YouTube or any other video content/streaming platform is yt-dlp. Here is a handful of commands […]
January 20, 2026January 20, 2026Hacks, Linux, Software Speed Up Playback of a List of Audio Files To change the playback speed of audio files, we can use the extremely versatile ffmpeg: ffmpeg -i input.mp3 -filter_complex “[0:a]atempo=1.5[a]” -map “[a]” […]
January 13, 2026January 13, 2026Hacks, Linux, Software Some Video Files Have Muffled Audio in Linux I noticed that some video files, such as movies, have barely audible spoken words in them. The sound effects, the background music, […]
January 12, 2026January 13, 2026Hacks, Linux, Software Convert Multiple Image Files to PDF Format Linux offers a very simple way of converting multiple image files to PDF. For simplicity, it’s best to place all these image […]
January 10, 2026January 10, 2026Hacks, Linux Find All Occurrences of a String in All Files in a Directory While setting up the layout of the site, I wanted to remove the Proudly powered by text from the footer. To do […]