<?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>Beulbek &#187; Ubuntu</title>
	<atom:link href="http://www.beulbek.nl/cat/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beulbek.nl</link>
	<description>Technical info and other nerdstuff</description>
	<lastBuildDate>Fri, 19 Feb 2010 23:03:28 +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>Adding privacyand anonymity to the EEE by installing TOR and privoxy</title>
		<link>http://www.beulbek.nl/2009/03/21/adding-privacyand-anonymity-to-the-eee-by-installing-tor-and-privoxy/</link>
		<comments>http://www.beulbek.nl/2009/03/21/adding-privacyand-anonymity-to-the-eee-by-installing-tor-and-privoxy/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 13:29:57 +0000</pubDate>
		<dc:creator>Jaap</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Commandline]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[EEE]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix general]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[cURL]]></category>

		<guid isPermaLink="false">http://www.beulbek.nl/?p=462</guid>
		<description><![CDATA[This too, is an easy one:
echo deb http://mirror.noreply.org/pub/tor/ sarge main &#62;&#62;
/etc/apt/sources.list
sudo apt-get update
sudo apt-get upgrade
gpg --keyserver subkeys.pgp.net --recv CFF71CB3AFA44BDD
gpg --export --armor CFF71CB3AFA44BDD &#124; apt-key add -
sudo apt-get install tor
sudo apt-get install privoxy
Edit the config file as described on the documentation page and restart privoxy. Add Torbutton to your Firefox to tell it to use privoxy [...]]]></description>
		<wfw:commentRss>http://www.beulbek.nl/2009/03/21/adding-privacyand-anonymity-to-the-eee-by-installing-tor-and-privoxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The following signatures couldn&#8217;t be verified because the public key is not available: NO_PUBKEY F13930B14BB9F05F</title>
		<link>http://www.beulbek.nl/2009/02/24/the-following-signatures-couldnt-be-verified-because-the-public-key-is-not-available-no_pubkey-f13930b14bb9f05f/</link>
		<comments>http://www.beulbek.nl/2009/02/24/the-following-signatures-couldnt-be-verified-because-the-public-key-is-not-available-no_pubkey-f13930b14bb9f05f/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 21:33:52 +0000</pubDate>
		<dc:creator>Jaap</dc:creator>
				<category><![CDATA[Commandline]]></category>
		<category><![CDATA[HTPC]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Logs]]></category>
		<category><![CDATA[Mediacenter]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[SABnzbd]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apt-get]]></category>

		<guid isPermaLink="false">http://www.beulbek.nl/?p=453</guid>
		<description><![CDATA[SABnzbD has a new release. It has been added to the PPA immediately, which is great. Updating the packages gave me an error:  The following signatures couldn&#8217;t be verified because the public key is not available: NO_PUBKEY F13930B14BB9F05F
Quick fix:
gpg --keyserver subkeys.pgp.net --recv F13930B14BB9F05F
Then enter the following:
gpg --export --armor F13930B14BB9F05F &#124; sudo apt-key add -
Then, to [...]]]></description>
		<wfw:commentRss>http://www.beulbek.nl/2009/02/24/the-following-signatures-couldnt-be-verified-because-the-public-key-is-not-available-no_pubkey-f13930b14bb9f05f/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating a patch-archive with modified files</title>
		<link>http://www.beulbek.nl/2009/02/13/creating-a-patch-archive-with-modified-files/</link>
		<comments>http://www.beulbek.nl/2009/02/13/creating-a-patch-archive-with-modified-files/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 12:03:51 +0000</pubDate>
		<dc:creator>Jaap</dc:creator>
				<category><![CDATA[Commandline]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix general]]></category>

		<guid isPermaLink="false">http://www.beulbek.nl/?p=448</guid>
		<description><![CDATA[Create a gzipped tarball containing all files that were modified today, in a given directory:
find . -mtime -1 -type f -print &#124; xargs tar -czvf myarchive.tar.gz
List all files in the  gzipped tarball:
tar -ztvf myarchive.tar.gz
Resources:
manpage &#8216;find&#8217;
manpage &#8216;tar&#8217;
]]></description>
		<wfw:commentRss>http://www.beulbek.nl/2009/02/13/creating-a-patch-archive-with-modified-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Putting it all together: An Ubuntu based mediacenter in the Antec Fusion Remote Black.</title>
		<link>http://www.beulbek.nl/2009/02/01/putting-it-all-together-an-ubuntu-based-mediacenter-in-the-antec-fusion-remote-black/</link>
		<comments>http://www.beulbek.nl/2009/02/01/putting-it-all-together-an-ubuntu-based-mediacenter-in-the-antec-fusion-remote-black/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 16:04:48 +0000</pubDate>
		<dc:creator>Jaap</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Commandline]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[HTPC]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Logitech]]></category>
		<category><![CDATA[Mediacenter]]></category>
		<category><![CDATA[SABnzbd]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[XBMC]]></category>
		<category><![CDATA[apt-get]]></category>

		<guid isPermaLink="false">http://www.beulbek.nl/?p=385</guid>
		<description><![CDATA[During the holidays, I finally decided to order the Antec Fusion Remote Black. With my Logitech Harmony working, I felt I had to finally put it all together. Doing so also enabled me to reinstall the entire software system and set it all up properly. Here&#8217;s the pros, but beware: there&#8217;s cons also!
One of the [...]]]></description>
		<wfw:commentRss>http://www.beulbek.nl/2009/02/01/putting-it-all-together-an-ubuntu-based-mediacenter-in-the-antec-fusion-remote-black/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installling XBMC on an Ubuntu based Mediacenter</title>
		<link>http://www.beulbek.nl/2008/12/26/installling-xbmc-on-an-ubuntu-based-mediacenter/</link>
		<comments>http://www.beulbek.nl/2008/12/26/installling-xbmc-on-an-ubuntu-based-mediacenter/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 16:21:42 +0000</pubDate>
		<dc:creator>Jaap</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[HTPC]]></category>
		<category><![CDATA[Mediacenter]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[XBMC]]></category>
		<category><![CDATA[apt-get]]></category>

		<guid isPermaLink="false">http://www.beulbek.nl/?p=367</guid>
		<description><![CDATA[ 
Now that I have got the Harmony working, I am reviewing my installation. Having seen some screenshots of XBMC, especially the Aeon Theme, I became enthousiastic immediately. I thought it was an Xbox-only programme, but it&#8217;s much more than that: packages are available for Mac, Linux and Windows. Here&#8217;s a report of the tries: [...]]]></description>
		<wfw:commentRss>http://www.beulbek.nl/2008/12/26/installling-xbmc-on-an-ubuntu-based-mediacenter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
