Sunday 8 May 2011

Turn Wi-Fi Thieves' Worlds Upside Down



Upside-Down-Ternet; click for full-size image.When Wi-Fi freeloaders browse the Net, the images they see--like those on this eBay page--get turned upside down, thanks to Upside-Down-Ternet.The problem: You took the time and expense to set up a wireless Internet connection at your place. But you're pretty sure that the cheap bastard next door is stealing it--that is, connecting to the Internet on your dime. Sure, you could take the easy step of password-protecting your network, but what fun is settling for a little common-sense measure like that?
The trick: With the help of a lovely little service called Upside-Down-Ternet, you can turn that Wi-Fi thief's free Internet scheme upside down--literally. With a little clever scripting, every image the thief views via your connection is flipped upside down on his monitor and mirrored, making Web browsing difficult to say the least. You can also redirect every Web request the thief makes to a particular site--the author of the hack suggests Kittenwar. Pretty good, but I would go with an old standby.
The effect: The trick takes a little work to set up right, but if you can pull it off, it works perfectly. And doing right by one's neighbor just makes you feel good inside.

Thursday 5 May 2011

Find and Solve Common Network DNS Problem in Your PC

Sometimes there is an issue with your DNS resolvers caching the domain name to IP mapping. When you’re trying to go to the domain, it’s actually pulling up an old IP address instead of looking for a new one and finding the correct record. So, to expedite this very common problem of cached DNS, please do the following steps
Microsoft Windows XP (Close your application (e.g. browser or email) )
Go to the Start menu, choose Run, type cmd and hit OK. When the black screen appears, type the following command and hit enter.
ipconfig /flushdns
Restart your application (e.g. browser or email).
Microsoft Windows Vista and Windows 7 ( Close your application (e.g. browser or email). )
Click the Start orb and follow All Programs > Accessories, look for Command Prompt. Be sure to right click on Command Prompt and choose “Run as Administrator”. When the black screen appears, type the following command and hit enter.
ipconfig /flushdns
Restart your application (e.g. browser or email).
Mac OSX

Navigate to your Applications folder, open Utilities, and double click on Terminal. Type the following command and hit enter.
dscacheutil -flushcache
Then type this command and hit enter.
lookupd -flushcache
Don’t worry if either command says something like “Not found”.
Restart your application (e.g. browser or email).
Linux
Open up a root terminal window (ctrl T in gnome). Type the following command and hit enter.
/etc/init.d/nscd restart
Restart your application (e.g. browser or email).