<?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>MacSingularity Archive &#187; apple</title>
	<atom:link href="http://macsingularity.org/tag/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://macsingularity.org</link>
	<description>The archive of Macsingularity</description>
	<lastBuildDate>Fri, 24 Jun 2011 18:35:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>iPhone File Viewing Apps</title>
		<link>http://macsingularity.org/2008/08/28/iphone-file-viewing-apps/</link>
		<comments>http://macsingularity.org/2008/08/28/iphone-file-viewing-apps/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 14:57:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Other Software]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://macsingularity.org/2008/08/28/iphone-file-viewing-apps/</guid>
		<description><![CDATA[iLounge has a good review of all the various iPhone programs that allow you to upload and view supported file types. These are typically PDF, images, Office and iWork documents. One could upload a PDF of a journal article or preprint to read on the plane or train (assuming you don&#8217;t prefer paper.) Of course, [...]]]></description>
			<content:encoded><![CDATA[<p>iLounge has a <a href="http://www.ilounge.com/index.php/articles/comments/iphone-gems-every-file-storage-app-reviewed/">good review</a> of all the various iPhone programs that allow you to upload and view supported file types.  These are typically PDF, images, Office and iWork documents.  One could upload a PDF of a journal article or preprint to read on the plane or train (assuming you don&#8217;t prefer paper.)</p>

<p>Of course, none of these will be <a href="http://mekentosj.com/papers/">Papers</a> for viewing journal PDFs, but still could be useful.  It seems that <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284797161&amp;mt=8">File Magnet</a> and <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=287464320&amp;mt=8">Datacase</a> both get A- scores for Macs. FileMagnet doesn&#8217;t work on Windows, and Datacase gets a B+ on Windows.  However, since Mac users are the ones reading this site, the Windows score or compatibility shouldn&#8217;t matter too much.</p>
]]></content:encoded>
			<wfw:commentRss>http://macsingularity.org/2008/08/28/iphone-file-viewing-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Xcode</title>
		<link>http://macsingularity.org/2008/08/27/installing-xcode/</link>
		<comments>http://macsingularity.org/2008/08/27/installing-xcode/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 14:45:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Macintosh]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://macsingularity.org/2008/08/27/installing-xcode/</guid>
		<description><![CDATA[A friend recently needed a Fortran compiler, and I pointed her to the useful high performance computing. However, things didn&#8217;t work and that&#8217;s because the program also needed to Apple&#8217;s developer tools &#8211; which include a compiler, etc. &#8211; to install properly. Xcode is usually included somewhere when you buy a new Mac. Either a [...]]]></description>
			<content:encoded><![CDATA[<p>A friend recently needed a Fortran compiler, and I pointed her to the useful <a href="http://hpc.sourceforge.net">high performance computing</a>.  However, things didn&#8217;t work and that&#8217;s because the program also needed to Apple&#8217;s developer tools &#8211; which include a compiler, etc. &#8211; to install properly.</p>

<p>Xcode is usually included somewhere when you buy a new Mac.  Either a disc image hiding somewhere on the hard drive or on the DVD that came with your machine.  If all those things fail, or you don&#8217;t want to look around, it&#8217;s also available at the <a href="http://connect.apple.com">ADC site</a>  for free.  You simply must register for free ADC &#8220;Online Membership.&#8221;  The advantage of downloading is that you will get the latest version.  Be advised to make sure you&#8217;re getting a version of Xcode that works on your version of OS X.</p>

<p>The latest Xcode runs on the latest OS X, so today that means that Xcode 3.1 works on Leopard only.  You should be able to find an older version for Tiger.</p>

<p>At the web site, look for Developer Tools and then Xcode 3.1.</p>

<p>The only real trick after downloading them and installing them is to customize the install, and I only do this to save disk space.  But unless you&#8217;re going to develop a real Mac OS X app, you don&#8217;t need all the documentation and examples.  It&#8217;ll save you about half a gigabyte.  You want to uncheck &#8220;Core Reference Library&#8221; and be sure that the &#8220;UNIX Development Support&#8221; is checked.</p>

<p><a href='http://www.astrobetter.com/macsing/wp-content/uploads/2008/08/installer.png' title='Custom Button'><img src='http://www.astrobetter.com/macsing/wp-content/uploads/2008/08/installer.png' alt='Custom Button' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://macsingularity.org/2008/08/27/installing-xcode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The iPhone App Store is up &#8211; with Astronomy programs</title>
		<link>http://macsingularity.org/2008/07/10/the-app-store-is-up-but-no-iphone-20-software-yet/</link>
		<comments>http://macsingularity.org/2008/07/10/the-app-store-is-up-but-no-iphone-20-software-yet/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 13:04:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other Software]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://macsingularity.org/2008/07/10/the-app-store-is-up-but-no-iphone-20-software-yet/</guid>
		<description><![CDATA[So, I do have an iPhone, and I can&#8217;t wait for the App store. If you have iTunes 7.7, then you can browse the store. I found this neat looking program, called Starmap. Looks pretty handy &#8211; you can read more about it at its web site Hmm, this is disappointing. The author of star-map [...]]]></description>
			<content:encoded><![CDATA[<p>So, I do have an iPhone, and I can&#8217;t wait for the <a href="http://www.apple.com/iphone/appstore">App store</a>.   If you have <a href="http://www.apple.com/itunes/download">iTunes 7.7</a>, then you can browse the store.  I found this neat looking program, called <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284408099&amp;mt=8">Starmap</a>.   Looks pretty handy &#8211; you can read more about it <a href="http://www.star-map.fr/">at its web site</a></p>

<p>Hmm, this is disappointing.  The author of star-map says, in regards to controlling telescopes,</p>

<blockquote>
  <p><em>Do you plan to control telescopes with Starmap?</em>
  This is technically possible to control telescope mounts with Starmap. I have made some successful tests through wifi (Skywatcher EQ6). However, following the agreement with Apple, no public application controlling mechanical devices will be released.</p>
</blockquote>

<p>This is a tad surprising, since <a href="http://www.nytimes.com/2008/07/10/technology/personaltech/10apps.html?partner=rssuserland&amp;emc=rss&amp;pagewanted=all">according to the NY Times</a> this morning:</p>

<blockquote>
  <p>Instead, [the iFund venture capital fund] is backing, among others, iControl Networks, which is creating an application to let homeowners turn off their lights and alarms at home, as well as monitor security cameras, via their iPhones.</p>
</blockquote>

<p>Indeed, <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284829392&amp;mt=8">iControl</a> is listed in the App store.  Perhaps turning off a light is different than moving around telescopes?  I can&#8217;t say I quite get it.</p>

<p><strong>Update</strong>  There is at least one other similar program &#8211; <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284928168&amp;mt=8">iAstronomica</a>.  This one is $20, rather than $12 for Starmap.  Be advised that apparently once you click &#8220;buy&#8221; that&#8217;s it &#8211; no warning, no shopping cart &#8211; so click carefully.</p>

<p><strong>Update 2</strong>  The popular <a href="http://cleardarksky.com">Clear Sky Clock</a> also has an <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284314782&amp;mt=8">iPhone App version</a>.  It occurs to me that, astronomy being something that occurs in remote parts of the country, it may be hard to get online out there.  the aforementioned programs carry their data with them, but the Clear Sky Clock will clearly need either EDGE/3G/WiFi to be of use.</p>

<p><strong>Update 3</strong> Indeed, as my commenter notes, there are other apps in this category as well. <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284969145&amp;mt=8">Uranus (iTunes Link)</a>, and <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284980812&amp;mt=8">GoSkyWatch Planetarium (iTunes Link)</a>.  I think the app store needs some sort of demo/shareware option, where the program will work for a week or so at least.  Hopefully someone will review all of these.</p>
]]></content:encoded>
			<wfw:commentRss>http://macsingularity.org/2008/07/10/the-app-store-is-up-but-no-iphone-20-software-yet/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>OS X&#039;s Birthday</title>
		<link>http://macsingularity.org/2008/03/24/os-xs-birthday/</link>
		<comments>http://macsingularity.org/2008/03/24/os-xs-birthday/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 23:32:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Macintosh]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://macsingularity.org/2008/03/24/os-xs-birthday/</guid>
		<description><![CDATA[Macworld &#124; Editors&#8217; Notes &#124; OS X turns VII &#8211; Yes I bought OS X 10.0, and no I couldn&#8217;t do much of anything with it &#8211; it was too slow. When 10.1 came out a few weeks later though, you could definitely sense the way the Mac was going and clearly it&#8217;s been a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macworld.com/article/132658/2008/03/osxseven.html">Macworld | Editors&#8217; Notes | OS X turns VII</a> &#8211; Yes I bought OS X 10.0, and no I couldn&#8217;t do much of anything with it &#8211; it was too slow.  When 10.1 came out a few weeks later though, you could definitely sense the way the Mac was going and clearly it&#8217;s been a great ride for Apple and OS X fans over the years.  Now we see OS X working it&#8217;s way onto iPhones and iPods &#8211; no one would have guessed that 7 years ago.</p>

<p>Anyway, so Happy Birthday MacOS X, from all of us here at Mac Singularity.</p>
]]></content:encoded>
			<wfw:commentRss>http://macsingularity.org/2008/03/24/os-xs-birthday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some more notes on Leopard</title>
		<link>http://macsingularity.org/2007/11/26/some-more-notes-on-leopard/</link>
		<comments>http://macsingularity.org/2007/11/26/some-more-notes-on-leopard/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 22:30:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Leopard]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[ds9]]></category>
		<category><![CDATA[x11]]></category>

		<guid isPermaLink="false">http://macsingularity.org/2007/11/26/some-more-notes-on-leopard/</guid>
		<description><![CDATA[Juan Cabanela writes of his Leopard upgrade. Of particular note, there&#8217;s a beta of ds9 that seems to play nicer with the way the DISPLAY variable in X11 in Leopard. Also, for people interested in patching X11 to the latest updates ahead of Apple&#8217;s official deployment via software update there is a &#8220;quick install&#8221; script [...]]]></description>
			<content:encoded><![CDATA[<p>Juan Cabanela writes of his <a href="http://iparrizar.mnstate.edu/~juan/urania/2007/11/25/leopard-issues-for-the-astronomer-aka-im-not-sure-x11-is-better/">Leopard upgrade</a>.   Of particular note, there&#8217;s a <a href="http://hea-www.harvard.edu/RD/ds9/beta.html">beta of ds9</a> that seems to play nicer with the way the DISPLAY variable in X11 in Leopard.</p>

<p>Also,  for people interested in patching X11 to the latest updates ahead of Apple&#8217;s official deployment via software update there is a &#8220;quick install&#8221; script at the <a href="http://www.x.org/wiki/XDarwin">XDarwin wiki</a> that should help that process along.</p>
]]></content:encoded>
			<wfw:commentRss>http://macsingularity.org/2007/11/26/some-more-notes-on-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple&#039;s X11 User Mailing list</title>
		<link>http://macsingularity.org/2007/11/01/apples-x11-user-mailing-list/</link>
		<comments>http://macsingularity.org/2007/11/01/apples-x11-user-mailing-list/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 19:57:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Other Software]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[x11]]></category>

		<guid isPermaLink="false">http://macsingularity.org/2007/11/01/apples-x11-user-mailing-list/</guid>
		<description><![CDATA[You can subscribe and look at the archives to Apple&#8217;s X11 User&#8217;s mailing list here. Ben Byer has been doing some heroic all hours work to try and fix some problems in X11 in Leopard, mostly from switching code bases and other issues. It&#8217;s pretty impressive to see Apple&#8217;s staff interacting directly with users like [...]]]></description>
			<content:encoded><![CDATA[<p>You can subscribe and look at the archives to <a href="http://lists.apple.com/mailman/listinfo/x11-users">Apple&#8217;s X11 User&#8217;s mailing list</a> here.  Ben Byer has been doing some heroic all hours work to try and fix some problems in X11 in Leopard, mostly from switching code bases and other issues.  It&#8217;s pretty impressive to see Apple&#8217;s staff interacting directly with users like this &#8211; I can&#8217;t think of any other aspect of OS X where people who work on it are talking directly to people who use it.</p>

<p>Also this <a href="http://forums.macosxhints.com/showthread.php?t=80171">forum at macosxhints</a> contains a summary of a lot of recent developments that have been peculating on the mailing list.</p>
]]></content:encoded>
			<wfw:commentRss>http://macsingularity.org/2007/11/01/apples-x11-user-mailing-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leopard Roundup</title>
		<link>http://macsingularity.org/2007/10/29/leopard-roundup/</link>
		<comments>http://macsingularity.org/2007/10/29/leopard-roundup/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 20:40:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Macintosh]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://macsingularity.org/2007/10/29/leopard-roundup/</guid>
		<description><![CDATA[Ok, so I&#8217;ve obviously been doing a lot of Leopard posts. I&#8217;ll try to round things up here. I should say that if you&#8217;re upgrading, uninstall unsanity&#8217;s &#8220;application enhancer&#8221; and be advised that it may be installed by some other utility you use &#8211; I think it appears as a preference pane if it&#8217;s installed. [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, so I&#8217;ve obviously been doing a lot of Leopard posts.  I&#8217;ll try to round things up here.</p>

<p><em>I should say that if you&#8217;re upgrading, uninstall unsanity&#8217;s &#8220;application enhancer&#8221; and be advised that it may be installed by some other utility you use &#8211; I think it appears as a preference pane if it&#8217;s installed.  Old versions seem to cause some problems with Leopard.  I stay away from things like Application Enhancer for this reason.  Oh, the <strong>Logitech Control Center</strong> foolishly installs APE and so you may have it without knowing it.  I have never installed any 3rd party mouse drivers &#8211; I just plug in their mice and it works so I never knew what the drivers would do.</em></p>

<p>Personally, I think Leopard is a great upgrade.  As <a href="http://daringfireball.net/2007/10/leopard">John Gruber</a> pointed out, it&#8217;s almost a death by 1000 cuts approach.  Yeah, there are big new features like Time Machine and Spaces but there are lots of small improvements in a lot of ways.  The new Network system preference pane, the new Software Update (with a &#8220;not now&#8221; option for restarts).  The most comprehensive review (which still doesn&#8217;t touch on everything new) is of course <a href="http://arstechnica.com/reviews/os/mac-os-x-10-5.ars">John Siracusa&#8217;s at Ars Technica</a>, which also talks about the additional abilities added for developers.</p>

<p>Time Machine makes it absurdly easy for backing up, even with a laptop.  Every time I plug in the firewire drive Time Machine immediately starts churning and does a backup and it usually is over in a few minutes.  I thought Synk was easy but this is even easier.  I like the data detectors ability in Mail for adding events to iCal.  Spotlight is much faster.  I&#8217;m starting to miss features from Leopard when I come to work to my Mac Pro so &#8230; that&#8217;s usually a good sign.  However, stacks are annoying (especially since the icon for a folder in the dock now can be <a href="http://arstechnica.com/reviews/os/mac-os-x-10-5.ars/13">especially meaningless and indistinguishable</a>).</p>

<p>The biggest problem to astronomers is that all this <a href="http://macsingularity.org/2007/10/29/x11-full-screen-support-broken-in-leopard-other-changes-using-tigers-x11/">X11 business</a> is annoying for those of us who use X11 a lot.  I think in the long term this move to a new codebase, etc. will be positive but for now, for me, the problem with no full screen X11 is a deal breaker.  I&#8217;m going to try the revert-to-Tiger X11 tonight and see how that works.  Hopefully, we&#8217;ll see improvements to X11.app shortly in Leopard itself.  If you don&#8217;t use Leopard full screen, there are still some things are still buggy in Leopard.  Namely, there seem to problem with the &#8220;Application&#8221; menu, an xterm always launches, and some programs (like ds9) don&#8217;t like the DISPLAY variable trickery that X11.app now uses.  And, X11 doesn&#8217;t seem to play nicely with Spaces.</p>

<p>However, the upside is that you can use the Terminal.app to launch x11 programs now without weird crashes about DISPLAY not found or whatever.  I think eventually this will go well, but for now Leopard&#8217;s X11 has some problem.  I wish they had just held back on the changes until everything was up and running.</p>

<p>So, if you&#8217;re in the middle of some X11-intensive project, I wouldn&#8217;t go buy Leopard and install it today, as you may encounter some unexpected bumps.  I put Leopard on my Macbook which pretty much does no IRAF or IDL these days so my astronomical productivity is unaffected.</p>
]]></content:encoded>
			<wfw:commentRss>http://macsingularity.org/2007/10/29/leopard-roundup/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Leopard is coming</title>
		<link>http://macsingularity.org/2007/10/24/leopard-is-coming/</link>
		<comments>http://macsingularity.org/2007/10/24/leopard-is-coming/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 21:53:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://macsingularity.org/2007/10/24/leopard-is-coming/</guid>
		<description><![CDATA[I&#8217;ll be trying out Leopard on my Macbook and seeing how nice it plays with IRAF, IDL etc this weekend. You can buy Leopard from Amazon using my affiliate links and, to borrow a term from Daring Fireball&#8217;s John Gruber, make me rich. Amazon&#8217;s price is actually better than the higher educational price (which is [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll be trying out Leopard on my Macbook and seeing how nice it plays with IRAF, IDL etc this weekend.</p>

<p>You can buy Leopard from Amazon using my affiliate links and, to borrow a term from Daring Fireball&#8217;s John Gruber, make me rich.  Amazon&#8217;s price is actually better than the higher educational price (which is only discounted to $116, lame &#8211; it used to be reduced to like $79 or thereabouts.)</p>

<p><a href="http://www.amazon.com/exec/obidos/asin/B000FK88JK/ref=nosim/macsingu-20">Leopard Single License &#8211; $109</a></p>

<p><a href="http://www.amazon.com/exec/obidos/asin/B000FK88JK/ref=nosim/macsingu-20">Leopard Family Pack &#8211; $189</a></p>
]]></content:encoded>
			<wfw:commentRss>http://macsingularity.org/2007/10/24/leopard-is-coming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The magic of SSH port forwarding</title>
		<link>http://macsingularity.org/2007/06/15/excellent-ssh-tunneling-page/</link>
		<comments>http://macsingularity.org/2007/06/15/excellent-ssh-tunneling-page/#comments</comments>
		<pubDate>Fri, 15 Jun 2007 16:21:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Macintosh]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[appleshare]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[port forwarding]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://macsingularity.org/2007/06/15/excellent-ssh-tunneling-page/</guid>
		<description><![CDATA[The problem &#8211; your department&#8217;s network won&#8217;t let you ssh or connect directly to your work Mac, you can only ssh to one special computer, and then from there you can ssh to your Mac. But, you&#8217;d like to be able to use Apple file sharing or sftp directly to your work Mac. Well, SSH [...]]]></description>
			<content:encoded><![CDATA[<p>The problem &#8211; your department&#8217;s network won&#8217;t let you ssh or connect directly to your work Mac, you can only ssh to one special computer, and then from there you can ssh to your Mac.  But, you&#8217;d like to be able to use Apple file sharing or sftp directly to your work Mac.</p>

<p>Well, <a href="http://www.rzg.mpg.de/networking/tunnelling.html">SSH Tunneling (Port Forwarding)</a>[sic] is great, clear, explanation of how to use SSH tunneling to directly connect to an ssh-enabled machine that doesn&#8217;t allow ssh connections from people offsite/off-campus, etc.  It shows how, even when you can only access the work machine through the &#8220;gateway&#8221; machine (a situation I face here at UF), that you can setup an ssh tunnel through the gateway machine to access your work machine directly.</p>

<p>The <em>best</em> part about this?  I can now use sftp (specifically fugu and its ability to edit external text files in TextWrangler) on my work quad core mac from home.  I always knew this sort of thing was possible but &#8230; now at last I&#8217;ve figured out how to do it!</p>

<p><strong>Update</strong>  Oh, it gets so much better.  Because in addition of using port 22 to forward ssh to your work machine, you can also forward port 548 (appleshare).</p>

<p>So, a variation on the tip from the site would be like so (where <code>work</code> is the Mac on your desk that has ssh and appleshare running (actually for this tip, your Mac only need be running file sharing, not ssh) and <code>gateway</code> is the one machine you&#8217;re allowed to ssh into from off-campus.</p>

<pre><code>    ssh  -l myuserid  -L 7778:work:548 gateway cat -
</code></pre>

<p>Then minimize this terminal window, and then use the Finder to &#8220;Connect to Server&#8221; in the Go menu.   Enter &#8220;localhost:7778&#8243; as the server address and boom, you should see the standard apple file sharing login window for your work machine.  Enter your user name, password, and choose what you want to mount.  Nice.  (I use 7778 here, but you could use 7777.  Obviously, if you use 7777 for forwarding port 22, you need to use a different port to forward 548).</p>
]]></content:encoded>
			<wfw:commentRss>http://macsingularity.org/2007/06/15/excellent-ssh-tunneling-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IDL and Mouse Cursor problems on OS X</title>
		<link>http://macsingularity.org/2007/03/23/idl-and-mouse-cursor-problems-on-os-x/</link>
		<comments>http://macsingularity.org/2007/03/23/idl-and-mouse-cursor-problems-on-os-x/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 15:17:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IDL]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[x11]]></category>

		<guid isPermaLink="false">http://macsingularity.org/2007/03/23/idl-and-mouse-cursor-problems-on-os-x/</guid>
		<description><![CDATA[If you have any issues getting IDL to properly record/recognize the cursor position or mouse clicks, you may want to try this command in the terminal defaults write com.apple.x11 wm_click_through -bool true Frank Varosi here at UF gave me this tip, which he found at this french site. What this command does is it changes [...]]]></description>
			<content:encoded><![CDATA[<p>If you have any issues getting IDL to properly record/recognize the cursor position or mouse clicks, you may want to try this command in the terminal</p>

<pre><code> defaults write com.apple.x11 wm_click_through -bool true
</code></pre>

<p>Frank Varosi here at UF gave me this tip, which he found at this <a href="http://marc.sauvage.free.fr/SApMUG/Xnotes.html#idlcursor">french site</a>.  What this command does is it changes a window manager preference in Apple&#8217;s X11.  This probably only effects the so-called &#8220;Quartz VM&#8221; which is the default window manager.  If you switched to the enlightenment or some other window manager, my guess is this click-through preference has no effect, but I can&#8217;t say for sure.</p>

<p>Personally, I&#8217;ve yet to write IDL programs that look for the cursor location, but I figure this may be helpful to others.</p>

<p><strong>Update</strong> As a commenter noted, you will have to restart X11 for this to do anything, since it&#8217;s changing a preference in Apple&#8217;s quartz-vm window manager.</p>

<p><strong>Update II</strong>  As <a href="#comment-26316">commenter Josh Shiode</a> noted, the Macosforge X11 (and possibly any X11 with Leopard) requires a slightly different command:</p>

<pre><code>        defaults write org.x.x11 wmclickthrough -bool true
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://macsingularity.org/2007/03/23/idl-and-mouse-cursor-problems-on-os-x/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

