<?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://www.lpi-certification.de/feeds/atom.xml" rel="self" title="Linux Certification LPIC" type="application/atom+xml" />
    <link href="http://www.lpi-certification.de/"                        rel="alternate"    title="Linux Certification LPIC" type="text/html" />
    <link href="http://www.lpi-certification.de/rss.php?version=2.0"     rel="alternate"    title="Linux Certification LPIC" type="application/rss+xml" />
    <title type="html">Linux Certification LPIC</title>
    <subtitle type="html">Schulung zur LPI-Prüfung des Linux Professional Institutes</subtitle>
    
    <id>http://www.lpi-certification.de/</id>
    <updated>2008-07-30T08:05:15Z</updated>
    <generator uri="http://www.s9y.org/" version="1.6">Serendipity 1.6 - http://www.s9y.org/</generator>
    <dc:language>de</dc:language>

    <entry>
        <link href="http://www.lpi-certification.de/archives/102-Magic-Shebang.html" rel="alternate" title="Magic Shebang" />
        <author>
            <name>LPIC</name>
                    </author>
    
        <published>2007-05-29T06:00:44Z</published>
        <updated>2008-07-30T08:05:15Z</updated>
        <wfw:comment>http://www.lpi-certification.de/wfwcomment.php?cid=102</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.lpi-certification.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=102</wfw:commentRss>
    
            <category scheme="http://www.lpi-certification.de/categories/12-117-102-112" label="117-102-112" term="117-102-112" />
    
        <id>http://www.lpi-certification.de/archives/102-guid.html</id>
        <title type="html">Magic Shebang</title>
        <content type="xhtml" xml:base="http://www.lpi-certification.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Das Shebang-Magic muss am Anfang einer Skript-Datei stehen und ist die Zeichenfolge "<strong>#!</strong>" (sharp "#" und bang "!").<br />
<a href="http://de.wikipedia.org/wiki/Shebang" >http://de.wikipedia.org/wiki/Shebang</a><br />
<br />
Diese Signatur(hexadezimal "0x23 0x21") wird vom Kernel erkannt und dann der dahinter stehende Befehl mit dem Namen der aufgerufenen Datei als Parameter ausgeführt. Auf diese Weise wird ein Shell-Skript z.B. von der passenden Shell ausgeführt. Die Ausführung führt nicht zu einem Fehler, weil das Zeichen "#" für einen Kommentar steht.<br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.lpi-certification.de/archives/101-Funktionen-auf-der-bash.html" rel="alternate" title="Funktionen auf der bash" />
        <author>
            <name>LPIC</name>
                    </author>
    
        <published>2007-05-28T22:05:03Z</published>
        <updated>2007-05-28T22:09:35Z</updated>
        <wfw:comment>http://www.lpi-certification.de/wfwcomment.php?cid=101</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.lpi-certification.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=101</wfw:commentRss>
    
            <category scheme="http://www.lpi-certification.de/categories/9-117-102-109" label="117-102-109" term="117-102-109" />
    
        <id>http://www.lpi-certification.de/archives/101-guid.html</id>
        <title type="html">Funktionen auf der bash</title>
        <content type="xhtml" xml:base="http://www.lpi-certification.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Die bash kennt auch Funktionen. <br />
Damit kann man eine Serie von Befehlen zu einem zusammenfassen:<br />
<blockquote><strong>function</strong> name ()<br />
{<br />
        Befehl1<br />
        Befehl2<br />
        Befehl3<br />
}</blockquote><br />
<br />
Alle zur Zeit deklarierten Funktionen können durch den eingebauten "<strong>declare</strong>"-Befehl mit der Option "<strong>-f</strong>" angezeigt werden. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.lpi-certification.de/archives/100-Drucker-Subsystem-konfigurieren.html" rel="alternate" title="Drucker-Subsystem konfigurieren" />
        <author>
            <name>LPIC</name>
                    </author>
    
        <published>2007-05-28T21:28:26Z</published>
        <updated>2007-05-29T06:20:35Z</updated>
        <wfw:comment>http://www.lpi-certification.de/wfwcomment.php?cid=100</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.lpi-certification.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=100</wfw:commentRss>
    
            <category scheme="http://www.lpi-certification.de/categories/7-117-102-107" label="117-102-107" term="117-102-107" />
    
        <id>http://www.lpi-certification.de/archives/100-guid.html</id>
        <title type="html">Drucker-Subsystem konfigurieren</title>
        <content type="xhtml" xml:base="http://www.lpi-certification.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Der "<strong>lpr</strong>" (line printer daemon) schickt die Drucker aus der Warteschlange zu dem Drucker.<br />
