<?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"
	>

<channel>
	<title>Mac OS X and Unix tips and tricks</title>
	<atom:link href="http://www.bradrice.com/wposx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bradrice.com/wposx</link>
	<description>This site is about scripting with a particular emphasis on OS X. Other things OS X, too.</description>
	<pubDate>Sat, 09 Aug 2008 13:52:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Windows samba share and empty spaces in the path</title>
		<link>http://www.bradrice.com/wposx/archives/106</link>
		<comments>http://www.bradrice.com/wposx/archives/106#comments</comments>
		<pubDate>Sat, 09 Aug 2008 13:52:01 +0000</pubDate>
		<dc:creator>bradrice</dc:creator>
		
		<category><![CDATA[Shell Script]]></category>

		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.bradrice.com/wposx/?p=106</guid>
		<description><![CDATA[I discovered an anomaly in mounting a windows samba share through the terminal or a script. If the path has empty spaces in it, you cannot write your path like this:

smb://windowsDisk/foler\ to\ mount/

Nor can you you use quotes to make sure the path is ok

&#8220;smb://windowsDisk/foler to mount/&#8221;

You have to use url encoded strings:

smb://windowsDisk/foler%20to%20mount/

This has changed [...]]]></description>
		<wfw:commentRss>http://www.bradrice.com/wposx/archives/106/feed</wfw:commentRss>
		</item>
		<item>
		<title>Leopard setup commencing</title>
		<link>http://www.bradrice.com/wposx/archives/105</link>
		<comments>http://www.bradrice.com/wposx/archives/105#comments</comments>
		<pubDate>Sat, 12 Jul 2008 23:18:21 +0000</pubDate>
		<dc:creator>bradrice</dc:creator>
		
		<category><![CDATA[Apache]]></category>

		<category><![CDATA[Mac OS X general]]></category>

		<category><![CDATA[Open Souce]]></category>

		<category><![CDATA[Unix]]></category>

		<category><![CDATA[diymacserver]]></category>

		<category><![CDATA[leopard]]></category>

		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.bradrice.com/wposx/?p=105</guid>
		<description><![CDATA[Well I&#8217;ve been missing in action on this blog as I had been getting more involved in web development and design than Macintosh technology. However, I just upgraded my computer at both work and home and now I am running Leopard. I like it, as I do like the intel machines, too.
First things first for [...]]]></description>
		<wfw:commentRss>http://www.bradrice.com/wposx/archives/105/feed</wfw:commentRss>
		</item>
		<item>
		<title>Adobe Flex and Soap Webservices</title>
		<link>http://www.bradrice.com/wposx/archives/104</link>
		<comments>http://www.bradrice.com/wposx/archives/104#comments</comments>
		<pubDate>Tue, 01 Apr 2008 13:23:44 +0000</pubDate>
		<dc:creator>bradrice</dc:creator>
		
		<category><![CDATA[Mac OS X general]]></category>

		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.bradrice.com/wposx/archives/104</guid>
		<description><![CDATA[Although not specific to Mac OS X, Flex is a nice way to build cross platform applications. I decided to take a run at building a web application with Flex and a webservice. Check out the details.
]]></description>
		<wfw:commentRss>http://www.bradrice.com/wposx/archives/104/feed</wfw:commentRss>
		</item>
		<item>
		<title>ls and pipe into less</title>
		<link>http://www.bradrice.com/wposx/archives/103</link>
		<comments>http://www.bradrice.com/wposx/archives/103#comments</comments>
		<pubDate>Tue, 11 Mar 2008 19:15:41 +0000</pubDate>
		<dc:creator>bradrice</dc:creator>
		
		<category><![CDATA[Mac OS X general]]></category>

		<guid isPermaLink="false">http://www.bradrice.com/wposx/archives/103</guid>
		<description><![CDATA[A colleague of mine wrote a little script for me. Actually two lines of shell. I needed to read a directory and get the last file and copy it. I was thinking I would do a readdir in perl, but he just fired up a shell script with ls into tail to grab the last [...]]]></description>
		<wfw:commentRss>http://www.bradrice.com/wposx/archives/103/feed</wfw:commentRss>
		</item>
		<item>
		<title>My Adobe Air SDK installation instructions</title>
		<link>http://www.bradrice.com/wposx/archives/102</link>
		<comments>http://www.bradrice.com/wposx/archives/102#comments</comments>
		<pubDate>Tue, 04 Mar 2008 21:54:38 +0000</pubDate>
		<dc:creator>bradrice</dc:creator>
		
		<category><![CDATA[Mac OS X general]]></category>

		<category><![CDATA[Open Souce]]></category>

		<category><![CDATA[air]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.bradrice.com/wposx/archives/102</guid>
		<description><![CDATA[I downloaded the Adobe Air SDK so I could develop some Air applications, but once I downloaded it, was at sort of a loss for how to go about installing it. Their instructions are missing from the package and nowhere to be found on their site. I have a PPC mac, so these instructions should [...]]]></description>
		<wfw:commentRss>http://www.bradrice.com/wposx/archives/102/feed</wfw:commentRss>
		</item>
		<item>
		<title>Using smb and rsync to backup</title>
		<link>http://www.bradrice.com/wposx/archives/101</link>
		<comments>http://www.bradrice.com/wposx/archives/101#comments</comments>
		<pubDate>Mon, 28 Jan 2008 20:45:18 +0000</pubDate>
		<dc:creator>bradrice</dc:creator>
		
		<category><![CDATA[Mac OS X general]]></category>

		<category><![CDATA[Perl]]></category>

		<category><![CDATA[Shell Script]]></category>

		<category><![CDATA[Unix]]></category>

		<category><![CDATA[cron]]></category>

		<category><![CDATA[rsync]]></category>

		<category><![CDATA[smb]]></category>

		<guid isPermaLink="false">http://www.bradrice.com/wposx/archives/101</guid>
		<description><![CDATA[I needed a script to backup a workfolder to a Windows network server. I wrote this perl script that can be triggered using cron. First create a mount point. I used /smb/public. So to do so in two steps, mkdir /smb, then mkdir /smb/public. I put my scripts in ~/bin. Put this perl script below [...]]]></description>
		<wfw:commentRss>http://www.bradrice.com/wposx/archives/101/feed</wfw:commentRss>
		</item>
		<item>
		<title>NetNewsWire now free</title>
		<link>http://www.bradrice.com/wposx/archives/100</link>
		<comments>http://www.bradrice.com/wposx/archives/100#comments</comments>
		<pubDate>Wed, 09 Jan 2008 19:28:49 +0000</pubDate>
		<dc:creator>bradrice</dc:creator>
		
		<category><![CDATA[Mac OS X general]]></category>

		<guid isPermaLink="false">http://www.bradrice.com/wposx/archives/100</guid>
		<description><![CDATA[I&#8217;ve been using NetNewsWire Lite as my RSS reader. It is great. Not only is it a standalone application for reading rss, but you can sync your rss feeds up with NewsGator online, so regardless of what machine you use to read your feeds, you can be in sync. Click on the badge to check [...]]]></description>
		<wfw:commentRss>http://www.bradrice.com/wposx/archives/100/feed</wfw:commentRss>
		</item>
		<item>
		<title>Inkscape</title>
		<link>http://www.bradrice.com/wposx/archives/97</link>
		<comments>http://www.bradrice.com/wposx/archives/97#comments</comments>
		<pubDate>Fri, 04 Jan 2008 21:51:14 +0000</pubDate>
		<dc:creator>bradrice</dc:creator>
		
		<category><![CDATA[Mac OS X general]]></category>

		<category><![CDATA[illustrator]]></category>

		<category><![CDATA[vector]]></category>

		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://www.bradrice.com/wposx/archives/97</guid>
		<description><![CDATA[I&#8217;m a big Adobe Illustrator user. But I realize that is a rather expensive program for the average mac user to have to penny up for. So I went in search of an application that could fill in for those who don&#8217;t have the resources. I came across a very capable program called Inkscape. It [...]]]></description>
		<wfw:commentRss>http://www.bradrice.com/wposx/archives/97/feed</wfw:commentRss>
		</item>
		<item>
		<title>Universal Password Manager</title>
		<link>http://www.bradrice.com/wposx/archives/96</link>
		<comments>http://www.bradrice.com/wposx/archives/96#comments</comments>
		<pubDate>Sat, 15 Dec 2007 16:55:28 +0000</pubDate>
		<dc:creator>bradrice</dc:creator>
		
		<category><![CDATA[Mac OS X general]]></category>

		<category><![CDATA[Unix]]></category>

		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.bradrice.com/wposx/archives/96</guid>
		<description><![CDATA[I have been wanting a way to carry my passwords around with me. I purchased a USB card. The next step was to find a way to easily manage the passwords on the disk. After much searching, I found a java application, that has been written to work nicely with Mac OS X. It is [...]]]></description>
		<wfw:commentRss>http://www.bradrice.com/wposx/archives/96/feed</wfw:commentRss>
		</item>
		<item>
		<title>/usr/bin/head and perl lwp</title>
		<link>http://www.bradrice.com/wposx/archives/95</link>
		<comments>http://www.bradrice.com/wposx/archives/95#comments</comments>
		<pubDate>Tue, 24 Jul 2007 15:30:45 +0000</pubDate>
		<dc:creator>bradrice</dc:creator>
		
		<category><![CDATA[Mac OS X general]]></category>

		<category><![CDATA[Perl]]></category>

		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.bradrice.com/wposx/archives/95</guid>
		<description><![CDATA[I use cpan to install perl modules all the time. I recently installed Perl LWP. Unfortunately the install replaces and important text command file in /usr/bin. The file head was replaced by LWP head and this has caused some problems on my system. I found it out when I tried to install Sun&#8217;s Netbeans IDE [...]]]></description>
		<wfw:commentRss>http://www.bradrice.com/wposx/archives/95/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
