-
Recent Posts
Recent Comments
Archives
Categories
Meta
Monthly Archives: January 2011
MySQL Backup Script with User Permisions
This is a usefull script that performs a standard MySQL database dump but includes the functionality to backup users and user permisions in addition to the datain the database. #!/bin/bash # Copyright (c) 2005 nixCraft project # This script is … Continue reading
Posted in Code, Need to know
Leave a comment
Usefull Code for Mass Renaming
Found this snippit of code and thought someone else would find it usefull This was used to rename a bunch of log files with inconsistant naming schema to all lower case and with a .log extention instead of _log. #!/bin/bash … Continue reading
Posted in Articles
Leave a comment