<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://6c696e7578.de/feeds/atom.xml" rel="self" title="6c696e7578.de" type="application/atom+xml" />
    <link href="http://6c696e7578.de/"                        rel="alternate"    title="6c696e7578.de" type="text/html" />
    <link href="http://6c696e7578.de/rss.php?version=2.0"     rel="alternate"    title="6c696e7578.de" type="application/rss+xml" />
    <title type="html">6c696e7578.de</title>
    <subtitle type="html">user@linux:~$ echo linux | hexdump -C | head -1 | sed &quot;s/0a.*|//g&quot; | tr -d &quot;{0, }&quot; | sed &quot;s#8.*#8.de#g&quot;</subtitle>
    <icon>http://6c696e7578.de/templates/default/img/s9y_banner_small.png</icon>
    <id>http://6c696e7578.de/</id>
    <updated>2010-08-20T17:12:30Z</updated>
    <generator uri="http://www.s9y.org/" version="1.3.1">Serendipity 1.3.1 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <entry>
        <link href="http://6c696e7578.de/article/Parallelization-requires-refactoring" rel="alternate" title="Parallelization requires refactoring" />
        <author>
            <name>7068696c69707065</name>
                    </author>
    
        <published>2008-10-07T16:53:27Z</published>
        <updated>2010-08-20T17:12:30Z</updated>
        <wfw:comment>http://6c696e7578.de/wfwcomment.php?cid=147</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://6c696e7578.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=147</wfw:commentRss>
    
            <category scheme="http://6c696e7578.de/categories/devdissertation" label="/dev/dissertation" term="/dev/dissertation" />
    
        <id>http://6c696e7578.de/article/147</id>
        <title type="html">Parallelization requires refactoring</title>
        <content type="xhtml" xml:base="http://6c696e7578.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                
<p>Many software systems have grown in code and complexity over more than a decade. They all run well on single core hardware systems, a few with embedded or real-time focus, others with other constrains. Now, processor manufacturer starting to put more and more execution cores on a single silicon die to avoid physical restrictions, such as heat dissipation and power consumption. So, Moore's law will continue for the next <i>x</i> decades - at first for processor manufacturer ;-).</p><p>But, the big questions are, how to use this additional power of next generation multi-/many-core processors? How to get such grown software systems running on multi-core CPUs so, that they are not slower than before? And - what is much more important - how to make fundamental design changes to achieve this?</p><p>Why is the last question so hard to answer? Midsize software projects typically have 50 to 150 software developers. Every developer might be responsible for small software component. All software components calling and offering interfaces for other components. But which person can look through the whole software system, who has knowledge about all the clean and dirty code to make such important design changes? To get responses for all of that questions, we have to start refactoring all previous design decisions and get rid of design by-passes and unnecessary complexity...</p><p>That's always a good point to start!</p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://6c696e7578.de/article/YouTube-video-about-a-fast-wait-free-hash-table" rel="alternate" title="YouTube video about a fast wait-free hash table" />
        <author>
            <name>7068696c69707065</name>
                    </author>
    
        <published>2008-09-15T14:30:02Z</published>
        <updated>2008-09-15T14:34:46Z</updated>
        <wfw:comment>http://6c696e7578.de/wfwcomment.php?cid=146</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://6c696e7578.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=146</wfw:commentRss>
    
            <category scheme="http://6c696e7578.de/categories/devdissertation" label="/dev/dissertation" term="/dev/dissertation" />
    
        <id>http://6c696e7578.de/article/146</id>
        <title type="html">YouTube video about a fast wait-free hash table</title>
        <content type="xhtml" xml:base="http://6c696e7578.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                
