by Aromal Rajagopal | Jul 30, 2009 | Quick fixes, Technical |
Issue : How to move/rename a file which has space(s) in it ? Solution : Considering that the file name is My file name.zip and you want to rename it to Myfilename.zip, there are two ways to achieve this. First, mv “My file name.zip” Myfilename.zip Second,...
by Aromal Rajagopal | Jul 30, 2009 | Quick fixes, Technical |
Issue: Cron job required for scheduling automatic checks and repairs on MySQL Databases. Solution : Use the following cron : 0 1 * * * /usr/bin/mysqlcheck -Aao –auto-repair -u -p” Please note that this will show your MySQL password in the process list. You...
by Aromal Rajagopal | Jul 29, 2009 | Company Updates |
We posted on this blog a few weeks ago that InstaCarma Director Arun Narayanan will be speaking at HostingCon. The schedules have been up on the HostingCon website for some time now. You can check it our here. The session is titled “Exploring Advantages for...
by Aromal Rajagopal | Jul 27, 2009 | Company Updates |
The new and improved InstaCarma website, complete with a mascot and loads of interesting videos has been officially launched today. We’re tremendously excited about our new mascot – the Hosting Superhero – an original superhero character we’ve...
by Aromal Rajagopal | Jul 27, 2009 | Quick fixes, Technical |
Issue : Forwarding of ‘/webmail’ to cPanel’s webmail interface needs to be disabled. However, users should be able to access webmail using ports 2095/2096 Solution : Follow the steps below : 1. Open /usr/local/cpanel/APACHE_CONFIG in your favorite...