10 Best Android Applications

| November 21, 2011 | 0 Comments

The market has thousands of applications to choose from and it is here that you will find the 10 best Android apps to install on your phone or tablet. Google Market  , the Android platform offers users with a unique application called Google Market where you can find other applications from different developers which can [...]

Continue Reading

Apache logs empty

| November 1, 2011 | 0 Comments

Empty Apache Logs: One morning you find that your apache logs files are empty. These are be many reasons for that like: No permission to write logs Ready only file system. Directory path is not write. But all these are fine and everything starts working again, you see entries in apache logs, once you restart [...]

Continue Reading

Why the Android has chewed the Apple?

| October 22, 2011 | 0 Comments

The battle for supremacy between the Android applications and the Apple applications has been described as battle royal. But who exactly will emerge the winner? The two have taken the market by storm and consumers are always eagerly waiting for the latest release from both. From the various market researches done, the Android seems to [...]

Continue Reading

SSL received a record that exceeded the maximum permissible length

| October 14, 2011 | 0 Comments

Getting the error while trying to access secure page from apache. This is how the Error looks like Check apache error logs This happens due to misconfiguration in virtual host for ssl. This error is due to a misconfiguration of VirtualHost with SSL. The server is trying to respond to a request on port 443 [...]

Continue Reading

iPhone4s Buy or Not Buy?

iPhone4s Buy or Not Buy?

| October 12, 2011 | 0 Comments

Are you ready to toss your old phone for new iPhone 4s?

Continue Reading

Other Recent Posts

Facebook App for IPad

Facebook App for IPad

| October 12, 2011 | 0 Comments

Finally Facebook released long awaited, the app for IPAD. I took no time to update on my IPAD. I am really impressed with the app. Here are few images and how to install on IPAD. You get the option to upgrade the app. When I tried the update, and tried to open the app it [...]

Continue Reading

How to recover mysql root password

| September 27, 2011 | 0 Comments

Its very common to forgot the root password for mysql server. Here are simple steps to reset mysql root password. Step # 1: Stop the MySQL server process. Step # 2: Start the MySQL (mysqld) server/daemon process with the .skip-grant-tables option so that it will not prompt for password Step # 3: Connect to mysql [...]

Continue Reading

What is a Robot?

| September 15, 2011 | 0 Comments

A robot can be referred to a mechanical object that has intelligence and has the capability of performing some functions by itself, or with some little guidance. A robot is designed to be like human being with the ability to do things on its own. Normally, robots are guided by computers that are able to [...]

Continue Reading

What is Fiber Optics?

What is Fiber Optics?

| September 14, 2011 | 0 Comments

Definition Fiber Optics refers to the technology of using glass or fibers which are plastic threads for the sending of information. The fiber’s width is almost equal to the diameter of a strand of human hair. When many of these fibers are packed together, a fiber optic cable is formed and this is what has [...]

Continue Reading

Convert files from uppercase to lowercase in linux

| June 8, 2011 | 1 Comment

unlike windows Linux handles uppercase and lowercase differently. This is common problem for web sites, developer links the images/files in lowercase and someone uploads the files in uppercase and links break. Here is quick and dirty script to convert all the files in a directory to lowercase. First list find all the file with uppercase. [...]

Continue Reading