<?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; linux</title>
	<atom:link href="http://bredsaal.dk/tag/linux/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>Upgrading to OpenWRT 10.03 backfire on Asus WL-500gp</title>
		<link>http://bredsaal.dk/upgrading-to-openwrt-10-03-backfire-on-asus-wl-500gp</link>
		<comments>http://bredsaal.dk/upgrading-to-openwrt-10-03-backfire-on-asus-wl-500gp#comments</comments>
		<pubDate>Thu, 10 Jun 2010 18:57:35 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[happy]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[OpenWrt]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=973</guid>
		<description><![CDATA[I&#8217;ve just gotten a new internet connection, from TDC, which included a wireless router. That means that I can play with my Asus WL-500gp. The first step was upgrading to OpenWRT 10.03, which was really easy: cd /tmp/ wget http://downloads.openwrt.org/backfire/10.03/brcm47xx/openwrt-brcm47xx-squashfs.trx sysupgrade openwrt-brcm-2.4-squashfs.trx reboot Now it&#8217;s playtime!]]></description>
		<wfw:commentRss>http://bredsaal.dk/upgrading-to-openwrt-10-03-backfire-on-asus-wl-500gp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Downloading YouTube videos using Debian or Ubuntu</title>
		<link>http://bredsaal.dk/downloading-youtube-videos-using-debian-ubuntu</link>
		<comments>http://bredsaal.dk/downloading-youtube-videos-using-debian-ubuntu#comments</comments>
		<pubDate>Wed, 17 Feb 2010 01:42:37 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[command line tools]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xubuntu]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=561</guid>
		<description><![CDATA[Okay, this is a very short blogpost that will show you how to download videos from YouTube, using a command line tool found on debian and ubuntu. The program I&#8217;m talking about is youtube-dl and to install it, you should open a terminal window and type in the following: sudo apt-get install youtube-dl When youtube-dl [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/downloading-youtube-videos-using-debian-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Torchlight under Wine on Ubuntu 9.10</title>
		<link>http://bredsaal.dk/torchlight-under-wine-on-ubuntu-910</link>
		<comments>http://bredsaal.dk/torchlight-under-wine-on-ubuntu-910#comments</comments>
		<pubDate>Tue, 12 Jan 2010 23:59:00 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[torchlight]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wine]]></category>
		<category><![CDATA[xubuntu]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=467</guid>
		<description><![CDATA[This guide will explain to you how to run Torchlight in wine under Ubuntu 9.10. First, you must start a terminal. Next, install wine and do a little customization: sudo apt-get install wine wget http://www.kegel.com/wine/winetricks sh winetricks vcrun2008 directx9 wine /the/path/to/the/torchlight_installer.exe Now run winecfg, and click on Graphics-&#62;Emulate a virtual desktop to let wine emulate [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/torchlight-under-wine-on-ubuntu-910/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Backtrack 4 final released</title>
		<link>http://bredsaal.dk/backtrack-4-final-released</link>
		<comments>http://bredsaal.dk/backtrack-4-final-released#comments</comments>
		<pubDate>Tue, 12 Jan 2010 19:23:53 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=488</guid>
		<description><![CDATA[Yeeehaaaa! I just read on the full disclousure mailing list that backtrack 4 final has been released! And with the release, a new website for the project is also up: http://www.backtrack-linux.org/. If you&#8217;re into computer security, I suggest that you download backtrack 4 final from torrent, as per the text in the mail: The downloads [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/backtrack-4-final-released/feed</wfw:commentRss>
		<slash:comments>0</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>Compiling a new, cooler conky</title>
		<link>http://bredsaal.dk/compiling-a-new-cooler-conky</link>
		<comments>http://bredsaal.dk/compiling-a-new-cooler-conky#comments</comments>
		<pubDate>Tue, 10 Nov 2009 07:00:03 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[conky]]></category>
		<category><![CDATA[coolness]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=123</guid>
		<description><![CDATA[NOTICE: This is not the most updated version of the guide. Please see the blog post called &#8220;Compiling conky from git on ubuntu 9.10&#8221; for the actual details! From the conky website: Conky is a free, light-weight system monitor for X, that displays any information on your desktop. Conky is licensed under the GPL and [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/compiling-a-new-cooler-conky/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mapping host.domain.tld/path to /www/domain.tld/host/path in lighttpd</title>
		<link>http://bredsaal.dk/mapping-host-domain-tldpath-to-wwwtld-domainhostpath-in-lighttpd</link>
		<comments>http://bredsaal.dk/mapping-host-domain-tldpath-to-wwwtld-domainhostpath-in-lighttpd#comments</comments>
		<pubDate>Mon, 09 Nov 2009 23:06:17 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=277</guid>
		<description><![CDATA[Some time ago, I needed to have several subdomains working, without having to define them in lighttpd. The domains had to be mapped like this: bredsaal.domain.com -&#62; /var/www/domain.com/bredsaal/ testhomepage.domain.com -&#62; /var/www/domain.com/testhomepage/ and so on. Setting this up in lighttpd is actually VERY easy. First, you should enable mod_evhost in /etc/lighttpd/lighttpd.conf by removing the # in [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/mapping-host-domain-tldpath-to-wwwtld-domainhostpath-in-lighttpd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speeding up compiles</title>
		<link>http://bredsaal.dk/speeding-up-compiles</link>
		<comments>http://bredsaal.dk/speeding-up-compiles#comments</comments>
		<pubDate>Mon, 09 Nov 2009 07:00:02 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=267</guid>
		<description><![CDATA[As I were compiling wireshark, I thought about how much you could speed up a compile, by using multiple cores, which most computers have nowadays. Now, to use multiple cores/cpus to compile something, simply use the -j flag with make, like this make -j 4 which would cause the make program to use 4 cores, [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/speeding-up-compiles/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling wireshark from source on Ubuntu 9.10</title>
		<link>http://bredsaal.dk/compiling-wireshark-from-source-on-ubuntu-9-10</link>
		<comments>http://bredsaal.dk/compiling-wireshark-from-source-on-ubuntu-9-10#comments</comments>
		<pubDate>Mon, 09 Nov 2009 02:44:30 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wireshark]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=265</guid>
		<description><![CDATA[For some time I&#8217;ve wanted to write a wireshark protocol dissector, and today I finally got started. Of course, first I just wanted to compile wireshark from source, but the howto on wiresharks wiki page was pretty incomplete, so I decided to write down the necessary steps for building wireshark. First of, you have to [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/compiling-wireshark-from-source-on-ubuntu-9-10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
