fixing tag

This commit is contained in:
Don Harper 2015-06-12 09:56:07 -06:00
parent 4b716afa38
commit 5737d39227
63 changed files with 2923 additions and 160 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 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 (sa)</title><link>http://www.duckland.org/</link><description></description><atom:link href="http://www.duckland.org/categories/sa.xml" type="application/rss+xml" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 10 Jun 2015 05:13:30 GMT</lastBuildDate><generator>http://getnikola.com/</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Quick Ansible Tip</title><link>http://www.duckland.org/posts/quick-ansible-tip.html</link><dc:creator>Don Harper</dc:creator><description>&lt;div&gt;&lt;p&gt;This is a quick post to capture something seen. &lt;a class="reference external" href="http://www.ansible.com"&gt;Ansibel&lt;/a&gt; is a configuration management tool that I have been learning recently. More details in a future post. This is just to capture this idea:&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/" version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>duckland.org news (sa)</title><link>http://www.duckland.org/</link><description></description><atom:link type="application/rss+xml" rel="self" href="http://www.duckland.org/categories/sa.xml"></atom:link><language>en</language><lastBuildDate>Fri, 12 Jun 2015 15:54:28 GMT</lastBuildDate><generator>http://getnikola.com/</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Quick Ansible Tip</title><link>http://www.duckland.org/posts/quick-ansible-tip.html</link><dc:creator>Don Harper</dc:creator><description>&lt;div&gt;&lt;p&gt;This is a quick post to capture something seen. &lt;a class="reference external" href="http://www.ansible.com"&gt;Ansibel&lt;/a&gt; is a configuration management tool that I have been learning recently. More details in a future post. This is just to capture this idea:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;From: Smith, Chris (Big Data)&lt;/p&gt;
&lt;p&gt;To: ansible&lt;/p&gt;
@ -30,7 +30,7 @@
&lt;p&gt;Also, I want to revisit the 30 Day FreeBSD challenge again in January. I have the old HP R810 running &lt;a class="reference external" href="http://www.pcbsd.org"&gt;PCBSD 10.1&lt;/a&gt; already set up that I have been using for a couple of days working the kinks out of it, so I think I can do it this time. Normal caveat applies...I have a work laptop which dual boots Windows 8.1 and Fedora 21 for my work stuff. The home stuff should work nicely on the laptop.&lt;/p&gt;
&lt;p&gt;Just to prove things, this post was written under FreeBSD.&lt;/p&gt;
&lt;p&gt;I also need to fix up my virtual host farm. I have one too many, and do not need it, but of course, it is the one with the main mail and other services, so I need to hurry up and migrate things off of it.&lt;/p&gt;
&lt;p&gt;I hope your 2015 is a great year.&lt;/p&gt;&lt;/div&gt;</description><category>30DayChallenge</category><category>personeal</category><category>photo</category><category>sa</category><guid>http://www.duckland.org/posts/goodbye-2014.html</guid><pubDate>Wed, 31 Dec 2014 05:44:55 GMT</pubDate></item><item><title>Perl, Modules, and Package Management</title><link>http://www.duckland.org/posts/201409perl-modules-and-package-management.html</link><dc:creator>Don Harper</dc:creator><description>&lt;p&gt;So, even though I have been starting to &lt;a href="http://www.duckland.org/2014/06/back-to-freebsd-maybe-back-to-the-challenge"&gt;work with&lt;/a&gt; &lt;a href="http://www.duckland.org/2014/07/freebsd-switch"&gt;FreeBSD&lt;/a&gt; &lt;a href="http://www.duckland.org/2014/08/one-step-closer"&gt;again&lt;/a&gt;, I am still running &lt;a href="http://www.archlinux.org/"&gt;ArchLinux&lt;/a&gt; on my workstation.&lt;/p&gt;
&lt;p&gt;I hope your 2015 is a great year.&lt;/p&gt;&lt;/div&gt;</description><category>30DayChallenge</category><category>personal</category><category>photo</category><category>sa</category><guid>http://www.duckland.org/posts/goodbye-2014.html</guid><pubDate>Wed, 31 Dec 2014 05:44:55 GMT</pubDate></item><item><title>Perl, Modules, and Package Management</title><link>http://www.duckland.org/posts/201409perl-modules-and-package-management.html</link><dc:creator>Don Harper</dc:creator><description>&lt;p&gt;So, even though I have been starting to &lt;a href="http://www.duckland.org/2014/06/back-to-freebsd-maybe-back-to-the-challenge"&gt;work with&lt;/a&gt; &lt;a href="http://www.duckland.org/2014/07/freebsd-switch"&gt;FreeBSD&lt;/a&gt; &lt;a href="http://www.duckland.org/2014/08/one-step-closer"&gt;again&lt;/a&gt;, I am still running &lt;a href="http://www.archlinux.org/"&gt;ArchLinux&lt;/a&gt; on my workstation.&lt;/p&gt;
&lt;p&gt;And I wanted to run a script I wrote a long time ago to support a &lt;a href="http://www.donaldharper.com/"&gt;website&lt;/a&gt; of mine, which I have not updated in a while. The way I would update the site is by doing some batch editing of photos, park them in a directory, and then run my script which pushes the photos to the web server, and then interfaces with the CMS software to schedule the posts and all is good.&lt;/p&gt;