<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Schwer Log &#187; bash</title>
	<atom:link href="http://www.schwer.us/journal/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.schwer.us/journal</link>
	<description>Logging the activities of four Schwers.</description>
	<lastBuildDate>Fri, 29 Apr 2011 22:20:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Yum: Checking for updates.</title>
		<link>http://www.schwer.us/journal/2005/09/23/yum-checking-for-updates/</link>
		<comments>http://www.schwer.us/journal/2005/09/23/yum-checking-for-updates/#comments</comments>
		<pubDate>Sat, 24 Sep 2005 06:27:00 +0000</pubDate>
		<dc:creator>augie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.schwer.us/journal/?p=144</guid>
		<description><![CDATA[Here&#8217;s a quick script you can put in your cron rotation to check and see if there are any updates available and what they are: #!/bin/bash yum_output=/tmp/yum-check-update-output.txt python=/usr/bin/python1.5 yum=/usr/bin/yum $python $yum check-update > $yum_output yum_return_code="$?" case $yum_return_code in 100) # &#8230; <a href="http://www.schwer.us/journal/2005/09/23/yum-checking-for-updates/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.schwer.us/journal/2005/09/23/yum-checking-for-updates/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Init script for rsyncd.</title>
		<link>http://www.schwer.us/journal/2005/09/03/init-script-for-rsyncd/</link>
		<comments>http://www.schwer.us/journal/2005/09/03/init-script-for-rsyncd/#comments</comments>
		<pubDate>Sat, 03 Sep 2005 19:24:25 +0000</pubDate>
		<dc:creator>augie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[init]]></category>
		<category><![CDATA[init.d]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[rsyncd]]></category>

		<guid isPermaLink="false">http://www.schwer.us/journal/?p=131</guid>
		<description><![CDATA[Ed: another one that was sitting in &#8220;drafts&#8221; for months. #!/bin/bash # # Startup script for rsyncd. # # chkconfig: 345 86 16 # description: rsync rocks. # case &#8220;$1&#8243; in start) echo &#8220;Starting rsyncd&#8230;&#8221; /opt/rsync/bin/rsync &#8211;daemon &#8211;ipv4 ;; stop) &#8230; <a href="http://www.schwer.us/journal/2005/09/03/init-script-for-rsyncd/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.schwer.us/journal/2005/09/03/init-script-for-rsyncd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Supybot init script for Debian.</title>
		<link>http://www.schwer.us/journal/2005/04/17/supybot-init-script-for-debian/</link>
		<comments>http://www.schwer.us/journal/2005/04/17/supybot-init-script-for-debian/#comments</comments>
		<pubDate>Mon, 18 Apr 2005 03:00:10 +0000</pubDate>
		<dc:creator>augie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[init]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[supybot]]></category>

		<guid isPermaLink="false">http://www.schwer.us/journal/2005/04/17/supybot-init-script-for-debian/</guid>
		<description><![CDATA[Supybot is a neat little IRC bot written in Python. I had been looking for a bot to do some logging of my favorite IRC channel (#nblug on irc.nblug.org). The setup was pretty easy and the documentation is nice, but &#8230; <a href="http://www.schwer.us/journal/2005/04/17/supybot-init-script-for-debian/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.schwer.us/journal/2005/04/17/supybot-init-script-for-debian/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

