Category: Web Development

  • Installing Zend Server Community Edition using YUM

    To install Zend Server Community Edition, the first thing you have to do is to setup the repository for downloading the Zend Server Community Edition package.

  • Update your 1&1 CentOS Linux Dedicated server using yum command

    How to update your 1&1 dedicated server using CentOS, using yum command to update and patch CentOS Linux. Use yum command to install critical and non-critical security updates as well as binary packages. Log in as the root user to install and update the system.

  • 20 Linux System Monitoring Tools

    Need to monitor Linux server performance? Try these built-in commands and a few add-on tools. Most Linux distributions are equipped with tons of monitoring. You can use these tools to find the possible causes of a performance problem.

  • Recover root Password for MySQL

    You can recover MySQL database server password with following five easy steps.

  • How to repair a corrupt MySQL Database

    How to repair a corrupt MySQL Database

    For various reasons, database tables could get corrupted, and when it happens you should not panic. Reasons could be many, table corruption should be rare when using MySQL (though an overheating server continually restarting at the most inopportune times has meant I have seen more than my fair share of corruption recently, hence the inspiration…

  • Setting up cron job for Joom Social

    On most Linux system, you can simply run the command below as often as you are comfortable. I recommend that you run it every 30 minutes of less. On a busy site, you might want to run it every 10 minutes. The more frequent you run it, the less load it will be on the…

  • How to set schedule job with crontab on Linux

    How to set schedule job with crontab on Linux

    Crontab Restrictions You can execute crontab if your name appears in the file /usr/lib/cron/cron.allow. If that file does not exist, you can’t use crontab if your name does not appear in the file /usr/lib/cron/cron.deny. If only cron.deny exists and is empty, all users can use crontab. If neither file exists, only the root user can…

  • 5 Signs You Need A Joomla Website Now

    Back in 2005, you took your business online with the latest and most cutting edge eCommerce technologies. Now, almost half a decade later, your website is still chugging along, but that once a shiny layer of digital paint is now showing signs of age.  

  • Redirect users to your preferred URL

    If your site can be accessed both with and without the ‘www.’ prefix, you can use one of the following settings to redirect users to your preferred URL, either WITH or WITHOUT the ‘www.’ prefix. Choose ONLY one option: – To redirect all users to access the site WITH the ‘www.’ prefix, (http://joomlatags.org/… will be…

  • 34 Best Practices for Speeding Up Your Web Site

    Best Practices for Speeding Up Your Web Site Minimize HTTP Requests Use a Content Delivery Network Add an Expires or a Cache-Control Header Gzip Components Put Stylesheets at the Top Put Scripts at the Bottom Avoid CSS Expressions Make JavaScript and CSS External Reduce DNS Lookups Minify JavaScript and CSS Avoid Redirects Remove Duplicate Scripts…