<?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>Fauxzen.com &#187; os-x</title>
	<atom:link href="http://www.fauxzen.com/tag/os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fauxzen.com</link>
	<description>Incoherent Ramblings in basic form</description>
	<lastBuildDate>Thu, 02 Feb 2012 17:36:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Disable .DS_Store on network mapped drives</title>
		<link>http://www.fauxzen.com/2011/disable-ds_store-on-network-mapped-drives/</link>
		<comments>http://www.fauxzen.com/2011/disable-ds_store-on-network-mapped-drives/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 14:27:45 +0000</pubDate>
		<dc:creator>Shelby</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[os-x]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.fauxzen.com/?p=1334</guid>
		<description><![CDATA[I always seem to misplace this little piece of code, so I thought I would make my own post on it.  Prevents those pesky .DS_Store files that OS X creates. Just run it from the OS X Terminal and you are all set. defaults write com.apple.desktopservices DSDontWriteNetworkStores true &#160;]]></description>
			<content:encoded><![CDATA[<p>I always seem to misplace this little piece of code, so I thought I would make my own post on it.  Prevents those pesky .DS_Store files that OS X creates. Just run it from the OS X Terminal and you are all set.</p>
<pre class="brush: bash; gutter: true">defaults write com.apple.desktopservices DSDontWriteNetworkStores true</pre>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fauxzen.com/2011/disable-ds_store-on-network-mapped-drives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X 10.7.1 Update</title>
		<link>http://www.fauxzen.com/2011/os-x-10-7-1-update/</link>
		<comments>http://www.fauxzen.com/2011/os-x-10-7-1-update/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 21:55:28 +0000</pubDate>
		<dc:creator>Shelby</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[os-x]]></category>

		<guid isPermaLink="false">http://www.fauxzen.com/?p=1327</guid>
		<description><![CDATA[Pretty small update only only includes a few main fixes as listed below: The 10.7.1 update is recommended for all users running OS X Lion and includes general operating system fixes that enhance the stability and compatibility of your Mac, including fixes that: Address an issue that may cause the system to become unresponsive when [...]]]></description>
			<content:encoded><![CDATA[<p>Pretty small update only only includes a few main fixes as listed below:</p>
<blockquote><p>The 10.7.1 update is recommended for all users running OS X Lion and includes general operating system fixes that enhance the stability and compatibility of your Mac, including fixes that:<br />
Address an issue that may cause the system to become unresponsive when playing a video in Safari<br />
Resolve an issue that may cause system audio to stop working when using HDMI or optical audio out<br />
Improve the reliability of Wi-Fi connections<br />
Resolve an issue that prevents transfer of your data, settings, and compatible applications to a new Mac running OS X Lion<br />
For detailed information on this update, please visit this website: <a title="http://support.apple.com/kb/HT4764" href="http://support.apple.com/kb/HT4764">http://support.apple.com/kb/HT4764</a>.</p></blockquote>
<p>Nothing about my crazy mail issue I am having though.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fauxzen.com/2011/os-x-10-7-1-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fink on Intel OS X 10.6 &#8211; 64bit</title>
		<link>http://www.fauxzen.com/2011/fink-on-intel-os-x-10-6-64bit/</link>
		<comments>http://www.fauxzen.com/2011/fink-on-intel-os-x-10-6-64bit/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 17:38:15 +0000</pubDate>
		<dc:creator>Shelby</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[fink]]></category>
		<category><![CDATA[os-x]]></category>

		<guid isPermaLink="false">http://www.fauxzen.com/?p=1032</guid>
		<description><![CDATA[If you need to get Fink installed on your OS X 10.6 install you can follow these steps that I have gathered.  You will need to compile Fink from source as they do not currently offer a 10.6 binary install. cvs -d:pserver:anonymous@fink.cvs.sourceforge.net:/cvsroot/fink login [just hit return when prompted for password] cvs -z3 -d:pserver:anonymous@fink.cvs.sourceforge.net:/cvsroot/fink co -P [...]]]></description>
			<content:encoded><![CDATA[<p>If you need to get Fink installed on your OS X 10.6 install you can follow these steps that I have gathered.  You will need to compile Fink from source as they do not currently offer a 10.6 binary install.<br />
<span id="more-1032"></span></p>
<blockquote><p>cvs -d:pserver:anonymous@fink.cvs.sourceforge.net:/cvsroot/fink login<br />
[just hit return when prompted for password]<br />
cvs -z3 -d:pserver:anonymous@fink.cvs.sourceforge.net:/cvsroot/fink co -P fink<br />
cd fink ; ./bootstrap /sw64</p></blockquote>
<p>During the bootstrap process you will be prompted with two questions, make sure that you answer them as shown.</p>
<blockquote><p>Fink must be installed and run with superuser (root) privileges. Fink can automatically try to become root when it&#8217;s<br />
run from a user account. Since you&#8217;re currently running this script as a normal user, the method you choose will also<br />
be used immediately for this script. Avaliable methods:<br />
(1)     Use sudo<br />
(2)     Use su<br />
(3)     None, fink must be run as root<br />
Choose a method: [1]<br />
Your hardware is a 64bit-compatible intel processor, so you have the option of running Fink in 64bit-only mode.  This<br />
is not recommended for most users, since many more packages are available for the default mode (which is mostly 32bit<br />
but includes some 64bit packages).  Which mode would you like to use?<br />
(1)     Default (mostly 32bit)<br />
(2)     64bit-only<br />
Choose a mode: [1] 2</p></blockquote>
<p>Next you will need to edit the following config file /sw64/etc/fink.conf and change line 4 to look like this:</p>
<blockquote><p>Trees: local/main stable/main stable/crypto unstable/main unstable/crypto</p></blockquote>
<p>After that run the following command to get Fink all updated.</p>
<blockquote><p>source /sw*/bin/init.sh<br />
fink selfupdate-cvs<br />
fink -y update-all<br />
fink scanpackages</p></blockquote>
<p>Then edit /sw64/etc/apt/sources.list and add the following sources as they are the best(only) ones I could find for 10.6</p>
<blockquote><p>deb http://sage.ucsc.edu/fink_intel_10.6_64bit stable main crypto<br />
deb http://sage.ucsc.edu/fink_intel_10.6_64bit unstable main crypto</p></blockquote>
<p>Now your all set you can issue the following commands to update the source list and be on your way.</p>
<blockquote><p>fink scanpackages<br />
sudo apt-get update<br />
sudo apt-get dist-upgrade</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.fauxzen.com/2011/fink-on-intel-os-x-10-6-64bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OsX86 on MSI Wind Desktop : Part 2</title>
		<link>http://www.fauxzen.com/2009/osx86-on-msi-wind-desktop-part-2/</link>
		<comments>http://www.fauxzen.com/2009/osx86-on-msi-wind-desktop-part-2/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 17:47:03 +0000</pubDate>
		<dc:creator>Shelby</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[msi wind]]></category>
		<category><![CDATA[os-x]]></category>

		<guid isPermaLink="false">http://fauxzen.com/?p=880</guid>
		<description><![CDATA[So I added a 40gb SATA drive to the machine and installed OSx86 to that.  Once the install was complete the machine booted right up.  The only issue is that the video driver was only allowing 800&#215;600.  Once I obtained the updated driver and did a reboot I was able to get 1280&#215;1024.  Everything was [...]]]></description>
			<content:encoded><![CDATA[<p>So I added a 40gb SATA drive to the machine and installed OSx86 to that.  Once the install was complete the machine booted right up.  The only issue is that the video driver was only allowing 800&#215;600.  Once I obtained the updated driver and did a reboot I was able to get 1280&#215;1024.  Everything was working great &#8230; So I decided to do an upgrade in hoped to not screw it up.<br />
I updated to 10.5.6 with the Combo updater.  After the install before I rebooted I reinstalled the Video Driver.  When it rebooted the first time it got a kernel panic.  I restarted again and passed -v -f to the boot options.  It booted right up.  After that I did one more reboot and it worked, and was very fast as well.<br />
Once it was back up and running with 10.5.6 I did the software update and grabbed all of the avail updates.  So far so good.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fauxzen.com/2009/osx86-on-msi-wind-desktop-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Block ads on OS X Leopard</title>
		<link>http://www.fauxzen.com/2008/block-ads-on-os-x-leopard/</link>
		<comments>http://www.fauxzen.com/2008/block-ads-on-os-x-leopard/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 17:59:39 +0000</pubDate>
		<dc:creator>Shelby</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[adblock]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[os-x]]></category>

		<guid isPermaLink="false">http://fauxzen.com/?p=733</guid>
		<description><![CDATA[I got on a fix today about ads on websites, I already use Adblock Plus as well as the Adblock Filterset.G Updater in Firefox.  But I wanted to take it a step further.  I adid so with the following steps. Opened up terminal and added the following list to my /etc/hosts file. http://www.mvps.org/winhelp2002/hosts.txt After this [...]]]></description>
			<content:encoded><![CDATA[<p>I got on a fix today about ads on websites, I already use <a title="AdBlock Plus" href="https://addons.mozilla.org/en-US/firefox/addon/1865">Adblock Plus</a> as well as the Adblock Filterset.G Updater in <a title="Firefox" href="http://mozilla.org">Firefox</a>.  But I wanted to take it a step further.  I adid so with the following steps.</p>
<p>Opened up terminal and added the following list to my /etc/hosts file.</p>
<p>http://www.mvps.org/winhelp2002/hosts.txt</p>
<p>After this you need to flush the DNS cache</p>
<blockquote><p>sudo dscacheutil -flushcache</p></blockquote>
<p>All set.  You can of course use this on Windows/Linux and other versions of OS X.  For older versions of OS X the dscacheutil command is not the same.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fauxzen.com/2008/block-ads-on-os-x-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSX + Twitter</title>
		<link>http://www.fauxzen.com/2008/osx-twitter/</link>
		<comments>http://www.fauxzen.com/2008/osx-twitter/#comments</comments>
		<pubDate>Sat, 10 May 2008 17:20:13 +0000</pubDate>
		<dc:creator>Shelby</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[os-x]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://fauxzen.com/?p=699</guid>
		<description><![CDATA[I came across this post, I gave it a try. Seems alright so far, though most of my friends dont update that often so its a little bare. Give it a try.]]></description>
			<content:encoded><![CDATA[<p>I came across this <a href="http://www.tgdaily.com/html_tmp/content-view-37349-144.html">post</a>, I gave it a try.  Seems alright so far, though most of my friends dont update that often so its a little bare.  Give it a try.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fauxzen.com/2008/osx-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safari goodness?</title>
		<link>http://www.fauxzen.com/2007/safari-goodness/</link>
		<comments>http://www.fauxzen.com/2007/safari-goodness/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 11:27:55 +0000</pubDate>
		<dc:creator>Shelby</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[os-x]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://fauxzen.com/2007/11/29/safari-goodness/</guid>
		<description><![CDATA[I decided that when after getting my iPhone and making the upgrade to Leopard I would do away with Firefox. I had a couple of reasons for doing so. 1. Safari loads a lot faster than Firefox does 2. I can sync my Safari bookmarks with my iPhone 3. Less 3rd party apps to bog [...]]]></description>
			<content:encoded><![CDATA[<p>I decided that when after getting my iPhone and making the upgrade to Leopard I would do away with Firefox.  I had a couple of reasons for doing so.</p>
<blockquote><p>1. Safari loads a lot faster than Firefox does<br />
2. I can sync my Safari bookmarks with my iPhone<br />
3. Less 3rd party apps to bog stuff down</p></blockquote>
<p>So I took the jump and haven&#8217;t looked back, though I was missing the extensive plugins that Firefox had to offer, not to mention that I have a <a href="http://www.ubuntu.com/" title="Ubuntu Linux">Linux</a> machine at work that I am on way to much so its weird switching browsers.  I have been able to over come the switching of browsers but have not been able to get back all the plugins I was using except for a few.<a href="http://cdn.fauxzen.com/wp-content/uploads/2007/11/inquisitorx_fauxzencom_screenshot1.jpg" title="inquisitorx screenshot"><img src="http://cdn.fauxzen.com/wp-content/uploads/2007/11/inquisitorx_fauxzencom_screenshot.thumbnail1.jpg" alt="inquisitorx screenshot" align="right" /></a><br />
The main plugin that I was missing was AdBlock, I really don&#8217;t know how people can live with out it.  After some <a href="http://google.com">Googling</a> I came across <a href="http://safariadblock.sourceforge.net/" title="Safari Adblock">Safari AdBlock</a> which doesn&#8217;t work as well as the Firefox version but does a damn good job so I can deal with that.  I also came across a really nice search addon which is much like Spotlight on OSX its called <a href="http://www.inquisitorx.com/safari/" title="Inquisitor">Inquisitor</a>, so far that seems to be working really well right now.  For the other Mac people out there what addons are you using in Safari if you are using it?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fauxzen.com/2007/safari-goodness/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Leopard Part 1</title>
		<link>http://www.fauxzen.com/2007/leopard-part-1/</link>
		<comments>http://www.fauxzen.com/2007/leopard-part-1/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 10:01:35 +0000</pubDate>
		<dc:creator>Shelby</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[os-x]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://fauxzen.com/2007/11/05/leopard-part-1/</guid>
		<description><![CDATA[So my upgrade was a success and didn&#8217;t encounter any issues. Â I have since taken it upon myself to do a fresh install. Â Mainly because if you know me I install a lot of crap all the time, and well I figured a new OS called for a clean slate. Â I spent the last couple [...]]]></description>
			<content:encoded><![CDATA[<p>So my upgrade was a success and didn&#8217;t encounter any issues. Â I have since taken it upon myself to do a fresh install. Â Mainly because if you know me I install a lot of crap all the time, and well I figured a new OS called for a clean slate. Â I spent the last couple of hours backing up and restoring everything. Â  I even decided that maybe it was time I make a switch to Safari as Firefox is a tad slower on the mac. Â While I am sad to see firefox go at this time I think the switch is for the best. Â I also decided to steer away from Desktop Manager and make the switch to Spaces, only for the fact that spaces comes pre-installed, and I figure if it is already installed might as well use that as the overhead cant be much more than Desktop Manager. Â I am sure there is a follow up post to this in the very near future once I mess around with the OS more. Â I can say that the coverflow aspect in Finder is nice&#8230;. but in most cases just flashy and not as functional as you would think</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fauxzen.com/2007/leopard-part-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OS X Leopard&#8230;</title>
		<link>http://www.fauxzen.com/2007/os-x-leopard/</link>
		<comments>http://www.fauxzen.com/2007/os-x-leopard/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 23:56:22 +0000</pubDate>
		<dc:creator>Shelby</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[fedex]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[os-x]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://fauxzen.com/2007/10/31/os-x-leopard/</guid>
		<description><![CDATA[I just got the copy from the friendly FedEx guy, its installing right now&#8230;Â  Updates on this after the install.]]></description>
			<content:encoded><![CDATA[<p>I just got the copy from the friendly FedEx guy, its installing right now&#8230;Â  Updates on this after the install.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fauxzen.com/2007/os-x-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wget for Mac OS X</title>
		<link>http://www.fauxzen.com/2006/wget-for-mac-os-x/</link>
		<comments>http://www.fauxzen.com/2006/wget-for-mac-os-x/#comments</comments>
		<pubDate>Mon, 19 Jun 2006 16:09:18 +0000</pubDate>
		<dc:creator>Shelby</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[os-x]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://fauxzen.com/2006/06/19/wget-for-mac-os-x/</guid>
		<description><![CDATA[Get the source from ftp://ftp.gnu.org/pub/gnu/wget/wget-1.9.tar.gz Unpack the tarball: tar xzf wget-1.9.tar.gz This creates a folder named wget-1.9. Change the working folder to it: cd wget-1.9/ Configure the build: ./configure Build: make Install: sudo make install The wget binary should now be in your /usr/local/bin folder.]]></description>
			<content:encoded><![CDATA[<ol>
<li>Get the source from <a href="ftp://ftp.gnu.org/pub/gnu/wget/wget-1.9.tar.gz">ftp://ftp.gnu.org/pub/gnu/wget/wget-1.9.tar.gz</a></li>
<li>Unpack the tarball: <code>tar xzf wget-1.9.tar.gz</code></li>
<li>This creates a folder named <code>wget-1.9</code>. Change the working folder to it: <code>cd wget-1.9/</code></li>
<li>Configure the build: <code>./configure</code></li>
<li>Build: <code>make</code></li>
<li>Install: <code>sudo make install</code></li>
<li>The <code>wget</code> binary should now be in your /usr/local/bin folder.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.fauxzen.com/2006/wget-for-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Security Update 2006-003 (Power PC)</title>
		<link>http://www.fauxzen.com/2006/security-update-2006-003-power-pc/</link>
		<comments>http://www.fauxzen.com/2006/security-update-2006-003-power-pc/#comments</comments>
		<pubDate>Fri, 12 May 2006 00:39:30 +0000</pubDate>
		<dc:creator>Shelby</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[os-x]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://fauxzen.com/2006/05/11/security-update-2006-003-power-pc/</guid>
		<description><![CDATA[Security Update 2006-003 is recommended for all users and improves the security of the following components. AppKit Bom CFNetwork CoreFoundation CoreGraphics curl Finder Flash Player Plug-in ImageIO LaunchServices Mail Preview QuickDraw Ruby Safari securityd For detailed information on this Update, please visit this website: http://docs.info.apple.com/article.html?artnum=61798.]]></description>
			<content:encoded><![CDATA[<blockquote><p>Security Update 2006-003 is recommended for all users and improves the security of the following components.</p>
<p>AppKit<br />
Bom<br />
CFNetwork<br />
CoreFoundation<br />
CoreGraphics<br />
curl<br />
Finder<br />
Flash Player Plug-in<br />
ImageIO<br />
LaunchServices<br />
Mail<br />
Preview<br />
QuickDraw<br />
Ruby<br />
Safari<br />
securityd</p>
<p>For detailed information on this Update, please visit this website: http://docs.info.apple.com/article.html?artnum=61798.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.fauxzen.com/2006/security-update-2006-003-power-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>J2SE 5.0 Release 4</title>
		<link>http://www.fauxzen.com/2006/j2se-50-release-4/</link>
		<comments>http://www.fauxzen.com/2006/j2se-50-release-4/#comments</comments>
		<pubDate>Wed, 19 Apr 2006 14:17:25 +0000</pubDate>
		<dc:creator>Shelby</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[os-x]]></category>

		<guid isPermaLink="false">http://fauxzen.com/2006/04/19/j2se-50-release-4/</guid>
		<description><![CDATA[Java 2 Standard Edition (J2SE) 5.0 Release 4 delivers improved reliability and compatibility for Java 2 Platform Standard Edition 5.0 on Mac OS X v10.4.5 and later. This release includes J2SE version 1.5.0_06. With this update J2SE 5.0 becomes the preferred Java version, superseding Java 1.4.2. Java 1.4.2 is still installed on your machine, but [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Java 2 Standard Edition (J2SE) 5.0 Release 4 delivers improved reliability and compatibility for Java 2 Platform Standard Edition 5.0 on Mac OS X v10.4.5 and later. This release includes J2SE version 1.5.0_06. With this update J2SE 5.0 becomes the preferred Java version, superseding Java 1.4.2. Java 1.4.2 is still installed on your machine, but applications will run with J2SE 5.0 unless they specifically request Java 1.4.2.</p>
<p>For more details on this Update, please visit this website: http://docs.info.apple.com/article.html?artnum=302983</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.fauxzen.com/2006/j2se-50-release-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AppZapper 1.3, Get It For Free!</title>
		<link>http://www.fauxzen.com/2006/appzapper-13-get-it-for-free/</link>
		<comments>http://www.fauxzen.com/2006/appzapper-13-get-it-for-free/#comments</comments>
		<pubDate>Mon, 03 Apr 2006 17:13:20 +0000</pubDate>
		<dc:creator>Shelby</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[free_copy]]></category>
		<category><![CDATA[os-x]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://fauxzen.com/2006/04/03/appzapper-13-get-it-for-free/</guid>
		<description><![CDATA[Head over to Maczot.com to get a free copy of AppZapper 1.3]]></description>
			<content:encoded><![CDATA[<p>Head over to <a title="http://maczot.com/" href="http://maczot.com/">Maczot.com</a> to get a free copy of AppZapper 1.3</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fauxzen.com/2006/appzapper-13-get-it-for-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Database Caching 1/60 queries in 0.066 seconds using memcached
Object Caching 844/983 objects using apc
Content Delivery Network via Amazon Web Services: CloudFront: cdn.fauxzen.com

Served from: fauxzen.com @ 2012-02-07 10:36:02 -->
