<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Charles Socci - Information Technology and Amateur Radio KC2YWZ &#187; Privacy</title>
	<atom:link href="http://charlessocci.com/tag/privacy/feed/" rel="self" type="application/rss+xml" />
	<link>http://charlessocci.com</link>
	<description>Information Technology, Computers, and Amateur Radio</description>
	<lastBuildDate>Fri, 30 Jul 2010 01:05:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Anonymous Browsing on Ubuntu Using Privoxy and Tor</title>
		<link>http://charlessocci.com/2008/12/15/anonymous-browsing-on-ubuntu-using-privoxy-and-tor/</link>
		<comments>http://charlessocci.com/2008/12/15/anonymous-browsing-on-ubuntu-using-privoxy-and-tor/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 04:13:46 +0000</pubDate>
		<dc:creator>csocci</dc:creator>
				<category><![CDATA[Charles Socci]]></category>
		<category><![CDATA[IT and Stuff]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[anonymous browsing]]></category>
		<category><![CDATA[privoxy]]></category>
		<category><![CDATA[tor]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://charlessocci.com/?p=40</guid>
		<description><![CDATA[Anonymous browsing with Tor and Privoxy.]]></description>
			<content:encoded><![CDATA[<p>I stumbled a great post over on <a href="http://atomicvindaloo.com/?p=159" target="_blank">AtomicVinadloo</a> about using Tor and Privoxy on Ubuntu. (or any Linux distro). I had to take an extra step to actually make it work through Privoxy. (I think his config has it connecting directly through Tor and bypassing Privoxy).</p>
<p>Basically Privoxy is a proxy server &#8211; you can configure it for all kinds of filtering options to customize your browsing experience, block ads, etc&#8230; Tor anonimizes your connection to the Internet. It works by making an encrypted connection to a server in the Tor Onion network. Once in the network, you are routed through random Tor servers. The result is that the end web site cannot identify your location or details. Your traffic also remains encrypted between your computer and the Tor network &#8211; meaning nobody at your ISP is able to see your traffic.</p>
<p>When Privoxy and Tor are used together they provide a great deal of control. Tor can be used without Privoxy as well. To be fair, there is also a version for Windows.</p>
<p>Configuring Privoxy and Tor in Ubuntu is a piece of cake.</p>
<p>1. install Privoxy and Tor:</p>
<p>sudo apt-get install tor</p>
<p>sudo apt-get install privoxy</p>
<p>2. install FoxyProxy plugin for Firefox (this is not absolutely necessary but makes it easier to switch Tor on and off.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/2464" target="_blank">https://addons.mozilla.org/en-US/firefox/addon/2464</a></p>
<p>Do not do any auto configuration &#8211; just cancel through any prompts to configure for now.</p>
<p>3. Edit your Privoxy config file</p>
<p>sudo gedit /etc/privoxy/config</p>
<p>uncomment (delete the #) the line that says:</p>
<p>forward-socks4a   /               127.0.0.1:9050    .</p>
<p>and save</p>
<p>4. Restart Firefox and right click on FoxyProxy in the status bar</p>
<p>Click &#8220;Add New Proxy&#8221;</p>
<p>Enter the following:</p>
<p>Under General;<br />
Enabled: Tick<br />
Proxy Name: Privoxy To Tor<br />
Animate ….: Tick<br />
Include …..: Tick</p>
<p>Under Proxy Details;<br />
Manual Proxy …. : Tick<br />
Host Name: 127.0.0.1  Port: 8118<br />
SOCKS proxy? : do NOT tick</p>
<p>Under URL Patterns;<br />
(If it doesn’t exist already)<br />
Add new pattern;<br />
Enabled: Tick<br />
Pattern name: All<br />
URL pattern: *<br />
Whitelist: Tick<br />
Wildcards: Tick</p>
<p>5. Restart the Tor and Privoxy Services</p>
<p>sudo /etc/init.d/tor restart<br />
sudo /etc/init.d/privoxy restart</p>
<p>6. Go to <a href="http://whatismyip.com" target="_blank">http://whatismyip.com</a> and note your ip address.</p>
<p>7. Right click on Foxy Proxy and enable your new &#8220;Privoxy to Tor&#8221;</p>
<p>8. Refresh the whatismyip.com page and note your new address. This confirms you are now browsing via Tor.</p>
<p>You can also confirm you are browsing via Tor by going to the following URL: <a href="http://check.torproject.org" target="_blank">http://check.torproject.org</a></p>
<p>For more information on using Tor with Windows and different ways to use Tor and Privoxy, visit the following:</p>
<p><a href="http://www.torproject.org/" target="_blank">http://www.torproject.org/</a></p>
<p><a href="http://www.privoxy.org/" target="_blank">http://www.privoxy.org/</a></p>
<p>You will find that the speed of browsing leaves a bit to be desired &#8211; however in the case of NGO personnel in hostile countries, or other sensitive matters, it can be an invaluable tool to protect privacy.</p>
]]></content:encoded>
			<wfw:commentRss>http://charlessocci.com/2008/12/15/anonymous-browsing-on-ubuntu-using-privoxy-and-tor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