<br />
In der "<strong>/etc/printcap</strong>" sind die Druckerfilter und Spool-Dateien eingetragen.<br />
<br />
Ghostscript wird hier häufig als Filter im Drucksystem konfiguriert. Wie ein Treiber für bestimmte Drucker kann er Postscript in spezifische Druckbefehle umwandeln. Damit kann man mit Programmen, die eine Postscript-Ausgabe erzeugen auf Druckern drucken, die selbst kein Postscript beherrschen.<br />
<br />
Üblicher Speicherort für die Druckerwarteschlange ist "<strong>/var/spool/lpd</strong>".<br />
<br />
Die Verwaltung des Drucksystems erfolgt heute üblicherweise über <a href="http://www.danka.de/printpro/faq.html" ><strong>CUPS</strong></a> (Common UNIX Printing System). 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.lpi-certification.de/archives/99-Firewall-konfigurieren.html" rel="alternate" title="Firewall konfigurieren" />
        <author>
            <name>LPIC</name>
                    </author>
    
        <published>2007-05-28T09:10:38Z</published>
        <updated>2007-12-17T09:34:27Z</updated>
        <wfw:comment>http://www.lpi-certification.de/wfwcomment.php?cid=99</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.lpi-certification.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=99</wfw:commentRss>
    
            <category scheme="http://www.lpi-certification.de/categories/14-117-102-114" label="117-102-114" term="117-102-114" />
    
        <id>http://www.lpi-certification.de/archives/99-guid.html</id>
        <title type="html">Firewall konfigurieren</title>
        <content type="xhtml" xml:base="http://www.lpi-certification.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Das Kernstück zu Handhabung der Firewall ab Linux Kernel 2.4 ist "<strong>iptables</strong>". Hiermit kann ein regelbasierter Paket-Filter aufgebaut werden.<br />
<br />
Mit der Option "<strong>-L</strong>" kann man sich alle Regeln anzeigen lassen.<br />
<br />
Die Option "-t" ist nützlich, um sich nur einen bestimmten Typ von Regeln ausgeben zu lassen, z.B. alle Regeln zum Masquerading (auch als NAT bekannt) mit "<strong>-t NAT</strong>".<br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.lpi-certification.de/archives/98-Secure-Shell-OpenSSH-einrichten.html" rel="alternate" title="Secure Shell OpenSSH einrichten" />
        <author>
            <name>LPIC</name>
                    </author>
    
        <published>2007-05-28T08:52:43Z</published>
        <updated>2008-04-13T04:56:01Z</updated>
        <wfw:comment>http://www.lpi-certification.de/wfwcomment.php?cid=98</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.lpi-certification.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=98</wfw:commentRss>
    
            <category scheme="http://www.lpi-certification.de/categories/14-117-102-114" label="117-102-114" term="117-102-114" />
    
        <id>http://www.lpi-certification.de/archives/98-guid.html</id>
        <title type="html">Secure Shell OpenSSH einrichten</title>
        <content type="xhtml" xml:base="http://www.lpi-certification.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Das Programm "<strong>ssh-keygen</strong>" kann RSA- und TSA-Schlüsselpaare für SSH2 erzeugen. Damit kann man ein <a href="http://wiki.linux-club.de/opensuse/Einrichten_von_public_keys_mit_ssh#Publickey-Authentifizierung" >einloggen ohne Passwort</a> erreichen. 
            </div>
        </content>
        
    </entry>

</feed>
