Skip to main content

HOW TO BYPASS OR UNBLOCK BLOCKED SITES:-

Today everyone of us is a part of any college,office or any organization.

Everywhere we find free open wifi’s , but the major problem with these are there are many websites which are blocked by the servers of college,ofiice or any organization.

There are different type of securities that are implemented in these server to block some sites like Facebook ,Twitter etc.

So In this post i’ll tell you easy and permanent method to access or bypass blocked sites

Steps To Bypass Blocked Sites-

  1. Connect your pc or laptop with wifi or your broadband connection in which you want to access blocked websites.

  2. Open command prompt by clicking start and the typing “cmd” and then pressing enter.

  4. 3. Now a command prompt window will appear.

  5. Type ping Websitename (for exp: ping http://facebook.com) and press enter.

  6. Now open your browser and enter the site which you had recently ping.

  7.You will see the site will get opens

  this is very simple method to easily access blocked sites.
_________________________

Comments

Popular posts from this blog

What is SQL ?

SQL (Structured Query Language) is a standardized programming language used for managing relational databases and performing various operations on the data in them. Initially created in the 1970s, SQL is regularly used by database administrators, as well as by developers writing data integration scripts and data analysts looking to set up and run analytical queries. The uses of SQL include modifying database table and index structures; adding, updating and deleting rows of data; and retrieving subsets of information from within a database for transaction processing and analytics applications.  Queries and other SQL operations take the form of commands written as statements -- commonly used SQL statements include select, add, insert, update, delete, create, alter and truncate. _________________________

Uses of C programming Language:

The C programming language is used for developing system applications that forms a major portion of operating systems such as Windows, UNIX and Linux. Below are some examples of C being used. Database systems Graphics packages Word processors Spreadsheets Operating system development Compilers and Assemblers Network drivers Interpreters _________________________