Dec 15, 2008 | Events, linux, Product Info, QuickFix, Technical, Ubuntu
Installed Ubuntu on Dad’s Lenovo 3000 G410 more experiments are being executed and will be reported soon. Reports will contain success and failures as resultants.
Dec 14, 2008 | linux, QuickFix, Technical
If you find that the /etc/hosts file getting over written (I have found this happening in Virtuzzo and HyperVM servers already) ensure that you add the additional entries above the following comment line which you see in /etc/hosts file. # Auto-generated hostname....
Dec 14, 2008 | Plesk, QuickFix, Technical, Windows
Symptoms When attempting to log into Plesk Control Panel the following error is displayed: Unable to connect to database: saved admin password is incorrect. 0: C:\\Program Files\\SWsoft\\Plesk\\admin\\auto_prepend\\auth.php3:56 psaerror(string “Unable to connect...
Dec 14, 2008 | linux, Plesk, Product Info, QuickFix, Sports
To find the admin user password of Plesk: In Linux servers you can find the password in /etc/psa/.psa.shadow if you have the desktop access as administrator, run the following command %plesk_bin%\plesksrvclient.exe -get
Dec 11, 2008 | Events, linux, Product Info, QuickFix, Technical, Wordpress
WordPress new version 2.7 code named Coltrane after famous jazz Saxophonist, John Coltrane. Check out its coolest features, improvements, new interface etc. They are awesome. WordPress now contains most of the awaited features included in its core. I just got it...
Dec 11, 2008 | linux, QuickFix, Technical
Hit with segfault while restarting apache? Segmentation Fault $HTTPD -k $ARGV Check if any one recompiled apache and other modules recently. If yes, try recompiling Apache or the module in question once again. See if there is any other error while compiling which...
Dec 10, 2008 | linux, QuickFix, Technical, Webhosting
If you’re unable to view some of the feature icon’s for your account in cpanel, that might be due to a cpanel bug. You can empty the ” .cpanel ” folder which you can find in your account’s home directory and then try accessing the cpanel...
Dec 10, 2008 | linux, QuickFix, Technical
Unable to remove huge list of session files found in /tmp? Never mind. Use xargs. Yes, its simple and you can quickly learn lots of one liners while working on console. Check the quick solution given below: find . -type f -name “_sess*” -exec rm {} \;...
Recent Comments