<?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>Mac OS X Things | Chris Janton</title>
	<atom:link href="http://face.centosprime.com/macosxw/author/chris-janton/feed/" rel="self" type="application/rss+xml" />
	<link>http://face.centosprime.com/macosxw</link>
	<description>hints and notes for the mac os x folks</description>
	<lastBuildDate>Thu, 01 Jul 2010 13:02:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>Compressed web pages</title>
		<link>http://face.centosprime.com/macosxw/compressed-web-pages/</link>
		<comments>http://face.centosprime.com/macosxw/compressed-web-pages/#comments</comments>
		<pubDate>Thu, 13 May 2004 16:37:50 +0000</pubDate>
		<dc:creator>Chris Janton</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=101</guid>
		<description><![CDATA[PHPmac &#8211; The Largest Online Resource Totally Dedicated to Mac Users of PHP The mod_gzip module for Apache will compress the pages as it sends them. Of course, it will only do this if the browser that your audience is using is compatible.]]></description>
			<content:encoded><![CDATA[<p><a title="PHPmac - The Largest Online Resource Totally Dedicated to Mac Users of PHP" href="http://phpmac.com/articles.php?view=167">PHPmac &#8211; The Largest Online Resource Totally Dedicated to Mac Users of PHP</a></p>
<p><em>The mod_gzip module for Apache will compress the pages as it sends them. Of course, it will only do this if the browser that your audience is using is compatible.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://face.centosprime.com/macosxw/compressed-web-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Terminal Window Names</title>
		<link>http://face.centosprime.com/macosxw/terminal-window-names/</link>
		<comments>http://face.centosprime.com/macosxw/terminal-window-names/#comments</comments>
		<pubDate>Thu, 01 Apr 2004 13:53:56 +0000</pubDate>
		<dc:creator>Chris Janton</dc:creator>
				<category><![CDATA[Unix Notes]]></category>

		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=100</guid>
		<description><![CDATA[Make this file in your home directory &#8211; call it &#8220;term_banner&#8221; #!/bin/sh echo -ne &#8220;\033]0;$1\007&#8243; make sure that the file is protected by a chmod +x term_banner now add this alias to your .bash_profile - alias termb=~/term_banner now invoke it like this termb &#8220;Some Title&#8221; Here&#8217;s the VMS command procedure that you want&#8230; $ esc[0,8]=27 [...]]]></description>
			<content:encoded><![CDATA[<p>Make this file in your home directory &#8211; call it &#8220;term_banner&#8221;</p>
<p>#!/bin/sh<br />
echo -ne &#8220;\033]0;$1\007&#8243;</p>
<p>make sure that the file is protected by a<br />
	chmod +x term_banner</p>
<p>now add this alias to your .bash_profile -</p>
<p>	alias termb=~/term_banner</p>
<p>now invoke it like this</p>
<p>	termb &#8220;Some Title&#8221;</p>
<p>Here&#8217;s the VMS command procedure that you want&#8230;</p>
<p>$ esc[0,8]=27<br />
$ bell[0,8]=7<br />
$ write sys$output &#8220;&#8221;esc&#8217;]0;&#8221;p1&#8221;&#8217;bell&#8217;&#8221;</p>
<p>Remember the first argument to the command is used &#8211; enclose it in quotes.<br />
so like this</p>
<p>	@term_banner &#8220;&#8221;F$getjpi(0,&#8221;USERNAME&#8221;)&#8217; &#8211; &#8221;F$TRNLNM(&#8220;SYS$NODE&#8221;)&#8217;&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://face.centosprime.com/macosxw/terminal-window-names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Faster User Switching of a different kind</title>
		<link>http://face.centosprime.com/macosxw/faster-user-switching-of-a-different-kind/</link>
		<comments>http://face.centosprime.com/macosxw/faster-user-switching-of-a-different-kind/#comments</comments>
		<pubDate>Tue, 16 Mar 2004 20:55:58 +0000</pubDate>
		<dc:creator>Chris Janton</dc:creator>
				<category><![CDATA[Unix Notes]]></category>

		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=99</guid>
		<description><![CDATA[Many people may be familiar with the su UNIX command and its sibling sudo. This allows a user to do stuff as the &#8220;root user.&#8221; However, the su command can also be used to change the identity of a user (and thus have access t&#8230; [Mac OS X Hints]]]></description>
			<content:encoded><![CDATA[<p>Many people may be familiar with the su UNIX command and its sibling sudo.  This allows a user to do stuff as the &#8220;root user.&#8221;  However, the su command can also be used to change the identity of a user (and thus have access t&#8230; [<a href="http://www.macosxhints.com">Mac OS X Hints</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://face.centosprime.com/macosxw/faster-user-switching-of-a-different-kind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy HTML with attribution: Good</title>
		<link>http://face.centosprime.com/macosxw/copy-html-with-attribution-good/</link>
		<comments>http://face.centosprime.com/macosxw/copy-html-with-attribution-good/#comments</comments>
		<pubDate>Tue, 16 Mar 2004 20:49:58 +0000</pubDate>
		<dc:creator>Chris Janton</dc:creator>
				<category><![CDATA[Utilities Notes]]></category>

		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=98</guid>
		<description><![CDATA[That Control-click pop-up menu containing &#8230;&#8221;Copy HTML with Attribution&#8221; &#8212; th [NetNewsWire]]]></description>
			<content:encoded><![CDATA[<p>That Control-click pop-up menu containing &#8230;&#8221;Copy HTML with Attribution&#8221; &#8212; th [<a href="http://groups.yahoo.com/group/NetNewsWire">NetNewsWire</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://face.centosprime.com/macosxw/copy-html-with-attribution-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure Postfix</title>
		<link>http://face.centosprime.com/macosxw/secure-postfix/</link>
		<comments>http://face.centosprime.com/macosxw/secure-postfix/#comments</comments>
		<pubDate>Tue, 16 Mar 2004 17:22:37 +0000</pubDate>
		<dc:creator>Chris Janton</dc:creator>
				<category><![CDATA[Unix Notes]]></category>

		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=97</guid>
		<description><![CDATA[afp: technical: Serving &#8211; Postfix with SASL and TLS This article will walk you through installing an updated version of Postfix on Mac OS X 10.3 (Panther), complete with SASL and TLS support which uses system logins for authentication. If you prefer to see this as wide as possible, check out this expanding version with [...]]]></description>
			<content:encoded><![CDATA[<p><a title="afp: technical: Serving - Postfix with SASL and TLS" href="http://www.propellerheads.com/technical/serve_postfix_sasl_tls.php">afp: technical: Serving &#8211; Postfix with SASL and TLS</a></p>
<p><em>This article will walk you through installing an updated version of Postfix on  Mac OS X 10.3 (Panther), complete with SASL and TLS support which uses system  logins for authentication. If you prefer to see this as wide as possible,  check out this expanding  version with larger fonts, just for Wietse.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://face.centosprime.com/macosxw/secure-postfix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shell Scripts and RSS</title>
		<link>http://face.centosprime.com/macosxw/shell-scripts-and-rss/</link>
		<comments>http://face.centosprime.com/macosxw/shell-scripts-and-rss/#comments</comments>
		<pubDate>Sat, 13 Mar 2004 15:55:27 +0000</pubDate>
		<dc:creator>Chris Janton</dc:creator>
				<category><![CDATA[Unix Notes]]></category>

		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=96</guid>
		<description><![CDATA[MacDevCenter.com: Tapping RSS with Shell Scripts [Mar. 12, 2004] To look at it from within the Terminal, I&#8217;m going to utilize the powerful curl application, piping the output to head to ensure that I&#8217;m not drowned in output: Actually has some good examples of &#8220;sed&#8221;.]]></description>
			<content:encoded><![CDATA[<p><a title="MacDevCenter.com: Tapping RSS with Shell Scripts [Mar. 12, 2004]" href="http://www.macdevcenter.com/pub/a/mac/2004/03/12/rss_scripting.html">MacDevCenter.com: Tapping RSS with Shell Scripts [Mar. 12, 2004]</a></p>
<p><em>To look at it from within the Terminal, I&#8217;m going to utilize the powerful curl application, piping the output to head to ensure that I&#8217;m not drowned in output:</em></p>
<p>Actually has some good examples of &#8220;sed&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://face.centosprime.com/macosxw/shell-scripts-and-rss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install GarageBand on an external drive</title>
		<link>http://face.centosprime.com/macosxw/install-garageband-on-an-external-drive/</link>
		<comments>http://face.centosprime.com/macosxw/install-garageband-on-an-external-drive/#comments</comments>
		<pubDate>Fri, 12 Mar 2004 18:47:33 +0000</pubDate>
		<dc:creator>Chris Janton</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=95</guid>
		<description><![CDATA[I&#8217;m running an older PowerBook, one that has the capabilities to run GarageBand but (thanks to my burgeoning music collection) not the required 1.2+ GB of disk space. I wanted to install GarageBand on an external drive, loop&#8230; [Mac OS X Hints]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m running an older PowerBook, one that has the capabilities to run GarageBand but (thanks to my burgeoning music collection) not the required 1.2+ GB of disk space.  I wanted to install GarageBand on an external drive, loop&#8230; [<a href="http://www.macosxhints.com">Mac OS X Hints</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://face.centosprime.com/macosxw/install-garageband-on-an-external-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Open Source Help</title>
		<link>http://face.centosprime.com/macosxw/oracle-open-source-help/</link>
		<comments>http://face.centosprime.com/macosxw/oracle-open-source-help/#comments</comments>
		<pubDate>Wed, 10 Mar 2004 15:32:24 +0000</pubDate>
		<dc:creator>Chris Janton</dc:creator>
				<category><![CDATA[Web Serving]]></category>

		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=94</guid>
		<description><![CDATA[Open Source Developer Technology Center Bookmark this page for technical information about the use of open source tools and languages in conjunction with Oracle. What&#8217;s New The Hitchhiker&#8217;s Guide to PHP]]></description>
			<content:encoded><![CDATA[<p><a title="Open Source Developer Technology Center" href="http://otn.oracle.com/tech/opensource/index.html">Open Source Developer Technology Center</a></p>
<p><em>Bookmark this page for technical information about the use of open source tools and languages in conjunction with Oracle.</p>
<p>What&#8217;s New</p>
<p>The Hitchhiker&#8217;s Guide to PHP<br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://face.centosprime.com/macosxw/oracle-open-source-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle and PHP on your Mac</title>
		<link>http://face.centosprime.com/macosxw/oracle-and-php-on-your-mac/</link>
		<comments>http://face.centosprime.com/macosxw/oracle-and-php-on-your-mac/#comments</comments>
		<pubDate>Wed, 10 Mar 2004 15:31:10 +0000</pubDate>
		<dc:creator>Chris Janton</dc:creator>
				<category><![CDATA[Web Serving]]></category>

		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=93</guid>
		<description><![CDATA[Setting Up Oracle and PHP on Mac OS X If you are a developer who works with Oracle applications and has been itching for an alternative to Windows or Linuxâ€”or if you are an experienced OS X user and are looking at basing your next project on Oracleâ€”this article is for you. It assumes that [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Setting Up Oracle and PHP on Mac OS X" href="http://otn.oracle.com/pub/articles/rohrer_macosx.html">Setting Up Oracle and PHP on Mac OS X</a></p>
<p><em>If you are a developer who works with Oracle applications and has been itching for an alternative to Windows or Linuxâ€”or if you are an experienced OS X user and are looking at basing your next project on Oracleâ€”this article is for you. It assumes that you are comfortable working in the shell environment and have a working installation of OS X 10.3 (Panther) or 10.2 (Jaguar), including the developer tools and an administrator account.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://face.centosprime.com/macosxw/oracle-and-php-on-your-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Terminal Window Titles</title>
		<link>http://face.centosprime.com/macosxw/terminal-window-titles/</link>
		<comments>http://face.centosprime.com/macosxw/terminal-window-titles/#comments</comments>
		<pubDate>Wed, 10 Mar 2004 15:20:23 +0000</pubDate>
		<dc:creator>Chris Janton</dc:creator>
				<category><![CDATA[Unix Notes]]></category>

		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=92</guid>
		<description><![CDATA[for bash with GLTerm and/or Apple Terminal Please note &#8211; this doesn&#8217;t work on windows that are connected via SSH, but the prompt seems to work properly. I just use the alias term_banner to get the window name changed. alias term_banner='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"' case "$TERM_PROGRAM" in Apple_Terminal) PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"' export PS1='\! \$ [...]]]></description>
			<content:encoded><![CDATA[<p>for bash with GLTerm and/or Apple Terminal</p>
<p>Please note &#8211; this doesn&#8217;t work on windows that are connected via SSH, but the prompt seems to work properly.</p>
<p>I just use the alias term_banner to get the window name changed.</p>
<pre>
alias term_banner='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'

case "$TERM_PROGRAM" in
    Apple_Terminal)
    PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
    export PS1='\! \$ '
    ;;
    GLterm)
    PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
    export PS1='\! \$ '
    ;;
    *)
    export PS1='\u@\h:\W:\! \$ '
    ;;
esac
</pre>
<p>That&#8217;s in .bash_profile for any that care.</p>
]]></content:encoded>
			<wfw:commentRss>http://face.centosprime.com/macosxw/terminal-window-titles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remember how to start slapd</title>
		<link>http://face.centosprime.com/macosxw/remember-how-to-start-slapd/</link>
		<comments>http://face.centosprime.com/macosxw/remember-how-to-start-slapd/#comments</comments>
		<pubDate>Wed, 10 Mar 2004 15:16:24 +0000</pubDate>
		<dc:creator>Chris Janton</dc:creator>
				<category><![CDATA[System Software Notes]]></category>

		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=91</guid>
		<description><![CDATA[/usr/libexec/slapd Not much to this, is there?]]></description>
			<content:encoded><![CDATA[<p>/usr/libexec/slapd</p>
<p>Not much to this, is there?</p>
]]></content:encoded>
			<wfw:commentRss>http://face.centosprime.com/macosxw/remember-how-to-start-slapd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scheduling Tasks</title>
		<link>http://face.centosprime.com/macosxw/scheduling-tasks/</link>
		<comments>http://face.centosprime.com/macosxw/scheduling-tasks/#comments</comments>
		<pubDate>Sat, 06 Mar 2004 11:44:08 +0000</pubDate>
		<dc:creator>Chris Janton</dc:creator>
				<category><![CDATA[System Software Notes]]></category>

		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=90</guid>
		<description><![CDATA[MacDevCenter.com: Scheduling Tasks in Panther [Mar. 05, 2004] Using periodic The periodic tool is designed to organize administrative tasks that need to be performed over and over again at regular intervals. The intervals that periodic supports are: daily, weekly, and monthly. Mac OS X itself has a set of tasks that it runs using the [...]]]></description>
			<content:encoded><![CDATA[<p><a title="MacDevCenter.com: Scheduling Tasks in Panther [Mar. 05, 2004]" href="http://www.macdevcenter.com/pub/a/mac/excerpt/runmacxpanther8/index.html">MacDevCenter.com: Scheduling Tasks in Panther [Mar. 05, 2004]</a></p>
<p><em>Using periodic</p>
<p>The periodic tool is designed to organize administrative tasks that need to be performed over and over again at regular intervals. The intervals that periodic supports are: daily, weekly, and monthly. Mac OS X itself has a set of tasks that it runs using the periodic system, including:</em></p>
]]></content:encoded>
			<wfw:commentRss>http://face.centosprime.com/macosxw/scheduling-tasks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calculator does more</title>
		<link>http://face.centosprime.com/macosxw/calculator-does-more/</link>
		<comments>http://face.centosprime.com/macosxw/calculator-does-more/#comments</comments>
		<pubDate>Sat, 03 Jan 2004 11:12:58 +0000</pubDate>
		<dc:creator>Chris Janton</dc:creator>
				<category><![CDATA[System Software Notes]]></category>

		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=89</guid>
		<description><![CDATA[Mac OS X Panther (10.3.2) Re: Hidden capabilities in the Panther Calculator Russell Stephany In response to &#8220;Hidden capabilities in the Panther Calculator&#8221; by Norman Palardy, adding these plug-ins can also be accomplished by using the &#8220;plug-ins&#8221; section of the Get Info window. The only unusual thing is that you must click the &#8220;open&#8221; button [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Mac OS X Panther (10.3.2)" href="http://www.macintouch.com/panreader20.html#jan02">Mac OS X Panther (10.3.2)</a></p>
<p><em>Re: Hidden capabilities in the Panther Calculator </p>
<p>Russell Stephany<br />
In response to &#8220;Hidden capabilities in the Panther Calculator&#8221; by Norman Palardy, adding these plug-ins can also be accomplished by using the &#8220;plug-ins&#8221; section of the Get Info window. The only unusual thing is that you must click the &#8220;open&#8221; button (or, presumably, double-click) when on the <xxx>.calcview folder.</p>
<p>There is also an rtf file in the ExpressionSheet.calcview/Contents/Resources/<xxx>.lproj with information about the expression syntax.</p>
<p>Michael Merwin<br />
The tip from Norman Palardy &#8220;Hidden capabilities in the Panther Calculator &#8221; prompted me to look more closely at the calculator and to discover its conversion capabilities including currency conversion with an update feature which takes into account the fluctuation of the dollar on the world markets.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://face.centosprime.com/macosxw/calculator-does-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fan Noise</title>
		<link>http://face.centosprime.com/macosxw/fan-noise/</link>
		<comments>http://face.centosprime.com/macosxw/fan-noise/#comments</comments>
		<pubDate>Tue, 30 Dec 2003 15:33:10 +0000</pubDate>
		<dc:creator>Chris Janton</dc:creator>
				<category><![CDATA[Misc Notes]]></category>

		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=88</guid>
		<description><![CDATA[Accelerate Your Mac! News Archive for Dec. 23rd, 2003 MDD G4 owner report on using CHUD tools Nap mode for Cooler CPUs Disabling CHUD Tools&#8217; Hardware System control &#8220;Nap&#8221; mode was a common fix for the &#8216;chirping/squealing&#8217; noise from the P.S. in G5s as mentioned in this previous article, but a Mirror Drive Door Dual [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Accelerate Your Mac! News Archive for Dec. 23rd, 2003" href="http://www.xlr8yourmac.com/archives/dec03/122303.html#S16734">Accelerate Your Mac! News Archive for Dec. 23rd, 2003</a></p>
<p><em>MDD G4 owner report on using CHUD tools Nap mode for Cooler CPUs</p>
<p>Disabling CHUD Tools&#8217; Hardware System control &#8220;Nap&#8221; mode was a common fix for the &#8216;chirping/squealing&#8217; noise from the P.S. in G5s as mentioned in this previous article, but a Mirror Drive Door Dual G4/1GHz owner wrote that enabling Nap mode significantly reduced his CPU temperatures. The current CHUD tools version is 3.0.2 available from Apple FTP Developer Tools directory as well as the usual VT/MU sites. (BTW &#8211; a recent email from a MDD owner regarding overheating CPUs said it was</em></p>
<p>So I read this article. I have loudness from my very old dual-G4.</p>
<p>Temperature Monitor works &#8211; told me it was 91&#176;F &#8211; and that it could be way off due to no real temperature sensing device.</p>
<p>Installed CHUD and fiddled with the Hardware system preference. It lets me set nap!</p>
<p>When I came into the office this morning the temp was 53&#176;F.</p>
<p>The machine doesn&#8217;t &#8220;sleep&#8221; since it is a server.</p>
<p>Cool &#8211; really!</p>
]]></content:encoded>
			<wfw:commentRss>http://face.centosprime.com/macosxw/fan-noise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update time</title>
		<link>http://face.centosprime.com/macosxw/update-time/</link>
		<comments>http://face.centosprime.com/macosxw/update-time/#comments</comments>
		<pubDate>Fri, 26 Dec 2003 22:10:40 +0000</pubDate>
		<dc:creator>Chris Janton</dc:creator>
				<category><![CDATA[System Software Notes]]></category>

		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=87</guid>
		<description><![CDATA[- Update desktop system to 10.3.x - Repair Permissions - dismount and unplug FireWire devices - OS X 10.3 CD &#8211; run software installer - Turn off Translation options and Language extras &#8211; saved about 600MB of space - Said yes for iTunes, iPhoto, iMovie, Stuffit &#8211; already have latest iTunes and friends - First [...]]]></description>
			<content:encoded><![CDATA[<p>- Update desktop system to 10.3.x<br />
- Repair Permissions<br />
- dismount and unplug FireWire devices<br />
- OS X 10.3 CD &#8211; run software installer<br />
- Turn off Translation options and Language extras<br />
    &#8211; saved about 600MB of space<br />
- Said yes for iTunes, iPhoto, iMovie, Stuffit<br />
    &#8211; already have latest iTunes and friends<br />
- First part complete at 12:02<br />
- Disc 2 in progress<br />
    &#8211; Stuffit, iTunes, iMovie, iPhoto, Printer Drivers (HP, Lexmark,<br />
      GiMP)<br />
    &#8211; Optimizing &#8211; 12:10<br />
- Bizarre &#8211; Finder keeps going up and down<br />
    &#8211; killed (deleted) preferencePanes for user account<br />
    &#8211; no help<br />
    &#8211; got terminal session up and killed off the Silk process that was<br />
      running<br />
    &#8211; now appears that Finder will stay up<br />
- While all the above Finder nonsense is going on I&#8217;m doing software<br />
  updates<br />
- Restart for 10.3.2 finish<br />
- Desktop is a mess &#8211; will have to re-position things.<br />
    &#8211; make font size 10 before moving desktop icons<br />
    -<br />
- Need to re-install<br />
    &#8211; Windowshade &#8211; done<br />
    &#8211; ASM? &#8211; done<br />
    -<br />
- Test Apache service of PHP and forums<br />
    &#8211; all seems OK &#8211; had to replace httpd.conf<br />
- Remember to do the CreateUsers script<br />
    &#8211; of course the web site is on the box we are upgrading so it may<br />
      be hard to read<br />
    &#8211; this didn&#8217;t work too well. The postfix directories had the wrong<br />
      ownership<br />
    &#8211; had to chown the postfix directories before mail outbound wanted<br />
      to work<br />
- fink selfupdate<br />
    &#8211; first attempt appeared to fail, some library error<br />
    &#8211; second attempt (just re-run) is building a bunch of things<br />
    &#8211; third attempt &#8211; errors during build<br />
    &#8211; still not working &#8211; wait for Code Tools to be done<br />
    &#8211; Now fink selfupdate looks like it is working<br />
    -<br />
- Code Tools disc last &#8211; after we see if things run<br />
    &#8211; installing while Fink is updating. dualies are nice<br />
        &#8211; except that it was messing up the tools build<br />
    &#8211; did Code Tools update<br />
    &#8211; back to fink now<br />
- Done<br />
-</p>
]]></content:encoded>
			<wfw:commentRss>http://face.centosprime.com/macosxw/update-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RAW</title>
		<link>http://face.centosprime.com/macosxw/raw/</link>
		<comments>http://face.centosprime.com/macosxw/raw/#comments</comments>
		<pubDate>Mon, 24 Nov 2003 16:53:47 +0000</pubDate>
		<dc:creator>Chris Janton</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=86</guid>
		<description><![CDATA[Welcome to RAW MusicSafari Surf, Listen &#038; Record Music As MP4 (AAC) Real, Windows, QuickTime Audio Listen and record BBC, NPR, music videos, movie trailers, news webcasts and even Flash jingles&#8230;]]></description>
			<content:encoded><![CDATA[<p><a title="Welcome to RAW" href="http://www.bitcartel.com/raw/">Welcome to RAW</a></p>
<p><em>MusicSafari<br />
Surf, Listen &#038; Record Music As MP4 (AAC)</p>
<p>Real, Windows, QuickTime Audio</p>
<p>Listen and record BBC, NPR, music videos, movie trailers, news webcasts and even Flash jingles&#8230;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://face.centosprime.com/macosxw/raw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Packages</title>
		<link>http://face.centosprime.com/macosxw/packages/</link>
		<comments>http://face.centosprime.com/macosxw/packages/#comments</comments>
		<pubDate>Fri, 21 Nov 2003 14:16:51 +0000</pubDate>
		<dc:creator>Chris Janton</dc:creator>
				<category><![CDATA[Applications Notes]]></category>

		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=85</guid>
		<description><![CDATA[System Overview: Application Packaging A typical application in Mac OS X is not a single executable file but a package of files that includes one or more executable binaries.]]></description>
			<content:encoded><![CDATA[<p><a title="<br />
   System Overview: Application Packaging<br />
   " href="http://developer.apple.com/documentation/MacOSX/Conceptual/SystemOverview/AppPackaging/index.html"><br />
   System Overview: Application Packaging<br />
   </a></p>
<p><em>A typical application in Mac OS X is not a single executable file but a package of files that includes one or more executable binaries.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://face.centosprime.com/macosxw/packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix broken Java?</title>
		<link>http://face.centosprime.com/macosxw/fix-broken-java/</link>
		<comments>http://face.centosprime.com/macosxw/fix-broken-java/#comments</comments>
		<pubDate>Mon, 03 Nov 2003 17:45:54 +0000</pubDate>
		<dc:creator>Chris Janton</dc:creator>
				<category><![CDATA[System Software Notes]]></category>

		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=84</guid>
		<description><![CDATA[macosxhints &#8211; 10.3: Repair Java after an upgrade install of 10.3 If you upgrade to 10.3 from an earlier version of OS X instead of doing a full install, chances are that Java is broken. To see if you are affected type java -version in the Terminal. If you see the following line, you are [...]]]></description>
			<content:encoded><![CDATA[<p><a title="macosxhints - 10.3: Repair Java after an upgrade install of 10.3" href="http://www.macosxhints.com/article.php?story=20031028151229265">macosxhints &#8211; 10.3: Repair Java after an upgrade install of 10.3</a></p>
<p><em>If you upgrade to 10.3 from an earlier version of OS X instead of doing a full install, chances are that Java is broken. To see if you are affected type java -version in the Terminal. If you see the following line, you are affected:</em></p>
]]></content:encoded>
			<wfw:commentRss>http://face.centosprime.com/macosxw/fix-broken-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>focus follows mouse for Terminal.app</title>
		<link>http://face.centosprime.com/macosxw/focus-follows-mouse-for-terminalapp/</link>
		<comments>http://face.centosprime.com/macosxw/focus-follows-mouse-for-terminalapp/#comments</comments>
		<pubDate>Fri, 31 Oct 2003 17:50:36 +0000</pubDate>
		<dc:creator>Chris Janton</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=83</guid>
		<description><![CDATA[macosxhints &#8211; 10.3: Switch Terminal window focus with mouse movement defaults write com.apple.Terminal FocusFollowsMouse -string YES use NO to switch it back]]></description>
			<content:encoded><![CDATA[<p><a title="macosxhints - 10.3: Switch Terminal window focus with mouse movement" href="http://www.macosxhints.com/article.php?story=20031029203936659#comments">macosxhints &#8211; 10.3: Switch Terminal window focus with mouse movement</a></p>
<p><em>defaults write com.apple.Terminal FocusFollowsMouse -string YES<br />
</em></p>
<p>use NO to switch it back</p>
]]></content:encoded>
			<wfw:commentRss>http://face.centosprime.com/macosxw/focus-follows-mouse-for-terminalapp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP and Friends &#8211; Panther</title>
		<link>http://face.centosprime.com/macosxw/php-and-friends-panther/</link>
		<comments>http://face.centosprime.com/macosxw/php-and-friends-panther/#comments</comments>
		<pubDate>Fri, 31 Oct 2003 00:59:02 +0000</pubDate>
		<dc:creator>Chris Janton</dc:creator>
				<category><![CDATA[Web Serving]]></category>

		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=82</guid>
		<description><![CDATA[Add the simple include line at the end of /etc/httpd/httpd.conf Include /usr/local/php/httpd.conf.php Started WebServer Voila &#8211; after an upgrade Apache is happy, and MySQL was already started up.]]></description>
			<content:encoded><![CDATA[<p>Add the simple include line at the end of /etc/httpd/httpd.conf</p>
<p>Include /usr/local/php/httpd.conf.php</p>
<p>Started WebServer</p>
<p>Voila &#8211; after an upgrade Apache is happy, and MySQL was already started up.</p>
]]></content:encoded>
			<wfw:commentRss>http://face.centosprime.com/macosxw/php-and-friends-panther/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
