<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Berland</id>
	<title>Amahi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Berland"/>
	<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php/Special:Contributions/Berland"/>
	<updated>2026-05-07T17:00:58Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Privoxy&amp;diff=5727</id>
		<title>Privoxy</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Privoxy&amp;diff=5727"/>
		<updated>2009-10-25T15:36:36Z</updated>

		<summary type="html">&lt;p&gt;Berland: remove sudo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Privoxy is a web proxy program, frequently used in combination with [[Tor]] and [[Squid]]. It has filtering capabilities for protecting privacy, modifying web page data, managing cookies, controlling access, and selectively removing content such as ads, banners and pop-ups. It can be customized and has application for both stand-alone systems and multi-user networks. [from Wikipedia]&lt;br /&gt;
&lt;br /&gt;
== Installation on Amahi server ==&lt;br /&gt;
 $ yum install privoxy &lt;br /&gt;
&lt;br /&gt;
Privoxy must be configured manually after yum-installation. Edit &amp;lt;code&amp;gt;/etc/privoxy/config&amp;lt;/code&amp;gt;, the line with &amp;lt;code&amp;gt;listen-address&amp;lt;/code&amp;gt; must be changed.&lt;br /&gt;
 listen-address  127.0.0.1:8118&lt;br /&gt;
to&lt;br /&gt;
 listen-address  192.168.1.50:8118&lt;br /&gt;
where 192.168.1.50 is your hda's IP address (the DNS name of your hda does not work).&lt;br /&gt;
&lt;br /&gt;
In order to activate privoxy on your hda, write the following commands&lt;br /&gt;
 $ chkconfig --add privoxy&lt;br /&gt;
 $ chkconfig privoxy on&lt;br /&gt;
&lt;br /&gt;
In order to start it immediately (not only after boot) issue&lt;br /&gt;
 $ service privoxy start&lt;br /&gt;
&lt;br /&gt;
== Web browser configuration ==&lt;br /&gt;
Your web browser must be configured to use your hda as a web proxy. In Firefox/Opera/whatever preferences, make sure&lt;br /&gt;
 hda:8118&lt;br /&gt;
