Author Archives: Ketan Patel
Unable to load dynamic library php_mysql.dll
While trying to setup Apache, PHP and MySql on your development machine or server, you may face several hurdles and one of them would be unable to load the mysql library. On my windows development machine, I got a problem … Continue reading
How to limit connections per User IP in Apache 2.2 CentOs
If you are a system admin or a webmaster, you will face this question at some point of time. How do I limit connections per user ip in Apache 2.2? Generally, you get good users visiting your site who use … Continue reading
Error encountered while installing Microsoft Office
If you encounter an error while installing Microsoft Office, then you need to do the following steps to resolve it. From an administrator account, do the following: start -> run -> Type “msconfig” -> click on ok Check the box … Continue reading
How to sync time in Linux, Unix
Very often, one would have seen that the server/desktop time goes off by some seconds/minutes than the standard time. It’s very easy to sync up the time in Linux/Unix. Issue the following command as ‘root’ to update the time. ntpdate … Continue reading
GoDaddy NameServer not registered
Recently, I moved over to a new host with a dedicated box and I had to setup the nameservers for my domain kpsolution.com. In Godaddy’s domain manager, I tried to change the nameservers to my domain like ns1.xxxx.com and ns2.xxxx.com, … Continue reading
Google reporting site may harm your computer
Today, 31st January 2009, 10 AM EST, Google has been reporting all sites whatsoever as a malware sites with the error “This site may harm your computer”. Even sites like microsoft, google, yahoo, cnn were all affected because of this … Continue reading
Use RSYNC to backup data on a second hard disk
On a production server, if you have two hard disk and do not want to spend extra $50 each month, then you could use rsync to backup the data from your main disk to the second disk. It’s very easy … Continue reading
Open ODT file in Microsoft Word 2007/2003
Many times you may have to open the openoffice documents (.odt) in microsoft office. To do so, you will have to install the SUN ODF Plugin for Microsoft Office and then you would be able to open the open officie … Continue reading
PHP Startup: Unable to load dynamic library php_openssl.dll
You might get the error: “PHP Startup: Unable to load dynamic library php_openssl.dll. The operating system cannot run %1“, when you are trying to start the apache server in the error.log file. Basically what this error is trying to mention … Continue reading
Not enough storage is available to complete this operation Yahoo Messenger
Recently, I started to get this error message whenever I tried to use IM in yahoo messenger. As soon as I click on the contact to open the Instant Messenger, an error will popup with message that the “Not enough … Continue reading