Sunday, October 21, 2018

How to trace a website ip to location.

Hello friends
Today I will tell you how to trace a website's server address.
First of all open cmd as administrator.
type tracert www.youtube.com and press enter.
you would see a picture like this-





















Copy the last IP that is 2607:f8b0:4007:809::200e and save it in clipboard.
Open your web browser and type in it's address bar www.ipinfo.io/2607:f8b0:4007:809::200e and press enter.
You will see the youtube server's location, like in the image below-
And there you go.......
By this you can ind various other website's server address.
Thank you
And please comment.





















Sunday, October 7, 2018

A simple Quiz

Hello everyone welcome back!!
Today I gonna show you how to make a simple quiz in notepad or notepad++

Just type or copy the following code in notepad or notepad++


@echo off
title Quiz
echo Quiz time
pause
echo Q1) What is Indian National flag made up of?
echo a) Cotton          b) Wool
echo c) Khadi           d) Polyester
pause
echo If you thought about Khadi you are absolutely correct.
pause
cls
echo Q2) What language do computer understand?
echo a) English         b) Binary
echo c) French          c) Hindi
pause
echo If you thought about Binary you are absolutely correct.
pause
cls
echo Q3) Which snake is the fastest snake on Earth?
echo a) Viper           b) King Cobra
echo c) Black mamba     d) Rattle snake
pause
echo If you thought about Black mamba then you are absolutely correct.
pause
cls
echo Q4) What is the largest storage unit in computer?
echo a) Megabytes(mb)   b) Terabytes(tb)
echo c) Kilobytes(kb)   d) Petabyte(pb)
pause
echo If you thought about Petabyte then you are absolutely correct.
pause
cls
echo Q5) Which is the largest skyscrapper in the world?
echo a) Petronas Twin tower  b) Qutub Minar
echo c) Burj Khalifa    d) Prince tower
pause
echo If you thought about Burj Khalifa then you are absolutely correct.
pause
echo Thank You and please play again.
pause
exit


if you want to add more questions please add it as follows:

cls
echo Q#) ---------------------Your Question----------------------?
echo a)option 1                  b)option 2
echo c)option 3                  d)option 4
pause If you thought about option then you are absolutely correct.

Replace # with ouestion number (1,2,3,4,5,6,etc.).


If you like my post then please leave a comment.
And I would request you all to make any suggestions in the comment section.
Thank You.

How To Overclock Your CPU without going into BIOS Settings

 Hello everyone, Let's get straight to the topic.  Most of the people who want to overclock their CPU are asked to follow the most commo...