Tag: bash
All the articles with the tag "bash".
Neat Trick to Download Live Stream
Updated: at 02:32 PMLearn how to easily download live streams as movie files by swapping file extensions from master.json to master.mpd and using yt-dlp - it's surprisingly effective!
Avoid "binary file matches" on Log Files
Updated: at 05:32 AMLearn how to make `grep` show you the text in supposed binary files, ensuring you don't miss critical information hidden in your log files due to emojis or special characters.
Handy One-Liner to Check for Long MySQL Queries
Published: at 11:00 AMWhen you need to check for long running queries on a MySQL server, this one-liner is your friend.