Friday 17 February 2012

How to change IP using Batch File

How to change IP using Batch File

Introduction                                                                                                                  

This is an article on how to change IP using batch file using the DOS command NETSH

The code

I've created 2 batch files, one for home which changes the IP to dhcp

Code:
netsh interface ip set address "Local Area Connection" dhcp
netsh interface ip set dns     "Local Area Connection" dhcp
netsh interface ip show config
This is simple to understand

netsh interface ip is common
set for changing the settings
set addess to change the IP address
set dns to change the dns address
"Local Area Connection" is the name of the network connection
dhcp is the mode which is set for IP and dns both

And netsh interface ip show config is to show the config on screen

And one for office, which changes to static IP.
Code:
netsh interface ip set address "Local Area Connection" static 192.168.0.101 255.255.255.0 192.168.0.1 1
netsh interface ip set dns     "Local Area Connection" static 192.168.0.10
netsh interface ip add dns     "Local Area Connection" 192.168.0.11 index=2
netsh interface ip show config
netsh interface ip is common
set for changing the settings
set addess to change the IP address
set dns to set the primary dns address
add dns to add extra dns address
"Local Area Connection" is the name of the network connection

static 192.168.0.101 255.255.255.0 192.168.0.1 1
to specify the static ip settings
192.168.0.101 - IP address
255.255.255.0 - subnet mask
192.168.0.1 - gateway
1 - I don't know what's the significance but it didn't work without this

static 192.168.0.10 - to add static dns address as primary dns
index=2 to indicate that this is the secondary dns address

References

Used this as a reference for making the batch file
http://www.petri.co.il/configure_tcp_ip_from_cmd.htm

hope u like it

Sunday 5 February 2012

How to send free Anonymous Fake SMS to friend’s number

How to send free Anonymous Fake SMS to friend’s number


There are many websites on web which allow us to send free fake SMS. Using such free anonymous SMS service, one can send fake SMS to his friends from any number. Recently, I tried out such service offered by SMS Global and found it working perfect. What was really interesting??? SMS Global allows you to send 25 messages for free, unlike other websites. So, I am writing on how to send free anonymous SMS in the article below.

How to send anonymous Fake SMS to your friends:

Let us get into the method to send fake SMS to your friends:
1. Go to SMSGlobal site and register for an account.
 
SMSGlobal allows you to send 25 SMS by default. If you want to send 100 more SMS, enter “WPRESS” (without quotes) in “Promo code” field. Thus, using this promo code, you can send a total of 125 SMS.
Note: You don’t have to fill and “Affiliate code” field. Leave it blank.
2. You will get a text message informing you about the password. Use this password to login to your account.
3. Hit on “Send SMS to Number” to see:
How to send fake sms to friend4. Enter the details as follows:
Send SMS To: Your friend’s number whom you want to send fake SMS.
Sender ID From: The number from whom the SMS will appear to be sent. The number to be spoofed. Replace your number with any other number.
Message: Type your message content.
You can leave other fields untouched.
Note: For Indian friends, make sure you add “91″ before sender and receiver numbers. This is a necessary for efficient working of this hack.
5. Now, hit on “Send SMS” button and your friend will receive the fake SMS which you have sent. Cheers!!!
Note: Do not misuse this mobile hack as it can put you in problems. Use it for fun!!!
Update: SMSGlobal supports almost all countries and their network providers. You can make sure that your country and network provider is supported using this link.
So friends, this was a short tutorial on how to send fake SMS to your friends. I have tried this hack with many of my friends and it has worked perfectly for me. If you have any problem in sending free anonymous fake SMS to your friends, please mention it in comments.
Enjoy hack to send free fake SMS

Wednesday 1 February 2012

How to Install and Run Android on PC using Virtual Box

are u still thinking about How to Install and Run Android on PC

Android is a great platform and everybody is looking forward to test it or use it somehow. There is an online project that is porting Android to X86 based system. Right now, the recent news says that Android 3.2 HoneyComb and Android 4.0 IceCream Sandwich can also be downloaded for installing on PC. In this tutorial I will be telling you every step or do how required for installing Android on PC and testing it on Virtual Box a, freely available virtualization software.

checking Android at your PC, this method is more advanced and upgraded as it can give you the complete experience of an Android OS within from your PC or Laptop.
Install and Run Android on Windows PC
Google has open sourced Android Operating system and that’s why developers can change the source code to port the Android OS to X86 based PC. Virtual Box provides a safe platform to test the Android without disturbing the setup of your Windows PC. Let’s go ahead and install VirtualBox and run Android on it.

How to install or Run Live Android on Virtual Box Machine on Windows:

  1. You will need to download Virtual Box here. And Download the version of Android you want to test from here. You can download OSX86 version of Android 3.2 HoneyComb and Android 4.0 IceCream Sandwich from the provided link. The file will be a .iso disk image ready to burn on CD or you can keep the .iso file to install on Virtual Box.
  2. Once you download the Virtual Box, create a Virtual Machine by clicking the New button on the top header area of open Virtual Box App. You can name it as Android and choose the OS type as other and version too as other.
  3. Now, you will need to setup different properties of Virtual machine. Set the RAM to atleast 1GB so that you can run games etc on the virtual machine. Create a Virtual disk space at least 2GB. Once created save the virtual machine.
  4. Now, right-Click the Virtual machine and click start. This will automatically pop up a First Run Wizard. You can choose the select installation Media and go ahead. Now Browser to the Android ISO file we have downloaded.
  5. You can choose to install the Android-X86 on Virtual hard disk. Also, there is a great option to run the Android Live without installing. Choose the best for you and go ahead.
  6. Once you finish installing, restart the virtual PC. You’ll get the Android running on your PC.
Welcome Android on VirtualBox virtual machine
How to install Android on Virtual Machine - HomeScreen
Windows Android Apps
Android Keyboard on Windows
This makes you ready to use the Android as an operating system. Beside that you can use keyboard, music speakers, and your LAN/Wi-Fi internet connection. You would love using Android on PC, if you like the interface or the usability, you can buy an Android phone. Android is a getting popular and has captured a big chunk of smartphone market(43% according to recent Study). Also, you can install Android 4.0 on a netbook and keep it as a permanent Netbook OS.

Check this tutorial out and let me know your experiences.