<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Garzik's Linux pages</title>
      <link>http://linux.yyz.us/</link>
      <description>Various stuff from Garzik.</description>
      <language>en-us</language>

      <docs>http://blogs.law.harvard.edu/tech/rss</docs>
      <managingEditor>jgarzik@pobox.com</managingEditor>
      <webMaster>jgarzik@pobox.com</webMaster>

      <item>
         <title>Kernel Hackers' guide to git</title>
         <guid>http://linux.yyz.us/git-howto.html</guid>
         <link>http://linux.yyz.us/git-howto.html</link>
         <description>A quick-start guide to using git SCM, for kernel hackers.</description>
         <pubDate>Sun, 23 Dec 2007 11:30:30 GMT</pubDate>
	 <author>jgarzik@pobox.com</author>
      </item>

      <item>
         <title>Simple, effective Web security: rename your files</title>
         <guid>http://linux.yyz.us/rename-security.html</guid>
         <link>http://linux.yyz.us/rename-security.html</link>
         <description>
	 In a world of massively distributed botnet scans,
	 a very simple technique can be enormously effective against
	 rootkits: rename your files.
	 </description>
         <pubDate>Sat, 13 Jan 2007 16:27:27 GMT</pubDate>
	 <author>jgarzik@pobox.com</author>
      </item>

      <item>
         <title>'Expires' website speed boost</title>
         <guid>http://linux.yyz.us/speed-boost-expire.html</guid>
         <link>http://linux.yyz.us/speed-boost-expire.html</link>
         <description>Delves into website caching, and one possible
	 technique for speeding access to content that changes less
	 frequently than most.</description>
         <pubDate>Tue, 26 Dec 2006 22:31:14 GMT</pubDate>
	 <author>jgarzik@pobox.com</author>
      </item>

      <item>
         <title>Linux: Why software RAID?</title>
         <guid>http://linux.yyz.us/why-software-raid.html</guid>
         <link>http://linux.yyz.us/why-software-raid.html</link>
         <description>A list of issues to be considered when choosing
	 between hardware and software RAID.</description>
         <pubDate>Wed, 23 Aug 2006 00:00:00 GMT</pubDate>
	 <author>jgarzik@pobox.com</author>
      </item>

      <item>
         <title>Linux SATA status report</title>
         <guid>http://linux-ata.org/sata-status.html</guid>
         <link>http://linux-ata.org/sata-status.html</link>
         <description>The current status of Serial ATA hardware/drivers in the Linux kernel.</description>
         <pubDate>Wed, 25 Jan 2006 15:59:00 GMT</pubDate>
	 <author>jgarzik@pobox.com</author>
      </item>

      <item>
         <title>Linux SATA software status report</title>
         <guid>http://linux-ata.org/software-status.html</guid>
         <link>http://linux-ata.org/software-status.html</link>
         <description>The current status of Serial ATA software features in the Linux kernel.</description>
         <pubDate>Thu, 1 Dec 2005 00:00:01 GMT</pubDate>
	 <author>jgarzik@pobox.com</author>
      </item>

      <item>
         <title>libATA Developer's Guide</title>
         <guid>http://www.lulu.com/content/130446</guid>
         <link>http://www.lulu.com/content/130446</link>
         <description>libATA is a library used inside the Linux kernel to support ATA host controllers and devices. libATA provides an ATA driver API, class transports for ATA and ATAPI devices, and SCSI/ATA translation for ATA devices according to the T10 SAT specification. This Guide documents the libATA driver API, library functions, library internals, and a couple sample ATA low-level drivers.</description>
         <pubDate>Tue, 31 May 2005 00:00:01 GMT</pubDate>
	 <author>jgarzik@pobox.com</author>
      </item>

      <item>
         <title>SATA development resources</title>
         <guid>http://linux-ata.org/devel.html</guid>
         <link>http://linux-ata.org/devel.html</link>
         <description>Technical information about ATA, presented in an attempt
	 to jumpstart engineers
	 learning ATA for the first time, and as a ready reference.</description>
         <pubDate>Mon, 27 Dec 2004 00:00:02 GMT</pubDate>
	 <author>jgarzik@pobox.com</author>
      </item>

      <item>
         <title>Accelerating IPv6 adoption with Apache proxy server</title>
         <guid>http://linux.yyz.us/ipv6/proxy.html</guid>
         <link>http://linux.yyz.us/ipv6/proxy.html</link>
         <description>There exists a catch-22: the most popular web sites on the Internet 
	 don't have any incentive to switch to IPv6 until a large portion
	 of their userbase is on IPv6, and their user base does not have a
	 large incentive to switch to IPv6 until many of the popular Internet
	 destinations support IPv6.
	 
	 My proposed solution is simple:  Configure a proxy server that serves IPv6 HTTP and FTP requests, passing those requests
	 through to underlying IPv4-only servers that not have yet been
	 transitioned to IPv6.</description>
         <pubDate>Mon, 20 Sep 2004 00:00:00 GMT</pubDate>
	 <author>jgarzik@pobox.com</author>
      </item>

      <item>
         <title>Painless DDNS part 2: configuring the server</title>
         <guid>http://linux.yyz.us/dns/ddns-server.html</guid>
         <link>http://linux.yyz.us/dns/ddns-server.html</link>
         <description>Looking again at dynamic DNS (DDNS), we now turn to setting up dynamic DNS on your BIND named name server, discussing some of the available security policies, and providing some examples of use.</description>
         <pubDate>Fri, 03 Sep 2004 00:00:00 GMT</pubDate>
	 <author>jgarzik@pobox.com</author>
      </item>

      <item>
         <title>Linux kernel patch submission format</title>
         <guid>http://linux.yyz.us/patch-format.html</guid>
         <link>http://linux.yyz.us/patch-format.html</link>
         <description>Most Linux kernel submissions are merged into the kernel source code repository by script. These instructions describe the proper format for emailed kernel patch submissions, to ensure that submittors and maintainers waste a minimum amount of time on these details.</description>
         <pubDate>Tue, 31 Aug 2004 00:00:00 GMT</pubDate>
	 <author>jgarzik@pobox.com</author>
      </item>

      <item>
         <title>nsupdate: Painless Dynamic DNS</title>
         <guid>http://linux.yyz.us/nsupdate/</guid>
         <link>http://linux.yyz.us/nsupdate/</link>
         <description>Introduced in BIND version 8 and refined in BIND version 9, the nsupdate utility provides the system administrator or casual user with a quick and painless method of updating a DNS zone, adding or deleting any type of DNS record the name server supports.  This article describes how to setup dynamic DNS, and provides some examples of use.</description>
         <pubDate>Fri, 27 Aug 2004 00:00:00 GMT</pubDate>
	 <author>jgarzik@pobox.com</author>
      </item>

      <item>
         <title>IPv6 on FC2 mini-HOWTO</title>
         <guid>http://linux.yyz.us/ipv6-fc2-howto.html</guid>
         <link>http://linux.yyz.us/ipv6-fc2-howto.html</link>
         <description>These instructions are for Fedora Core 1 or 2 users, and describe how to set up IPv6 automatically tunnelling (6to4) on an IPv4 network.</description>
         <pubDate>Sun, 22 Aug 2004 00:00:00 GMT</pubDate>
	 <author>jgarzik@pobox.com</author>
      </item>

   </channel>
</rss>
