<?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>Rob Thompson &#187; UNIX</title>
	<atom:link href="http://sun3.org/archives/category/unix/feed" rel="self" type="application/rss+xml" />
	<link>http://sun3.org</link>
	<description>Rob Thompson&#039;s Blog</description>
	<lastBuildDate>Sun, 27 Jun 2010 19:48:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Zimbra Backup Replication with RSYNC</title>
		<link>http://sun3.org/archives/499</link>
		<comments>http://sun3.org/archives/499#comments</comments>
		<pubDate>Sun, 27 Jun 2010 13:39:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Zimbra]]></category>

		<guid isPermaLink="false">http://sun3.org/?p=499</guid>
		<description><![CDATA[An Overview of Zimbra Backups
Creating a viable replica of a Zimbra backup can be a challenging task and the key to doing it right is to understand how Zimbra backups are structured and scheduled.  The RSYNC tool is an excellent choice for an offsite replica of your Zimbra mailstore backup, as it provides options [...]]]></description>
		<wfw:commentRss>http://sun3.org/archives/499/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android SDK &#8211; $25 and an hour later</title>
		<link>http://sun3.org/archives/328</link>
		<comments>http://sun3.org/archives/328#comments</comments>
		<pubDate>Fri, 01 Jan 2010 16:19:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computing Hardware]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Other Code]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://sun3.org/?p=328</guid>
		<description><![CDATA[
If you&#8217;ve ever had an inkling to get into mobile software development, now is your time.  Google has drastically narrowed the gap for wanna-be mobile developers to get into this arena with their opensource and free Android SDK (Software Development Kit).  Exciting new phones such as the, HTC &#8220;Google Phone&#8221;, Motorola Droid, Motorola [...]]]></description>
		<wfw:commentRss>http://sun3.org/archives/328/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Scripts as Reliable Daemons</title>
		<link>http://sun3.org/archives/82</link>
		<comments>http://sun3.org/archives/82#comments</comments>
		<pubDate>Sun, 27 Jan 2008 17:28:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other Code]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://sun3.org/?p=82</guid>
		<description><![CDATA[
Overview

Here is a step-by-step tutorial on one way that I&#8217;ve found to deploy simple scripts as reliable daemons using the Daemontools package and Multilog facilities provided by D. J. Bernstein.
If you are familiar with QMail, you are probably familiar with one of the many brilliant applications created by the DJB; Daemontools.  In a QMail [...]]]></description>
		<wfw:commentRss>http://sun3.org/archives/82/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple User Apache Setups</title>
		<link>http://sun3.org/archives/98</link>
		<comments>http://sun3.org/archives/98#comments</comments>
		<pubDate>Mon, 12 Nov 2007 21:37:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://sun3.org/?p=98</guid>
		<description><![CDATA[One of the things I&#8217;ve recently been doing, is looking into ways of deploying Apache that can improve security in multiple user web environments.  The scenario is that there are 100&#8217;s of different users who all want to develop sites under their own virtualhost configs with server side scripting abilities.  Also, these same [...]]]></description>
		<wfw:commentRss>http://sun3.org/archives/98/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP and Solaris: getcwd() Behavior</title>
		<link>http://sun3.org/archives/100</link>
		<comments>http://sun3.org/archives/100#comments</comments>
		<pubDate>Sat, 10 Nov 2007 17:38:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://sun3.org/?p=100</guid>
		<description><![CDATA[The Solaris OS has implemented, for quite some time, a permission restriction with respect to when getcwd() will return a full/real path under certain conditions.  This has at least been since SunOS 5.8 and continuing on into 5.10.  Many functions within the PHP codebase relied upon a universally working getcwd() [C] call to [...]]]></description>
		<wfw:commentRss>http://sun3.org/archives/100/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SetGID and SetUID Shell Scripts</title>
		<link>http://sun3.org/archives/105</link>
		<comments>http://sun3.org/archives/105#comments</comments>
		<pubDate>Mon, 22 Oct 2007 21:39:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other Code]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://sun3.org/?p=105</guid>
		<description><![CDATA[Under most UNIX implementations, shell scripts cannot be made to setuid.  This is both a security precaution and hindrance.  For example, let&#8217;s say that you have the need to allow your users to RSYNC content from one server (a development server), that they have an account on, to a production server that they [...]]]></description>
		<wfw:commentRss>http://sun3.org/archives/105/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parallelizing RSYNC Processes</title>
		<link>http://sun3.org/archives/280</link>
		<comments>http://sun3.org/archives/280#comments</comments>
		<pubDate>Sat, 18 Aug 2007 10:53:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://sun3.org/?p=280</guid>
		<description><![CDATA[Rsync: receiving file list&#8230;
If you&#8217;ve ever used RSYNC, you are probably a dedicated fan.  It&#8217;s a fast, stable, mature, easy-to-use black-box tool that you can use to exactly backup/mirror directories between machines over the network.  The attraction of RSYNC is that it only transfers what it has to in order to synchronize file [...]]]></description>
		<wfw:commentRss>http://sun3.org/archives/280/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Tree Relationships</title>
		<link>http://sun3.org/archives/285</link>
		<comments>http://sun3.org/archives/285#comments</comments>
		<pubDate>Fri, 17 Aug 2007 10:59:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other Code]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://sun3.org/?p=285</guid>
		<description><![CDATA[Working with parent-child relationships between rows in tables can be a headache to deal with, especially if you need to display those relationships graphically.  However, Oracle provides some great constructs that make this much easier to deal with.  Here are some of the challenges that I ran into and the solutions I came [...]]]></description>
		<wfw:commentRss>http://sun3.org/archives/285/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP: Find Ophaned Files</title>
		<link>http://sun3.org/archives/297</link>
		<comments>http://sun3.org/archives/297#comments</comments>
		<pubDate>Thu, 16 Aug 2007 11:07:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://sun3.org/?p=297</guid>
		<description><![CDATA[For a project at work, I needed a good way to find orphaned files (files that are not linked-to by anything) in a web directory.  I looked for a good [free] application and could not find anything worthwhile except for a few windows applications.  This PHP script searches recursively through an entire directory [...]]]></description>
		<wfw:commentRss>http://sun3.org/archives/297/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
