Skip to main content

Letter to Mr.Bill Gates from Banta singh

Dear Mr Bill Gates,

This letter is from Banta Singh from Punjab. We have bought a computer for our home and we found problems, which I want to bring to your notice.

After connecting to internet we planned to open e-mail account and whenever we fill the form in Hotmail in the password column,
only ****** appears, but in the rest of the fields whatever we typed appears, but we face this problem only in password field. We checked with hardware vendor Santa Singh and he said that there is no problem in keyboard.

Because of this we open the e-mail account with password *****. I request you to check this as we ourselves do not know what the password is.

We are unable to enter anything after we click the shut down button.

There is a button 'start' but there is no stop button.

We request you to check this.

We find there is 'Run' in the menu. One of my friend clicked 'run' has ran
upto Amritsar! So, we request you to change that to sit so that we can click that by sitting.

One doubt is that any 're-scooter' available in system? As I find only 're-cycle', but I own a scooter at my home.

Also there is 'Find' button but it is not working properly. My wife lost the door key and we tried a lot for tracing the key with
this 'find', but unable to trace. Is it a bug??

Thanks,
Banta Singh
Punjab

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 ...