<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Netzwerke - Admin Tools</title>
    <link>http://reinhard-linnemann.de/info/</link>
    <description>rund um IT-Systeme ...</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.4-beta2 - http://www.s9y.org/</generator>
    <pubDate>Sun, 12 Oct 2008 09:10:29 GMT</pubDate>

    <image>
        <url>http://reinhard-linnemann.de/info/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Netzwerke - Admin Tools - rund um IT-Systeme ...</title>
        <link>http://reinhard-linnemann.de/info/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Dateiberechtigungen unter Linux sichern</title>
    <link>http://reinhard-linnemann.de/info/archives/109-Dateiberechtigungen-unter-Linux-sichern.html</link>
            <category>Admin Tools</category>
    
    <comments>http://reinhard-linnemann.de/info/archives/109-Dateiberechtigungen-unter-Linux-sichern.html#comments</comments>
    <wfw:comment>http://reinhard-linnemann.de/info/wfwcomment.php?cid=109</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://reinhard-linnemann.de/info/rss.php?version=2.0&amp;type=comments&amp;cid=109</wfw:commentRss>
    

    <author>nospam@example.com (admin)</author>
    <content:encoded>
    &lt;p&gt;Mit chown und chmod kann man ja auf einem Linux System Berechtigungen mächtig durcheinander bringen. Gut wenn man da ein Tool hat welches die rechte sichern kann:&lt;br /&gt;&lt;br /&gt;# getfacl --recursive / &amp;gt; rechte.txt&lt;/p&gt;&lt;p&gt;und &lt;br /&gt;&lt;br /&gt;# setfacl --restore=rechte.txt /&lt;/p&gt;&lt;p&gt;ermöglicht das sichern wie auch wiederherstellen von Dateirechten.&lt;br /&gt;&lt;br /&gt;Vorraussetung ist das installierte Paket acl   (apt-ge install acl)&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sun, 12 Oct 2008 11:10:29 +0200</pubDate>
    <guid isPermaLink="false">http://reinhard-linnemann.de/info/archives/109-guid.html</guid>
    
</item>
<item>
    <title>Sysinternals</title>
    <link>http://reinhard-linnemann.de/info/archives/101-Sysinternals.html</link>
            <category>Admin Tools</category>
    
    <comments>http://reinhard-linnemann.de/info/archives/101-Sysinternals.html#comments</comments>
    <wfw:comment>http://reinhard-linnemann.de/info/wfwcomment.php?cid=101</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://reinhard-linnemann.de/info/rss.php?version=2.0&amp;type=comments&amp;cid=101</wfw:commentRss>
    

    <author>nospam@example.com (admin)</author>
    <content:encoded>
    Die wohl mit wichtigste Toolkiste für Admins dürfte Sysinternals sein. Das Unternehmen hatte schon vor Jahren mit so guten Tools von sich Reden gemacht, dass Microsoft im Jahr 2006 das ganze Unternehmen gekauft hat.  &lt;br /&gt;&lt;a href=&quot;http://reinhard-linnemann.de/info/archives/101-Sysinternals.html#extended&quot;&gt;&quot;Sysinternals&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 22 May 2008 09:19:00 +0200</pubDate>
    <guid isPermaLink="false">http://reinhard-linnemann.de/info/archives/101-guid.html</guid>
    