<p>Look at your own! Its from <a href="http://www.stanford.edu/">Stanford University</a>.</p><p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/WYXgtXWejRM&hl=de&fs=1" /><param name="allowFullScreen" value="true" /><embed width="425" height="344" src="http://www.youtube.com/v/WYXgtXWejRM&hl=de&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" /></object></p>
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://6c696e7578.de/article/Serendipity-Bugfix-No.-1.3.1" rel="alternate" title="Serendipity Bugfix No. 1.3.1" />
        <author>
            <name>7068696c69707065</name>
                    </author>
    
        <published>2008-04-25T17:45:48Z</published>
        <updated>2008-04-25T17:45:48Z</updated>
        <wfw:comment>http://6c696e7578.de/wfwcomment.php?cid=145</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://6c696e7578.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=145</wfw:commentRss>
    
            <category scheme="http://6c696e7578.de/categories/devnews" label="/dev/news" term="/dev/news" />
    
        <id>http://6c696e7578.de/article/145</id>
        <title type="html">Serendipity Bugfix No. 1.3.1</title>
        <content type="xhtml" xml:base="http://6c696e7578.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                
Nachdem das <a href="http://blog.s9y.org/archives/193-Serendipity-1.3.1-released.html">XSS Issue</a> von S9Y im 1.3er Release anscheinend bei mir erfolgreich ausgenutzt werden konnte, hagelte es bei mir eine 3-stellige Zahl von Spam-Kommentaren innerhalb des heutigen Tages. Daraufhin habe ich das Bugfix-Release 1.3.1 eingespielt und das Problem mit dem Spam - so hoffe ich - sollte damit beseitigt sein! <p>Zurzeit schauen die Updates von Serendipity leider so aus, als waere das der einzige Grund zu bloggen, aber momentan komme ich leider nicht dazu. Man moege es mir verzeihen ;-).</p><br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://6c696e7578.de/article/Hintergruende-ueber-das-Dateisystem-Ext2Ext3" rel="alternate" title="Hintergruende ueber das Dateisystem Ext2/Ext3" />
        <author>
            <name>7068696c69707065</name>
                    </author>
    
        <published>2008-04-07T19:32:15Z</published>
        <updated>2008-04-07T19:44:45Z</updated>
        <wfw:comment>http://6c696e7578.de/wfwcomment.php?cid=144</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://6c696e7578.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=144</wfw:commentRss>
    
            <category scheme="http://6c696e7578.de/categories/devlinux" label="/dev/linux" term="/dev/linux" />
    
        <id>http://6c696e7578.de/article/144</id>
        <title type="html">Hintergruende ueber das Dateisystem Ext2/Ext3</title>
        <content type="xhtml" xml:base="http://6c696e7578.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                
Heute Abend habe ich auf <a href="http://www.heise.de">Heise</a> den Artikel <a href="http://www.heise.de/open/Das-Dateisystem-Ext3-tunen--/artikel/104859"><i>d</i>as Dateisystem Ext3</a> entdeckt. Er raeumt u.a. mit einigen Vorurteilen gegenueber Ext3 auf und verschafft ein solides Hintergrundwissen ueber das robuste Dateisystem.<p>Ich persoenlich bin mit Ext3 immer ein wenig sketpisch, weil ich damit nicht so gute Erfahrungen gemacht habe. Darum tendiere ich meist lieber zu ReiserFS -- was aber rein subjektiv begruendet ist! Ein Artikel in dieser Ausfuehrung wuerde mich auch einmal ueber ReiserFS interessieren... ;-)</p><p><a href="http://www.pro-linux.de/t_system/reiserfs.html">Dieser</a> scheint mir etwas zu fad zu sein ^^.</p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://6c696e7578.de/article/apt-getaptitude-und-fehlende-GPG-Zertifikate" rel="alternate" title="apt-get/aptitude und fehlende GPG-Zertifikate" />
        <author>
            <name>7068696c69707065</name>
                    </author>
    
        <published>2008-02-10T11:41:36Z</published>
        <updated>2008-02-10T11:54:58Z</updated>
        <wfw:comment>http://6c696e7578.de/wfwcomment.php?cid=143</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://6c696e7578.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=143</wfw:commentRss>
    
            <category scheme="http://6c696e7578.de/categories/devlinux" label="/dev/linux" term="/dev/linux" />
    
        <id>http://6c696e7578.de/article/143</id>
        <title type="html">apt-get/aptitude und fehlende GPG-Zertifikate</title>
        <content type="xhtml" xml:base="http://6c696e7578.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                
