Saturday, April 16, 2011

How to turn on PERSONAL HOTSPOT on iphone 4 using BSNL network

APPLE released the personal hotspot on iOS 4.3

On your iphone go to settings->general->network.
Under cellular data network,go to Internet tethering and enter the
APN as 'bsnlnet' without quotes.
Then turn on the GPRS/EDGE or 3G on your iphone 4, you will get a personal hotspot option,turn it on,it will ask for bluetooth,USB or wifi for connectivity,give as per your need and surf.....
Enjoy tethering........

How to run TASM on MAC OS X using virtual DOS

This is a step by step procedure to code,compile and run the 8086 programs on MAC OS X using virtual DOS

1.First of all you need to download the software DOSBox from the link below,
http://www.dosbox.com/download.php?main=1

2.Then copy the folder(folder name should be TASM) containing TASM files to user location like
macintosh HD/Users/user_name.

3.Launch the application DOSBox and just type the following
mount c ~/TASM
C:
This command will mount a drive named c which contains all the files that TASM folder has.

4.If you want full screen mode of DOS,just press ALT+ENTER on your mac.

5.Then its all yours,program it as you did on a windows machine..
Enjoy coding.....