Google Warning

2009 January 31
tags:
by kunalbharati

Today was googling about something as I do it regularly.

But suddenly search stopped working and whe clicked on search result it showed this:

Google Error

 

Then I saw search results it showed “This site may harm your computer”.

Then tried to search for Google on Google:

Google

 

I thought there might be some problem with our network. Then logged into our server in US. Results were same.

As my friend Kunal suggests there is a problem with filters.

But I am still and will be using Google :)

Error: No input file specified

2009 January 30
by kunalbharati

Today I was trying to configure Lighty webserver with PHP CGI.

After configuring I did “phpinfo()”. But it gave me this error:

No input file specified

After googling around for some time. I found the solution:

Open lighttpd.conf  search for server.document-root. The value may be “/var/www” on Linux or “c:\lighttpd\htdocs” on Windows.

Now edit php.ini search for doc_root and set doc_root value equal to the value of server.document_root of lighttpd.conf.

Suppose you are on Linux then value should be:


doc_root = "/var/www"

And on Windows system doc_root should be c:\lighttpd\htdocs

A Guide to Understanding Flow Charts

2009 January 6
tags: ,
by kunalbharati
A Guide to Understanding Flow Charts

A Guide to Understanding Flow Charts

Thank you Dada

2008 November 14
tags:
by kunalbharati
Sourav Ganguly

Sourav Ganguly

I am big fan of Sourav Ganguly aka Dada, The Royal Bengal Tiger, Comeback King, etc . He will be remembered as a man who changed Indian Cricket.
Thank you dada. We will miss you.

Check out this very good post: http://latecut.wordpress.com/2008/11/10/sourav-ganguly-end-of-an-era/

Sun begins Close Sourcing MySQL

2008 October 22
by kunalbharati

Old news, but I felt I should write something about it.

First they start with Open Sourcing Java and Solaris calling it OpenJDK and OpenSolaris.

Then they say “It’s just a fucking kernel” because Linus Torvalds didnt release Linux in GPL 3 license.

And now they started to close MySQL features.

But hey guys no need to worry. IT’S JUST A FUCKING DBMS we can use PostgreSQL