Dec 19, 2008 | linux, QuickFix, Technical
After scheduling the cron jobs, its important to ensure that they are running without any errors. In such cases it’s important to set email alerts for crontab. To set email alert for your cron jobs; Edit the crontab entry: $ crontab -e and enter the email...
Dec 18, 2008 | Product Info, QuickFix, Technical
Updates on cPanel fresh upgrades from cPanel blog: Please ensure to read the following message carefully as there is important information about MySQL and Automated process killers in relation to the cPanel 11.24 upgrade. MySQL Root Password With cPanel 11.24 now...
Dec 18, 2008 | linux, QuickFix, Technical
To redirect http requests to https on your Apache web server use .htaccess and add the following rewrite rules. RewriteEngine On RewriteCond %{SERVER_PORT} ^80$ RewriteRule ^(.*) https://%{SERVER_NAME}/$1 [R,L] You can also add it inside the...
Dec 18, 2008 | linux, Product Info, QuickFix, Technical
Last weekend I attended couple of Free Software events where in met the founder of Free Software Foundation Richard Stallman and Historian Prof. Eben moglen. But somehow I lost few images which I had taken. I did remember clearing up my camera memory card during...
Recent Comments