<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<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/"
	>

<channel>
	<title>riahmat1c &#187; security</title>
	<link>http://riah.mat1c.org</link>
	<description>web technology and security</description>
	<pubDate>Thu, 21 Feb 2008 20:47:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>Simple Anonymous Browsing</title>
		<link>http://riah.mat1c.org/2008/02/03/simple-anonymous-browsing/</link>
		<comments>http://riah.mat1c.org/2008/02/03/simple-anonymous-browsing/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 01:37:26 +0000</pubDate>
		<dc:creator>riahmatic</dc:creator>
		
		<category><![CDATA[meat and potatoes]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://riah.mat1c.org/2008/02/03/simple-anonymous-browsing/</guid>
		<description><![CDATA[I wanted to set up an environment for anonymous internet browsing and found it devastatingly simple in Ubuntu 7.10. Just install Tor, Privoxy, and a Firefox extension.
Install Tor and Privoxy from command line:
sudo apt-get install tor privoxy
Open Privoxy config file:
sudo gedit /etc/privoxy/config
Add this line to end of the file and save:
forward-socks4a / localhost:9050 .
Start both [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to set up an environment for anonymous internet browsing and found it devastatingly simple in Ubuntu 7.10. Just install Tor, Privoxy, and a Firefox extension.</p>
<p>Install Tor and Privoxy from command line:</p>
<pre><code>sudo apt-get install tor privoxy</code></pre>
<p>Open Privoxy config file:</p>
<pre><code>sudo gedit /etc/privoxy/config</code></pre>
<p>Add this line to end of the file and save:</p>
<pre><code>forward-socks4a / localhost:9050 .</code></pre>
<p>Start both services:</p>
<pre><code>sudo /etc/init.d/tor start
sudo /etc/init.d/privoxy start</code></pre>
<p>Now you can install the <a href="https://addons.mozilla.org/firefox/2275">Tor Button</a> Firefox extension to turn anonymous browsing on and off with the push of a button. More details (like disabling logs) and things you can do with Tor in Ubuntu <a href="https://help.ubuntu.com/community/TOR">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://riah.mat1c.org/2008/02/03/simple-anonymous-browsing/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
