Tag: bash
All the articles with the tag "bash".
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.