MySQL comes with a utility called mysqldump that allows you to take a backup of your MySQL database. It generates a text file containing SQL statements that you can use to recreate your database on any MySQL server.
Related Products from OpenCart for WordPress
This plugin has been retired and is no longer available
Related Products from OpenCart (RPOC) is a new plugin that I created for WordPress. Once installed, it displays contextually related products from your OpenCart store in your WordPress blog posts. This allows you to promote your OpenCart store using your WordPress blog.
CentOS continuous release repository
CentOS is a project run by volunteers who take the source RPMs behind Redhat Enterprise Linux or RHEL and turn it into a binary compatible free version of the OS. Because it is run by volunteers the CentOS project can sometimes fall behind in it’s releases. To address the need for timely updates the CentOS team has created a Continuous Release (CR) repository. The purpose of a CR repository is to deliver bug fixes and security updates for existing users before an ISO image of the latest point version is ready.
Scheduling system maintenance cron jobs in CentOS/RHEL 6.x
CentOS 6.x has changed how the default system maintenance cronjobs are scheduled. These are the cron jobs responsible for things like rotating logs and indexing files on the filesystem. That is routine jobs that are best scheduled to run at off peak times when the server is not busy doing more important things like serving money making websites. So how do you go about changing the timing of cron jobs on CentOS or RHEL 6.x?
Adding a simple gallery to your wordpress post or page
WordPress has an excellent admin user interface. One of the best features is support for uploading and inserting images into your blog post or page. But what if you want to add a gallery of multiple images to your page. What is the easiest way to do that in wordpress?