fix url thing

This commit is contained in:
Don Harper 2015-06-09 23:15:57 -06:00
parent 1a020ca68b
commit 1476ef83ee
170 changed files with 1057 additions and 5841 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>duckland.org news (Unix)</title><link>http://www.duckland.org/</link><description></description><atom:link href="http://www.duckland.org/categories/unix.xml" type="application/rss+xml" rel="self"></atom:link><language>en</language><lastBuildDate>Mon, 08 Jun 2015 16:00:02 GMT</lastBuildDate><generator>http://getnikola.com/</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Tale of Installs, Part 2</title><link>http://www.duckland.org/posts/201401tale-of-install-2.html</link><dc:creator>Don Harper</dc:creator><description>&lt;p&gt;Well, as I &lt;a href="http://www.duckland.org/archive/2013/11/Tale_of_Installs.html"&gt;mentioned&lt;/a&gt;, I was trying to install OpenBSD. Well, my main workstation died, so I have to re-purposed the OpenBSD box as my workstation running &lt;a href="http://www.archlinux.org"&gt;ArchLinux&lt;/a&gt;. I am hunting for a suitable replacement.&lt;/p&gt;
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>duckland.org news (Unix)</title><link>http://www.duckland.org/</link><description></description><atom:link href="http://www.duckland.org/categories/unix.xml" type="application/rss+xml" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 10 Jun 2015 05:13:32 GMT</lastBuildDate><generator>http://getnikola.com/</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Tale of Installs, Part 2</title><link>http://www.duckland.org/posts/201401tale-of-install-2.html</link><dc:creator>Don Harper</dc:creator><description>&lt;p&gt;Well, as I &lt;a href="http://www.duckland.org/archive/2013/11/Tale_of_Installs.html"&gt;mentioned&lt;/a&gt;, I was trying to install OpenBSD. Well, my main workstation died, so I have to re-purposed the OpenBSD box as my workstation running &lt;a href="http://www.archlinux.org"&gt;ArchLinux&lt;/a&gt;. I am hunting for a suitable replacement.&lt;/p&gt;
&lt;p&gt;Oh, and Happy New Year!&lt;/p&gt;</description><category>FreeBSD</category><category>OpenBSD</category><category>sa</category><category>Unix</category><guid>http://www.duckland.org/posts/201401tale-of-install-2.html</guid><pubDate>Wed, 08 Jan 2014 23:01:00 GMT</pubDate></item><item><title>dd(8) with progress</title><link>http://www.duckland.org/posts/201311dd-with-progress.html</link><dc:creator>Don Harper</dc:creator><description>&lt;p&gt;I needed to write an iso image to a USB key, and the typical way is
with just dd(8), but I wanted a progress bar. A quick google later,