<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Adblock with bfilter</title>
	<atom:link href="http://blog.bodhizazen.net/linux/adblock-with-bfilter/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bodhizazen.net/linux/adblock-with-bfilter/</link>
	<description>A LAMP in the Samsara</description>
	<lastBuildDate>Tue, 31 Jan 2012 20:20:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: bodhi.zazen</title>
		<link>http://blog.bodhizazen.net/linux/adblock-with-bfilter/comment-page-1/#comment-1618</link>
		<dc:creator>bodhi.zazen</dc:creator>
		<pubDate>Wed, 07 Apr 2010 14:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=613#comment-1618</guid>
		<description>remus: Sad but true, bfilter was removed from the Ubuntu (Lucid) repository.

The bfilter home page is here :

http://bfilter.sourceforge.net/

Use the &quot;autopackage&quot;

http://prdownloads.sourceforge.net/bfilter/bfilter-gui-1.1.4.x86.package?download

The autopackage is gui only.

wget http://prdownloads.sourceforge.net/bfilter/bfilter-gui-1.1.4.x86.package?download

chmod a+x bfilter-gui-1.1.4.x86.package
sudo ./bfilter-gui-1.1.4.x86.package

Answer Y to downloading and installing.

Your other option would be to convert to an alternate proxy, I suggest you consider Privoxy.

Privoxy is in the Ubuntu repos and includes adblocking.</description>
		<content:encoded><![CDATA[<p>remus: Sad but true, bfilter was removed from the Ubuntu (Lucid) repository.</p>
<p>The bfilter home page is here :</p>
<p><a href="http://bfilter.sourceforge.net/" rel="nofollow">http://bfilter.sourceforge.net/</a></p>
<p>Use the &#8220;autopackage&#8221;</p>
<p><a href="http://prdownloads.sourceforge.net/bfilter/bfilter-gui-1.1.4.x86.package?download" rel="nofollow">http://prdownloads.sourceforge.net/bfilter/bfilter-gui-1.1.4.x86.package?download</a></p>
<p>The autopackage is gui only.</p>
<p>wget <a href="http://prdownloads.sourceforge.net/bfilter/bfilter-gui-1.1.4.x86.package?download" rel="nofollow">http://prdownloads.sourceforge.net/bfilter/bfilter-gui-1.1.4.x86.package?download</a></p>
<p>chmod a+x bfilter-gui-1.1.4.x86.package<br />
sudo ./bfilter-gui-1.1.4.x86.package</p>
<p>Answer Y to downloading and installing.</p>
<p>Your other option would be to convert to an alternate proxy, I suggest you consider Privoxy.</p>
<p>Privoxy is in the Ubuntu repos and includes adblocking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: remus</title>
		<link>http://blog.bodhizazen.net/linux/adblock-with-bfilter/comment-page-1/#comment-1611</link>
		<dc:creator>remus</dc:creator>
		<pubDate>Wed, 07 Apr 2010 08:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=613#comment-1611</guid>
		<description>sadly this project seems to be down

cant install it with ubuntu lucid, not in repo and debian packages failed to install due to conflicts with libboost-program, even launchpad branch is outdated</description>
		<content:encoded><![CDATA[<p>sadly this project seems to be down</p>
<p>cant install it with ubuntu lucid, not in repo and debian packages failed to install due to conflicts with libboost-program, even launchpad branch is outdated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bodhi.zazen</title>
		<link>http://blog.bodhizazen.net/linux/adblock-with-bfilter/comment-page-1/#comment-1355</link>
		<dc:creator>bodhi.zazen</dc:creator>
		<pubDate>Sun, 06 Dec 2009 16:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=613#comment-1355</guid>
		<description>No, but it is necessary if you are setting up multiple users (which is why I included the information).</description>
		<content:encoded><![CDATA[<p>No, but it is necessary if you are setting up multiple users (which is why I included the information).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chascon</title>
		<link>http://blog.bodhizazen.net/linux/adblock-with-bfilter/comment-page-1/#comment-1353</link>
		<dc:creator>Chascon</dc:creator>
		<pubDate>Sat, 05 Dec 2009 04:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=613#comment-1353</guid>
		<description>The following command is not necessary.
sudo chown you:you /home/your_user/.bfilter/urls.local

Because if you copy the urls.local as a regular user, you&#039;ll get a copy under the ownership of the user that issues the cp
cp /etc/bfilter/urls.local /home/your_user/.bfilter/urls.local

You can then write the cp and also add in kill and invoke bfilter-gui commands into one script.

Thanks for your scripts.</description>
		<content:encoded><![CDATA[<p>The following command is not necessary.<br />
sudo chown you:you /home/your_user/.bfilter/urls.local</p>
<p>Because if you copy the urls.local as a regular user, you&#8217;ll get a copy under the ownership of the user that issues the cp<br />
cp /etc/bfilter/urls.local /home/your_user/.bfilter/urls.local</p>
<p>You can then write the cp and also add in kill and invoke bfilter-gui commands into one script.</p>
<p>Thanks for your scripts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bodhi.zazen</title>
		<link>http://blog.bodhizazen.net/linux/adblock-with-bfilter/comment-page-1/#comment-990</link>
		<dc:creator>bodhi.zazen</dc:creator>
		<pubDate>Tue, 01 Sep 2009 23:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=613#comment-990</guid>
		<description>jdong: done -

http://bodhizazen.net/aa-profiles/bodhizazen/ubuntu-9.04/usr.bin.bfilter

Of if you prefer the gui :

http://bodhizazen.net/aa-profiles/bodhizazen/ubuntu-8.04/usr.bin.bfilter-gui</description>
		<content:encoded><![CDATA[<p>jdong: done -</p>
<p><a href="http://bodhizazen.net/aa-profiles/bodhizazen/ubuntu-9.04/usr.bin.bfilter" rel="nofollow">http://bodhizazen.net/aa-profiles/bodhizazen/ubuntu-9.04/usr.bin.bfilter</a></p>
<p>Of if you prefer the gui :</p>
<p><a href="http://bodhizazen.net/aa-profiles/bodhizazen/ubuntu-8.04/usr.bin.bfilter-gui" rel="nofollow">http://bodhizazen.net/aa-profiles/bodhizazen/ubuntu-8.04/usr.bin.bfilter-gui</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jdong</title>
		<link>http://blog.bodhizazen.net/linux/adblock-with-bfilter/comment-page-1/#comment-989</link>
		<dc:creator>jdong</dc:creator>
		<pubDate>Tue, 01 Sep 2009 19:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=613#comment-989</guid>
		<description>Haha ok now all you need is an AppArmor profile for the daemon and the fetcher scripts ;-)

But I&#039;m serious! This is a good candidate for confinement.</description>
		<content:encoded><![CDATA[<p>Haha ok now all you need is an AppArmor profile for the daemon and the fetcher scripts ;-)</p>
<p>But I&#8217;m serious! This is a good candidate for confinement.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

