<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>Axe.IT blog</title>
	<link>http://blog.kirves.pri.ee</link>
	<description>IT related articles by me</description>
	<lastBuildDate>Sat, 06 Jun 2009 23:11:18 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>LPT programming example in C for ubuntu linux</title>
		<description>I wanted to try out LPT printer port programming for upcoming other project. After hours of learning and searching, I came up with this piece of code.
#include &#60;stdio.h&#62;
#include &#60;stdlib.h&#62;
#include &#60;unistd.h&#62;
#include &#60;sys/io.h&#62;
#include &#60;sys/types.h&#62;
#include &#60;fcntl.h&#62;

#define BASEPORT 0x378 /* lp1 */

int main()
{
  char c;
  int n, tem;

   printf("Hit enter ...</description>
		<link>http://blog.kirves.pri.ee/2009/03/lpt-programming-example-in-c-for-ubuntu-linux/</link>
			</item>
	<item>
		<title>How to move thunderbird profile from windows to (k)ubuntu</title>
		<description>I finally have kubuntu (8.10) at work and happy about it. So ofcourse I needed to import my thunderbird profile from windows to kubuntu also. Like always, I had forgot how to do that and where profiles are kept. It is quite easy- this is how I did it. Note ...</description>
		<link>http://blog.kirves.pri.ee/2008/12/how-to-move-thunderbird-profile-windows-to-kubuntu/</link>
			</item>
	<item>
		<title>My first wordpress plugin</title>
		<description>Just a day ago I finished my first wordpress plugin. I was unable to find plugin wich trough I could add sontent realted to current post into sidebar widget. So I desided to write my own little plugin. It was needed in my other blog, but now I installed it ...</description>
		<link>http://blog.kirves.pri.ee/2008/09/my-first-wordpress-plugin/</link>
			</item>
</channel>
</rss>
