<?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>Kerkness.ca &#187; osx</title>
	<atom:link href="http://www.kerkness.ca/tagged/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerkness.ca</link>
	<description>flexing my kerkness, among other things</description>
	<lastBuildDate>Wed, 14 Oct 2009 15:12:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Accessing Ubuntu Gnome Applications from Mac OSX without using a Remote Desktop</title>
		<link>http://www.kerkness.ca/accessing-ubuntu-gnome-applications-from-mac-osx-without-using-a-remote-desktop/</link>
		<comments>http://www.kerkness.ca/accessing-ubuntu-gnome-applications-from-mac-osx-without-using-a-remote-desktop/#comments</comments>
		<pubDate>Wed, 07 May 2008 22:49:00 +0000</pubDate>
		<dc:creator>Kerk</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.kerkness.ca/blog/?p=43</guid>
		<description><![CDATA[99% of the work I do is done on an Ubuntu server but I&#8217;m not always using an Ubuntu desktop.  Recently I just bought myself a nice 24&#8243; iMac to use as my main workstation.  Most of the time when I need to do something on the Ubuntu server I just open a [...]]]></description>
			<content:encoded><![CDATA[<p>99% of the work I do is done on an Ubuntu server but I&#8217;m not always using an Ubuntu desktop.  Recently I just bought myself a nice 24&#8243; iMac to use as my main workstation.  Most of the time when I need to do something on the Ubuntu server I just open a terminal use ssh.  However sometimes I find this approach a little cumbersome.  When making large edits to config files on the server I find using a terminal based text editor to be a pain in the ass.   Lucky for me there are a few ways to remotely access an Ubuntu desktop.</p>
<p>The most common approach is to use a VNC client.  For Mac OSX there is a client called  Chicken which seems to be the most popular.  This approach is easy to set up but for me I found it to be dreadfully slow and requires that the user is already logged onto the server.</p>
<p><span style="font-size:130%;"><span style="font-weight: bold;">Using X11 to access Gnome Applications on a Remote Ubuntu Server</span><br /></span><br />The process which I&#8217;ve found to suit my needs to a tea, is using the X11 utility which comes with Leopard and can be easily installed in Tiger or Panther.  Here is an example of how to log into a remote Ubuntu server and use <span style="font-style: italic;">gEdit</span> to modify a text file. It works really fast and doesn&#8217;t require a complete remote desktop type solution.
<ol>
<li>Start up an X11 terminal.  You can find it at  <span style="font-style: italic;">Applications > Utilities > X11</span></p>
</li>
<li>Use SSH to log into the remote Ubuntu machine using the <span style="font-style: italic;">-Y</span> option
<pre>ssh -Y user@192.168.1.3</pre>
</li>
<li>Use a terminal command to open a file in <span style="font-style: italic;">gEdit</span>
<pre>sudo gedit /etc/php5/apache2/php.ini</pre>
</li>
<li>Make changes to the file and close <span style="font-style: italic;">gEdit</span> using the menu  <span style="font-style: italic;">File > Quit</span></li>
</ol>
<p><span style="font-weight: bold;">UPDATE:<br /></span>I can confirm that at least with Leopard you don&#8217;t need to start by opening an X11 terminal. You can log into the remote server using your default OSX <span style="font-style: italic;">Terminal</span> as long as you use the <span style="font-style: italic;">Y</span> option OSX will automatically start x11 when you try and launch a Gnome application.<span style="font-weight: bold;"><br /></span><br />Nice!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kerkness.ca/accessing-ubuntu-gnome-applications-from-mac-osx-without-using-a-remote-desktop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mac vs PC vs Linux as a development platform</title>
		<link>http://www.kerkness.ca/mac-vs-pc-vs-linux-as-a-development-platform/</link>
		<comments>http://www.kerkness.ca/mac-vs-pc-vs-linux-as-a-development-platform/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 11:09:00 +0000</pubDate>
		<dc:creator>Kerk</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.kerkness.ca/blog/?p=13</guid>
		<description><![CDATA[I&#8217;ve been programming for nearly 15 years. I&#8217;ve been working with both PCs and MACs for about 10 years. Most of my programming exprience has been building web based applications that don&#8217;t really realy on one platform or the other (from a client perspective at least as the server is usually linux).  I feel [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been programming for nearly 15 years. I&#8217;ve been working with both PCs and MACs for about 10 years. Most of my programming exprience has been building web based applications that don&#8217;t really realy on one platform or the other (from a client perspective at least as the server is usually linux).  I feel that I am in a good position to judge what os/hardware set up makes the best workstation.</p>
<p>I&#8217;ve got an Ubuntu desktop, a XP Professional desktop and a new iMac running leopard at work. At home I run an XP professional workstation and G4 10.3 panther laptop. Depending on the workstation I run a variety of IDEs and programming tools including putty, Eclipse, WinScp, SlickEdit and a plain old terminal as the most prominent.</p>
<p>I think I&#8217;ve finally come to the conclusion that OSX Leopard  is the definative way to go for the forseable future for one reason and one reason only.</p>
<p>It&#8217;s quiet.  I hate hearing a computer churn.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kerkness.ca/mac-vs-pc-vs-linux-as-a-development-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
