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:
Security Certificate Error While Opening Web-sites Let’s see the reasons for such errors and what to do in such case. Fix: The main reasons for such errors are: Your Computer’s date is set to a wrong value The Security Certificate has really expir… 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
Basics of iHTMLIn this artilce, we are going to discuss on a clear content idea of iHTML page, a server-side dynamic web page and its basic tags in constructing a web application. iHTML is a server side scripting language, which is used to… Read More
FuseBox - Web Application Framework Introduction: Fusebox is a framework for building web applications. It is meant to make your applications easier to create and maintain. It helps in structuring the application and break things down into discreet pieces. F… Read More
Fighting the web robotsThe internet bots have become major problem. These bots used to register for E-mail addresses that are later used to send unwanted ads, or spam, to e-mail users. CAPTCHA is a standard security technology. The most widely used… 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