Get cumulative size of files of a particular extension, in a directory or a directory tree, in Linux
Here we showcase two commands which let you take cumulative size of files of a particular extension type.
Read Full Article
Website Optimization # Tip 2
Enabling browser side caching

Browser side caching can greatly impact web page rendering speed whenever there are repeat visits. Simply put. A browser would typically look into its own local cache before making a HTTP request to the server.

On Apache mod_expires needs to be installed. Now putting the following content in your .htaccess will let the browser know that this content is cachable. For different file types, different cache durations can be enabled and based on various base parameter like access time or modification time.

Below in the example implementation. And its pretty self explanatory.

################
ExpiresActive On


# expires after 7 days based on access time
ExpiresDefault A604800



# expires after 1 month based on access time
ExpiresDefault A2592000

################

Read Full Article
Website Optimization # Tip 1
Enabling gzip compression

A simple optimization technique which can greatly impact a webpage's loading performance.

If on Apache mod_deflate is installed, adding this magical line in your .htaccess can make your website load 3x or 4x faster.

##########################

AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript application/javascript

##########################

Read Full Article
PageSpeed Module
We wanted to update you that all our Linux Hosting Servers are now equipped with Google's PageSpeed module. Though details of the this module are available online, but still we would like to highlight what Google has to say about it.
Read Full Article
MySQL Hot Backup Scheduler
On all our Linux Hostings, we are now providing 'MySQL Hot Backup Scheduler' under the cPanel account.

This interface allows you to put your database in the backup schedule run on the server for the Hot Backups. It is especially useful if you have InnoDB tables.
Read Full Article
Security Caveats for Linux Shared Hosting
Security is a major part of any web-hosting operations. Interestingly, most of due diligence can be exercised by the client himself. I'll just jot it down in points what can client can and should do w.r.t. Security Settings.
Read Full Article
Softaculous - The Best Available Script Installer for Linux Hosting
All our Linux Shared Hostings come with Softaculous Script installer. As far as our opinion goes, this installer is the best there in the market. Softaculous is a cPanel plugin that lets you install several third parties script within your Hosting Account. Apart from giving a user hassle free experience, it also boasts of wide range of Scripts alongside the most popular ones such as for Wordpress, Drupal, Joomla, Magento.
Read Full Article
Troubleshooting for cPanel based Email Accounts
If you face issues in receiving /sending mails via Outlook/Outlook-Express/Thunderbird, you can try using direct IP in place of incoming and outgoing server.

Also, you can try using port 465 (with SSL) or port 587 (with TLS) as outgoing port. For POP port 995 (with SSL) can be used, and for IMAP port 993 ( with SSL) can be used. (Note: Certificate warning should be accepted by clicking YES)
Read Full Article
MySQL Hot Backup
Backups are very important part of any Web Hosting Company's Business. With respect to Database backups, especially MySQL, there are two techniques that can be used to take MySQL backups
Read Full Article
IE Security 101 - The very first step to being secure
Greetings beginners. Hopefully in the next 5-10 minutes that you are going to give to this article, you will be learning the basic security features of Internet Explorer (IE).
Read Full Article
Pages :  1 2 3 > 

Joomla
Joomla
Wordpress
WordPress
Drupal
Drupal
Magento
Magento
CakePHP
CakePHP
OSCommerce
osCommerce
IMG 6