Update/install latest RoundCube via cPanel or manually

Update/install latest RoundCube via cPanel or manually Roundcube Webmail is a browser-based multilingual IMAP client with an application-like user interface providing full functionality like MIME support. Free and open source webmail software for the masses, written in PHP. Roundcube – Open source webmail project. Update/install latest RoundCube on cPanel First … Continue reading

Enable/disable anyone webmail application per user in cPanel

Enable/disable anyone webmail application per user in cPanel If My domain name is “mastimarathichi.com” and my account name is “mastimarathichi” then follow the steps below. This option for that particular user account: 1) SSH to your server 2) Go to “cd /var/cpanel/users/” 3) vi mastimarathichi 4) Paste the following lines … Continue reading

MySQL Table Repair

MySQL table repair If your MySQL table is corrupted or damaged, then just follow this command to MySQL Table Repair following with the extension. $$$$$$$$$$$$$$$$$$$$$$$$$$$$ myisamchk -r *.MYY to repair msql $$$$$$$$$$$$$$$$$$$$$$$$$$$$ Understanding the command: myisamchk – this is the command can be used to repair MySQL database tables. -r           – … Continue reading

How to Increase Speed of the site using .htaccess Cache

The two modules namely “mod_expires” and “mod_headers” has been enabled in the server, you can increase the access speed of your website by using following code in in your .htaccess. How to Increase Speed of the site using .htaccess Cache lets go $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ # BEGIN Compress text files <filesMatch “.(css|js|x?html?|php)$”> … Continue reading