<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://freebsdwiki.net/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://freebsdwiki.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Legios</id>
		<title>FreeBSDwiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://freebsdwiki.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Legios"/>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Special:Contributions/Legios"/>
		<updated>2026-04-08T12:10:36Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.18.0</generator>

	<entry>
		<id>http://freebsdwiki.net/index.php/Polipo</id>
		<title>Polipo</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Polipo"/>
				<updated>2011-06-23T02:54:38Z</updated>
		
		<summary type="html">&lt;p&gt;Legios: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Polipo''' is a caching proxy server.  Installing this port enables both caching of web pages and filtering of content.  &lt;br /&gt;
&lt;br /&gt;
To install this program, you can either install it as a package using &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pkg_add -r polipo&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or build it by doing&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /usr/ports/www/polipo &amp;amp;&amp;amp; make install clean&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The default configuration file is at &amp;lt;tt&amp;gt;/usr/local/etc/polipo/config.sample&amp;lt;/tt&amp;gt;.&lt;br /&gt;
This file should be updated then moved to &amp;lt;tt&amp;gt;/usr/local/etc/polipo/config&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To enable Polipo, the user should add &amp;lt;tt&amp;gt;polipo_enable=&amp;quot;YES&amp;quot;&amp;lt;/tt&amp;gt; to &amp;lt;tt&amp;gt;/etc/rc.conf&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you wish to enable adblocking using polipo, there are two scripts which can parse adblock lists (such as https://easylist-downloads.adblockplus.org/easylist.txt)&lt;br /&gt;
&lt;br /&gt;
For Python there is http://www.legios.org/scripts/adblock2polipo.py.&lt;br /&gt;
&lt;br /&gt;
For Ruby there is  http://www.legios.org/scripts/adblock2polipo.rb.&lt;br /&gt;
&lt;br /&gt;
To use these scripts, download them and make them executable (&amp;lt;tt&amp;gt;chmod +x&amp;lt;/tt&amp;gt;). Ensure you have either Python or Ruby installed to run these scripts. If you have neither, you can type &amp;lt;tt&amp;gt;pkg_add -r python&amp;lt;/tt&amp;gt; to install python, or &amp;lt;tt&amp;gt;pkg_add -r ruby&amp;lt;/tt&amp;gt; to install Ruby via packages.&lt;br /&gt;
&lt;br /&gt;
Once you have downloaded and set the script to executable, you can them download the EasyList adblock list.&lt;br /&gt;
To do this, move the EastList list to the same directory as the adblock conversion script, then type &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./adblock2polipo.py easylist.txt &amp;gt;&amp;gt; /usr/local/etc/polipo/forbidden&amp;lt;/pre&amp;gt; for the Python script&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./adblock2polipo.rb easylist.txt &amp;gt;&amp;gt; /usr/local/etc/polipo/forbidden&amp;lt;/pre&amp;gt; for the Ruby script&lt;br /&gt;
&lt;br /&gt;
This will block ads based on the rules in the list that was downloaded.&lt;br /&gt;
&lt;br /&gt;
You can now (re)start Polipo by executing&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/usr/local/etc/rc.d/polipo restart&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Ports and Packages]]&lt;/div&gt;</summary>
		<author><name>Legios</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Polipo</id>
		<title>Polipo</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Polipo"/>
				<updated>2011-06-12T13:36:51Z</updated>
		
		<summary type="html">&lt;p&gt;Legios: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Ports and Packages]]&lt;br /&gt;
'''Polipo''' is a caching proxy server.  Installing this port enables both caching of web pages and filtering of content.  &lt;br /&gt;
&lt;br /&gt;
To install this program, you can either install it as a package using &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pkg_add -r polipo&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or build it by doing&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /usr/ports/www/polipo &amp;amp;&amp;amp; make install clean&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The default configuration file is at &amp;lt;tt&amp;gt;/usr/local/etc/polipo/config.sample&amp;lt;/tt&amp;gt;.&lt;br /&gt;
This file should be updated then moved to &amp;lt;tt&amp;gt;/usr/local/etc/polipo/config&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To enable Polipo, the user should add &amp;lt;tt&amp;gt;polipo_enable=&amp;quot;YES&amp;quot;&amp;lt;/tt&amp;gt; to &amp;lt;tt&amp;gt;/etc/rc.conf&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you wish to enable adblocking using polipo, there are two scripts which can parse adblock lists (such as https://easylist-downloads.adblockplus.org/easylist.txt)&lt;br /&gt;
&lt;br /&gt;
For Python there is http://www.legios.org/scripts/adblock2polipo.py.&lt;br /&gt;
&lt;br /&gt;
For Ruby there is  http://www.legios.org/scripts/adblock2polipo.rb.&lt;br /&gt;
&lt;br /&gt;
To use these scripts, download them and make them executable (&amp;lt;tt&amp;gt;chmod +x&amp;lt;/tt&amp;gt;). Ensure you have either Python or Ruby installed to run these scripts. If you have neither, you can type &amp;lt;tt&amp;gt;pkg_add -r python&amp;lt;/tt&amp;gt; to install python, or &amp;lt;tt&amp;gt;pkg_add -r ruby&amp;lt;/tt&amp;gt; to install Ruby via packages.&lt;br /&gt;
&lt;br /&gt;
Once you have downloaded and set the script to executable, you can them download the EasyList adblock list.&lt;br /&gt;
To do this, move the EastList list to the same directory as the adblock conversion script, then type &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./adblock2polipo.py easylist.txt &amp;gt;&amp;gt; /usr/local/etc/polipo/forbidden&amp;lt;/pre&amp;gt; for the Python script&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./adblock2polipo.rb easylist.txt &amp;gt;&amp;gt; /usr/local/etc/polipo/forbidden&amp;lt;/pre&amp;gt; for the Ruby script&lt;br /&gt;
&lt;br /&gt;
This will block ads based on the rules in the list that was downloaded.&lt;br /&gt;
&lt;br /&gt;
You can now (re)start Polipo by executing&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/usr/local/etc/rc.d/polipo restart&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Legios</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Polipo</id>
		<title>Polipo</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Polipo"/>
				<updated>2011-06-12T13:30:19Z</updated>
		
		<summary type="html">&lt;p&gt;Legios: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Ports and Packages]]&lt;br /&gt;
'''Polipo''' is a caching proxy server.  Installing this port enables both caching of web pages and filtering of content.  &lt;br /&gt;
&lt;br /&gt;
To install this program, you can either install it as a package using &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pkg_add -r polipo&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or build it by doing&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /usr/ports/www/polipo &amp;amp;&amp;amp; make install clean&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The default configuration file is at &amp;lt;tt&amp;gt;/usr/local/etc/polipo/config.sample&amp;lt;/tt&amp;gt;.&lt;br /&gt;
This file should be updated then moved to &amp;lt;tt&amp;gt;/usr/local/etc/polipo/config&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To enable Polipo, the user should add &amp;lt;tt&amp;gt;polipo_enable=&amp;quot;YES&amp;quot;&amp;lt;/tt&amp;gt; to &amp;lt;tt&amp;gt;/etc/rc.conf&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you wish to enable adblocking using polipo, there are two scripts which can parse adblock lists (such as https://easylist-downloads.adblockplus.org/easylist.txt)&lt;br /&gt;
&lt;br /&gt;
For Python there is http://www.legios.org/scripts/adblock2polipo.py.&lt;br /&gt;
&lt;br /&gt;
For Ruby there is  http://www.legios.org/scripts/adblock2polipo.rb.&lt;br /&gt;
&lt;br /&gt;
To use these scripts, download them and make them executable (chmod +x). Ensure you have either Python or Ruby installed to run these scripts. If you have neither, you can type &amp;lt;tt&amp;gt;pkg_add -r python&amp;lt;/tt&amp;gt; to install python, or &amp;lt;tt&amp;gt;pkg_add -r ruby&amp;lt;/tt&amp;gt; to install Ruby.&lt;br /&gt;
&lt;br /&gt;
Once you have downloaded and set the script to executable, you can them download the EasyList adblock list.&lt;br /&gt;
To do this, move the EastList list to the same directory as the adblock conversion script, then type &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./adblock2polipo.py easylist.txt &amp;gt;&amp;gt; /usr/local/etc/polipo/forbidden&amp;lt;/pre&amp;gt; for the Python script&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./adblock2polipo.rb easylist.txt &amp;gt;&amp;gt; /usr/local/etc/polipo/forbidden&amp;lt;/pre&amp;gt; for the Ruby script&lt;br /&gt;
&lt;br /&gt;
This will block ads based on the rules in the list that was downloaded.&lt;br /&gt;
&lt;br /&gt;
You can now (re)start Polipo by executing&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/usr/local/etc/rc.d/polipo restart&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Legios</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Polipo</id>
		<title>Polipo</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Polipo"/>
				<updated>2011-06-12T13:23:50Z</updated>
		
		<summary type="html">&lt;p&gt;Legios: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Ports and Packages]]&lt;br /&gt;
'''Polipo''' is a caching proxy server.  Installing this port enables both caching of web pages and filtering of content.  &lt;br /&gt;
&lt;br /&gt;
To install this program, you can either install it as a package using &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pkg_add -r polipo&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or build it by doing&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /usr/ports/www/polipo &amp;amp;&amp;amp; make install clean&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The default configuration file is at &amp;lt;tt&amp;gt;/usr/local/etc/polipo/config.sample&amp;lt;/tt&amp;gt;.&lt;br /&gt;
This file should be updated then moved to &amp;lt;tt&amp;gt;/usr/local/etc/polipo/config&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To enable Polipo, the user should add &amp;lt;tt&amp;gt;polipo_enable=&amp;quot;YES&amp;quot;&amp;lt;/tt&amp;gt; to &amp;lt;tt&amp;gt;/etc/rc.conf&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you wish to enable adblocking using polipo, there are two scripts which can parse adblock lists (such as https://easylist-downloads.adblockplus.org/easylist.txt)&lt;br /&gt;
&lt;br /&gt;
For Python there is http://www.legios.org/scripts/adblock2polipo.py|adblock2polipo.py.&lt;br /&gt;
&lt;br /&gt;
For Ruby there is  http://www.legios.org/scripts/adblock2polipo.rb|adblock2polipo.rb.&lt;br /&gt;
&lt;br /&gt;
To use these scripts, download them and make them executable (chmod +x). Ensure you have either Python or Ruby installed to run these scripts. If you have neither, you can type &amp;lt;tt&amp;gt;pkg_add -r python&amp;lt;/tt&amp;gt; to install python, or &amp;lt;tt&amp;gt;pkg_add -r ruby&amp;lt;/tt&amp;gt; to install Ruby.&lt;br /&gt;
&lt;br /&gt;
Once you have downloaded and set the script to executable, you can them download the EasyList adblock list.&lt;br /&gt;
To do this, move the EastList list to the same directory as the adblock conversion script, then type &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./adblock2polipo.py easylist.txt &amp;gt;&amp;gt; /usr/local/etc/polipo/forbidden&amp;lt;/pre&amp;gt; for the Python script&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./adblock2polipo.rb easylist.txt &amp;gt;&amp;gt; /usr/local/etc/polipo/forbidden&amp;lt;/pre&amp;gt; for the Ruby script&lt;br /&gt;
&lt;br /&gt;
This will block ads based on the rules in the list that was downloaded.&lt;br /&gt;
&lt;br /&gt;
You can now (re)start Polipo by executing&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/usr/local/etc/rc.d/polipo restart&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Legios</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Polipo</id>
		<title>Polipo</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Polipo"/>
				<updated>2011-06-12T13:21:24Z</updated>
		
		<summary type="html">&lt;p&gt;Legios: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Ports and Packages]]&lt;br /&gt;
'''Polipo''' is a caching proxy server.  Installing this port enables both caching of web pages and filtering of content.  &lt;br /&gt;
&lt;br /&gt;
To install this program, you can either install it as a package using &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pkg_add -r polipo&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or build it by doing&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /usr/ports/www/polipo &amp;amp;&amp;amp; make install clean&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The default configuration file is at &amp;lt;tt&amp;gt;/usr/local/etc/polipo/config.sample&amp;lt;/tt&amp;gt;.&lt;br /&gt;
This file should be updated then moved to &amp;lt;tt&amp;gt;/usr/local/etc/polipo/config&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To enable Polipo, the user should add &amp;lt;tt&amp;gt;polipo_enable=&amp;quot;YES&amp;quot;&amp;lt;/tt&amp;gt; to &amp;lt;tt&amp;gt;/etc/rc.conf&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you wish to enable adblocking using polipo, there are two scripts which can parse adblock lists (such as https://easylist-downloads.adblockplus.org/easylist.txt)&lt;br /&gt;
&lt;br /&gt;
For Python there is http://www.legios.org/scripts/adblock2polipo.py|adblock2polipo.py.&lt;br /&gt;
&lt;br /&gt;
For Ruby there is  http://www.legios.org/scripts/adblock2polipo.rb|adblock2polipo.rb.&lt;br /&gt;
&lt;br /&gt;
To use these scripts, download them and make them executable (chmod +x). Ensure you have either Python or Ruby installed to run these scripts. If you have neither, you can type &amp;lt;tt&amp;gt;pkg_add -r python&amp;lt;/tt&amp;gt; to install python, or &amp;lt;tt&amp;gt;pkg_add -r ruby&amp;lt;/tt&amp;gt; to install Ruby.&lt;br /&gt;
&lt;br /&gt;
Once you have downloaded and set the script to executable, you can them download the EasyList adblock list.&lt;br /&gt;
To do this, move the EastList list to the same directory as the adblock conversion script, then type &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./adblock2polipo.py easylist.txt &amp;gt;&amp;gt; /usr/local/etc/polipo/forbidden&amp;lt;/pre&amp;gt; for the Python scrip&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./adblock2polipo.rb easylist.txt &amp;gt;&amp;gt; /usr/local/etc/polipo/forbidden&amp;lt;/pre&amp;gt; for the Ruby script&lt;br /&gt;
&lt;br /&gt;
This will block ads based on the rules in the list that was downloaded.&lt;/div&gt;</summary>
		<author><name>Legios</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Polipo</id>
		<title>Polipo</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Polipo"/>
				<updated>2011-06-12T13:20:56Z</updated>
		
		<summary type="html">&lt;p&gt;Legios: Created new page for Polipo. Still a work in progress but a start...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Ports and Packages]]&lt;br /&gt;
'''Polipo''' is a caching proxy server.  Installing this port enables both caching of web pages and filtering of content.  &lt;br /&gt;
&lt;br /&gt;
To install this program, you can either install it as a package using &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pkg_add -r polipo&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or build it by doing&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /usr/ports/www/polipo &amp;amp;&amp;amp; make install clean&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The default configuration file is at &amp;lt;tt&amp;gt;/usr/local/etc/polipo/config.sample&amp;lt;/tt&amp;gt;&lt;br /&gt;
This file should be updated then moved to &amp;lt;tt&amp;gt;/usr/local/etc/polipo/config&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To enable Polipo, the user should add &amp;lt;tt&amp;gt;polipo_enable=&amp;quot;YES&amp;quot;&amp;lt;/tt&amp;gt; to &amp;lt;tt&amp;gt;/etc/rc.conf&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you wish to enable adblocking using polipo, there are two scripts which can parse adblock lists (such as https://easylist-downloads.adblockplus.org/easylist.txt)&lt;br /&gt;
&lt;br /&gt;
For Python there is http://www.legios.org/scripts/adblock2polipo.py|adblock2polipo.py.&lt;br /&gt;
&lt;br /&gt;
For Ruby there is  http://www.legios.org/scripts/adblock2polipo.rb|adblock2polipo.rb.&lt;br /&gt;
&lt;br /&gt;
To use these scripts, download them and make them executable (chmod +x). Ensure you have either Python or Ruby installed to run these scripts. If you have neither, you can type &amp;lt;tt&amp;gt;pkg_add -r python&amp;lt;/tt&amp;gt; to install python, or &amp;lt;tt&amp;gt;pkg_add -r ruby&amp;lt;/tt&amp;gt; to install Ruby.&lt;br /&gt;
&lt;br /&gt;
Once you have downloaded and set the script to executable, you can them download the EasyList adblock list.&lt;br /&gt;
To do this, move the EastList list to the same directory as the adblock conversion script, then type &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./adblock2polipo.py easylist.txt &amp;gt;&amp;gt; /usr/local/etc/polipo/forbidden&amp;lt;/pre&amp;gt; for the Python scrip&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./adblock2polipo.rb easylist.txt &amp;gt;&amp;gt; /usr/local/etc/polipo/forbidden&amp;lt;/pre&amp;gt; for the Ruby script&lt;br /&gt;
&lt;br /&gt;
This will block ads based on the rules in the list that was downloaded.&lt;/div&gt;</summary>
		<author><name>Legios</name></author>	</entry>

	</feed>