<?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>2012-04-17T00:03:40Z</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/677/How_to_setup_Postgresql_9.1_Streaming_Replication_Debian_Squeeze</id>
   <title>How to setup Postgresql 9.1 Streaming Replication Debian Squeeze</title>
   <link href="http://www.debian-administration.org/article/677/How_to_setup_Postgresql_9.1_Streaming_Replication_Debian_Squeeze" />
   <updated>2012-04-10T13:07:53Z</updated>
   <summary type="html">This is a short HOWTO on setting up a backported Postgresql 9.1 database with streaming replication on Debian Squeeze.</summary>
   <author>
    <name>Jevad</name>
    <uri>http://www.debian-administration.org/users/Jevad</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/676/Isolating_sudo_messages_from_syslog</id>
   <title>Isolating sudo messages from syslog</title>
   <link href="http://www.debian-administration.org/article/676/Isolating_sudo_messages_from_syslog" />
   <updated>2012-03-12T09:58:44Z</updated>
   <summary type="html">&lt;tt&gt;sudo&lt;/tt&gt; is an essential tool in an environment where there are multiple server and system administrators.  By default &lt;tt&gt;sudo&lt;/tt&gt; will log to syslog, and it is very straight-forward to isolate the logging to a local file which can be useful.</summary>
   <author>
    <name>Steve</name>
    <uri>http://www.debian-administration.org/users/Steve</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/675/How_to_convert_a_Wheezy_or_newer_system_to_btrfs</id>
   <title>How to convert a Wheezy (or newer) system to btrfs</title>
   <link href="http://www.debian-administration.org/article/675/How_to_convert_a_Wheezy_or_newer_system_to_btrfs" />
   <updated>2012-03-07T11:16:08Z</updated>
   <summary type="html">Newer GRUBs can handle a /boot partition which is btrfs, so you need not have a separate /boot partition formatted as ext3/4.</summary>
   <author>
    <name>gpall</name>
    <uri>http://www.debian-administration.org/users/gpall</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/674/How_to_set_up_dynamic_DNS_DDNS_on_WD_My_Book_Live</id>
   <title>How to set up dynamic DNS (DDNS) on WD My Book Live</title>
   <link href="http://www.debian-administration.org/article/674/How_to_set_up_dynamic_DNS_DDNS_on_WD_My_Book_Live" />
   <updated>2012-01-13T06:15:58Z</updated>
   <summary type="html">Western Digital&amp;#39;s My Book Live runs on Debian Lenny.  It is a pretty nice NAS missing one critical feature for which many people ask on-line: The ability to sit behind a home LAN router and update a dynamic DNS entry as many routers can do.</summary>
   <author>
    <name>gpall</name>
    <uri>http://www.debian-administration.org/users/gpall</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/673/Installing_Redmine_with_MySQL_Thin_and_Redmine_on_Debian_Squeeze</id>
   <title>Installing Redmine with MySQL Thin and Redmine on Debian Squeeze</title>
   <link href="http://www.debian-administration.org/article/673/Installing_Redmine_with_MySQL_Thin_and_Redmine_on_Debian_Squeeze" />
   <updated>2011-12-09T08:54:47Z</updated>
   <summary type="html">Redmine (http://www.redmine.org/) is a web-based project management system, often called a forge, built using the Ruby on Rails (http://rubyonrails.org/) framework.  It provides bug/issue tracking, time tracking, wiki pages, gantt charting and calendar, multiple project support, and role-based access control for users to name a few.  This article will cover the process of installing Redmine on Debian Squeeze using MySQL for data storage, Thin for serving Ruby, and nginx as the outward-facing server.</summary>
   <author>
    <name>kevinoid</name>
    <uri>http://www.debian-administration.org/users/kevinoid</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/672/Optimizing_code_via_compiler_flags</id>
   <title>Optimizing code via compiler flags</title>
   <link href="http://www.debian-administration.org/article/672/Optimizing_code_via_compiler_flags" />
   <updated>2011-09-12T19:12:40Z</updated>
   <summary type="html">When you&#39;re developing performance-critical code you will most likely receive performance increases in one of two ways; via the selection of the most appropriate algorithmic solution, or via the expense of additional hardware.  Here we&#39;ll look at an interesting alternative - optimising via compiler flags.</summary>
   <author>
    <name>Steve</name>
    <uri>http://www.debian-administration.org/users/Steve</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/671/A_simple_introduction_to_fabric</id>
   <title>A simple introduction to fabric</title>
   <link href="http://www.debian-administration.org/article/671/A_simple_introduction_to_fabric" />
   <updated>2011-08-01T18:48:32Z</updated>
   <summary type="html">&lt;tt&gt;fabric&lt;/tt&gt;  is described as a simple library and command-line tool for performing application deployment and system administration tasks.  Here we&#39;ll take a look at using it to deploy simple applications remotely.</summary>
   <author>
    <name>Steve</name>
    <uri>http://www.debian-administration.org/users/Steve</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/670/Extending_a_libvirt_raw_storage_volume_in_Debian_Squeeze</id>
   <title>Extending a libvirt raw storage volume in Debian Squeeze</title>
   <link href="http://www.debian-administration.org/article/670/Extending_a_libvirt_raw_storage_volume_in_Debian_Squeeze" />
   <updated>2011-06-23T10:22:14Z</updated>
   <summary type="html">This article takes you through the necessary steps to extend a raw libvirt storage volume that is part of a libvirt storage pool on a Debian Squeeze GNU/Linux system. A libvirt storage volume is essentially a virtual raw hard-disk image that is used by a virtual machine.</summary>
   <author>
    <name>aogulla</name>
    <uri>http://www.debian-administration.org/users/aogulla</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/669/Cloning_a_Debian_system_-_identical_packages_and_versions</id>
   <title>Cloning a Debian system - identical packages and versions</title>
   <link href="http://www.debian-administration.org/article/669/Cloning_a_Debian_system_-_identical_packages_and_versions" />
   <updated>2011-06-15T19:14:38Z</updated>
   <summary type="html">I have long wished for the ability to install a Debian system specifying both the package list and the exact versions of the packages installed.  &lt;code&gt;dpkg --get-selections | ssh newhost dpkg --set-selections&lt;/code&gt; is useful but always chooses the latest version, and especially when using testing or unstable, it is sometimes necessary to temporarily downgrade a package from the latest version available.&lt;br /&gt;</summary>
   <author>
    <name>telent</name>
    <uri>http://www.debian-administration.org/users/telent</uri>
   </author>

 </entry>
 
  <entry>
   <id>http://www.debian-administration.org/article/668/Changing_a_users_password_inside_a_script</id>
   <title>Changing a users password inside a script</title>
   <link href="http://www.debian-administration.org/article/668/Changing_a_users_password_inside_a_script" />
   <updated>2011-05-30T15:05:45Z</updated>
   <summary type="html">In an ideal world you&#39;d never need to change the password associated with a user account without using &lt;tt&gt;passwd&lt;/tt&gt;, but there are times when it is helpful to script such things.</summary>
   <author>
    <name>Steve</name>
    <uri>http://www.debian-administration.org/users/Steve</uri>
   </author>

 </entry>
 

</feed>

