<?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; bash</title>
	<atom:link href="http://bredsaal.dk/tag/bash/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>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>
	</channel>
</rss>
