If you got a “An Unexpected error has occurred while attempting to log in:” in your windows live writer by any chance I suggest you to follow above points to find and troubleshoot the problem. Incoming search terms:an unexpected error has occurred wordpress 503 live writer
Category: Technology
Stop Core Files in cPanel
In cPanel servers which are using suexe and suphp when the PHP process is being killed by any reason such as wrong arguments in the php.ini file some core files following with a number will be generated in accounts home folder. These files make the the user home folder messed up but the most annoying… Continue reading Stop Core Files in cPanel
How to Remove new Gmail categories/tabs
Are you annoyed with the category tabs of new Gmail too? Follow my steps to get the old style inbox back within 1 minute. 1. Open your Gmail account and go to setting. 2. Go to inbox tab. 3. Uncheck the tabs you want! That’s it! now you will see all your Emails together! Enjoy… Continue reading How to Remove new Gmail categories/tabs
custom “php.ini” with PHP5 on Fastcgi
If you use FastCGI (called FCGI too,) as a PHP Loader on a server you won’t be able to set custom php values into .htaccessfile. instead you will have to create a wrapper for the main FCGI binary which makes the php.ini loaded from it’s current working directory instead of server-wide one! to achieve that… Continue reading custom “php.ini” with PHP5 on Fastcgi
Become root in Ubuntu
By default the root login is disabled by ubuntu and all other debian based distro’s of Linux. bypassing it is possible but it is highly discouraged by Ubuntu creators! so the tool which is available for you is “sudo” which launches your commands as root! but what if you want to get into root shell!… Continue reading Become root in Ubuntu