Archive for the ‘General Articles’ Category

Daily/weekly/monthly Mysql database backup with cron

Monday, November 23, 2009 20:27 No Comments

Smart 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 [...]

This was posted under category: General Articles Tags: , , , , , , , , , , , , , , , , ,

Fantastico Deluxe AutoInstaller

Monday, August 17, 2009 11:09 No Comments

Fantastico 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 [...]

This was posted under category: General Articles Tags: , ,