<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:php="http://php.net/xsl" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns="http://purl.org/rss/1.0/">
  <channel rdf:about="http://l4x.org">
    <title>l4x.org</title>
    <link>/Story//rss10.xsl/linux</link>
    <description>l4x.org</description>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="/28275"/>
        <rdf:li rdf:resource="/28171"/>
        <rdf:li rdf:resource="/28156"/>
        <rdf:li rdf:resource="/240"/>
        <rdf:li rdf:resource="/263"/>
        <rdf:li rdf:resource="/259"/>
        <rdf:li rdf:resource="/255"/>
        <rdf:li rdf:resource="/237"/>
        <rdf:li rdf:resource="/227"/>
        <rdf:li rdf:resource="/219"/>
        <rdf:li rdf:resource="/205"/>
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="/28275">
    <title>Underscores in domain names</title>
    <link>/28275</link>
    <content:encoded>&lt;p&gt;
Without big thinking I set up a test domain for a php based cms containing an underscore (_)
(www_example.your.domain). The web interface to the domain server accepted the domain name without a problem. Subsequently I tested the cms with Firefox, everything worked fine. Then I wanted to try everything with Internet Explorer (6.0, XP, SP2) and the merchandising system surprisingly did not work. Searching for the error it turned out that logins also did not work. So the session management was quickly blamed. Trying to narrow the error down even a simple
&lt;pre&gt;
session_start();
print_r($_SESSION);
$_SESSION['x'] = 1;
&lt;/pre&gt;
did not work as expected. Then I vaguely remembered that IE did not like underscores in cookie names. So I tried www-example.your.domain and bingo.&lt;/p&gt;
&lt;p&gt;Checking &lt;a&gt;RFC1738&lt;/a&gt;
section 3.1 only a-z, 0-9 and - are allowed. So it's indeed a broken
domain name. Strange that the dns system did pass it through though.&lt;/p&gt;</content:encoded>
    <dc:date>Thu, 01 Jan 1970 01:00:00 +0100</dc:date>
    <dc:creator/>
  </item>
  <item rdf:about="/28171">
    <title>Samsung X20 notebook, Dell 2405FPW monitor and Debian</title>
    <link>/28171</link>
    <content:encoded>I own a Samsung X20 notebook with integrated i915 video adapter and a Dell 2405FPW monitor with 1920x1200 native resolution. Up until now it only worked with Windows (igck) at it's native resolution. Out of the box X.org from Debian etch (7.0.22)  did not work and insisted to put the monitor at 1600x1200 or even lower resolutions, even after patching the modetable with the 915resolution hack. After googling and finding no really helpful info I finally asked  Alan Hourihane, one of the authors of the intel video driver of X, for help. By using the current Intel video driver from X.org's git, branch modesetting, it now works. Yay to modular X that I did not have to compile the whole server.
Step by step how to...</content:encoded>
    <dc:date>Thu, 01 Jan 1970 01:00:00 +0100</dc:date>
    <dc:creator/>
  </item>
  <item rdf:about="/28156">
    <title>Bluetooth Linux Link Collection</title>
    <link>/28156</link>
    <content:encoded>I'm trying to get the rfcomm thing going with my new Nokia E60, so that I can go online over it from my laptop via UMTS. With my Nokia 6230 it worked right out of the box. So I did some research but haven't found a solution yet. This story is just an anchor for some memorable links.
</content:encoded>
    <dc:date>Thu, 01 Jan 1970 01:00:00 +0100</dc:date>
    <dc:creator/>
  </item>
  <item rdf:about="/240">
    <title>ShowIP: Firefox extension to show and query the current IP Address in the statusbar</title>
    <link>/240</link>
    <content:encoded>ShowIP is a Mozilla Firefox extension which shows the IP Address of the current page in the browser's status bar and allows queries to different databases about it when you right click on it. The IP is colored red for an IPv4 address and green for an IPv6 address (hence the name). Since v0.7.8 these colors can be changed in the preferences menu.
With a left click one can get information about the hostname of the current page. These queries are fully customizable in the settings dialog. You can also run custom local programs.
The extension can be downloaded here: &lt;a href="http://l4x.org/site/files/showip_0_8_03.xpi"&gt;ShowIP 0.8.03&lt;/a&gt;
&lt;!-- &lt;b&gt;WARNING: Due to the rename of a file you have to remove any version prior to 0.7 before upgrading!&lt;/b&gt; --&gt;
</content:encoded>
    <dc:date>Thu, 01 Jan 1970 01:00:00 +0100</dc:date>
    <dc:creator/>
  </item>
  <item rdf:about="/263">
    <title>postgresql: Grant all rights on a database to a user</title>
    <link>/263</link>
    <content:encoded>Ever tried the $SUBJECT task with postgresql? It's a bit difficult.&lt;br&gt; You need something along the lines of this...
