<?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; Commandline</title>
	<atom:link href="http://www.beulbek.nl/cat/commandline/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>Extracting a multi-file ZIP archive</title>
		<link>http://www.beulbek.nl/2009/08/17/extracting-a-multi-file-zip-archive/</link>
		<comments>http://www.beulbek.nl/2009/08/17/extracting-a-multi-file-zip-archive/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 21:04:51 +0000</pubDate>
		<dc:creator>Jaap</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Commandline]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Unix general]]></category>

		<guid isPermaLink="false">http://www.beulbek.nl/?p=480</guid>
		<description><![CDATA[When you&#8217;ve downloaded a multi-file zip archive, from let&#8217;s say, rapidshare, it&#8217;s quite easy to unzip it. For example, the arive was split up into

file.z01
file.z02
file.zip

Here&#8217;s howto unzip &#8216;em:

echo file.z* &#62; newfile.zip
zip -F newfile.zip
unzip newfile.zip

]]></description>
		<wfw:commentRss>http://www.beulbek.nl/2009/08/17/extracting-a-multi-file-zip-archive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Installing DIG on the EEE pc</title>
		<link>http://www.beulbek.nl/2009/03/12/installing-dig-on-the-eee-pc/</link>
		<comments>http://www.beulbek.nl/2009/03/12/installing-dig-on-the-eee-pc/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 11:24:17 +0000</pubDate>
		<dc:creator>Jaap</dc:creator>
				<category><![CDATA[Commandline]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[EEE]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[apt-get]]></category>

		<guid isPermaLink="false">http://www.beulbek.nl/?p=458</guid>
		<description><![CDATA[I wanted to install &#8216;dig&#8217; on my EEE. Here&#8217;s a quick howto.

Start by adding the Debian repositories to your sources: Open Synaptic.  Click Settings, then Repositories.  In the URI box, put http://http.us.debian.org/debian/. In the Distribution box, put etch.  In the Section:s box put main contrib non-free.  Click OK, the the Reload [...]]]></description>
		<wfw:commentRss>http://www.beulbek.nl/2009/03/12/installing-dig-on-the-eee-pc/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>
	</channel>
</rss>
