Tuesday, May 20, 2014

How To Block or Unblock any Website

Step 1: Open Notepad As Administrator

Step 2: Open  ”Hosts”  file in  ”c:\Windows\System32\Drivers\etc\”
Step 3: At the end of the file add
Add website you want to block
127.0.0.1 www.facebook.com
127.0.0.1 www.google.com
127.0.0.1 some-website
some-ip some-website
Step 4: Save the file

No comments:

Post a Comment

Linux Tutorial - 12. Process Management

  Process Management! The wheels are in motion Introduction Linux in general is a fairly stable system. Occasionally, things do go wrong how...