is set as your proxy server.&lt;br /&gt;
&lt;br /&gt;
== Test server and configuraton ==&lt;br /&gt;
&lt;br /&gt;
After installation, configuration of both server and web browser, test that everything went well by visiting the url &lt;br /&gt;
* http://config.privoxy.org&lt;br /&gt;
If everything is ok, privoxy will intercept this url and provide you with a web configuration panel.&lt;br /&gt;
&lt;br /&gt;
==TODO==&lt;br /&gt;
&lt;br /&gt;
* Packaging as an Amahi-application that can be installed and controlled from Amahi-dashboard&lt;br /&gt;
* Automatic configuration (listen-address)&lt;br /&gt;
* Coupling with DHCP or DNS-server so that clients can get automatic proxy configuration (http://en.wikipedia.org/wiki/Wpad)&lt;/div&gt;</summary>
		<author><name>Berland</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Privoxy&amp;diff=5725</id>
		<title>Privoxy</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Privoxy&amp;diff=5725"/>
		<updated>2009-10-25T15:08:19Z</updated>

		<summary type="html">&lt;p&gt;Berland: use chkconfig&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Privoxy is a web proxy program, frequently used in combination with [[Tor]] and [[Squid]]. It has filtering capabilities for protecting privacy, modifying web page data, managing cookies, controlling access, and selectively removing content such as ads, banners and pop-ups. It can be customized and has application for both stand-alone systems and multi-user networks. [from Wikipedia]&lt;br /&gt;
&lt;br /&gt;
== Installation on Amahi server ==&lt;br /&gt;
 $ yum install privoxy &lt;br /&gt;
&lt;br /&gt;
Privoxy must be configured manually after yum-installation. Edit &amp;lt;code&amp;gt;/etc/privoxy/config&amp;lt;/code&amp;gt;, the line with &amp;lt;code&amp;gt;listen-address&amp;lt;/code&amp;gt; must be changed.&lt;br /&gt;
 listen-address  127.0.0.1:8118&lt;br /&gt;
to&lt;br /&gt;
 listen-address  192.168.1.50:8118&lt;br /&gt;
where 192.168.1.50 is your hda's IP address (the DNS name of your hda does not work).&lt;br /&gt;
&lt;br /&gt;
In order to activate privoxy on your hda, write the following commands&lt;br /&gt;
 $ sudo chkconfig --add privoxy&lt;br /&gt;
 $ sudo chkconfig privoxy on&lt;br /&gt;
&lt;br /&gt;
In order to start it immediately (not only after boot) issue&lt;br /&gt;
 $ service privoxy start&lt;br /&gt;
&lt;br /&gt;
== Web browser configuration ==&lt;br /&gt;
Your web browser must be configured to use your hda as a web proxy. In Firefox/Opera/whatever preferences, make sure&lt;br /&gt;
 hda:8118&lt;br /&gt;
is set as your proxy server.&lt;br /&gt;
&lt;br /&gt;
== Test server and configuraton ==&lt;br /&gt;
&lt;br /&gt;
After installation, configuration of both server and web browser, test that everything went well by visiting the url &lt;br /&gt;
* http://config.privoxy.org&lt;br /&gt;
If everything is ok, privoxy will intercept this url and provide you with a web configuration panel.&lt;br /&gt;
&lt;br /&gt;
==TODO==&lt;br /&gt;
&lt;br /&gt;
* Packaging as an Amahi-application that can be installed and controlled from Amahi-dashboard&lt;br /&gt;
* Automatic configuration (listen-address)&lt;br /&gt;
* Coupling with DHCP or DNS-server so that clients can get automatic proxy configuration (http://en.wikipedia.org/wiki/Wpad)&lt;/div&gt;</summary>
		<author><name>Berland</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Talk:Sbackup&amp;diff=5605</id>
		<title>Talk:Sbackup</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Talk:Sbackup&amp;diff=5605"/>
		<updated>2009-10-23T20:05:25Z</updated>

		<summary type="html">&lt;p&gt;Berland: add questio0n&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is this setup in any way related to PBA? Or is PBA totally ignorant of what you do with sbackup?&lt;/div&gt;</summary>
		<author><name>Berland</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Talk:Maps&amp;diff=5603</id>
		<title>Talk:Maps</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Talk:Maps&amp;diff=5603"/>
		<updated>2009-10-23T09:39:21Z</updated>

		<summary type="html">&lt;p&gt;Berland: +question&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Leave your comments about [[Maps]] here on this page.  &lt;br /&gt;
&lt;br /&gt;
'''Installation'''&lt;br /&gt;
* At the moment I hosted the package file on my own site, until Amahi has a place for public downloads.&lt;br /&gt;
&lt;br /&gt;
Very nice app! -cpg&lt;br /&gt;
&lt;br /&gt;
... your comments here.&lt;br /&gt;
&lt;br /&gt;
'''Caching'''&lt;br /&gt;
Is it possible to let the Amahi server cache the map tiles (for subsequent increased speed)? [[User:Berland|Berland]] 09:39, 23 October 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Berland</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Squid&amp;diff=5601</id>
		<title>Squid</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Squid&amp;diff=5601"/>
		<updated>2009-10-23T09:34:39Z</updated>

		<summary type="html">&lt;p&gt;Berland: Redirected page to SquidConfiguration&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[SquidConfiguration]]&lt;/div&gt;</summary>
		<author><name>Berland</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Privoxy&amp;diff=5599</id>
		<title>Privoxy</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Privoxy&amp;diff=5599"/>
		<updated>2009-10-23T09:33:30Z</updated>

		<summary type="html">&lt;p&gt;Berland: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Privoxy is a web proxy program, frequently used in combination with [[Tor]] and [[Squid]]. It has filtering capabilities for protecting privacy, modifying web page data, managing cookies, controlling access, and selectively removing content such as ads, banners and pop-ups. It can be customized and has application for both stand-alone systems and multi-user networks. [from Wikipedia]&lt;br /&gt;
&lt;br /&gt;
== Installation on Amahi server ==&lt;br /&gt;
 $ yum install privoxy &lt;br /&gt;
&lt;br /&gt;
Privoxy must be configured manually after yum-installation. Edit &amp;lt;code&amp;gt;/etc/privoxy/config&amp;lt;/code&amp;gt;, the line with &amp;lt;code&amp;gt;listen-address&amp;lt;/code&amp;gt; must be changed.&lt;br /&gt;
 listen-address  127.0.0.1:8118&lt;br /&gt;
to&lt;br /&gt;
 listen-address  192.168.1.50:8118&lt;br /&gt;
where 192.168.1.50 is your hda's IP address (the DNS name of your hda does not work).&lt;br /&gt;
&lt;br /&gt;
In order to start privoxy, issue&lt;br /&gt;
 $ /etc/init.d/privoxy start&lt;br /&gt;
&lt;br /&gt;
== Web browser configuration ==&lt;br /&gt;
Your web browser must be configured to use your hda as a web proxy. In Firefox/Opera/whatever preferences, make sure&lt;br /&gt;
 hda:8118&lt;br /&gt;
is set as your proxy server.&lt;br /&gt;
&lt;br /&gt;
== Test server and configuraton ==&lt;br /&gt;
&lt;br /&gt;
After installation, configuration of both server and web browser, test that everything went well by visiting the url &lt;br /&gt;
* http://config.privoxy.org&lt;br /&gt;
If everything is ok, privoxy will intercept this url and provide you with a web configuration panel.&lt;br /&gt;
&lt;br /&gt;
==TODO==&lt;br /&gt;
&lt;br /&gt;
* Packaging as an Amahi-application that can be installed and controlled from Amahi-dashboard&lt;br /&gt;
* Automatic configuration (listen-address)&lt;br /&gt;
* Coupling with DHCP or DNS-server so that clients can get automatic proxy configuration (http://en.wikipedia.org/wiki/Wpad)&lt;/div&gt;</summary>
		<author><name>Berland</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=PXE_KNIFE&amp;diff=5597</id>
		<title>PXE KNIFE</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=PXE_KNIFE&amp;diff=5597"/>
		<updated>2009-10-23T09:19:46Z</updated>

		<summary type="html">&lt;p&gt;Berland: fix netboot link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''NOTE:'''  PXE Knife has been superseded by Amahi [[Netboot]].  This is still in development.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Legacy Notes===&lt;br /&gt;
*Get the latest tar from http://pxeknife.erebor.org/releases/&lt;br /&gt;
*migrate to /usr/share/hda-app-pba/tftp/&lt;br /&gt;
*untar the pxeknife ( tar -xvf pxeknife.tar.gz )&lt;br /&gt;
*run &amp;quot; yum install syslinux &amp;quot;&lt;br /&gt;
*run &amp;quot; cp -rf /usr/lib/syslinux/*.c32 /usr/share/hda-app-pba/tftp/ &amp;quot;&lt;br /&gt;
*now go to /usr/share/hda-app-pba/tftp/pxelinux.cfg/&lt;br /&gt;
*run &amp;quot;mv default default.old&amp;quot;&lt;br /&gt;
*pico default&lt;br /&gt;
*add this to the file&lt;br /&gt;
 &amp;lt;pre&amp;gt;  &lt;br /&gt;
        DEFAULT menu.c32&lt;br /&gt;
	PROMPT 0&lt;br /&gt;
	TIMEOUT 100 #this is optional - will start the default after 10 seconds&lt;br /&gt;
	MENU TITLE --== Main Menu ==--&lt;br /&gt;
&lt;br /&gt;
	#this allows you to exit the pxe stack and pass booting to the local system&lt;br /&gt;
	LABEL bootlocal&lt;br /&gt;
		MENU DEFAULT&lt;br /&gt;
		MENU LABEL Local Boot&lt;br /&gt;
		localboot 0&lt;br /&gt;
&lt;br /&gt;
	#load pxe knife&lt;br /&gt;
	LABEL pxeknife&lt;br /&gt;
		MENU LABEL PXE Knife ---&amp;gt;&lt;br /&gt;
		kernel menu.c32&lt;br /&gt;
		append pxeknife/pxeknife.conf&lt;br /&gt;
 LABEL PBA&lt;br /&gt;
                MENU LABEL PBA ---&amp;gt;&lt;br /&gt;
                kernel vmlinuz&lt;br /&gt;
                APPEND nfsdir=hda:/var/hda/apps/pba/client/isolang=us ramdisk_size=100000 nomce dma nosound apm=power-off nopcmcia nofirewire init=/etc/init nomce vga=normal initrd=miniroot.gz 2 BOOT_IMAGE=insert&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Now you should be ready to do a netboot.&lt;br /&gt;
&lt;br /&gt;
*Add PBA to boot options - still needs to be tested&lt;br /&gt;
*Installing OS though pxeknife - every operating system is different. After downloading the iso. You need to find the kernel(vmlinuz, linux, ...) and the intrid (.gz, .... ). Below we will document different OS. If you have installed an OS that is not mentioned please add it for others to be able to do it.&lt;br /&gt;
*[[Ubuntu-netboot]]&lt;/div&gt;</summary>
		<author><name>Berland</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=PXE_KNIFE&amp;diff=5595</id>
		<title>PXE KNIFE</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=PXE_KNIFE&amp;diff=5595"/>
		<updated>2009-10-23T09:19:13Z</updated>

		<summary type="html">&lt;p&gt;Berland: wikilink Netbooty&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''NOTE:'''  PXE Knife has been superseded by Amahi [[NetBoot]].  This is still in development.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Legacy Notes===&lt;br /&gt;
*Get the latest tar from http://pxeknife.erebor.org/releases/&lt;br /&gt;
*migrate to /usr/share/hda-app-pba/tftp/&lt;br /&gt;
*untar the pxeknife ( tar -xvf pxeknife.tar.gz )&lt;br /&gt;
*run &amp;quot; yum install syslinux &amp;quot;&lt;br /&gt;
*run &amp;quot; cp -rf /usr/lib/syslinux/*.c32 /usr/share/hda-app-pba/tftp/ &amp;quot;&lt;br /&gt;
*now go to /usr/share/hda-app-pba/tftp/pxelinux.cfg/&lt;br /&gt;
*run &amp;quot;mv default default.old&amp;quot;&lt;br /&gt;
*pico default&lt;br /&gt;
*add this to the file&lt;br /&gt;
 &amp;lt;pre&amp;gt;  &lt;br /&gt;
        DEFAULT menu.c32&lt;br /&gt;
	PROMPT 0&lt;br /&gt;
	TIMEOUT 100 #this is optional - will start the default after 10 seconds&lt;br /&gt;
	MENU TITLE --== Main Menu ==--&lt;br /&gt;
&lt;br /&gt;
	#this allows you to exit the pxe stack and pass booting to the local system&lt;br /&gt;
	LABEL bootlocal&lt;br /&gt;
		MENU DEFAULT&lt;br /&gt;
		MENU LABEL Local Boot&lt;br /&gt;
		localboot 0&lt;br /&gt;
&lt;br /&gt;
	#load pxe knife&lt;br /&gt;
	LABEL pxeknife&lt;br /&gt;
		MENU LABEL PXE Knife ---&amp;gt;&lt;br /&gt;
		kernel menu.c32&lt;br /&gt;
		append pxeknife/pxeknife.conf&lt;br /&gt;
 LABEL PBA&lt;br /&gt;
                MENU LABEL PBA ---&amp;gt;&lt;br /&gt;
                kernel vmlinuz&lt;br /&gt;
                APPEND nfsdir=hda:/var/hda/apps/pba/client/isolang=us ramdisk_size=100000 nomce dma nosound apm=power-off nopcmcia nofirewire init=/etc/init nomce vga=normal initrd=miniroot.gz 2 BOOT_IMAGE=insert&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Now you should be ready to do a netboot.&lt;br /&gt;
&lt;br /&gt;
*Add PBA to boot options - still needs to be tested&lt;br /&gt;
*Installing OS though pxeknife - every operating system is different. After downloading the iso. You need to find the kernel(vmlinuz, linux, ...) and the intrid (.gz, .... ). Below we will document different OS. If you have installed an OS that is not mentioned please add it for others to be able to do it.&lt;br /&gt;
*[[Ubuntu-netboot]]&lt;/div&gt;</summary>
		<author><name>Berland</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Privoxy&amp;diff=5593</id>
		<title>Privoxy</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Privoxy&amp;diff=5593"/>
		<updated>2009-10-23T08:35:35Z</updated>

		<summary type="html">&lt;p&gt;Berland: more notes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Privoxy is a web proxy program, frequently used in combination with Tor and Squid. It has filtering capabilities for protecting privacy, modifying web page data, managing cookies, controlling access, and selectively removing content such as ads, banners and pop-ups. It can be customized and has application for both stand-alone systems and multi-user networks. [from Wikipedia]&lt;br /&gt;
&lt;br /&gt;
== Installation on Amahi server ==&lt;br /&gt;
 $ yum install privoxy &lt;br /&gt;
&lt;br /&gt;
Privoxy must be configured manually after yum-installation. Edit &amp;lt;code&amp;gt;/etc/privoxy/config&amp;lt;/code&amp;gt;, the line with &amp;lt;code&amp;gt;listen-address&amp;lt;/code&amp;gt; must be changed.&lt;br /&gt;
 listen-address  127.0.0.1:8118&lt;br /&gt;
to&lt;br /&gt;
 listen-address  192.168.1.50:8118&lt;br /&gt;
where 192.168.1.50 is your hda's IP address (the DNS name of your hda does not work).&lt;br /&gt;
&lt;br /&gt;
In order to start privoxy, issue&lt;br /&gt;
 $ /etc/init.d/privoxy start&lt;br /&gt;
&lt;br /&gt;
== Web browser configuration ==&lt;br /&gt;
Your web browser must be configured to use your hda as a web proxy. In Firefox/Opera/whatever preferences, make sure&lt;br /&gt;
 hda:8118&lt;br /&gt;
is set as your proxy server.&lt;br /&gt;
&lt;br /&gt;
== Test server and configuraton ==&lt;br /&gt;
&lt;br /&gt;
After installation, configuration of both server and web browser, test that everything went well by visiting the url &lt;br /&gt;
* http://config.privoxy.org&lt;br /&gt;
If everything is ok, privoxy will intercept this url and provide you with a web configuration panel.&lt;br /&gt;
&lt;br /&gt;
==TODO==&lt;br /&gt;
&lt;br /&gt;
* Packaging as an Amahi-application that can be installed and controlled from Amahi-dashboard&lt;br /&gt;
* Automatic configuration (listen-address)&lt;br /&gt;
* Coupling with DHCP or DNS-server so that clients can get automatic proxy configuration (http://en.wikipedia.org/wiki/Wpad)&lt;/div&gt;</summary>
		<author><name>Berland</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Privoxy&amp;diff=5591</id>
		<title>Privoxy</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Privoxy&amp;diff=5591"/>
		<updated>2009-10-23T08:31:07Z</updated>

		<summary type="html">&lt;p&gt;Berland: Initial page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Privoxy is a web proxy program, frequently used in combination with Tor and Squid. It has filtering capabilities for protecting privacy, modifying web page data, managing cookies, controlling access, and selectively removing content such as ads, banners and pop-ups. It can be customized and has application for both stand-alone systems and multi-user networks. [from Wikipedia]&lt;br /&gt;
&lt;br /&gt;
== Installation on Amahi server ==&lt;br /&gt;
 $ yum install privoxy &lt;br /&gt;
&lt;br /&gt;
Privoxy must be configured manually after yum-installation. Edit &amp;lt;code&amp;gt;/etc/privoxy/config&amp;lt;/code&amp;gt;, the line with &amp;lt;code&amp;gt;listen-address&amp;lt;/code&amp;gt; must be changed.&lt;br /&gt;
 listen-address  127.0.0.1:8118&lt;br /&gt;
to&lt;br /&gt;
 listen-address  192.168.1.50:8118&lt;br /&gt;
where 192.168.1.50 is your hda's IP address (the DNS name of your hda does not work).&lt;br /&gt;
&lt;br /&gt;
In order to start privoxy, issue&lt;br /&gt;
 $ /etc/init.d/privoxy start&lt;br /&gt;
&lt;br /&gt;
==TODO==&lt;br /&gt;
&lt;br /&gt;
* Packaging as an Amahi-application that can be installed and controlled from Amahi-dashboard&lt;br /&gt;
* Automatic configuration (listen-address)&lt;br /&gt;
* Coupling with DHCP or DNS-server so that clients can get automatic proxy configuration (http://en.wikipedia.org/wiki/Wpad)&lt;/div&gt;</summary>
		<author><name>Berland</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Tor&amp;diff=5589</id>
		<title>Tor</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Tor&amp;diff=5589"/>
		<updated>2009-10-23T08:14:19Z</updated>

		<summary type="html">&lt;p&gt;Berland: privoxy configuration&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Having HDA use Tor as an option would be very interesting to many.  I'll write up the instructions as I worked through them, starting with here:&lt;br /&gt;
http://fedorasolved.org/Members/uselesslogic/anonymous-browsing-with-tor&lt;br /&gt;
&lt;br /&gt;
== Rough Notes ==&lt;br /&gt;
 $ yum install tor privoxy &lt;br /&gt;
(will include tor-core tor-lsb packages)&lt;br /&gt;
* to be continued...&lt;br /&gt;
&lt;br /&gt;
===Privoxy configuration===&lt;br /&gt;
&lt;br /&gt;
Privoxy must be configured manually after yum-installation. Edit &amp;lt;code&amp;gt;/etc/privoxy/config&amp;lt;/code&amp;gt;, the line with &amp;lt;code&amp;gt;listen-address&amp;lt;/code&amp;gt; must be changed.&lt;br /&gt;
 listen-address  127.0.0.1:8118&lt;br /&gt;
to&lt;br /&gt;
 listen-address  192.168.1.50:8118&lt;br /&gt;
where 192.168.1.50 is your hda's IP address (the DNS name of your hda does not work).&lt;br /&gt;
&lt;br /&gt;
In order to start privoxy, issue&lt;br /&gt;
 $ /etc/init.d/privoxy start&lt;/div&gt;</summary>
		<author><name>Berland</name></author>
		
	</entry>
</feed>