</content:encoded>
    <dc:date>Thu, 01 Jan 1970 01:00:00 +0100</dc:date>
    <dc:creator/>
  </item>
  <item rdf:about="/259">
    <title>Cross compilers (Debian)</title>
    <link>/259</link>
    <content:encoded>Thanks to the help of Herbert Poetzl, I've now complete buildable cross compiler toolchains (binutils and gcc) for these targets:
&lt;code&gt;
alpha arm cris frv h8300 hppa hppa64 i386 ia64 m32r m68k
mips mipsel mips64 ppc ppc64 s390 s390x sh shbe sh64 sh64be
sparc sparc64 v850 x86_64
&lt;/code&gt;
and these tool versions:
&lt;code&gt;
binutils-2.15.94.0.2.2
binutils-2.16.90.0.3 (*)
gcc-3.3.6
gcc-3.4.4-20050512
gcc-4.0.0
&lt;/code&gt;

These are ...
</content:encoded>
    <dc:date>Thu, 01 Jan 1970 01:00:00 +0100</dc:date>
    <dc:creator/>
  </item>
  <item rdf:about="/255">
    <title>whois interface</title>
    <link>/255</link>
    <content:encoded>&lt;?php
function jdi_pre($c) {
        print '&lt;pre&gt;'.htmlspecialchars($c).'&lt;/pre&gt;';
}
$mode = (isset($_GET['mode']))?$_GET['mode']:"whois";
$ip = (isset($_GET['ip']))?$_GET['ip']:"";

$disc= '&lt;div style="font-size: x-small;"&gt;
This is an interface to the Linux/Debian/Woody whois(1) program.&lt;br /&gt;
For questions, etc. please mail &lt;a href="mailto:jdittmer@ppp0.net"&gt;jdittmer@ppp0.net&lt;/a&gt;
&lt;/div&gt;
&lt;div style="color:red;"&gt;
Please DO NOT ABUSE this interface, especially don\'t do mass lookups.
The IPs are logged by the web server.&lt;br/&gt;
The answer on this page will be delayed for 1-10 seconds to prevent this.</content:encoded>
    <dc:date>Thu, 01 Jan 1970 01:00:00 +0100</dc:date>
    <dc:creator/>
  </item>
  <item rdf:about="/237">
    <title>Linux kernel compile tests</title>
    <link>/237</link>
    <content:encoded>Since a while I'm doing cross compile tests for all supported linux archs. Check out the results here:
&lt;a href="http://l4x.org/k/"&gt;http://l4x.org/k/&lt;/a&gt;. &lt;br/&gt;
So far it seems that about half of the in-tree archs are at least sometimes successfully build.</content:encoded>
    <dc:date>Thu, 01 Jan 1970 01:00:00 +0100</dc:date>
    <dc:creator/>
  </item>
  <item rdf:about="/227">
    <title>Useful mldonkey scripts</title>
    <link>/227</link>
    <content:encoded>To manage my mldonkey client under Linux I've written two scripts:&lt;br /&gt; 
The first one ('donkeyrotate.sh') changes mldonkey port numbers and adjusts the iptables rules accordingly. Afterwards mldonkey is restarted.&lt;br /&gt;
The second one ('rss2donkey.pl') reads an rss feed and submits new links, which match a set of regular expressions, to mldonkey. Quite useful if run from cron.&lt;br /&gt;
There is also a helper script 'mlcmd' which executes its parameters via netcat on mldonkey console and a init script 'donkey'.&lt;br /&gt;
If anyone is interested in these, you can fetch them &lt;a href="http://l4x.org/mld_utils-0.001.tar.bz2"&gt;here&lt;/a&gt;.</content:encoded>
    <dc:date>Thu, 01 Jan 1970 01:00:00 +0100</dc:date>
    <dc:creator/>
  </item>
  <item rdf:about="/219">
    <title>namelen.sh</title>
    <link>/219</link>
    <content:encoded>
In a recent discussion on LKML (&lt;a href="http://marc.theaimsgroup.com/?t=108400488800001&amp;r=1&amp;w=2"&gt;Link&lt;/a&gt;) the question came up
how long an average filename is.
To answer that, I wrote a small bash script. 94.15 Percent of the filenames in my home directory are shorter than 25 characters. Here is a sample output and the source code.
</content:encoded>
    <dc:date>Thu, 01 Jan 1970 01:00:00 +0100</dc:date>
    <dc:creator/>
  </item>
  <item rdf:about="/205">
    <title>XFree Xinerama extension hack</title>
    <link>/205</link>
    <content:encoded>
When installing my 3 monitor setup I quickly discovered that the native xfree xinerama extension is incompatible with nvidia twinview. You can only have either one. This leads to applications believing I have one 2560x1024 screen and one 1280x1024 screen. If I maximized windows they would always span two screens.
Therefore I spent a long time searching for a solution on google, but unfortunately there are a) few people with 3 monitors and b) no one had solved this. So I decided to patch the X server.
What I've done so far is to take programs/Xserver/Xext/panoramiX.c and fake the reply like this:</content:encoded>
    <dc:date>Thu, 01 Jan 1970 01:00:00 +0100</dc:date>
    <dc:creator/>
  </item>
</rdf:RDF>