<p>Wenn die Paketverwaltung <a href="http://debiananwenderhandbuch.de/apt-get.html">apt-get</a> bzw. <a href="http://debiananwenderhandbuch.de/aptitude.html">aptitude</a> von <a href="http://www.debian.org">Debian</a>-artigen <a href="http://distrowatch.com/">Linux-Distributionen</a> die relevanten PGP-Keys nicht im Schluesselbund hat, verweigert die Paketverwaltung mit folgender Meldung ihren Dienst:</p><code></code><p># aptitude update<br />[...]<br />W: GPG error: ftp://ftp.de.debian.org stable/volatile<br />Release: The following signatures 
couldn't be verified because the public key is not available: NO_PUBKEY A70DAF536070D3A1<br />W: You may want to run apt-get update to correct these problems
</p>
 <br /><a href="http://6c696e7578.de/article/apt-getaptitude-und-fehlende-GPG-Zertifikate#extended">Continue reading "apt-get/aptitude und fehlende GPG-Zertifikate"</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://6c696e7578.de/article/Embedded-World-2008-in-Nuernberg" rel="alternate" title="Embedded World 2008 in Nuernberg" />
        <author>
            <name>7068696c69707065</name>
                    </author>
    
        <published>2008-02-07T20:57:15Z</published>
        <updated>2008-02-07T20:57:15Z</updated>
        <wfw:comment>http://6c696e7578.de/wfwcomment.php?cid=142</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://6c696e7578.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=142</wfw:commentRss>
    
            <category scheme="http://6c696e7578.de/categories/devdissertation" label="/dev/dissertation" term="/dev/dissertation" />
    
        <id>http://6c696e7578.de/article/142</id>
        <title type="html">Embedded World 2008 in Nuernberg</title>
        <content type="xhtml" xml:base="http://6c696e7578.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Die <a href="http://www.embedded-world.de/">Embedded World</a> dieses Jahr ist vom 26. bis zum 28. Februar in Nuernberg im Messezentrum. Interessante Themen gibt es dort ja wirklich massenhaft. Wer sich die 18 Euro Eintritt sparen moechte, kann sich durch Registierung auf deren <a href="http://www.embedded-world.de/main/d6kf7jfn/f8zljxj1/page.html">Website</a> ein eTicket holen. Ober der Tarif fuer den <a href="http://www.elektroniknet.de/home/termine/embedded-world-conference-2008/program/overview">Kongress</a> darin enthalten ist, wage ich zu bezweifeln. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://6c696e7578.de/article/Rekonstruktion-meines-Datenverlusts-Update-auf-S9Y-1.2.1" rel="alternate" title="Rekonstruktion meines Datenverlusts &amp;&amp; Update auf S9Y 1.2.1" />
        <author>
            <name>7068696c69707065</name>
                    </author>
    
        <published>2007-12-09T18:37:46Z</published>
        <updated>2007-12-09T18:37:46Z</updated>
        <wfw:comment>http://6c696e7578.de/wfwcomment.php?cid=141</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://6c696e7578.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=141</wfw:commentRss>
    
            <category scheme="http://6c696e7578.de/categories/devnews" label="/dev/news" term="/dev/news" />
            <category scheme="http://6c696e7578.de/categories/devnull" label="/dev/null" term="/dev/null" />
    
        <id>http://6c696e7578.de/article/141</id>
        <title type="html">Rekonstruktion meines Datenverlusts &amp;&amp; Update auf S9Y 1.2.1</title>
        <content type="xhtml" xml:base="http://6c696e7578.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Da leider unabsichtlich (wie und von wem auch immer?!?) der komplette Inhalt eines Ordners geloescht wurde, indem sich saemtliche Bilder von diesem Blog befanden, habe ich alle Bilder wieder auf meinem heimatlichen Bilderarchiv herstellen koennen. Leider hat mich das den ganzen Sonntag gekostet :-(.</p><p>Im gleichen Zug habe ich dann noch das aktuelle Release von <a href="http://www.s9y.org">S9Y</a> (1.2.1) eingespielt, problemlos!</p>
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://6c696e7578.de/article/Tipp-Das-Kernelnewbies-Wiki" rel="alternate" title="Tipp: Das Kernelnewbies-Wiki" />
        <author>
            <name>7068696c69707065</name>
                    </author>
    
        <published>2007-10-10T10:51:03Z</published>
        <updated>2007-10-10T10:57:49Z</updated>
        <wfw:comment>http://6c696e7578.de/wfwcomment.php?cid=140</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://6c696e7578.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=140</wfw:commentRss>
    
            <category scheme="http://6c696e7578.de/categories/devlinux" label="/dev/linux" term="/dev/linux" />
    
        <id>http://6c696e7578.de/article/140</id>
        <title type="html">Tipp: Das Kernelnewbies-Wiki</title>
        <content type="xhtml" xml:base="http://6c696e7578.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                
