<?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; debian</title>
	<atom:link href="http://bredsaal.dk/tag/debian/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>Running fsfuzzer 0.7 on Ubuntu or Debian</title>
		<link>http://bredsaal.dk/running-fsfuzzer-0-7-on-ubuntu-or-debian</link>
		<comments>http://bredsaal.dk/running-fsfuzzer-0-7-on-ubuntu-or-debian#comments</comments>
		<pubDate>Wed, 16 Jun 2010 12:43:50 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[fuzzing]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=983</guid>
		<description><![CDATA[fsfuzzer is a filesystem fuzzer tool that does stress testing of various filesystems in a reproducible and logged way. This tool creates initial valid filesystem images and then manipulates their binary format and structure for detecting flaws/bugs/design problems in the parsing/handling code for that particular filesystem. To install and run fsfuzzer on ubuntu or debian, [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/running-fsfuzzer-0-7-on-ubuntu-or-debian/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing HTTP AntiVirus Proxy (HAVP) to protect your computers from viruses</title>
		<link>http://bredsaal.dk/installing-http-antivirus-proxy-hav-to-protect-your-computers-from-viruses</link>
		<comments>http://bredsaal.dk/installing-http-antivirus-proxy-hav-to-protect-your-computers-from-viruses#comments</comments>
		<pubDate>Tue, 15 Jun 2010 12:13:18 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=979</guid>
		<description><![CDATA[Protecting your (windows) computers from viruses online is more important now than ever. That&#8217;s why the folks at server-side.de have developed HAVP, which is a proxy server that continuously scan incoming traffic for known viruses. It uses ClamAV, which is an open-source anti-virus toolkit for UNIX-like operating systems. ClamAV is designed for scanning emails for [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/installing-http-antivirus-proxy-hav-to-protect-your-computers-from-viruses/feed</wfw:commentRss>
		<slash:comments>0</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>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>A quick guide to debian metapackages</title>
		<link>http://bredsaal.dk/a-quick-guide-to-debian-metapackages</link>
		<comments>http://bredsaal.dk/a-quick-guide-to-debian-metapackages#comments</comments>
		<pubDate>Thu, 11 Jun 2009 19:16:22 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[metapackages]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/blog/A+quick+guide+to+debian+metapackages</guid>
		<description><![CDATA[A metapackage is a package which do not contain any files to be installed. Instead it have dependencies to other packages. There are several uses for metapackages, I use them for easy installation of packages I often use, when installing debian or xubuntu on a new computer. So just for this guide, I am going [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/a-quick-guide-to-debian-metapackages/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Installing java on a virtual private server (debian)</title>
		<link>http://bredsaal.dk/installing-java-on-a-virtual-private-server-debian</link>
		<comments>http://bredsaal.dk/installing-java-on-a-virtual-private-server-debian#comments</comments>
		<pubDate>Wed, 23 Jul 2008 23:14:08 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/blog/Installing+java+on+a+virtual+private+server+%28debian%29</guid>
		<description><![CDATA[If you want to use java on a virtual private server, you will quickly learn that it will not install without complications. To make it install, do this: apt-get install sun-java5-jdk # the first time, this will fail nano /var/lib/dpkg/info/sun-java5-bin.postinst Comment out this line: $basedir/bin/java -client -Xshare:dump &#62; /dev/null apt-get install sun-java5-jdk It will now [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/installing-java-on-a-virtual-private-server-debian/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosting internationlized domain names (IDN) with Tomcat</title>
		<link>http://bredsaal.dk/hosting-internationlized-domain-names-idn-with-tomcat</link>
		<comments>http://bredsaal.dk/hosting-internationlized-domain-names-idn-with-tomcat#comments</comments>
		<pubDate>Mon, 02 Jun 2008 13:56:49 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[idn]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/blog/Hosting+internationlized+domain+names+%28IDN%29+with+Tomcat</guid>
		<description><![CDATA[I recently registered the domainname drønenørd.dk for a moped club I am in. I made a website using JSP/servlets and would like to host it using tomcat. I opened up the server.xml file and added the line &#60;host name=&#8221;drønenørd.dk&#8221; appbase=&#8221;/var/lib/tomcat5.5/webapps/drønenørd.dk&#8221; autodeploy=&#8221;true&#8221;&#62;&#60;/host&#62; but that just won&#8217;t work. I then tried to replace the two occurrences with [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/hosting-internationlized-domain-names-idn-with-tomcat/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
