<?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>TAKtec &#187; Linux</title>
	<atom:link href="http://kleemann.net/tobias/blog/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://kleemann.net/tobias/blog</link>
	<description>a few tidbits of information that someone may find useful</description>
	<lastBuildDate>Sun, 22 May 2011 11:34:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>mutt + notmuch : searching multiple mailboxes in mutt</title>
		<link>http://kleemann.net/tobias/blog/2011/05/mutt-notmuch-searching-multiple-mailboxes-in-mutt/</link>
		<comments>http://kleemann.net/tobias/blog/2011/05/mutt-notmuch-searching-multiple-mailboxes-in-mutt/#comments</comments>
		<pubDate>Sun, 22 May 2011 09:21:48 +0000</pubDate>
		<dc:creator>tak</dc:creator>
				<category><![CDATA[email]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">http://kleemann.net/tobias/blog/?p=65</guid>
		<description><![CDATA[This post explains the installation of the email indexing programme notmuch and its integration with the mutt email programme under openSuSE 11.4. I have recently changed the way I use email. Previously, I had my email auto-sorted into folders, which meant that I had unread emails scattered over several folders and often neglected to read [...]]]></description>
		<wfw:commentRss>http://kleemann.net/tobias/blog/2011/05/mutt-notmuch-searching-multiple-mailboxes-in-mutt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>openSUSE 11.2 linux on Intel Core i3 with Intel HD Graphics</title>
		<link>http://kleemann.net/tobias/blog/2010/05/opensuse-11-2-linux-on-intel-core-i3-with-intel-hd-graphics/</link>
		<comments>http://kleemann.net/tobias/blog/2010/05/opensuse-11-2-linux-on-intel-core-i3-with-intel-hd-graphics/#comments</comments>
		<pubDate>Sat, 22 May 2010 16:08:51 +0000</pubDate>
		<dc:creator>tak</dc:creator>
				<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[intel core i3-530]]></category>
		<category><![CDATA[intel HD graphics]]></category>

		<guid isPermaLink="false">http://kleemann.net/tobias/blog/?p=33</guid>
		<description><![CDATA[I bought I new PC system, based on a motherboard with the H57 chipset and the intel core i3 530 CPU. After a faultless installation of openSUSE 11.2, I had some initial problems getting the integrated Intel HD graphics to work. A kernel update to linux kernel-2.6.34-35 using the latest openSUSE 11.3 Milestone7 DVD, solved [...]]]></description>
		<wfw:commentRss>http://kleemann.net/tobias/blog/2010/05/opensuse-11-2-linux-on-intel-core-i3-with-intel-hd-graphics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing the Canon PIXMA iP4500 printer on 64bit Linux &#8211; openSUSE 10.3</title>
		<link>http://kleemann.net/tobias/blog/2008/06/installing-the-canon-pixma-ip4500-printer-on-64bit-linux-opensuse-103/</link>
		<comments>http://kleemann.net/tobias/blog/2008/06/installing-the-canon-pixma-ip4500-printer-on-64bit-linux-opensuse-103/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 13:27:09 +0000</pubDate>
		<dc:creator>tak</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[Printer]]></category>

		<guid isPermaLink="false">http://kleemann.net/tobias/blog/?p=17</guid>
		<description><![CDATA[Ok, so this wasn&#8217;t too hard, but there was a little hiccup and so I thought I&#8217;d briefly note down the solution. The first step is to find the actual driver because the iP4500 model not listed in the standard set of drivers (at least not in mine). Choosing one of the other PIXMA drivers [...]]]></description>
		<wfw:commentRss>http://kleemann.net/tobias/blog/2008/06/installing-the-canon-pixma-ip4500-printer-on-64bit-linux-opensuse-103/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to access multiple GTK+ widgets using Glib and the GObject</title>
		<link>http://kleemann.net/tobias/blog/2008/05/how-to-access-multiple-gtk-widgets-using-glib-and-the-gobject/</link>
		<comments>http://kleemann.net/tobias/blog/2008/05/how-to-access-multiple-gtk-widgets-using-glib-and-the-gobject/#comments</comments>
		<pubDate>Thu, 29 May 2008 13:39:09 +0000</pubDate>
		<dc:creator>tak</dc:creator>
				<category><![CDATA[GTK]]></category>
		<category><![CDATA[GtkWidgets]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://kleemann.net/tobias/blog/?p=16</guid>
		<description><![CDATA[See my former post on &#8220;How to access two GTK+ widgets from a single callback function (using libglade)&#8221; for a different way of achieving the same thing. However, the method described below is the official way of doing things and thus to be preferred. GtkWidgets are derived from GObjects. They can be cast back and [...]]]></description>
		<wfw:commentRss>http://kleemann.net/tobias/blog/2008/05/how-to-access-multiple-gtk-widgets-using-glib-and-the-gobject/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to access two GTK+ widgets from a single callback function (using libglade).</title>
		<link>http://kleemann.net/tobias/blog/2008/05/how-to-access-two-gtk-widgets-from-a-single-callback-function-using-libglade/</link>
		<comments>http://kleemann.net/tobias/blog/2008/05/how-to-access-two-gtk-widgets-from-a-single-callback-function-using-libglade/#comments</comments>
		<pubDate>Thu, 15 May 2008 21:00:51 +0000</pubDate>
		<dc:creator>tak</dc:creator>
				<category><![CDATA[GTK]]></category>
		<category><![CDATA[GtkWidgets]]></category>
		<category><![CDATA[libglade]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://users.ecs.soton.ac.uk/tak07r/?p=12</guid>
		<description><![CDATA[I hope the code below may be useful to some people. I am new to GTK+ myself so I am not sure whether this is the best solution, but it is certainly on of the better ones. Other solutions would be to use globals or possibly structs. What the function does: It is a simple [...]]]></description>
		<wfw:commentRss>http://kleemann.net/tobias/blog/2008/05/how-to-access-two-gtk-widgets-from-a-single-callback-function-using-libglade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solution to the &#8220;Aborted&#8221; error on openSUSE linux for programs using the National Instruments GPIB (IEEE-488.2) controller</title>
		<link>http://kleemann.net/tobias/blog/2008/02/solution-to-the-aborted-error-on-opensuse-linux-for-programs-using-the-national-instruments-gpib-ieee-4882-pci-controller-card/</link>
		<comments>http://kleemann.net/tobias/blog/2008/02/solution-to-the-aborted-error-on-opensuse-linux-for-programs-using-the-national-instruments-gpib-ieee-4882-pci-controller-card/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 16:06:52 +0000</pubDate>
		<dc:creator>tak</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[GPIB]]></category>
		<category><![CDATA[National Instruments]]></category>
		<category><![CDATA[PCI]]></category>

		<guid isPermaLink="false">http://users.ecs.soton.ac.uk/tak07r/?p=8</guid>
		<description><![CDATA[The problem: I am using an interface from National Instruments for the General Purpose Instrumentation Bus (GPIB) and when I tried to execute the program in the terminal, I only got an &#8220;Aborted&#8221; message back. The program had been working before and still compiled without errors or warnings but it would not execute. The program [...]]]></description>
		<wfw:commentRss>http://kleemann.net/tobias/blog/2008/02/solution-to-the-aborted-error-on-opensuse-linux-for-programs-using-the-national-instruments-gpib-ieee-4882-pci-controller-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing the Japanese language pack for Acrobat Reader (8) on OpenSUSE Linux</title>
		<link>http://kleemann.net/tobias/blog/2008/02/installing-the-japanese-language-pack-for-acrobat-reader-8-on-opensuse-linux/</link>
		<comments>http://kleemann.net/tobias/blog/2008/02/installing-the-japanese-language-pack-for-acrobat-reader-8-on-opensuse-linux/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 14:19:04 +0000</pubDate>
		<dc:creator>tak</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[acrobat reader]]></category>
		<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">http://users.ecs.soton.ac.uk/tak07r/?p=7</guid>
		<description><![CDATA[Today, while reading up on possible suppliers of HV-supplies, my Adobe Reader complained that it could not read part of a document without the Japanese language extension pack. Very conveniently the pop-up warning message contains the address of the adobe website where one can download the language extension for free (make sure you get the [...]]]></description>
		<wfw:commentRss>http://kleemann.net/tobias/blog/2008/02/installing-the-japanese-language-pack-for-acrobat-reader-8-on-opensuse-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

