<?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>jayblog &#187; Linux</title>
	<atom:link href="http://www.fz6fazer.net/wordpress/category/computer/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fz6fazer.net/wordpress</link>
	<description>Ein Weblog für mich und alle Anderen, die es interessiert</description>
	<lastBuildDate>Fri, 30 Dec 2011 21:53:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Mauskonfiguration</title>
		<link>http://www.fz6fazer.net/wordpress/2009/12/14/mauskonfiguration/</link>
		<comments>http://www.fz6fazer.net/wordpress/2009/12/14/mauskonfiguration/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 21:56:19 +0000</pubDate>
		<dc:creator>jaybe</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Opensource]]></category>

		<guid isPermaLink="false">http://www.black-cat-online.net/wordpress/?p=248</guid>
		<description><![CDATA[Vermutlich durch die Änderung der Behandlung der Eingabegeräte unter X11, bzw. des unter Linux verwendeten X.org Servers wurde bei meinen USB Mäusen mit Scrollrad und mehreren Tasten die Zusatztaste nicht mehr als mittlere Maustaste verwendet. Stattdessen wurde die Funktion der mittleren Maustaste durch Drücken des Scrollrades übernommen. Da ich sehr viel mit der mittleren Taste [...]]]></description>
			<content:encoded><![CDATA[<p>Vermutlich durch die Änderung der Behandlung der Eingabegeräte unter <a href="http://de.wikipedia.org/wiki/X_Window_System" target="_blank">X11,</a> bzw. des unter Linux verwendeten <a href="http://de.wikipedia.org/wiki/X.Org-Server" target="_blank">X.org Servers</a> wurde bei meinen USB Mäusen mit Scrollrad und mehreren Tasten die Zusatztaste nicht mehr als mittlere Maustaste verwendet. Stattdessen wurde die Funktion der mittleren Maustaste durch Drücken des Scrollrades übernommen. Da ich sehr viel mit der mittleren Taste arbeite (Einfügen von Text, Öffnen von Links, &#8230;) wollte ich diese Funktionalität wieder auf die Zusatztaste an der Maus legen und habe mich um die Konfiguration gekümmert. Nach ein wenig Recherche im Internet fand ich auch Hinweise, wie man die Tasten entsprechend belegen kann. So ist jeder Maus-Taste ein &#8220;Button-Code&#8221; zugewiesen. Die aktuelle Belegung kann man sich mit dem Befehl<br />
<pre>xmodmap -pp</pre><br />
anzeigen lassen. Mit dem Programm</p>
<p><pre>xev</pre></p>
<p>kann man ermitteln, welcher Button-Code beim Drücken einer Maustaste geschickt wird. Wie zu erwarten wurde für die linke Maustaste der Code &#8220;1&#8243;, für die rechte Maustaste der Code &#8220;3&#8243; und für das Scrollrad der Code &#8220;2&#8243; angezeigt. Für die usatztaste, welche die Funktion der mittleren Maustaste übernehmen soll, wird der Code &#8220;8&#8243; ausgegeben.</p>
<p>Die Änderung der Zuordnung gestaltet sich sehr einfach, es muss nur per xmodmap die Tastenbelegung gesetzt werden. Für meine verwendete Maus:</p>
<p><pre>xmodmap -e &quot;pointer = 1 8 3 4 5 6 7 2 9&quot;</pre></p>
<p>Somit wird die Funktion der mittleren Maustaste durch die physische Taste &#8220;8&#8243; übernommen. Um die Änderung nicht bei jedem Einloggen von Hand vornehmen zu müssen, kann der Befehl in den Autostart übernommen werden. Unter <a href="http://www.gnome.org" target="_blank">GNOME</a> auf <a href="http://www.ubuntu.com/" target="_blank">Ubuntu 9.10</a> geschieht dies durch einen Eintrag über System/Einstellungen/Startprogramme, Hinzufügen:</p>
<p><pre>Name: Mauskonfiguration</pre></p>
<p><pre>Befehl: xmodmap -e &quot;pointer = 1 8 3 4 5 6 7 2 9&quot;</pre></p>
<p>Somit wird die Konfiguration bei jedem Login gesetzt und ich kann die Maus wieder wie gewohnt benutzen.</p>
<div class='wb_fb_bottom'><div style="float:right;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.fz6fazer.net/wordpress/2009/12/14/mauskonfiguration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse unter Ubuntu 9.10</title>
		<link>http://www.fz6fazer.net/wordpress/2009/12/09/eclipse-unter-ubuntu-9-10/</link>
		<comments>http://www.fz6fazer.net/wordpress/2009/12/09/eclipse-unter-ubuntu-9-10/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 20:35:29 +0000</pubDate>
		<dc:creator>jaybe</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.black-cat-online.net/wordpress/?p=233</guid>
		<description><![CDATA[Wenn man Eclipse von der Projektseite herunterlädt und unter Ubuntu 9.10 nutzt, hat man das Phänomen, dass sich einige Knöpfe und Kontrollelemente nicht anklicken lassen. Ich hatte es kurz bemerkt, als ich probiert habe, ob Eclipse auf dem neu installierten Rechner funktioniert, habe mich aber nicht weiter drum gekümmert, da ich kein permanenter Nutzer von [...]]]></description>
			<content:encoded><![CDATA[<p>Wenn man <a href="http://www.eclipse.org/" target="_blank">Eclipse</a> von der Projektseite <a href="http://www.eclipse.org/downloads/" target="_blank">herunterlädt</a> und unter <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> 9.10 nutzt, hat man das Phänomen, dass sich einige Knöpfe und Kontrollelemente nicht anklicken lassen. Ich hatte es kurz bemerkt, als ich probiert habe, ob Eclipse auf dem neu installierten Rechner funktioniert, habe mich aber nicht weiter drum gekümmert, da ich kein permanenter Nutzer von Eclipse auf diesem Rechner bin. In <a href="http://www.widdix.de/2009/12/01/eclipse-unter-ubuntu-9-10/" target="_blank">diesem Blog-Eintrag</a> habe ich jedoch gesehen, dass es wohl tatsächlich ein permanentes Problem darstellt und wie es sich umgehen lässt:</p>
<ul>
<li>vor dem Starten die Environment-Variable GDK_NATIVE_WINDOWS=true setzen</li>
<li>oder Eclipse aus der Ubuntu Repository installieren</li>
</ul>
<p>Einfacher ist die Nutzung der original Ubuntu Repository, sollte man jedoch eine andere Eclipse Version benötigen, muss man eben den Workaround bemühen.</p>
<div class='wb_fb_bottom'><div style="float:right;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.fz6fazer.net/wordpress/2009/12/09/eclipse-unter-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Debian Lenny kurz vor der Freigabe</title>
		<link>http://www.fz6fazer.net/wordpress/2009/02/02/debian-lenny-kurz-vor-der-freigabe/</link>
		<comments>http://www.fz6fazer.net/wordpress/2009/02/02/debian-lenny-kurz-vor-der-freigabe/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 10:31:02 +0000</pubDate>
		<dc:creator>jaybe</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Distribution]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Opensource]]></category>

		<guid isPermaLink="false">http://www.black-cat-online.net/wordpress/2009/02/02/debian-lenny-kurz-vor-der-freigabe/</guid>
		<description><![CDATA[Anscheinend steht Debian Lenny kurz vor der Freigabe.
]]></description>
			<content:encoded><![CDATA[<p>Anscheinend steht <a target="_blank" href="http://www.debian.org/">Debian</a> Lenny kurz vor der <a target="_blank" href="http://var-log.de/2009/02/01/deep-freeze-bei-lenny/">Freigabe</a>.</p>
<div class='wb_fb_bottom'><div style="float:right;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.fz6fazer.net/wordpress/2009/02/02/debian-lenny-kurz-vor-der-freigabe/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>1234567890</title>
		<link>http://www.fz6fazer.net/wordpress/2009/01/16/1234567890/</link>
		<comments>http://www.fz6fazer.net/wordpress/2009/01/16/1234567890/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 23:43:00 +0000</pubDate>
		<dc:creator>jaybe</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.black-cat-online.net/wordpress/2009/01/16/1234567890/</guid>
		<description><![CDATA[Nicht vergessen: am 14. Februar 2009, um 00:31:30 Uhr CET wird der Unix Timestamp 1234567890 sein!
via: 1234567890
]]></description>
			<content:encoded><![CDATA[<p>Nicht vergessen: am 14. Februar 2009, um 00:31:30 Uhr CET wird der Unix Timestamp <em>1234567890</em> sein!</p>
<p>via: <a target="_blank" href="http://www.ende-der-vernunft.org/2009/01/15/1234567890/">1234567890</a></p>
<div class='wb_fb_bottom'><div style="float:right;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.fz6fazer.net/wordpress/2009/01/16/1234567890/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPG Fehler bei apt-get update</title>
		<link>http://www.fz6fazer.net/wordpress/2006/08/31/gpg-fehler-bei-apt-get-update/</link>
		<comments>http://www.fz6fazer.net/wordpress/2006/08/31/gpg-fehler-bei-apt-get-update/#comments</comments>
		<pubDate>Thu, 31 Aug 2006 10:56:39 +0000</pubDate>
		<dc:creator>jaybe</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Opensource]]></category>

		<guid isPermaLink="false">http://www.black-cat-online.net/wordpress/?p=34</guid>
		<description><![CDATA[Wenn bei einem apt-get update ein GPG Error auftritt:
W: GPG error: http://www.debian-multimedia.org sid Release: The following
signatures couldn&#8217;t be verified because the public key is not available:
NO_PUBKEY 07DC563D1F41B907
kann man das folgendermassen lösen:
gpg &#8211;keyserver subkeys.pgp.net &#8211;recv-keys 1F41B907 gpg &#8211;armor &#8211;export
1F41B907 &#124; apt-key add -
Die Zahl 1F41B907 sind dabei die letzten 8 Ziffern aus der Fehlermeldung.
]]></description>
			<content:encoded><![CDATA[<p>Wenn bei einem apt-get update ein GPG Error auftritt:<br />
W: GPG error: http://www.debian-multimedia.org sid Release: The following<br />
signatures couldn&#8217;t be verified because the public key is not available:<br />
NO_PUBKEY 07DC563D1F41B907</p>
<p>kann man das folgendermassen lösen:</p>
<p>gpg &#8211;keyserver subkeys.pgp.net &#8211;recv-keys 1F41B907 gpg &#8211;armor &#8211;export<br />
1F41B907 | apt-key add -</p>
<p>Die Zahl 1F41B907 sind dabei die letzten 8 Ziffern aus der Fehlermeldung.</p>
<div class='wb_fb_bottom'><div style="float:right;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.fz6fazer.net/wordpress/2006/08/31/gpg-fehler-bei-apt-get-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Birthday, Tux</title>
		<link>http://www.fz6fazer.net/wordpress/2006/08/25/happy-birthday-tux/</link>
		<comments>http://www.fz6fazer.net/wordpress/2006/08/25/happy-birthday-tux/#comments</comments>
		<pubDate>Fri, 25 Aug 2006 12:52:00 +0000</pubDate>
		<dc:creator>jaybe</dc:creator>
				<category><![CDATA[GPL]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Opensource]]></category>

		<guid isPermaLink="false">http://www.black-cat-online.net/wordpress/?p=32</guid>
		<description><![CDATA[Mit dieser Meldung fing alles an.
Meine erste Erfahrung mit Linux machte ich im Oktober 1994, damals mit SuSE aktuell, basierend auf Kernel 1.1.12, die Modelines für die Konfiguration des X Server mussten noch von Hand berechnet werden, fvwm als Window Manager, von KDE oder GNOME weit und breit keine Spur&#8230; das waren noch Zeiten 
heise [...]]]></description>
			<content:encoded><![CDATA[<p>Mit <a href="http://groups.google.de/group/comp.os.minix/msg/b813d52cbc5a044b?dmode=source">dieser Meldung</a> fing alles an.<br />
Meine erste Erfahrung mit Linux machte ich im Oktober 1994, damals mit SuSE aktuell, basierend auf Kernel 1.1.12, die Modelines für die Konfiguration des X Server mussten noch von Hand berechnet werden, fvwm als Window Manager, von KDE oder GNOME weit und breit keine Spur&#8230; das waren noch Zeiten <img src='http://www.fz6fazer.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<a href="http://www.heise.de/newsticker/meldung/77279/from/rss09">heise online &#8211; Happy Birthday, Tux</a>, <a href="http://www.pro-linux.de/news/2006/10142.html">Pro-Linux &#8211; 15 Jahre Linux</a></p>
<div class='wb_fb_bottom'><div style="float:right;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.fz6fazer.net/wordpress/2006/08/25/happy-birthday-tux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using screen for remote interaction</title>
		<link>http://www.fz6fazer.net/wordpress/2006/08/23/using-screen-for-remote-interaction/</link>
		<comments>http://www.fz6fazer.net/wordpress/2006/08/23/using-screen-for-remote-interaction/#comments</comments>
		<pubDate>Wed, 23 Aug 2006 08:13:00 +0000</pubDate>
		<dc:creator>jaybe</dc:creator>
				<category><![CDATA[GPL]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Opensource]]></category>

		<guid isPermaLink="false">http://www.black-cat-online.net/wordpress/?p=29</guid>
		<description><![CDATA[Recently I needed to do some distance education; one of my coworkers wanted me to show him how to do software builds on Linux. The only problem was that I&#8217;m on the East Coast and he is on the West. How could I show him the build and install process? After considering some alternatives, we [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I needed to do some distance education; one of my coworkers wanted me to show him how to do software builds on Linux. The only problem was that I&#8217;m on the East Coast and he is on the West. How could I show him the build and install process? After considering some alternatives, we found our solution in GNU Screen.</p>
<p>read more | <a href="http://digg.com/linux_unix/Using_screen_for_remote_interaction">digg story</a></p>
<div class='wb_fb_bottom'><div style="float:right;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.fz6fazer.net/wordpress/2006/08/23/using-screen-for-remote-interaction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Linux desktop do you use?</title>
		<link>http://www.fz6fazer.net/wordpress/2006/08/23/what-linux-desktop-do-you-use/</link>
		<comments>http://www.fz6fazer.net/wordpress/2006/08/23/what-linux-desktop-do-you-use/#comments</comments>
		<pubDate>Wed, 23 Aug 2006 07:24:41 +0000</pubDate>
		<dc:creator>jaybe</dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Opensource]]></category>

		<guid isPermaLink="false">http://www.black-cat-online.net/wordpress/?p=28</guid>
		<description><![CDATA[DesktopLinux.com has launched its 2006 Desktop Linux survey, asking users of Linux desktops to identify what distributions they use, as well as their choice of windowing environment (KDE, GNOME, etc.), web browsers, email clients, and Windows-on-Linux solutions.
read more &#124; digg story
]]></description>
			<content:encoded><![CDATA[<p>DesktopLinux.com has launched its 2006 Desktop Linux survey, asking users of Linux desktops to identify what distributions they use, as well as their choice of windowing environment (KDE, GNOME, etc.), web browsers, email clients, and Windows-on-Linux solutions.</p>
<p><a href="http://www.desktoplinux.com/news/NS9835380873.html">read more</a> | <a href="http://digg.com/linux_unix/What_Linux_desktop_do_you_use">digg story</a></p>
<div class='wb_fb_bottom'><div style="float:right;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.fz6fazer.net/wordpress/2006/08/23/what-linux-desktop-do-you-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installed nagios</title>
		<link>http://www.fz6fazer.net/wordpress/2006/04/06/installed-nagios/</link>
		<comments>http://www.fz6fazer.net/wordpress/2006/04/06/installed-nagios/#comments</comments>
		<pubDate>Thu, 06 Apr 2006 11:49:00 +0000</pubDate>
		<dc:creator>jaybe</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.black-cat-online.net/wordpress/?p=21</guid>
		<description><![CDATA[I installed nagios on my server system to monitor the availability of several services and to monitor available disk space on some partitions where the Linux distributions are getting downloaded.
]]></description>
			<content:encoded><![CDATA[<p>I installed <a href="http://www.nagios.org/">nagios</a> on my server system to monitor the availability of several services and to monitor available disk space on some partitions where the Linux distributions are getting downloaded.</p>
<div class='wb_fb_bottom'><div style="float:right;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.fz6fazer.net/wordpress/2006/04/06/installed-nagios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installed dirvish</title>
		<link>http://www.fz6fazer.net/wordpress/2006/04/02/installed-dirvish/</link>
		<comments>http://www.fz6fazer.net/wordpress/2006/04/02/installed-dirvish/#comments</comments>
		<pubDate>Sun, 02 Apr 2006 19:41:00 +0000</pubDate>
		<dc:creator>jaybe</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.black-cat-online.net/wordpress/?p=20</guid>
		<description><![CDATA[Today I installed and configured dirvish. It&#8217;s a disk based, rotating network backup system that excellent fulfills my needs. It&#8217;s features are:

uses rsync just to copy what has chaned since last backup
stores the backup in a filesystem
saves space in the backup directories by using hard links for files that haven&#8217;t changed.
expires files by deleting just [...]]]></description>
			<content:encoded><![CDATA[<p>Today I installed and configured <a href="http://www.dirvish.org/">dirvish</a>. It&#8217;s a disk based, rotating network backup system that excellent fulfills my needs. It&#8217;s features are:</p>
<ul>
<li>uses <a href="http://samba.anu.edu.au/rsync/">rsync</a> just to copy what has chaned since last backup</li>
<li>stores the backup in a filesystem</li>
<li>saves space in the backup directories by using hard links for files that haven&#8217;t changed.</li>
<li>expires files by deleting just the hardlinks so the files still exist in the next backup version</li>
<li>restore is easy. just go to the directory structure of the backup and copy the files back where you want to have them</li>
</ul>
<div class='wb_fb_bottom'><div style="float:right;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.fz6fazer.net/wordpress/2006/04/02/installed-dirvish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

