<?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"
	>

<channel>
	<title>Christoph Champ</title>
	<atom:link href="http://blog.christophchamp.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.christophchamp.com</link>
	<description>A Linux blog (and other stuff)</description>
	<pubDate>Thu, 29 Mar 2007 04:47:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>iftab</title>
		<link>http://blog.christophchamp.com/index.php/2007/03/29/iftab/</link>
		<comments>http://blog.christophchamp.com/index.php/2007/03/29/iftab/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 23:40:38 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
		
		<category><![CDATA[CLI]]></category>

		<guid isPermaLink="false">http://blog.christophchamp.com/index.php/2007/03/29/iftab/</guid>
		<description><![CDATA[In this article, I discuss the /etc/iftab file. This file contains descriptive information about the various network interfaces. iftab is only used by the program ifrename to assign a consistent network interface name to each network interface.
/etc/iftab defines a set of mappings. Each mapping contains an interface name and a set of selectors. The selectors [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://wiki.christophchamp.com/index.php/Iftab">this article</a>, I discuss the <strong>/etc/iftab file</strong>. This file contains descriptive information about the various network interfaces. iftab is only used by the program ifrename to assign a consistent network interface name to each network interface.</p>
<p>/etc/iftab defines a set of mappings. Each mapping contains an interface name and a set of selectors. The selectors allow ifrename to identify each network interface on the system. If a network interface matches all descriptors of a mapping, ifrename attempt to change the name of the interface to the interface name given by the mapping.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christophchamp.com/index.php/2007/03/29/iftab/feed/</wfw:commentRss>
		</item>
		<item>
		<title>.netrc</title>
		<link>http://blog.christophchamp.com/index.php/2006/09/05/netrc/</link>
		<comments>http://blog.christophchamp.com/index.php/2006/09/05/netrc/#comments</comments>
		<pubDate>Tue, 05 Sep 2006 01:04:00 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
		
		<category><![CDATA[CLI]]></category>

		<guid isPermaLink="false">http://blog.christophchamp.com/index.php/2006/09/05/netrc/</guid>
		<description><![CDATA[In this article, I discuss the .netrc file. It contains configuration and autologin information for the File Transfer Protocol client ftp.
]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://wiki.christophchamp.com/index.php/.netrc">this article</a>, I discuss the <strong>.netrc file</strong>. It contains configuration and autologin information for the File Transfer Protocol client ftp.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christophchamp.com/index.php/2006/09/05/netrc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>axel</title>
		<link>http://blog.christophchamp.com/index.php/2006/09/05/axel/</link>
		<comments>http://blog.christophchamp.com/index.php/2006/09/05/axel/#comments</comments>
		<pubDate>Tue, 05 Sep 2006 00:46:51 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
		
		<category><![CDATA[CLI]]></category>

		<guid isPermaLink="false">http://blog.christophchamp.com/index.php/2006/09/05/axel/</guid>
		<description><![CDATA[In this article, I discuss axel; a command line tool similar to wget. The difference is that it is both an accelerator and it splits the file into multiple pieces.
Axel accomplishes its speed performance by opening more than one connection at a time, effectively multiplying allowable bandwidth.
]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://wiki.christophchamp.com/index.php/Axel_%28command%29">this article</a>, I discuss <strong>axel</strong>; a command line tool similar to <a href="http://wiki.christophchamp.com/index.php/Wget_%28command%29">wget</a>. The difference is that it is both an accelerator and it splits the file into multiple pieces.</p>
<p>Axel accomplishes its speed performance by opening more than one connection at a time, effectively multiplying allowable bandwidth.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christophchamp.com/index.php/2006/09/05/axel/feed/</wfw:commentRss>
		</item>
		<item>
		<title>agrep</title>
		<link>http://blog.christophchamp.com/index.php/2006/08/24/agrep/</link>
		<comments>http://blog.christophchamp.com/index.php/2006/08/24/agrep/#comments</comments>
		<pubDate>Thu, 24 Aug 2006 04:08:30 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
		
		<category><![CDATA[CLI]]></category>

		<guid isPermaLink="false">http://blog.christophchamp.com/index.php/2006/08/24/agrep/</guid>
		<description><![CDATA[In this article, I discuss agrep (approximate grep); a &#8220;fuzzy string searching&#8221; program or command line tool for use with the Linux operating system.
It selects the best-suited algorithm for the current query from a variety of the known fastest (built-in) string searching algorithms, including a bitap algorithm based on Levenshtein distances.
agrep is also the search [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://wiki.christophchamp.com/index.php/Agrep_%28command%29">this article</a>, I discuss <strong>agrep</strong> (approximate grep); a &#8220;fuzzy string searching&#8221; program or command line tool for use with the Linux operating system.</p>
<p>It selects the best-suited algorithm for the current query from a variety of the known fastest (built-in) string searching algorithms, including a bitap algorithm based on Levenshtein distances.</p>
<p>agrep is also the search engine in the indexer program GLIMPSE. It is free for private and non-commercial use only, and belongs to the University of Arizona.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christophchamp.com/index.php/2006/08/24/agrep/feed/</wfw:commentRss>
		</item>
		<item>
		<title>cdrtools</title>
		<link>http://blog.christophchamp.com/index.php/2006/07/24/cdrtools/</link>
		<comments>http://blog.christophchamp.com/index.php/2006/07/24/cdrtools/#comments</comments>
		<pubDate>Mon, 24 Jul 2006 02:29:27 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
		
		<category><![CDATA[CLI]]></category>

		<guid isPermaLink="false">http://blog.christophchamp.com/index.php/2006/07/24/cdrtools/</guid>
		<description><![CDATA[In this article, I discuss cdrtools (formerly known as cdrecord); an open source CD/DVD authoring program.
]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://wiki.christophchamp.com/index.php/Cdrtools">this article</a>, I discuss <strong>cdrtools</strong> (formerly known as <strong>cdrecord</strong>); an open source CD/DVD authoring program.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christophchamp.com/index.php/2006/07/24/cdrtools/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Category: Linux Command Line Tools</title>
		<link>http://blog.christophchamp.com/index.php/2006/05/22/category_linux_command_line_tools/</link>
		<comments>http://blog.christophchamp.com/index.php/2006/05/22/category_linux_command_line_tools/#comments</comments>
		<pubDate>Mon, 22 May 2006 22:58:30 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
		
		<category><![CDATA[CLI]]></category>

		<guid isPermaLink="false">http://blog.christophchamp.com/index.php/2006/05/22/category_linux_command_line_tools/</guid>
		<description><![CDATA[Introducing my new category Linux Command Line Tools
This category will contain information on Linux command line tools, which operate via a command line interface (or CLI; sometimes incorrectly referred to as the &#8220;Command Prompt&#8221;).
A program that implements such interface is often called a command line interpreter or shell. Examples include the various Unix shells (sh, [...]]]></description>
			<content:encoded><![CDATA[<p>Introducing my new category <a href="http://wiki.christophchamp.com/index.php/Category:Linux_Command_Line_Tools">Linux Command Line Tools</a></p>
<p>This category will contain information on Linux command line tools, which operate via a command line interface (or CLI; sometimes incorrectly referred to as the &#8220;Command Prompt&#8221;).</p>
<p>A program that implements such interface is often called a command line interpreter or shell. Examples include the various Unix shells (sh, ksh, csh, tcsh, bash, etc.). All &#8220;tools&#8221; listed in this category would be executed via a shell.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christophchamp.com/index.php/2006/05/22/category_linux_command_line_tools/feed/</wfw:commentRss>
		</item>
		<item>
		<title>AWK programming language</title>
		<link>http://blog.christophchamp.com/index.php/2005/12/14/awk_programming_language/</link>
		<comments>http://blog.christophchamp.com/index.php/2005/12/14/awk_programming_language/#comments</comments>
		<pubDate>Wed, 14 Dec 2005 22:23:55 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
		
		<category><![CDATA[CLI]]></category>

		<guid isPermaLink="false">http://blog.christophchamp.com/index.php/2005/12/14/awk_programming_language/</guid>
		<description><![CDATA[In this aritcle, I discuss the AWK programming language; a general purpose scripting language that is designed for processing text based data, either in files or data streams.
]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://wiki.christophchamp.com/index.php/AWK_programming_language">this aritcle</a>, I discuss the <strong>AWK programming language</strong>; a general purpose scripting language that is designed for processing text based data, either in files or data streams.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christophchamp.com/index.php/2005/12/14/awk_programming_language/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Blogger.com</title>
		<link>http://blog.christophchamp.com/index.php/2005/10/17/bloggercom/</link>
		<comments>http://blog.christophchamp.com/index.php/2005/10/17/bloggercom/#comments</comments>
		<pubDate>Mon, 17 Oct 2005 19:31:34 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
		
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://blog.christophchamp.com/index.php/2005/10/17/bloggercom/</guid>
		<description><![CDATA[So, I started a new blog over at Blogger.com. I will use this one to host my pictures so I don&#8217;t eat up my bandwidth here.
]]></description>
			<content:encoded><![CDATA[<p>So, I started a new blog over at <a href="http://christophchamp.blogspot.com/">Blogger.com</a>. I will use this one to host my pictures so I don&#8217;t eat up my bandwidth here.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christophchamp.com/index.php/2005/10/17/bloggercom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>About me . . .</title>
		<link>http://blog.christophchamp.com/index.php/2005/03/19/about-me/</link>
		<comments>http://blog.christophchamp.com/index.php/2005/03/19/about-me/#comments</comments>
		<pubDate>Sun, 20 Mar 2005 03:37:13 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.christophchamp.com/?p=2</guid>
		<description><![CDATA[Please see the following for more about me:
- Christoph Champ (about)
And, the following for my CV:
- Curriculum Vitae
]]></description>
			<content:encoded><![CDATA[<p>Please see the following for more about me:<br />
- <a href="http://wiki.christophchamp.com/index.php/Christoph_Champ">Christoph Champ (about)</a></p>
<p>And, the following for my CV:<br />
- <a href="http://wiki.christophchamp.com/index.php/Curriculum_Vitae">Curriculum Vitae</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christophchamp.com/index.php/2005/03/19/about-me/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bergen, Norway - Summer 1997</title>
		<link>http://blog.christophchamp.com/index.php/1997/08/17/23/</link>
		<comments>http://blog.christophchamp.com/index.php/1997/08/17/23/#comments</comments>
		<pubDate>Sun, 17 Aug 1997 05:31:29 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
		
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://blog.christophchamp.com/index.php/2005/04/06/23/</guid>
		<description><![CDATA[Thoughts on my visit to this city.]]></description>
			<content:encoded><![CDATA[<p>A university town. One of the most beautiful cities in Europe, if not the world! The people Bergen are more Germanic (in their looks, customs, and even speech). A favourite saying, “We’re not from Norway, we’re from Bergen!” They are proud of what they are and have good cause for it. Beautiful city!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christophchamp.com/index.php/1997/08/17/23/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
