Skip to main content

Miracle of Google!!!

Hi friends!

Something really interesting to share with you all

Try out the following steps and see what happens...! You will have to then ask one question. Whether its a GOOGLE Failure or a USA Failure?

1. Go to www.google.com
2. Type "failure" (without double quotes) in the search text box.
3. Press "I'm Feeling Lucky" button just next to "Google Search" button.
4. See what happens. Find it out yourself and laugh a lot. (Do not worry, its not going to harm your computer.)
5. Share it with your friends and relatives before GOOGLE fixes this bug.
7. Enjoy...

Comments

Popular posts from this blog

Being A Mother Is a Gift

Top 10 Arts Colleges in INDIA

Infrastructure as Code (IaC)

What does infrastructure as code mean? Infrastructure as Code (IaC) is a method to provision and manage IT infrastructure through the use of source code, rather than through standard operating procedures and manual processes. You’re basically treating the servers, databases, networks, and other infrastructure like software. And this code can help you configure and deploy these infrastructure components quickly and consistently. In the past, setting up IT infrastructure has been a very manual process. Humans have to physically rack and stack servers. Then this hardware has to be manually configured to the requirements and settings of the operating system used and application that’s being hosted. Finally, the application has to be deployed to the hardware. Only then can your application be launched. Ugh. With IaC, you can use tools like Terraform, CloudFormation, Puppet, Chef, and other tools to create scripts that will configure your servers, databases, operating systems, and ...