</item>
<item>
    <title>Power Shell</title>
    <link>http://reinhard-linnemann.de/info/archives/95-Power-Shell.html</link>
            <category>Admin Tools</category>
    
    <comments>http://reinhard-linnemann.de/info/archives/95-Power-Shell.html#comments</comments>
    <wfw:comment>http://reinhard-linnemann.de/info/wfwcomment.php?cid=95</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://reinhard-linnemann.de/info/rss.php?version=2.0&amp;type=comments&amp;cid=95</wfw:commentRss>
    

    <author>nospam@example.com (admin)</author>
    <content:encoded>
    &lt;p&gt;Als Alternative zum Windows-Kommandozeilenprogramm cmd.exe und zum Windows Script Host ist die Microsoft eigene PowerShell anzusehen. Sie basiert auf dem auf dem .NET-Framework und erinnert stark an die im Unix Umfeld populären Shells. Richtig eingesetzt ist die Powerhell ein mächtiges Tool: So bewirkt z.B. der Befehl &lt;br /&gt;&lt;br /&gt;&lt;em&gt;PS&amp;gt; get-process | where { $_.WS -gt 100MB } | stop-process&lt;/em&gt; &lt;br /&gt;&lt;br /&gt;ein Beenden aller Prozesse, die größe als 100 MB sind. Eine große und hervorragende Quelle für Power Shell Scripts bietet Microsoft selbst: &lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://reinhard-linnemann.de/info/archives/95-Power-Shell.html#extended&quot;&gt;&quot;Power Shell&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 24 Feb 2008 14:00:25 +0100</pubDate>
    <guid isPermaLink="false">http://reinhard-linnemann.de/info/archives/95-guid.html</guid>
    
</item>
<item>
    <title>Sysinfo.org</title>
    <link>http://reinhard-linnemann.de/info/archives/83-Sysinfo.org.html</link>
            <category>Admin Tools</category>
    
    <comments>http://reinhard-linnemann.de/info/archives/83-Sysinfo.org.html#comments</comments>
    <wfw:comment>http://reinhard-linnemann.de/info/wfwcomment.php?cid=83</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://reinhard-linnemann.de/info/rss.php?version=2.0&amp;type=comments&amp;cid=83</wfw:commentRss>
    

    <author>nospam@example.com (admin)</author>
    <content:encoded>
    Sysinfo.org ist eine Site die eine &lt;em&gt;Startup Applications List&lt;/em&gt; pflegt. Die Liste wird regelmäßig aktualisiert und stuft die Programme in folgende Kathegorien ein: &lt;br /&gt;&lt;a href=&quot;http://reinhard-linnemann.de/info/archives/83-Sysinfo.org.html#extended&quot;&gt;&quot;Sysinfo.org&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 04 Jul 2007 21:41:24 +0200</pubDate>
    <guid isPermaLink="false">http://reinhard-linnemann.de/info/archives/83-guid.html</guid>
    
</item>
<item>
    <title>Den PC per Batch sicher machen</title>
    <link>http://reinhard-linnemann.de/info/archives/84-Den-PC-per-Batch-sicher-machen.html</link>
            <category>Admin Tools</category>
    
    <comments>http://reinhard-linnemann.de/info/archives/84-Den-PC-per-Batch-sicher-machen.html#comments</comments>
    <wfw:comment>http://reinhard-linnemann.de/info/wfwcomment.php?cid=84</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://reinhard-linnemann.de/info/rss.php?version=2.0&amp;type=comments&amp;cid=84</wfw:commentRss>
    

    <author>nospam@example.com (admin)</author>
    <content:encoded>
    &lt;p align=&quot;justify&quot;&gt;Unerwünschten Ports schließen und überflüssige Dienste abschalten - das ist für viele reines Wunschdenken und für die meisten mit zu vielem Administrativem Aufwand verbunden. Dieses muss nicht sein. Mit Hilfe des Gratis-Tools svc2kxp auf &lt;a href=&quot;http://www.ntsvcfg.de/&quot;&gt;http://www.ntsvcfg.de/&lt;/a&gt;  ist man in der Lage dieses im Batchmodus durchführen zu lassen. Dieses dürfte alle Script-Fans freuen. Die Seite bietet zudem Infos zur sicheren Konfiguration von NT-Diensten unter Windows 2000/XP bis hin zum &amp;quot;härten&amp;quot; von Systemen die nicht im Netzwerk hängen.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://reinhard-linnemann.de/info/archives/84-Den-PC-per-Batch-sicher-machen.html#extended&quot;&gt;&quot;Den PC per Batch sicher machen&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 19 Jun 2007 22:28:00 +0200</pubDate>
    <guid isPermaLink="false">http://reinhard-linnemann.de/info/archives/84-guid.html</guid>
    
</item>

</channel>
</rss>