<?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; Unix general</title>
	<atom:link href="http://www.beulbek.nl/cat/unix-general/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>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>The font “Verdana” is corrupt and should be removed &#8211; part 2</title>
		<link>http://www.beulbek.nl/2008/11/17/the-font-verdana-is-corrupt-and-should-be-removed-part-2/</link>
		<comments>http://www.beulbek.nl/2008/11/17/the-font-verdana-is-corrupt-and-should-be-removed-part-2/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 18:41:30 +0000</pubDate>
		<dc:creator>Jaap</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Logs]]></category>
		<category><![CDATA[MacStuff]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Unix general]]></category>

		<guid isPermaLink="false">http://www.beulbek.nl/?p=303</guid>
		<description><![CDATA[Just after removing my FontCache, the Safari update of today required a restart. Guess what:
The font “Verdana” is corrupt and should be removed
I went back to MacinTouch.com where CS Lipp wrote about FontFinagler. I downloaded the program and installed it, hoping for a miracle. I removed the cache, but Excel kept whining about corrupt fonts. [...]]]></description>
		<wfw:commentRss>http://www.beulbek.nl/2008/11/17/the-font-verdana-is-corrupt-and-should-be-removed-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Gnokii and a Nokia 6310i to post text-messages (SMS) to a weblog</title>
		<link>http://www.beulbek.nl/2008/11/15/using-gnokii-and-a-6310i-to-post-to-a-weblog/</link>
		<comments>http://www.beulbek.nl/2008/11/15/using-gnokii-and-a-6310i-to-post-to-a-weblog/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 15:38:56 +0000</pubDate>
		<dc:creator>Jaap</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[BlueTooth]]></category>
		<category><![CDATA[Commandline]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Gnokii]]></category>
		<category><![CDATA[HTPC]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Logs]]></category>
		<category><![CDATA[MacStuff]]></category>
		<category><![CDATA[Mediacenter]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Testing]]></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=275</guid>
		<description><![CDATA[Using some old stuff to post messages to a weblog using a mobile phone.]]></description>
		<wfw:commentRss>http://www.beulbek.nl/2008/11/15/using-gnokii-and-a-6310i-to-post-to-a-weblog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
