-
Daily Popular
- 10 Steps: MySQL Monitoring through Nagios: Install & Configure
- Collection for insulting – one liners
- Calculate Mysql Memory Usage – Quick Stored Proc
- MyDumpSplitter-Extract tables from Mysql dump-shell script
- How to echo colored text in linux shell script
- Audit-Checking login history-to know WHO DID THAT on Redhat Linux
- MySQL Stored procedure – Split Delimited string into Rows
- MySQL Function to Convert Date To Words
- MySQL Memory Usage Limits on 32 bit Linux
- Load Delimited Data (csv, excel) into MySQL Server
-
command Archive
-
Linux Shell Commands – quick how-tos
Posted on January 10, 2009 | No CommentsMore...Following are linux commands, tricks for doing regular tasks. Rename files: replace space by _ in linux: for files in *; do mv "$files" `echo $files | tr ' '...