<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 <title>Debian GNU/Linux System Administration Resources</title>
 <subtitle>Tips for a Debian GNU/Linux System Administrator.</subtitle>
 <link href="http://www.debian-administration.org/" />
 <link rel="self" href="http://www.debian-administration.org/atom.xml" />
 <updated>2009-06-26T18:31:47Z</updated>
 <author>
   <name>Steve Kemp</name>
   <uri>http://www.debian-administration.org/</uri>
 </author>
 <icon>http://www.debian-administration.org/favicon.ico</icon>
 <id>http://www.debian-administration.org/</id>

 
  <entry>
   <id>http://www.debian-administration.org/article/Where_art_thou_-_CDPR</id>
   <title>Where art thou? - CDPR</title>
   <link href="http://www.debian-administration.org/article/Where_art_thou_-_CDPR" />
   <updated>2009-05-06T11:30:37Z</updated>
   <summary>&lt;tt&gt;cdpr&lt;/tt&gt; is a nifty little command which speaks the Cisco Discovery Protocol, allowing you to learn interesting things from your network.</summary>
   <author>
    <name>djzort</name>
    <uri>http://www.debian-administration.org/users/djzort</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/OpenSSH_logging_with_ChrootDirectory</id>
   <title>OpenSSH logging with ChrootDirectory</title>
   <link href="http://www.debian-administration.org/article/OpenSSH_logging_with_ChrootDirectory" />
   <updated>2009-05-04T14:01:38Z</updated>
   <summary>Finally following up on the previous article on the subject (/articles/590), I found some time to investigate logging what happens in an &lt;tt&gt;internal-sftp&lt;/tt&gt; session using rsyslog.</summary>
   <author>
    <name>niol</name>
    <uri>http://www.debian-administration.org/users/niol</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/A_brief_introduction_to_mod_perl_-_Part_2</id>
   <title>A brief introduction to mod_perl - Part 2</title>
   <link href="http://www.debian-administration.org/article/A_brief_introduction_to_mod_perl_-_Part_2" />
   <updated>2009-05-01T08:30:42Z</updated>
   <summary>In our previous brief introduction (http://www.debian-administration.org/article/A_brief_introduction_to_mod_perl_-_Part_1) to &lt;tt&gt;mod_perl&lt;/tt&gt; we showed how to install it, and how to use it to improve the performance of simple Perl-based CGI-scripts.  In this conclusion we&#39;ll show how you can do more useful things with a little bit of effort.</summary>
   <author>
    <name>Steve</name>
    <uri>http://www.debian-administration.org/users/Steve</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/A_brief_introduction_to_mod_perl_-_Part_1</id>
   <title>A brief introduction to mod_perl - Part 1</title>
   <link href="http://www.debian-administration.org/article/A_brief_introduction_to_mod_perl_-_Part_1" />
   <updated>2009-04-30T17:30:19Z</updated>
   <summary>Apache is currently the world&#39;s most popular webserver.  There are many alternative webservers, but Apache was one of the first which offered real control, flexibility, and numerous available extensions.   With the introduction of &lt;tt&gt;mod_perl&lt;/tt&gt; you can directly control almost every aspect of your webserver with pure Perl.  Read on for a brief introduction to using mod_perl.</summary>
   <author>
    <name>Steve</name>
    <uri>http://www.debian-administration.org/users/Steve</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/Providing_better_editing_support_for_sbcl_via_readline</id>
   <title>Providing better editing support for sbcl via readline</title>
   <link href="http://www.debian-administration.org/article/Providing_better_editing_support_for_sbcl_via_readline" />
   <updated>2009-04-13T11:45:24Z</updated>
   <summary>The readline library is used by many programs which need to provide a pleasant environment for performing text entry, offering completion, history, and advanced editing facilities.  There are applications which, for various reasons, do not use it, but this is something that may be fixed with the addition of the rlwrap readline wrapper.</summary>
   <author>
    <name>Steve</name>
    <uri>http://www.debian-administration.org/users/Steve</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/Testing_SMTP_servers_with_SWAKS</id>
   <title>Testing SMTP servers with SWAKS</title>
   <link href="http://www.debian-administration.org/article/Testing_SMTP_servers_with_SWAKS" />
   <updated>2009-04-06T11:24:16Z</updated>
   <summary>When changing software configuration it is always a good idea to test things as thoroughly as you can.  In the case of SMTP it is generally possible to test things offline pretty easily, and then perform simple tests via a manual telnet  - but the SWAKS tool makes SMTP-testing even simpler.</summary>
   <author>
    <name>Steve</name>
    <uri>http://www.debian-administration.org/users/Steve</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/Getting_Started_with_Firewall_Builder</id>
   <title>Getting Started with Firewall Builder</title>
   <link href="http://www.debian-administration.org/article/Getting_Started_with_Firewall_Builder" />
   <updated>2009-03-30T19:35:25Z</updated>
   <summary> Configuring a firewall policy using &lt;b&gt;iptables&lt;/b&gt; can be difficult. If you do it by hand, you need to learn a complicated command line syntax and understand packet flow inside Linux kernel very well. GUI applications such as Firestarter can help build simple configuration but quickly run out of steam when security policy becomes complex. This article introduces &amp;quot;Firewall Builder&amp;quot;, a GUI firewall configuration and management tool designed to help solve this problem.</summary>
   <author>
    <name>vkfwb</name>
    <uri>http://www.debian-administration.org/users/vkfwb</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/Exim4_SMTP_Auth_for_the_Real_World</id>
   <title>Exim4 SMTP Auth for the Real World</title>
   <link href="http://www.debian-administration.org/article/Exim4_SMTP_Auth_for_the_Real_World" />
   <updated>2009-03-11T14:42:16Z</updated>
   <summary>I tried several times to get SMTP authentication working for use in a modern environment with much wailing and gnashing of teeth.  For starters, I don&#39;t want to have to authenticate every client on my LAN.  Clients coming from my home subnet should be trusted by IP and should not have to authenticate.  Secondly, I want to be able to relay mail from any client if that client authenticates via TLS from anywhere on the internet.  Hopefully this will save other people some time and sanity.</summary>
   <author>
    <name>tubaman</name>
    <uri>http://www.debian-administration.org/users/tubaman</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/Encrypted_Debian_Live_USB_key</id>
   <title>Encrypted Debian Live USB key</title>
   <link href="http://www.debian-administration.org/article/Encrypted_Debian_Live_USB_key" />
   <updated>2009-03-06T09:27:36Z</updated>
   <summary>Handling mostly old or problematic hardware and not always having a stable internet connection, I have been struggling to find a live-cd/usb-key system which is slim, easy and fast to customize, fully encryptable and includes the debian network installer.</summary>
   <author>
    <name>inputs_marmalade</name>
    <uri>http://www.debian-administration.org/users/inputs_marmalade</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/Concurrent_boot_sequence</id>
   <title>Concurrent boot sequence</title>
   <link href="http://www.debian-administration.org/article/Concurrent_boot_sequence" />
   <updated>2009-02-26T15:11:27Z</updated>
   <summary>In the quest for the fastest boot ever (see Booting Debian in 14 seconds (/articles/620)), you may want to consider setting the variable &lt;tt&gt;CONCURRENCY=shell&lt;/tt&gt; in &lt;tt&gt;/etc/default/rcS&lt;/tt&gt;, recalling from your your theoretical studies that &quot;Parallel is faster than Sequential.&quot;</summary>
   <author>
    <name>mcortese</name>
    <uri>http://www.debian-administration.org/users/mcortese</uri>
   </author>

 </entry>
 

</feed>
