<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5" -->
<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/"
>

<channel>
	<title>rumpfonline.de</title>
	<link>http://michael.rumpfonline.de</link>
	<description>cat /dev/mind</description>
	<pubDate>Fri, 20 Jan 2006 09:07:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5</generator>
	<language>en</language>

		<item>
		<title>Use Macintosh PostScript Type1 fonts in LaTex</title>
		<link>http://michael.rumpfonline.de/2006/01/13/use-macintosh-postscript1-fonts-in-latex/</link>
		<comments>http://michael.rumpfonline.de/2006/01/13/use-macintosh-postscript1-fonts-in-latex/#comments</comments>
		<pubDate>Fri, 13 Jan 2006 23:14:58 +0000</pubDate>
		<dc:creator>miru</dc:creator>
		
	<category>latex</category>
		<guid>http://michael.rumpfonline.de/2006/01/13/use-macintosh-postscript1-fonts-in-latex/</guid>
		<description><![CDATA[For a professional designed letter template I wanted to adapt the LaTex letter font to the font that is used by the template design. The designer of the letter template used the Univers font, that comes with the Macintosh operating system, and which contains the following files:

  Unive
  UniveBol
  UniveBla
  UniveLig


The [...]]]></description>
		<wfw:commentRSS>http://michael.rumpfonline.de/2006/01/13/use-macintosh-postscript1-fonts-in-latex/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>New version of smpppd-web</title>
		<link>http://michael.rumpfonline.de/2006/01/11/new-version-of-smpppd-web/</link>
		<comments>http://michael.rumpfonline.de/2006/01/11/new-version-of-smpppd-web/#comments</comments>
		<pubDate>Wed, 11 Jan 2006 20:46:24 +0000</pubDate>
		<dc:creator>miru</dc:creator>
		
	<category>linux</category>
	<category>developer</category>
	<category>perl</category>
		<guid>http://michael.rumpfonline.de/2006/01/11/new-version-of-smpppd-web/</guid>
		<description><![CDATA[The original versions of smppd-web by Christopher Hofmann neither support adding and removing links on the fly nor do they support dial-on-demand ISDN interfaces. That is the reason why I extended the original codebase by these features.
Further more the users for which I developed the software are german speaking only so that gettext support was [...]]]></description>
		<wfw:commentRSS>http://michael.rumpfonline.de/2006/01/11/new-version-of-smpppd-web/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Setting up a free Microsoft debugging environment on Windows XP</title>
		<link>http://michael.rumpfonline.de/2005/07/26/setting-up-a-free-microsoft-debugging-environment-on-windows-xp/</link>
		<comments>http://michael.rumpfonline.de/2005/07/26/setting-up-a-free-microsoft-debugging-environment-on-windows-xp/#comments</comments>
		<pubDate>Tue, 26 Jul 2005 22:45:28 +0000</pubDate>
		<dc:creator>miru</dc:creator>
		
	<category>developer</category>
	<category>windows</category>
		<guid>http://michael.rumpfonline.de/2005/07/26/setting-up-a-free-microsoft-debugging-environment-on-windows-xp/</guid>
		<description><![CDATA[This is a short guide on how to debug applications or dynamic link libraries created by the free Microsoft C++ compile environment.

The following tools need to be installed:


	Microsoft Debug Tools (13MB): c:\msdev\debug
	Windows XP with Service Pack 2 symbols (195MB)



Then extend your environment's LIB path by adding the Visual Studio .NET 2003 lib folder. Visual Studio [...]]]></description>
		<wfw:commentRSS>http://michael.rumpfonline.de/2005/07/26/setting-up-a-free-microsoft-debugging-environment-on-windows-xp/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Setting up a free Microsoft C++ compile environment on Windows XP</title>
		<link>http://michael.rumpfonline.de/2005/07/10/setting-up-a-free-c-compile-environment-on-windows-xp/</link>
		<comments>http://michael.rumpfonline.de/2005/07/10/setting-up-a-free-c-compile-environment-on-windows-xp/#comments</comments>
		<pubDate>Sun, 10 Jul 2005 13:36:37 +0000</pubDate>
		<dc:creator>miru</dc:creator>
		
	<category>developer</category>
	<category>windows</category>
		<guid>http://michael.rumpfonline.de/2005/07/10/setting-up-a-free-c-compile-environment-on-windows-xp/</guid>
		<description><![CDATA[This is a guide on how to install a free Microsoft C++ development environment on Windows XP SP2. As it is related to Microsoft remember that free in this context is always free as in free beer, and not free as in freedom. The Detours 1.5 package is used as an example in this guide. [...]]]></description>
		<wfw:commentRSS>http://michael.rumpfonline.de/2005/07/10/setting-up-a-free-c-compile-environment-on-windows-xp/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>More Reverse Engineering</title>
		<link>http://michael.rumpfonline.de/2005/07/06/more-reverse-engineering/</link>
		<comments>http://michael.rumpfonline.de/2005/07/06/more-reverse-engineering/#comments</comments>
		<pubDate>Wed, 06 Jul 2005 00:26:09 +0000</pubDate>
		<dc:creator>miru</dc:creator>
		
	<category>linux</category>
	<category>developer</category>
	<category>windows</category>
		<guid>http://michael.rumpfonline.de/2005/07/06/more-reverse-engineering/</guid>
		<description><![CDATA[I did more reverse engineering on the DataRecorder Windows tool that comes with the TFA Klima-Logger hygrometer in order to find out which serial lines are used as input lines.

The evaluation version of IDA Pro Disassembler and Debugger did a great job here. The only thing I had to do was to load the executable [...]]]></description>
		<wfw:commentRSS>http://michael.rumpfonline.de/2005/07/06/more-reverse-engineering/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Intercepting Win32 API system calls</title>
		<link>http://michael.rumpfonline.de/2005/07/02/intercepting-win32-api-system-calls/</link>
		<comments>http://michael.rumpfonline.de/2005/07/02/intercepting-win32-api-system-calls/#comments</comments>
		<pubDate>Sat, 02 Jul 2005 16:04:55 +0000</pubDate>
		<dc:creator>miru</dc:creator>
		
	<category>developer</category>
	<category>windows</category>
		<guid>http://michael.rumpfonline.de/2005/07/02/intercepting-win32-api-system-calls/</guid>
		<description><![CDATA[For reverse-engineering the Windows software of the TFA Klima-Logger I tried to analyze the I2C protocol over the serial line by intercepting Win32 API system calls.

Searching with Google on the topic intercept Win32 function I stumbled over the Microsoft Research tool Detours which was exactly what I was looking for. Version 1.5 of the tool [...]]]></description>
		<wfw:commentRSS>http://michael.rumpfonline.de/2005/07/02/intercepting-win32-api-system-calls/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Compiling a custom kernel for Ubuntu Linux 5.04</title>
		<link>http://michael.rumpfonline.de/2005/07/02/compiling-a-custom-kernel-for-ubuntu-linux-504/</link>
		<comments>http://michael.rumpfonline.de/2005/07/02/compiling-a-custom-kernel-for-ubuntu-linux-504/#comments</comments>
		<pubDate>Sat, 02 Jul 2005 14:51:02 +0000</pubDate>
		<dc:creator>miru</dc:creator>
		
	<category>linux</category>
	<category>developer</category>
		<guid>http://michael.rumpfonline.de/2005/07/02/compiling-a-custom-kernel-for-ubuntu-linux-504/</guid>
		<description><![CDATA[In order to move serial port support into a loadable module and to have a few module debugging features enabled I decided to compile a custom kernel.

The HOWTO: Kernel compilation guide did not work because no initrd was created. That led into a Kernel Panic when booting the custom kernel.

The following steps describe what I [...]]]></description>
		<wfw:commentRSS>http://michael.rumpfonline.de/2005/07/02/compiling-a-custom-kernel-for-ubuntu-linux-504/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Writing an external kernel module for Ubuntu Linux 5.04</title>
		<link>http://michael.rumpfonline.de/2005/07/01/writing-an-external-kernel-module-for-ubuntu-504/</link>
		<comments>http://michael.rumpfonline.de/2005/07/01/writing-an-external-kernel-module-for-ubuntu-504/#comments</comments>
		<pubDate>Fri, 01 Jul 2005 18:36:46 +0000</pubDate>
		<dc:creator>miru</dc:creator>
		
	<category>linux</category>
	<category>developer</category>
		<guid>http://michael.rumpfonline.de/2005/07/01/writing-an-external-kernel-module-for-ubuntu-504/</guid>
		<description><![CDATA[Inspired by the idea to write support for the TFA Klima Logger I started looking into the I2C layer of the Linux kernel. 

After digging around I found a bus driver, called i2c-parport-light, which provides lightweight access to parallel port I2C development kits. The driver is fairly simple and it seems to be the ideal [...]]]></description>
		<wfw:commentRSS>http://michael.rumpfonline.de/2005/07/01/writing-an-external-kernel-module-for-ubuntu-504/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Linux support for TFA Klima-Logger</title>
		<link>http://michael.rumpfonline.de/2005/07/01/tfa-klima-logger/</link>
		<comments>http://michael.rumpfonline.de/2005/07/01/tfa-klima-logger/#comments</comments>
		<pubDate>Fri, 01 Jul 2005 15:23:12 +0000</pubDate>
		<dc:creator>miru</dc:creator>
		
	<category>linux</category>
	<category>developer</category>
		<guid>http://michael.rumpfonline.de/2005/07/01/tfa-klima-logger/</guid>
		<description><![CDATA[I recently bought a hygrometer from TFA-Dostmann, called Klima-Logger. It is the cheapest thermometer and hygrometer with PC connectivity I could find on the market. Unfortunately only a Windows software is provided to get the recorded values for temperature and humidity. I thought a Linux driver would be cool and started searching for resources on [...]]]></description>
		<wfw:commentRSS>http://michael.rumpfonline.de/2005/07/01/tfa-klima-logger/feed/</wfw:commentRSS>
	</item>
	</channel>
</rss>