Auf <a href="http://kernelnewbies.org">kernelnewbies.org</a> gibt es Informationen rund um den Linux-Kernel und weiterfuehrende Links mit Ergaenzungen. Beispielsweise saemtliche Erklaerungen zu <a href="http://www.heise.de/open/artikel/96001/0">Neuerungen im Kernel 2.6.23</a> findet sich <a href="http://kernelnewbies.org/Linux_2_6_23">hier</a>. Selbst wer einfach mal wissen wollte, wofuer die Datei /boot/System.map benoetigt wird, findet <a href="http://kernelnewbies.org/FAQ/System.map">dort</a> Hilfe. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://6c696e7578.de/article/Datensicherung-mit-dd" rel="alternate" title="Datensicherung mit dd" />
        <author>
            <name>7068696c69707065</name>
                    </author>
    
        <published>2007-10-03T13:28:50Z</published>
        <updated>2007-10-03T13:28:50Z</updated>
        <wfw:comment>http://6c696e7578.de/wfwcomment.php?cid=139</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://6c696e7578.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=139</wfw:commentRss>
    
            <category scheme="http://6c696e7578.de/categories/devlinux" label="/dev/linux" term="/dev/linux" />
    
        <id>http://6c696e7578.de/article/139</id>
        <title type="html">Datensicherung mit dd</title>
        <content type="xhtml" xml:base="http://6c696e7578.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Wer seine Daten auf der Festplatte oder einer Partition darauf mit Hilfe eines Images sicher moechte, sollte sich <a href="http://wiki.ubuntuusers.de/Shell/dd">diesen Link</a> einmal zu Gemuete fuehren. Eigentlich steht da zwar nichts Neues, aber es kann fuer den stressigen Notfall auf jedenfall nuetzlich sein! 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://6c696e7578.de/article/Heute-ist-Deadline" rel="alternate" title="Heute ist Deadline" />
        <author>
            <name>7068696c69707065</name>
                    </author>
    
        <published>2007-09-20T12:33:24Z</published>
        <updated>2007-09-20T12:33:24Z</updated>
        <wfw:comment>http://6c696e7578.de/wfwcomment.php?cid=138</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://6c696e7578.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=138</wfw:commentRss>
    
            <category scheme="http://6c696e7578.de/categories/devmasterarbeit" label="/dev/masterarbeit" term="/dev/masterarbeit" />
    
        <id>http://6c696e7578.de/article/138</id>
        <title type="html">Heute ist Deadline</title>
        <content type="xhtml" xml:base="http://6c696e7578.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Heute zwischen 13:00 und 15:00 Uhr waere der letzte moegliche Abgabetermin meiner Masterarbeit im <a href="http://www.fh-nuernberg.de/seitenbaum/fuer_studierende_und_personal/anlaufstellen/studienbuero/14/page.html">Studienbuero</a> gewesen, haette ich es nicht schon Ende letzten Monats getan ;-). 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://6c696e7578.de/article/Defekte-Trackback-Funktionalitaet-in-S9Y-1.2" rel="alternate" title="Defekte Trackback-Funktionalitaet in S9Y 1.2" />
        <author>
            <name>7068696c69707065</name>
                    </author>
    
        <published>2007-09-12T06:27:08Z</published>
        <updated>2007-09-12T06:32:36Z</updated>
        <wfw:comment>http://6c696e7578.de/wfwcomment.php?cid=137</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://6c696e7578.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=137</wfw:commentRss>
    
            <category scheme="http://6c696e7578.de/categories/devnull" label="/dev/null" term="/dev/null" />
    
        <id>http://6c696e7578.de/article/137</id>
        <title type="html">Defekte Trackback-Funktionalitaet in S9Y 1.2</title>
        <content type="xhtml" xml:base="http://6c696e7578.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                
