<?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>Jannich Brendle&#039;s blog &#187; hack</title>
	<atom:link href="http://bredsaal.dk/tag/hack/feed" rel="self" type="application/rss+xml" />
	<link>http://bredsaal.dk</link>
	<description>My name is Jannich - I blog!</description>
	<lastBuildDate>Mon, 12 Jul 2010 10:54:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Improving randomness and entropy in ubuntu 9.10</title>
		<link>http://bredsaal.dk/improving-randomness-and-entropy-in-ubuntu-9-10</link>
		<comments>http://bredsaal.dk/improving-randomness-and-entropy-in-ubuntu-9-10#comments</comments>
		<pubDate>Mon, 01 Mar 2010 19:59:44 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[randomness]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xubuntu]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=555</guid>
		<description><![CDATA[Some time ago I read about random numbers and the linux kernel. The problem was (and still is) that the linux kernel uses things like network activity and keyboard/mouse interrupts to gather entropy for its random number generator. So.. What is entropy? Entropy is a measure of the uncertainty associated with a random variable. This [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/improving-randomness-and-entropy-in-ubuntu-9-10/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>A little tip if you&#8217;re using IRSSI and screen</title>
		<link>http://bredsaal.dk/a-little-tip-if-youre-using-irssi-and-screen</link>
		<comments>http://bredsaal.dk/a-little-tip-if-youre-using-irssi-and-screen#comments</comments>
		<pubDate>Thu, 03 Dec 2009 07:00:45 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[bitesized]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shellscript]]></category>
		<category><![CDATA[xubuntu]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=400</guid>
		<description><![CDATA[This is a small shellscript I wrote, to ease starting irssi on my VPS: #!/bin/sh if screen -ls &#124; grep -q IRC ; then msn_pid=$(screen -ls &#124; grep IRC &#124; cut -f1 -d. &#124; sed 's/\t//') screen -r -d $msn_pid.IRC else screen -S IRC irssi fi If irssi is already running in screen, it resumes [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/a-little-tip-if-youre-using-irssi-and-screen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autoadjusting Linux VM Swappiness</title>
		<link>http://bredsaal.dk/autoadjusting-linux-vm-swappiness</link>
		<comments>http://bredsaal.dk/autoadjusting-linux-vm-swappiness#comments</comments>
		<pubDate>Wed, 28 Oct 2009 18:31:27 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=104</guid>
		<description><![CDATA[I was reading a blog post about adjusting the level of swapping done by the linux kernel, and I wrote a simple shell script to adjust this level, based on the load of the machine.]]></description>
		<wfw:commentRss>http://bredsaal.dk/autoadjusting-linux-vm-swappiness/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using electricsheep as a psycedelic background image in Xubuntu</title>
		<link>http://bredsaal.dk/using-electricsheep-as-a-psycedelic-background-image-in-xubuntu</link>
		<comments>http://bredsaal.dk/using-electricsheep-as-a-psycedelic-background-image-in-xubuntu#comments</comments>
		<pubDate>Fri, 16 Oct 2009 00:22:51 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[electricsheep]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[xubuntu]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/blog/Using+electricsheep+as+a+psycedelic+background+image+in+Xubuntu</guid>
		<description><![CDATA[[wp_campaign_2I am the type of person that will change my desktop background image VERY often because I feel that the image never really fits. Suddenly, I remembered that I'd used electricsheep a couple of years ago, and that it makes some pretty funky pictures, and I also remembered something about a commandline switch, to specify [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/using-electricsheep-as-a-psycedelic-background-image-in-xubuntu/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
