<?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>2015-12-12T05:20:02Z</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/725/Simplifying_repetitive_Apache_configuration_with_mod_macro</id>
   <title>Simplifying repetitive Apache configuration with mod_macro</title>
   <link href="http://www.debian-administration.org/article/725/Simplifying_repetitive_Apache_configuration_with_mod_macro" />
   <updated>2015-12-09T12:34:40Z</updated>
   <summary type="html">Apache is one of the more flexible webservers, and most of this is achieved via the use of various extension modules bundled with it, or externally available.  &lt;tt&gt;mod_macro&lt;/tt&gt; is a great module allowing you to simplifying configuration of multiple virtual hosts enormously.</summary>
   <author>
    <name>Steve</name>
    <uri>http://www.debian-administration.org/users/Steve</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/724/Enabling_swap_on_debian_based_system</id>
   <title>Enabling swap on debian based system</title>
   <link href="http://www.debian-administration.org/article/724/Enabling_swap_on_debian_based_system" />
   <updated>2015-12-08T18:01:55Z</updated>
   <summary type="html">Recently I found myself without a swap partition (having installed another OS and reworked my disk-setup) so I wanted to share a quick guide to enable swap again.</summary>
   <author>
    <name>tuwid</name>
    <uri>http://www.debian-administration.org/users/tuwid</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/723/Offering_IPv4-only_services_over_IPv6</id>
   <title>Offering IPv4-only services over IPv6</title>
   <link href="http://www.debian-administration.org/article/723/Offering_IPv4-only_services_over_IPv6" />
   <updated>2015-11-29T08:06:53Z</updated>
   <summary type="html">Although IPv6 is clearly the way of the future there are some software services which only support IPv4 access.  Here we&#39;ll show a simple approach to exporting them to IPv6-based clients.</summary>
   <author>
    <name>Steve</name>
    <uri>http://www.debian-administration.org/users/Steve</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/722/Analysing_performance_problems_with_systemd</id>
   <title>Analysing performance problems with systemd</title>
   <link href="http://www.debian-administration.org/article/722/Analysing_performance_problems_with_systemd" />
   <updated>2015-09-26T18:06:21Z</updated>
   <summary type="html">Now that Systemd is the default init-system in fresh installations of Debian GNU/Linux it is worth highlighting some of the new features.</summary>
   <author>
    <name>Steve</name>
    <uri>http://www.debian-administration.org/users/Steve</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/721/Validating_SPF_and_DKIM_at_SMTP-time_with_exim</id>
   <title>Validating SPF and DKIM at SMTP-time with exim</title>
   <link href="http://www.debian-administration.org/article/721/Validating_SPF_and_DKIM_at_SMTP-time_with_exim" />
   <updated>2015-08-04T07:58:50Z</updated>
   <summary type="html">In our recent articles we&#39;ve discussed creating SPF-records to avoid spoofed mails, and the creation and setup for DKIM-signing emails, for a similar purpose.  Here we&#39;ll look at the other side of the coin; performing DKIM and SPF testing on your &lt;i&gt;incoming&lt;/i&gt; email.</summary>
   <author>
    <name>Steve</name>
    <uri>http://www.debian-administration.org/users/Steve</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/720/Tying_together_SPF_and_DKIM_with_DMARC</id>
   <title>Tying together SPF and DKIM with DMARC</title>
   <link href="http://www.debian-administration.org/article/720/Tying_together_SPF_and_DKIM_with_DMARC" />
   <updated>2015-08-03T19:35:22Z</updated>
   <summary type="html">When it comes to increasing deliverabiity of email, and preventing spoofed/forged emails the preferred solution these days is DMARC, which allows the use of SPF and DKIM to be enforced for domains in a unified manner.</summary>
   <author>
    <name>Steve</name>
    <uri>http://www.debian-administration.org/users/Steve</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/719/Avoiding_mail-spoofing_with_SPF</id>
   <title>Avoiding mail-spoofing with SPF</title>
   <link href="http://www.debian-administration.org/article/719/Avoiding_mail-spoofing_with_SPF" />
   <updated>2015-08-01T17:34:33Z</updated>
   <summary type="html">The Sender Policy Framework, or SPF, is an email-validation system which is designed to allow spoofed mails to be indentified.  In this brief introduction we&#39;ll look at how you can configure your outgoing emails to take advantage of this validation.</summary>
   <author>
    <name>Steve</name>
    <uri>http://www.debian-administration.org/users/Steve</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/718/DKIM-signing_outgoing_mail_with_exim4</id>
   <title>DKIM-signing outgoing mail with exim4</title>
   <link href="http://www.debian-administration.org/article/718/DKIM-signing_outgoing_mail_with_exim4" />
   <updated>2015-07-29T06:28:20Z</updated>
   <summary type="html">There have been several systems designed to prevent mail spoofing over the years, the two most prominent solutions are DKIM and SPF.  Here we&#39;re going to document the setup of using DKIM to signing outgoing mails with Debian&#39;s default mail transfer agent, exim4.</summary>
   <author>
    <name>Steve</name>
    <uri>http://www.debian-administration.org/users/Steve</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/717/Setting_up_a_personal_secure_apt_repository</id>
   <title>Setting up a personal secure apt repository</title>
   <link href="http://www.debian-administration.org/article/717/Setting_up_a_personal_secure_apt_repository" />
   <updated>2015-05-24T09:58:32Z</updated>
   <summary type="html">Packages under development aren&#39;t always ready to be in the main Debian archive.  But that doesn&#39;t mean it should be hard for people to install them. When asking people to test programs, it is most convenient to present it in the</summary>
   <author>
    <name>wijnen</name>
    <uri>http://www.debian-administration.org/users/wijnen</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/715/Preventing_SPAM_connections_with_bird.</id>
   <title>Preventing SPAM connections with bird.</title>
   <link href="http://www.debian-administration.org/article/715/Preventing_SPAM_connections_with_bird." />
   <updated>2015-05-22T07:25:03Z</updated>
   <summary type="html">Bird is an Internet routing daemon with full support for all the major routing protocols.  It allows you to configure hosts to share routing information, via protocols such as BGP, OSPF, or even statically.  Here we&#39;re going to look at using it to automatically blacklist traffic from SPAM-sources.</summary>
   <author>
    <name>Steve</name>
    <uri>http://www.debian-administration.org/users/Steve</uri>
   </author>

 </entry>
 

</feed>
