<?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>Blognote &#187; OSX</title>
	<atom:link href="http://blog.edwardsmit.com/category/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.edwardsmit.com</link>
	<description>Edward&#039;s Unicode Sequences</description>
	<lastBuildDate>Thu, 01 Jul 2010 06:32:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Citrix SA Client for Mac OSX</title>
		<link>http://blog.edwardsmit.com/2010/03/citrix-sa-client-for-mac-osx/</link>
		<comments>http://blog.edwardsmit.com/2010/03/citrix-sa-client-for-mac-osx/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 11:14:25 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://blog.edwardsmit.com/2010/03/citrix-sa-client-for-mac-osx/</guid>
		<description><![CDATA[Some time ago for a specific client I needed to connect to some protected infrastructure using some proprietary Citrix client. The firewall protecting the infrastructure only allowed access via VPN technology as implemented in the Citrix SA Client. At the time I couldn&#8217;t find a Mac OSX client, and the Administrator of the firewall protected [...]]]></description>
			<content:encoded><![CDATA[<p>Some time ago for a specific client I needed to connect to some protected infrastructure using some proprietary Citrix client. The firewall protecting the infrastructure only allowed access via VPN technology as implemented in the Citrix SA Client. At the time I couldn&#8217;t find a Mac OSX client, and the Administrator of the firewall protected environment also told me that no such software was available. So I ended up using parallels with a windows OS and running the client on that platform. Today I had some serious connection problems from windows to the aforementioned firewall, the connection would drop and reestablish every 15 seconds, not workable. I suspect there is something wrong with the parallels network driver within windows in combination with the Airport wireless network I&#8217;m using since a couple of days.<br />
This let me to search for the Citrix SA Client once more, and guess what; <a href="http://www.citrix.com/site/SS/downloads/details.asp?downloadId=1857838&#038;productId=15005">I found it</a>! Installed like a charm, and now Remote Desktop-ing to the servers from OSX. I hate it when I need specific software for setting up a VPN, but I love it when it works like a charm.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.edwardsmit.com/2010/03/citrix-sa-client-for-mac-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow Leopard with Ruby 1.9 and Rails 2.3.5</title>
		<link>http://blog.edwardsmit.com/2009/12/snow-leopard-with-ruby-1-9-and-rails-2-3-5/</link>
		<comments>http://blog.edwardsmit.com/2009/12/snow-leopard-with-ruby-1-9-and-rails-2-3-5/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 09:39:44 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://blog.edwardsmit.com/?p=40</guid>
		<description><![CDATA[I&#8217;m working my way through &#8220;Agile Web Development with Rails &#8211; Third Edition&#8221; and the latest version of the PickAxe &#8220;Programming Ruby &#8211; Third Edition&#8221; books of the Pragmatic Programmers. As Snow Leopard is my OS I need to update the default shipped Ruby and Rails versions to get to Ruby 1.9 and Rails on [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working my way through &#8220;Agile Web Development with Rails &#8211; Third Edition&#8221; and the latest version of the PickAxe &#8220;Programming Ruby &#8211; Third Edition&#8221; books of the Pragmatic Programmers.<br />
As Snow Leopard is my OS I need to update the default shipped Ruby and Rails versions to get to Ruby 1.9 and Rails on top of that.</p>
<p>I&#8217;ve been installing and uninstalling multiple things before finally settling on my ultimate recipe for installing the correct Ruby version and Gems:<br />
(Within Terminal and already running the latest version of <a href="http://www.macports.org/install.php">macports</a> )</p>
<pre class="brush: bash">sudo port install ruby19 +nosuffix
sudo port install sqlite3
sudo gem update --system
sudo gem install sqlite3-ruby
sudo gem install rails
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.edwardsmit.com/2009/12/snow-leopard-with-ruby-1-9-and-rails-2-3-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Visual Diff/Merge tool for OSX</title>
		<link>http://blog.edwardsmit.com/2009/12/great-visual-diffmerge-tool-for-osx/</link>
		<comments>http://blog.edwardsmit.com/2009/12/great-visual-diffmerge-tool-for-osx/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 10:12:34 +0000</pubDate>
		<dc:creator>Edward</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://blog.edwardsmit.com/?p=37</guid>
		<description><![CDATA[Back when my primary dev-environment was Microsoft I would use the open-source tool WinMerge for all my Diff/Merge needs. Great tool, good performance, does the job. Now that I&#8217;ve switched to the Mac I had to find a new visual Diff/Merge tool, and I want it cheap, or better free Searches in the past didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Back when my primary dev-environment was Microsoft I would use the open-source tool <a href="http://winmerge.org/">WinMerge</a> for all my Diff/Merge needs. Great tool, good performance, does the job.<br />
Now that I&#8217;ve switched to the Mac I had to find a new visual Diff/Merge tool, and I want it cheap, or better free <img src='http://blog.edwardsmit.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Searches in the past didn&#8217;t turn up any satisfying results, but I think I&#8217;ve found the tool to do the job. Sourcegear, a company I knew from the past for their Vault product, which is a compelling replacement of Visual SourceSafe, has been so kind to distribute their Diff/Merge tool as a standalone and <strong>free</strong> cross-platform tool.<br />
Downloaded, used it for comparing and merging FAST indexprofile files (which are plain XML), loving it.<br />
Oh, I&#8217;m not affiliated to Sourcegear in any way, just like their Diff/Merge tool on OSX.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.edwardsmit.com/2009/12/great-visual-diffmerge-tool-for-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
