Archive for the ‘General Articles’ Category
Daily/weekly/monthly Mysql database backup with cron
Monday, November 23, 2009 20:27 No CommentsSmart Mysql database backup with cron
Create and assign a DB user to the DB you want to backup with all privileges from your Cpanel >> Mysql section.
following is a simple script to take backup using cron. Just create the file, chmod it to 750 and execute it using cron.
#============================
#/bin/bash
/usr/bin/mysqldump –user=db_User –password=xyz –databases db_name | gzip [...]
Fantastico Deluxe AutoInstaller
Monday, August 17, 2009 11:09 No CommentsFantastico Deluxe is just how the name donates it’s fantastic. It’s one of the most popular 3rd party add-ons that can be purchased and installed to cPanel. Fantastico AutoInstaller is probably one of the most advanced script installer we’ve ever seen. Currently it can install a large amount of scripts, ranging from bulletin boards to [...]
