Tag: linux
All the articles with the tag "linux".
-
Repair & Optimize all Mysql Databases one liner
Repair and optimize all MySQL databases at once with mysqlcheck — a one-liner that runs on every table without logging into MySQL.
-
Remove spaces or Edit chracters in filenames
Rename files to remove spaces and special characters using bash — rename, tr, and parameter expansion patterns for bulk file cleanup.
-
Archive & Compression utilities
tar, gzip, bzip2, xz, zip — demystified. When to use each compression tool, speed vs ratio trade-offs, and the flags you'll actually need.