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

<rss version='2.0'
     xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
    <channel>
        <!-- This XML Feed shows details for the page Debian Administration Blog -->
        <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/
          </creativeCommons:license>
        <title>Debian Administration Blog</title>
        <description></description>
                <category>linux</category>
        <category>SourceLabs</category>

        <pubDate>Wed, 08 Jun 2005 18:50:09 -0700</pubDate>
        <lastBuildDate>Tue, 14 Mar 2006 13:21:56 -0800</lastBuildDate>
            
        <item>
            <title>Easily forwarding arbitrary TCP connections with rinetd</title>
            <link>http://swik.net/Debian/Debian+Administration+Blog/Easily+forwarding+arbitrary+TCP+connections+with+rinetd/b8t9o</link>
            <description>In the past we&#039;ve examined the use of firewall rules for forwarding incoming connections from one machine to another.  But there is a simpler approach using the &lt;tt&gt;rinetd&lt;/tt&gt; package.  Read on to learn about this tool.</description>
            
            <pubDate>Tue, 01 Jul 2008 04:41:27 -0700</pubDate>
        </item>
            
        <item>
            <title>Make your own configuration deployment system, part 1</title>
            <link>http://swik.net/Debian/Debian+Administration+Blog/Make+your+own+configuration+deployment+system%2C+part+1/b8so9</link>
            <description>In this series of articles, I describe the steps to making a flexible configuration deployment system tailored to your needs.  It can be as simple or as complete as you care to make it.  And since you made it, you can understand it intimately.</description>
            
            <pubDate>Mon, 30 Jun 2008 12:42:36 -0700</pubDate>
        </item>
            
        <item>
            <title>Question: Best tool for bare metal restore of Debian servers?</title>
            <link>http://swik.net/Debian/Debian+Administration+Blog/Question%3A+Best+tool+for+bare+metal+restore+of+Debian+servers%3F/b6k25</link>
            <description>I&#039;ve been doing a bit of searching through the Debian Administration (http://www.debian-administration.org/) archives and one thing that doesn&#039;t seem to have been discussed very much is full system recovery.  There are plenty of discussions on different backup (/tags/backups) options, but nothing targeted at what seems to me the simplest possible backup scenario: protecting a single machine (specifically a server) so that if it is compromised it can be rolled back to a previous state.</description>
            
            <pubDate>Wed, 04 Jun 2008 03:49:52 -0700</pubDate>
        </item>
            
        <item>
            <title>Calculate network, broadcast, netmask, etc with ipcalc</title>
            <link>http://swik.net/Debian/Debian+Administration+Blog/Calculate+network%2C+broadcast%2C+netmask%2C+etc+with+ipcalc/b6it5</link>
            <description>Ipcalc is a simple tool to calculate network, broadcast, netmask, etc. from an IP address. It also gives the class of the IP. It might facilitate the work of network admins. :-)</description>
            
            <pubDate>Tue, 03 Jun 2008 08:27:46 -0700</pubDate>
        </item>
            
        <item>
            <title>Calcul network, broadcast, netmask... with ipcalc</title>
            <link>http://swik.net/Debian/Debian+Administration+Blog/Calcul+network%2C+broadcast%2C+netmask...+with+ipcalc/b6iic</link>
            <description>Ipcalc is a simple tool to calculate network, broadcast, netmask, etc. from an IP address. It also gives the class of the IP. It might facilitate the work of network admins. :-)</description>
            
            <pubDate>Tue, 03 Jun 2008 07:27:06 -0700</pubDate>
        </item>
            
        <item>
            <title>Monitoring with Munin</title>
            <link>http://swik.net/Debian/Debian+Administration+Blog/Monitoring+with+Munin/b5qj7</link>
            <description>In this article I will describe how to install munin (http://munin.projects.linpro.no/) on 2 computers, but you can add more if you want to, this will allow us to remotely monitor system performance and activity.</description>
            
            <pubDate>Fri, 23 May 2008 06:06:42 -0700</pubDate>
        </item>
            
        <item>
            <title>Critical security update for openssl</title>
            <link>http://swik.net/Debian/Debian+Administration+Blog/Critical+security+update+for+openssl/b40zj</link>
            <description>A new security advisory has recently been released relating to the Debian openssl package, and whilst most security updates are not news-worthy this one is.  Read on for a brief overview of the problem.</description>
            
            <pubDate>Tue, 13 May 2008 07:05:40 -0700</pubDate>
        </item>
            
        <item>
            <title>Need a generic iptables tcp proxy?</title>
            <link>http://swik.net/Debian/Debian+Administration+Blog/Need+a+generic+iptables+tcp+proxy%3F/b40t7</link>
            <description>Do you ever find yourself in need of a generic TCP proxy? Do you wish you could do it with netfilter? Do you want to proxy a connection to a given port on a given IP address to a completely different port on a totally different host or network?&lt;br&gt;</description>
            
            <pubDate>Tue, 13 May 2008 02:05:56 -0700</pubDate>
        </item>
            
        <item>
            <title>How to use any command in FTP ?</title>
            <link>http://swik.net/Debian/Debian+Administration+Blog/How+to+use+any+command+in+FTP+%3F/b4nbw</link>
            <description>I wanted to use the &quot;find&quot; command on a FTP space but it&#039;s not possible to use this command with any &quot;normal&quot; FTP client. So, I looked for a solution.</description>
            
            <pubDate>Fri, 25 Apr 2008 04:11:14 -0700</pubDate>
        </item>
            
        <item>
            <title>Logical Volume Management: How PVs form VGs for LVs</title>
            <link>http://swik.net/Debian/Debian+Administration+Blog/Logical+Volume+Management%3A+How+PVs+form+VGs+for+LVs/b4kb4</link>
            <description> When I set out to build my first system using Logical Volume Management I was surprised by the lack of information about how LVM relates to more &amp;quot;traditional&amp;quot; disk-level partitioning. There were plenty of articles with examples of how to use &amp;#39;vgcreate&amp;#39; and &amp;#39;lvresize&amp;#39; and no short supply of advice and white noise from the forums, but there was very little practical information about what the various strata of LVM were actually for or how they related to each other. In fact I was well into my search for information before I figured out where to put the file system.</description>
            
            <pubDate>Tue, 22 Apr 2008 09:10:43 -0700</pubDate>
        </item>
            
        <item>
            <title>Making Apache2 execute CGI scripts, globally?</title>
            <link>http://swik.net/Debian/Debian+Administration+Blog/Making+Apache2+execute+CGI+scripts%2C+globally%3F/b38yn</link>
            <description>I have set up a Debian etch system with apache2, perl etc, but I cannot get apache to actually execute my scripts..</description>
            
            <pubDate>Mon, 14 Apr 2008 04:45:57 -0700</pubDate>
        </item>
            
        <item>
            <title>Using the dynamic DNS editor: nsupdate</title>
            <link>http://swik.net/Debian/Debian+Administration+Blog/Using+the+dynamic+DNS+editor%3A+nsupdate/b3543</link>
            <description>nsupdate is the little-known brother of nslookup.   It is used to make edits on a dynamic DNS without the need to edit zone files and restart the DNS server.  If you have declared a zone dynamic, this is the way that you should be making edits.</description>
            
            <pubDate>Wed, 09 Apr 2008 08:45:40 -0700</pubDate>
        </item>
            
        <item>
            <title>OpenSSH SFTP chroot() with ChrootDirectory</title>
            <link>http://swik.net/Debian/Debian+Administration+Blog/OpenSSH+SFTP+chroot%28%29+with+ChrootDirectory/b30za</link>
            <description>The upcoming version of OpenSSH (&lt;tt&gt;4.8p1&lt;/tt&gt; for the GNU/Linux port) features a new configuration option : &lt;tt&gt;ChrootDirectory&lt;/tt&gt;. This has been made possible by a new SFTP subsystem statically linked to &lt;tt&gt;sshd&lt;/tt&gt;.</description>
            
            <pubDate>Tue, 01 Apr 2008 03:44:54 -0700</pubDate>
        </item>
            
        <item>
            <title>Checking password strength for squirrelmail</title>
            <link>http://swik.net/Debian/Debian+Administration+Blog/Checking+password+strength+for+squirrelmail/b3yfp</link>
            <description>I have successfully used the method below to configure the &lt;tt&gt;change_ldappass&lt;/tt&gt; plugin of Squirrelmail to perform password strength checks using &lt;tt&gt;cracklib&lt;/tt&gt;. I made a few assumptions, but it should be easy to adapt it to your own situation.</description>
            
            <pubDate>Fri, 28 Mar 2008 03:43:41 -0700</pubDate>
        </item>
            
        <item>
            <title>Introduction BackupPC part 1</title>
            <link>http://swik.net/Debian/Debian+Administration+Blog/Introduction+BackupPC+part+1/b3xrw</link>
            <description>This HOWTO will describe how to install BackupPC (http://backuppc.sourceforge.net/) and how to create a simple backup using backuppc. BackupPC can offer a nice solution for both simple and complex backups.</description>
            
            <pubDate>Thu, 27 Mar 2008 03:43:25 -0700</pubDate>
        </item>
            
        <item>
            <title>pam_mount and sshfs with password authentication</title>
            <link>http://swik.net/Debian/Debian+Administration+Blog/pam_mount+and+sshfs+with+password+authentication/b3w88</link>
            <description>&lt;em&gt;pam_mount&lt;/em&gt; is &quot;a Pluggable Authentication Module that can mount volumes for a user session&quot;. It is used to automatically mount a network share or volume when a user logs in, and unmount it when the user logs out &lt;em&gt;sshfs&lt;/em&gt; is a FUSE filesystem that allows mounting a  directory using the SSH sftp subsystem.</description>
            
            <pubDate>Wed, 26 Mar 2008 09:43:19 -0700</pubDate>
        </item>
            
        <item>
            <title>Using pam-mount to create a sandboxed home directory</title>
            <link>http://swik.net/Debian/Debian+Administration+Blog/Using+pam-mount+to+create+a+sandboxed+home+directory/b3wb6</link>
            <description>My biggest fear when using a public computer is that the data  I enter might fall into the wrong hands.  One way for developers to  combat data theft is to hold personal info only for as long as is  absolutely necessary, thereby shortening the window of opportunity for  an attacker.  This is possible in Linux through a combination of tmpfs and unionfs.</description>
            
            <pubDate>Tue, 25 Mar 2008 02:43:02 -0700</pubDate>
        </item>
            
        <item>
            <title>OpenLDAP installation on Debian</title>
            <link>http://swik.net/Debian/Debian+Administration+Blog/OpenLDAP+installation+on+Debian/b3srm</link>
            <description>The purpose of this article is to give you a straight-forward, Debian-friendly way of installing and configuring OpenLDAP.  By the end of this guide, you will have a functional LDAP server that will serve as a central authentication system for user logins onto all machines in the network, without the need to manually create users&#039; accounts on individual machines.</description>
            
            <pubDate>Wed, 19 Mar 2008 03:42:13 -0700</pubDate>
        </item>
            
        <item>
            <title>Struggling to implement PCI compliance</title>
            <link>http://swik.net/Debian/Debian+Administration+Blog/Struggling+to+implement+PCI+compliance/b3nmc</link>
            <description>I&#039;m striving to comply with PCI standards (http://www.pcicomplianceguide.org/), but I&#039;m running into a wall - due mostly to confusing, out-of-date, contradictory, and-or incomplete documentation. Or maybe just my own dense mentality.  Does anybody have any  guidance help me walk through the security thickets of setting up my Debian-based web store?</description>
            
            <pubDate>Fri, 14 Mar 2008 04:41:50 -0700</pubDate>
        </item>
            
        <item>
            <title>Debian amd64: iceweasel with i386 plugins, outside a chroot</title>
            <link>http://swik.net/Debian/Debian+Administration+Blog/Debian+amd64%3A+iceweasel+with+i386+plugins%2C+outside+a+chroot/b3kk0</link>
            <description>If you weren&#039;t already convinced that closed source sucked before, then surely the experience of trying to browse the net with an amd64 machine will have won you over;</description>
            
            <pubDate>Sun, 09 Mar 2008 23:41:14 -0700</pubDate>
        </item>
            
        <item>
            <title>Redirect if a website root is empty?</title>
            <link>http://swik.net/Debian/Debian+Administration+Blog/Redirect+if+a+website+root+is+empty%3F/b3hfr</link>
            <description>This should be a simple problem to solve, but I&#039;ve yet to find a good solution, so any assistance would be most welcome.  If you&#039;d like to redirect to another website if a directory root has no files in it, how would you do so?</description>
            
            <pubDate>Wed, 05 Mar 2008 16:40:55 -0800</pubDate>
        </item>
            
    </channel>
</rss>
