<?xml version="1.0" encoding="iso-8859-1"?>
<!-- name="generator" content="pyblosxom/1.3.2 2/13/2006" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
<channel>
<title>James C. McDonald's Blog   </title>
<link>http://www.mcguru.net/cgi-bin/pyblosxom.cgi</link>
<description>blosxom with a touch of python</description>
<language>en</language>
<item>
  <title>Installed pyblosxom v1.3.2</title>
  <link>http://www.mcguru.net/cgi-bin/pyblosxom.cgi/Python/install-pyblosxom-v1-3-2.html</link>
  <description><![CDATA[
<p>
Upgraded the blog to use <a href="http://pyblosxom.sourceforge.net/">pyblosxom</a> version 1.3.2.
</p>
<p>
No significant changes were required, although I did update the config file (config.py)
and the cgi driver script (pyblosxom.cgi) to the v1.3.2 versions.
</p>

]]></description>
</item>

<item>
  <title>pyblosxom v1.3RC1 Announced</title>
  <link>http://www.mcguru.net/cgi-bin/pyblosxom.cgi/Python/pyblosxom-v1.3RC1.html</link>
  <description><![CDATA[
<p>
Just as I 
<a href="http://www.mcguru.net/cgi-bin/pyblosxom.cgi/Python/install-pyblosxom-v1-2-1.html">predicted</a> , 
<a href="http://www.bluesock.org/~willg/blog/dev/pyblosxom/pyblosxom.1.3.rc1.html">pyblosxom
1.3RC1</a> announced.
</p>

]]></description>
</item>

<item>
  <title>Installed pyblosxom v1.2.1</title>
  <link>http://www.mcguru.net/cgi-bin/pyblosxom.cgi/Python/install-pyblosxom-v1-2-1.html</link>
  <description><![CDATA[
<p>
I finally got around to installing <a href="http://pyblosxom.sourceforge.net/">pyblosxom</a> version 1.2.1.
</p>
<p>
I'm sure this guarantees that version 1.3 will be released tomrrow. :-)
</p>

]]></description>
</item>

<item>
  <title>Simple periodic maintenance script</title>
  <link>http://www.mcguru.net/cgi-bin/pyblosxom.cgi/MacOSX/periodic-maintentance.html</link>
  <description><![CDATA[
<p>
Because my macs are not always awake at the 
scheduled times for the periodic cron system
maintenance tasks, I've started to run them
from a script every week or so.
</p>
<p>
The simple script I use is shown below:
</p>
<pre>
#!/bin/bash
set -v
# Running the daily,weekly and monthly periodic scripts
sudo periodic daily &amp;&amp; sudo periodic weekly &amp;&amp; sudo periodic monthly
# Updating pre-binding
sudo update_prebinding -root / -force
# Repair disk permissions
sudo diskutil repairPermissions /
</pre>


]]></description>
</item>

<item>
  <title>Simple script to tell the Mail.app to prefer text over HTML</title>
  <link>http://www.mcguru.net/cgi-bin/pyblosxom.cgi/MacOSX/mail-app-prefer-text.html</link>
  <description><![CDATA[
<p>
</p>
<p>
Run the following script when the Mail.app is 
not running to set the preference to plain text
over HTML. 
</p>
<pre>
#!/bin/bash
# false is the default for mail.app
#defaults write com.apple.mail PreferPlainText -bool false
set -v
defaults write com.apple.mail PreferPlainText -bool true
</pre>


]]></description>
</item>

<item>
  <title>Simple script to check the battery</title>
  <link>http://www.mcguru.net/cgi-bin/pyblosxom.cgi/MacOSX/check-battery.html</link>
  <description><![CDATA[
<p>
</p>
<p>
Below is a simple script I use to check the
battery on my laptop.
</p>
<pre>
#!/bin/bash
ioreg -l | grep -i IOBatteryInfo
</pre>


]]></description>
</item>

<item>
  <title>Installed pyblosxom v0.9.1</title>
  <link>http://www.mcguru.net/cgi-bin/pyblosxom.cgi/Python/install-2004-05-02-00-00.html</link>
  <description><![CDATA[
<p>
After playing around with <a href="http://www.blosxom.com/">blosxom</a> 
a bit for my blog use I decided to switch to 
<a href="http://roughingit.subtlehints.net/pyblosxom/">pyblosxom</a>
because it is written in <a href="http://www.python.org">python</a>.
</p>

<p>
Although it doesn't seem to allow as much customization and the flavors
seem to be simpler, it looks good enough for my simple needs.
</p>


]]></description>
</item>

</channel>
</rss>

