<?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; code</title>
	<atom:link href="http://www.schwer.us/journal/tag/code/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>Count bandwidth</title>
		<link>http://www.schwer.us/journal/2005/09/03/count-bandwidth/</link>
		<comments>http://www.schwer.us/journal/2005/09/03/count-bandwidth/#comments</comments>
		<pubDate>Sat, 03 Sep 2005 19:18:23 +0000</pubDate>
		<dc:creator>augie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.schwer.us/journal/?p=111</guid>
		<description><![CDATA[Here's a script I wrote to count the bandwidth used from the Apache access_log. <a href="http://www.schwer.us/journal/2005/09/03/count-bandwidth/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.schwer.us/journal/2005/09/03/count-bandwidth/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Vulnerable phpBB : Find and Disable.</title>
		<link>http://www.schwer.us/journal/2005/07/18/vulnerable-phpbb-find-and-disable/</link>
		<comments>http://www.schwer.us/journal/2005/07/18/vulnerable-phpbb-find-and-disable/#comments</comments>
		<pubDate>Tue, 19 Jul 2005 05:41:34 +0000</pubDate>
		<dc:creator>augie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[phpbb]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.schwer.us/journal/2005/07/18/vulnerable-phpbb-find-and-disable/</guid>
		<description><![CDATA[Here&#8217;s a little script I wrote that attempts to find and disable old phpBB instances that may be vulnerable to the recent phpBB Worm in the wild. #!/usr/bin/perl # Name: Augie Schwer # File: find-vuln.pl # Date: 18, July 2005 &#8230; <a href="http://www.schwer.us/journal/2005/07/18/vulnerable-phpbb-find-and-disable/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.schwer.us/journal/2005/07/18/vulnerable-phpbb-find-and-disable/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

