Dec 28, 2008 | linux, Product Info, QuickFix, Technical
I had dedicated few days of past few weeks for Debian in search of stable, secure and reliable solutions. With Debian, I ended up finding robust solutions for lots of questions which we had while setting up LAN resources. Debian net install CD which weighed...
Dec 28, 2008 | linux, QuickFix, Technical
While we tried adding our desktops to NIS + NFS servers, we needed an account on local system which will enable us to make further modifications to configuration during network failure. Hence we needed root access for Kubuntu systems. By default root access is...
Dec 27, 2008 | General, linux, Product Info, QuickFix, Technical, Ubuntu
If you don’t want any one to access your system without permission, you should confirm that you don’t have recovery mode enabled in GRUB boot loader or it must be password protected. Otherwise any one can get into root console as and change the password to...
Dec 21, 2008 | Firefox, linux, QuickFix, Technical
Finding it hard to work with Firefox? You might have been hit by a Firefox bug. 215728 This issue even trouble many of our network users as they mount their home directories via NFS and it was really hard for all of them to work with the tabs etc. Firefox gets frozen...
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