Enter the Raspberry Pi.

In fact, its so absurdly slow that its pretty difficult to use for basic internet browsing.

The Raspberry Pi can help here.

What Is Tor and Why Should I Use It?

When you want to use Tor, you just connect to the Raspberry Pis Wi-Fi internet.

Well be doing all this from the Raspberry Pis command line:

throw in insudo apt-get updateand press Enter.

key in insudo apt-get install iptables-persistent git

SelectYesand press Enter the two times youre prompted to.

Now that everythings been downloaded and installed, its time to set it up.

throw in ingit clone https://github.com/unixabg/RPI-Wireless-Hotspot.gitand press Enter.

jot down incd RPI-Wireless-Hotspotand press Enter.

punch in insudo ./installand press Enter.

This starts the installation process.

When prompted after the default question, enter a new password.

This is the password to connect to your Pi-powered web link.

When prompted, enter a new SSID, this is the name of your connection.

Enter a channel number.6is fine, unless you know you need something else.

EnterNfor the rest of the questions.

Once its complete, your Raspberry Pi will reboot and should now work as an access point.

If for some reason it does not,Adafruit has a guidefor doing this all manually.

Otherwise, continue on and roll out the Tor proxy software.

bang out insudo apt-get install torand press Enter.

bang out insudo nano /etc/tor/torrcand press Enter.

Scroll all the way to the bottom of the document and enter the text below into the text file.

This happens with a few commands:

throw in insudo iptables -Fand press Enter.

jot down insudo iptables -t nat -Fand press Enter.

throw in insudo sh -c iptables-save > /etc/iptables/rules.v4and press Enter.

Now, its time to finally start Tor.

key in insudo service tor startand press Enter.

Then, throw in insudo service tor statusto check that its working properly.

If you dont see any error codes, its working.

When thats finished, go ahead and reboot one more time.

punch in insudo rebootand press Enter.

Your Raspberry Pi should now launch everything automatically on startup.

When youre connected, head tohttps://check.torproject.org/to verify that youre on the Tor connection.

Enjoy your slow, but anonymous internet!