How To Block Websites Without Software, block websites ?
Steps:
1] Browse C:\WINDOWS\system32\drivers\etc
2] Find the file named "HOSTS"
3] Open it in notepad
4] Under "127.0.0.1 localhost" Add 127.0.0.2 www.sitenameyouwantblocked.com , and that site will no longer be accessible.
5] Done!
127.0.0.1 localhost
127.0.0.2 www.blockedsite.com
-->www.blockedsite.com is now unaccessible<--
For every site after that you want to add,
just add "1" to the last number in the internal ip (127.0.0.2) and
then the add like before.
IE: 127.0.0.3 www.yahoo.com
127.0.0.4 www.google.com
127.0.0.5 www.hotmail.com
etc..
Enjoy!!!!
Related Posts:
What and Why Web Analytics ?Introduction Web analytics is collecting and reporting internet website data to analyze the results for better understanding and optimizing web site usage. What is Web analytics? Web analytics is a study which explains th… Read More
Compiling Flex ApplicationIntroductionAlthough Flex 4 SDK has been released, there are numerous applications running on Flex 2. This document focuses on the options available for compiling such applications.A common practice is to embed the Flex appli… Read More
An introduction to JavaScript Object Notation (JSON)JSON (JavaScript Object Notation)JSON (JavaScript Object Notation) is a lightweight computer data interchange format. It is a text-based, human-readable format for representing simple data structures and associative arrays (c… Read More
WEB 3.0 What is Web The World Wide Web (commonly abbreviated as "the Web") is a very large set of interlinked hypertext documents accessed via the Internet. The World Wide Web enabled the spread of information ov… Read More
XMPP and SIMPLE: A Comparative StudyInstant messaging and Presence (IMP) is a collection of technologies that create the possibility of near real-time text-based communication between two or more participants over the internet or some form of internal network/i… Read More
3 comments:
Thanks Vinay!
It worked! :) Now I can manually lock some sites...
Thanks for your update.
3logy... you can use "PeerBlock lets you control who your computer "talks to" on the Internet. By selecting appropriate lists of "known bad" computers"
http://www.peerblock.com/
Post a Comment