Sunday 19 April 2015

Every Programmer should know these terms.

Being a programmer, we tend to learn new programming languages or better to say play with them to make sure there is a piece of code that distinguishes you from your peers. Or sometimes to boast about the language's capability and more often simply criticize the existing ones.There are more than 256 to choose amongst.
But when you are asked about few questions on them and ,if you go for a freeze, then let me bail you out :)

Sunday 11 January 2015

Create your own wifi hotspot on Windows 7 or 8


All you need to do is run the following two commands in cmd - 

Open cmd with Run as Administrator.

1) netsh wlan set hostednetwork mode=allow ssid=wifiname key=wifipassword

2) netsh wlan start hostednetwork


Important - For this to work, your sharing should be on in networkproperties for the network/ethernet connection that you want to share through your wifi:

Go to Open Network and Sharing Centre ->Change Adapter Settings(On left panel)




Your wifi hotspot would be ready. :)

To stop the wifi hotspot - 
Write the following in command prompt : netsh wlan stop hostednetwork