Tag: cli
All the articles with the tag "cli".
-
Linux distribution info & kernel info
Find your Linux distro version, kernel version, and architecture with uname, lsb_release, /etc/os-release, and hostnamectl.
-
linux shell argument list too long rsync or cp
Fix 'Argument list too long' errors in bash when cp or rsync chokes on thousands of files — xargs and find-based workarounds.
-
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.