Anscheinend funktionieren nach dem <a href="http://6c696e7578.de/article/Update-auf-S9Y-1.2">Update</a> von <a href="http://blog.s9y.org/archives/182-Serendipity-1.2-released.html">Serendipity</a> 1.1.4 auf 1.2 keine Trackbacks mehr auf <a href="http://www.wordpress.org">WordPress</a>-Systeme ;-(. Trackbacks zu anderen Blog-Systemen (auszer S9Y, die scheinen zu funktionieren) habe ich bis jetzt noch nicht ausprobiert!<br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://6c696e7578.de/article/Eigene-Live-CD-in-10-Minuten" rel="alternate" title="Eigene Live-CD in 10 Minuten" />
        <author>
            <name>7068696c69707065</name>
                    </author>
    
        <published>2007-09-12T06:12:05Z</published>
        <updated>2007-09-12T06:34:48Z</updated>
        <wfw:comment>http://6c696e7578.de/wfwcomment.php?cid=136</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://6c696e7578.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=136</wfw:commentRss>
    
            <category scheme="http://6c696e7578.de/categories/devlinux" label="/dev/linux" term="/dev/linux" />
    
        <id>http://6c696e7578.de/article/136</id>
        <title type="html">Eigene Live-CD in 10 Minuten</title>
        <content type="xhtml" xml:base="http://6c696e7578.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                
<p>Das <a href="http://custom.nimblex.net/" mce_href="http://custom.nimblex.net">Custom NimbleX</a>
Projekt offeriert auf seiner Website eine Installationsprogramm-artige
Schritt-bei-Schritt-Oberflaeche, mit Hilfe dessen man innerhalb von ca.
10 Minuten seine eigene Linux-Live-CD erstellen und (in einem naechsten
Schritt) herunterladen kann (je nach Groesze kann das Herunterladen
etwas laenger dauern (-:, das Grundsystem betraegt 200 MB). Das Projekt
verwendet ein auf <a href="http://www.slackware.com/" mce_href="http://www.slackware.com/">Slackware</a> basierendes Linux.</p> <br /><a href="http://6c696e7578.de/article/Eigene-Live-CD-in-10-Minuten#extended">Continue reading "Eigene Live-CD in 10 Minuten"</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://6c696e7578.de/article/Update-auf-S9Y-1.2" rel="alternate" title="Update auf S9Y 1.2" />
        <author>
            <name>7068696c69707065</name>
                    </author>
    
        <published>2007-09-11T17:12:50Z</published>
        <updated>2007-09-12T06:32:41Z</updated>
        <wfw:comment>http://6c696e7578.de/wfwcomment.php?cid=135</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://6c696e7578.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=135</wfw:commentRss>
    
            <category scheme="http://6c696e7578.de/categories/devnews" label="/dev/news" term="/dev/news" />
    
        <id>http://6c696e7578.de/article/135</id>
        <title type="html">Update auf S9Y 1.2</title>
        <content type="xhtml" xml:base="http://6c696e7578.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                
Nachdem ich seit August das Update von S9Y 1.1.4 auf die aktuelle <a href="http://blog.s9y.org/archives/182-Serendipity-1.2-released.html">Version 1.2</a> immer wieder aufschiebe, habe ich es gerade erfolgreich vollzogen ;-). Probleme gab es ausschlieszlich beim Setzen von Indizes in der MySQL-Datenbank, was allerdings an <a href="http://www.shop-hosting.info">meinem Provider</a> liegt. <a href="http://strcat.de/blog/archives/916-S9Y-1.2.html">Diese Probleme</a> konnte ich nicht nachvollziehen, obwohl ich das Update auch via FTP gemacht habe! Das neue <a href="http://www.seqfault.de/blog/index.php?/archives/27-Serendipity-1.2.html">Bulletproof</a> (BP) Feature werde ich in den naechsten Tagen mal naeher studieren, mit Hilfe dessen man noch einfacher (-: eigene Templates erstellen kann. Allerdings bin ich mit dem fast[1] standardmaeszigen &quot;mt3 chalkboard&quot; Layout zufrieden und habe nicht vor, dieses zu modifizieren.<p></p> <br /><a href="http://6c696e7578.de/article/Update-auf-S9Y-1.2#extended">Continue reading "Update auf S9Y 1.2"</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://6c696e7578.de/article/Linux-fuer-Kinder" rel="alternate" title="Linux fuer Kinder" />
        <author>
            <name>7068696c69707065</name>
                    </author>
    
        <published>2007-09-02T17:41:33Z</published>
        <updated>2007-09-02T18:02:52Z</updated>
        <wfw:comment>http://6c696e7578.de/wfwcomment.php?cid=134</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://6c696e7578.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=134</wfw:commentRss>
    
            <category scheme="http://6c696e7578.de/categories/devlinux" label="/dev/linux" term="/dev/linux" />
    
        <id>http://6c696e7578.de/article/134</id>
        <title type="html">Linux fuer Kinder</title>
        <content type="xhtml" xml:base="http://6c696e7578.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                
Nachdem es in letzter Zeit eher weniger Neuigkeiten rund um Linux und OSS gab, moechte ich heute mal wieder etwas hier auf meinen Weblog werfen. <a href="http://www.jux-net.info/">JUXlala</a> ist eine auf <a href="http://www.knoppix.org">Knoppix</a> aufsetzende Live-CD, die speziell für Kinder ab 3 Jahren entwickelt wurde und die die Kleinen an den Computer heranfuehren soll. Dabei kommt ausschlieszlich Opensource-Software zum Einsatz. Die kindertaugliche JUX-Distribution gibt es zusaetzlich noch in zwei anderen Ausfuehrungen.<br /><p>(Gefunden auf <a href="http://www.contentschmiede.de/archiv/2007/09/02/juxlala_-_das_kinder-linux/">Contentschiede.de</a>.)</p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://6c696e7578.de/article/Gebundene-Masterarbeit" rel="alternate" title="Gebundene Masterarbeit" />
        <author>
            <name>7068696c69707065</name>
                    </author>
    
        <published>2007-08-25T20:04:29Z</published>
        <updated>2007-08-25T20:17:26Z</updated>
        <wfw:comment>http://6c696e7578.de/wfwcomment.php?cid=132</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://6c696e7578.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=132</wfw:commentRss>
    
            <category scheme="http://6c696e7578.de/categories/devmasterarbeit" label="/dev/masterarbeit" term="/dev/masterarbeit" />
    
        <id>http://6c696e7578.de/article/132</id>
        <title type="html">Gebundene Masterarbeit</title>
        <content type="xhtml" xml:base="http://6c696e7578.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                
Nachdem ich meine Masterarbeit letzten Montag bei <a href="http://6c696e7578.de/article/Vorgang-Drucken-und-Binden-abgeschlossen">gicom.com</a> habe binden lassen, ist sie heute via <a href="http://www.hermespaketshop.de/">Hermes</a> angekommen. Fazit: Einfach nur genial - genauso habe ich mir das vorgestellt:<p></p><p><img src="http://6c696e7578.de/uploads/masterarbeit_gebunden.jpg" alt=""  /></p> 
            </div>
        </content>
        
    </entry>

</feed>