<?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>Meeho!™ &#187; Blog &#187; Mac OS X</title>
	<atom:link href="http://www.meeho.net/blog/category/mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.meeho.net/blog</link>
	<description>This is the official blog about Meeho!™, the platform for getting your business organized.</description>
	<lastBuildDate>Sat, 04 Jun 2011 23:06:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>scp &#8211; copy a file via SSH from a remote server to your computer</title>
		<link>http://www.meeho.net/blog/2010/03/scp-copy-file-from-remote-ssh-to-your-computer/</link>
		<comments>http://www.meeho.net/blog/2010/03/scp-copy-file-from-remote-ssh-to-your-computer/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 07:13:50 +0000</pubDate>
		<dc:creator>Kasper Tidemann</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tech stuff]]></category>

		<guid isPermaLink="false">http://www.meeho.net/blog/?p=840</guid>
		<description><![CDATA[If you have SSH access to a UNIX/Linux based system somewhere and want to copy a file located on the server to your computer via SSH, you can use the scp command found in most UNIX/Linux systems, including Mac OS X. Say you want to copy a file from the remote server to your own [...]]]></description>
			<content:encoded><![CDATA[<p>If you have SSH access to a UNIX/Linux based system somewhere and want to copy a file located on the server to your computer via SSH, you can use the <em>scp</em> command found in most UNIX/Linux systems, including Mac OS X.</p>
<p>Say you want to copy a file from the remote server to your own computer, a file called <em>my_file.txt</em>. In this case, you would issue the following command in your terminal:</p>
<blockquote><p>scp your_login@addres.of.remote.server:my_file.txt .</p></blockquote>
<p>This makes your computer connect to the server with the login you provide, and copy the <em>my_file.txt</em> file to the directory you are currently working (using the exact same file name locally on your computer, that&#8217;s why there is a dot in the end of the command).</p>
<div class="shr-publisher-840"></div>]]></content:encoded>
			<wfw:commentRss>http://www.meeho.net/blog/2010/03/scp-copy-file-from-remote-ssh-to-your-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix the problem of USB keys working on Windows 7 but not on Mac OS X and vice versa</title>
		<link>http://www.meeho.net/blog/2010/03/how-to-fix-the-problem-of-usb-keys-working-on-windows-7-but-not-mac-os-x-and-vice-versa/</link>
		<comments>http://www.meeho.net/blog/2010/03/how-to-fix-the-problem-of-usb-keys-working-on-windows-7-but-not-mac-os-x-and-vice-versa/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 05:23:28 +0000</pubDate>
		<dc:creator>Kasper Tidemann</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.meeho.net/blog/?p=815</guid>
		<description><![CDATA[If you&#8217;re running both Mac OS X and Windows 7, you might have encountered the problem of your USB key(s) either working on the Mac OS X or the Windows 7, and not on both of them. Following the below guide will fix the problem: Step 1) Partition the USB key using Disk Utility on [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re running both Mac OS X and Windows 7, you might have encountered the problem of your USB key(s) either working on the Mac OS X <em>or</em> the Windows 7, <span style="text-decoration: underline;">and not on both of them</span>.</p>
<p>Following the below guide will fix the problem:</p>
<p><strong>Step 1)</strong> Partition the USB key using Disk Utility on Mac OS X. Make a single partition using the format &#8220;free space&#8221; and the partition scheme &#8220;Master Boot Record&#8221; (under <em>Options</em>).</p>
<p><strong>Step 2)</strong> Insert the USB key in the Windows 7 machine. This will result in Windows 7 telling you that the key needs to be formatted. Ignore this message for now, and access <em>Control Panel -&gt; System and Security -&gt; Create and format hard disk partitions</em> (under <em>Administrative Tools</em>). Now, the Disk Management window should show up.</p>
<p><strong>Step 3)</strong> You should be able to see the USB key here, possibly with the text being lined through. Right-click on the USB key tab and choose &#8220;New Simple Volume&#8230;&#8221;. Then, choose to use the entire disk, choose FAT32, choose to use the standard allocation size and then, choose an appropriate name for the USB key.</p>
<p>Now, all you need to do is finish the actual formatting and the USB key should work both on Mac OS X and Windows 7.</p>
<div class="shr-publisher-815"></div>]]></content:encoded>
			<wfw:commentRss>http://www.meeho.net/blog/2010/03/how-to-fix-the-problem-of-usb-keys-working-on-windows-7-but-not-mac-os-x-and-vice-versa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RubyGems: uninitialized constant Gem::GemRunner (NameError)</title>
		<link>http://www.meeho.net/blog/2010/03/rubygems-uninitialized-constant-gemgemrunner-nameerror/</link>
		<comments>http://www.meeho.net/blog/2010/03/rubygems-uninitialized-constant-gemgemrunner-nameerror/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 20:59:44 +0000</pubDate>
		<dc:creator>Kasper Tidemann</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tech stuff]]></category>

		<guid isPermaLink="false">http://www.meeho.net/blog/?p=805</guid>
		<description><![CDATA[After having finished an update of your RubyGems installation, you might receive the following error: uninitialized constant Gem::GemRunner (NameError) If you get the above when trying to use gem, first of all, you need to find out which gem you&#8217;re using. Open up your shell and type in the following: which gem This will print [...]]]></description>
			<content:encoded><![CDATA[<p>After having finished an update of your RubyGems installation, you might receive the following error:</p>
<blockquote><p>uninitialized constant Gem::GemRunner (NameError)</p></blockquote>
<p>If you get the above when trying to use gem, first of all, you need to find out which gem you&#8217;re using. Open up your shell and type in the following:</p>
<blockquote><p>which gem</p></blockquote>
<p>This will print out which gem you&#8217;re using and the location of it, typically being <em>/usr/bin/gem</em> or <em>/usr/local/bin/gem</em>.</p>
<p>Next, open up the actual gem file in your favourite text editor. If you&#8217;re using TextMate for Mac OS X, this can be accomplished directly from your shell by issuing the <em>mate /usr/bin/gem</em> command (you might need to change the path to gem to reflect your system setup).</p>
<p>Here, you&#8217;ll see a line reading <em>require &#8216;rubygems&#8217;</em>. Just below this line, add require <em>&#8216;rubygems/gem_runner&#8217;</em>, save the file and try to use gem again. It should work fine now. The change you need to do is shown below:</p>
<div id="attachment_806" class="wp-caption aligncenter" style="width: 351px"><img class="size-full wp-image-806" title="This showns the gem file brought up in TextMate. Line 10 is the fix." src="http://www.meeho.net/blog/wp-content/uploads/RubyGemsGemRunnerFix.png" alt="This showns the gem file brought up in TextMate. Line 10 is the fix." width="341" height="128" /><p class="wp-caption-text">This showns the gem file brought up in TextMate. Line 10 is the fix.</p></div>
<div class="shr-publisher-805"></div>]]></content:encoded>
			<wfw:commentRss>http://www.meeho.net/blog/2010/03/rubygems-uninitialized-constant-gemgemrunner-nameerror/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem with importing vCards containing foreign characters in Address Book for Mac OS X</title>
		<link>http://www.meeho.net/blog/2010/02/problem-with-import-vcards-containing-foreign-characters-in-address-book-for-mac-os-x/</link>
		<comments>http://www.meeho.net/blog/2010/02/problem-with-import-vcards-containing-foreign-characters-in-address-book-for-mac-os-x/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 16:17:46 +0000</pubDate>
		<dc:creator>Kasper Tidemann</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tech stuff]]></category>

		<guid isPermaLink="false">http://www.meeho.net/blog/?p=779</guid>
		<description><![CDATA[If you ever experience a problem with importing vCards (.vcf files) that contain foreign characters in Address Book for Mac OS X, you might be in complete dark as to how to solve the problem with the foreign characters not being displayed properly. You might have tried to save the vCard as ISO-8859-1, UTF-8 or [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever experience a problem with importing vCards (.vcf files) that contain foreign characters in Address Book for Mac OS X, you might be in complete dark as to how to solve the problem with the foreign characters not being displayed properly.</p>
<p>You might have tried to save the vCard as ISO-8859-1, UTF-8 or the likes, and it still doesn&#8217;t work in Address Book. You might even have tried to add charset info in the MIME type of the vCard, having it display something like <em>text/vcard; charset=iso-8859-1</em> all the while it still doesn&#8217;t work. Bugger.</p>
<p>The only solution is to make Address Book use a different character encoding for the vCards. If you access <em>Address Book -&gt; Settings&#8230; -&gt; vCard</em>, you&#8217;ll see the ability to change the character encoding. However, Address Book might have chosen vCard version 3.0 for you per default. Change this to 2.1, then change the character set to e.g. Windows Latin 1, and then change the version back to version 3.0.</p>
<p>Having done the above, the import of vCards containing foreign characters will work as expected. <span style="text-decoration: underline; color: #000000;">This includes vCards exported from Meeho!™.</span></p>
<div id="attachment_789" class="wp-caption aligncenter" style="width: 310px"><img class="size-full wp-image-789" title="A screenshot of the settings regarding vCards in Address Book." src="http://www.meeho.net/blog/wp-content/uploads/AddressBookvCard-2.jpg" alt="A screenshot of the settings regarding vCards in Address Book." width="300" height="164" /><p class="wp-caption-text">A screenshot of the settings regarding vCards in Address Book.</p></div>
<p><em>(One last note: Having to choose vCard version 2.1 to change the character encoding, then changing the version back to 3.0 AND having Address Book preserve the encoding settings might be a bug&#8230; Seems odd that it preserves the encoding settings while jumping from version 2.1 to version 3.0, when the dropdown menu is dimmed when set to vCard version 3.0, indicating that a change is not possible in that case&#8230;)</em></p>
<div class="shr-publisher-779"></div>]]></content:encoded>
			<wfw:commentRss>http://www.meeho.net/blog/2010/02/problem-with-import-vcards-containing-foreign-characters-in-address-book-for-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RubyGems: how to find out where the gems are installed</title>
		<link>http://www.meeho.net/blog/2010/02/rubygems-how-to-find-out-where-the-gems-are-installed/</link>
		<comments>http://www.meeho.net/blog/2010/02/rubygems-how-to-find-out-where-the-gems-are-installed/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 15:08:46 +0000</pubDate>
		<dc:creator>Kasper Tidemann</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tech stuff]]></category>

		<guid isPermaLink="false">http://www.meeho.net/blog/?p=775</guid>
		<description><![CDATA[Should you ever be in the need of finding out where RubyGems installs all of your precious gems, just run the following command: sudo gem environment This will give you an overview of the environment settings for RubyGems. Find the &#8220;GEM PATHS&#8221; settings and there you go:]]></description>
			<content:encoded><![CDATA[<p>Should you ever be in the need of finding out where RubyGems installs all of your precious gems, just run the following command:</p>
<blockquote><p>sudo gem environment</p></blockquote>
<p>This will give you an overview of the environment settings for RubyGems. Find the &#8220;GEM PATHS&#8221; settings and there you go:</p>
<div id="attachment_776" class="wp-caption aligncenter" style="width: 430px"><img class="size-full wp-image-776" title="A screenshot of my l33t Terminal.app." src="http://www.meeho.net/blog/wp-content/uploads/RubyGemsPaths.jpg" alt="A screenshot of my l33t Terminal.app." width="420" height="138" /><p class="wp-caption-text">A screenshot of my l33t Terminal.app.</p></div>
<div class="shr-publisher-775"></div>]]></content:encoded>
			<wfw:commentRss>http://www.meeho.net/blog/2010/02/rubygems-how-to-find-out-where-the-gems-are-installed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>f.lux &#8211; pleasant colors for your computer display</title>
		<link>http://www.meeho.net/blog/2010/02/f-lux-pleasant-colors-for-your-computer-display/</link>
		<comments>http://www.meeho.net/blog/2010/02/f-lux-pleasant-colors-for-your-computer-display/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 23:17:55 +0000</pubDate>
		<dc:creator>Troels Michael Trebbien</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tech stuff]]></category>

		<guid isPermaLink="false">http://www.meeho.net/blog/?p=764</guid>
		<description><![CDATA[Whether you&#8217;re a night owl like me or just occasionally stay up late to work on your computer, you might be interested in a piece of software called f.lux. The software can alter the color temperature of the computer display to match your indoor lighting and in doing so hopefully take some strain off your [...]]]></description>
			<content:encoded><![CDATA[<p>Whether you&#8217;re a night owl like me or just occasionally stay up late to work on your computer, you might be interested in a piece of software called <a title="f.lux" href="http://www.stereopsis.com/flux/">f.lux</a>. The software can alter the color temperature of the computer display to match your indoor lighting and in doing so hopefully take some strain off your eyes during work. This is not purely meant as a cosmetic change but also intended to aid sleeping after working at the bright screen in the wee hours.<br />
One caveat is though, that the software&#8217;s color distortion is no good for graphic design work.</p>
<p>Versions of f.lux for Mac OS X, Windows and Linux can be downloaded from <a title="http://www.stereopsis.com/flux/" href="http://www.stereopsis.com/flux/">http://www.stereopsis.com/flux/</a>.</p>
<div class="shr-publisher-764"></div>]]></content:encoded>
			<wfw:commentRss>http://www.meeho.net/blog/2010/02/f-lux-pleasant-colors-for-your-computer-display/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 &#8211; how to use Compiz to get a window overview like Exposé on Mac OS X</title>
		<link>http://www.meeho.net/blog/2010/02/ubuntu-9-10-how-to-use-compiz-get-a-window-overview-like-expose-on-mac-os-x/</link>
		<comments>http://www.meeho.net/blog/2010/02/ubuntu-9-10-how-to-use-compiz-get-a-window-overview-like-expose-on-mac-os-x/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 17:38:35 +0000</pubDate>
		<dc:creator>Kasper Tidemann</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tech stuff]]></category>

		<guid isPermaLink="false">http://www.meeho.net/blog/?p=736</guid>
		<description><![CDATA[If you are using Ubuntu 9.10 with GNOME and really would like to get a window overview like the Exposé overview on Mac OS X, you can use Compiz to accomplish this. Please follow my mini guide below: 1) Install Compiz First of all, make sure that Compiz is installed on your system. Go to [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using Ubuntu 9.10 with GNOME and really would like to get a window overview like the Exposé overview on Mac OS X, you can use Compiz to accomplish this. Please follow my mini guide below:</p>
<p><strong>1) Install Compiz</strong></p>
<p>First of all, make sure that Compiz is installed on your system. Go to <em>Applications -&gt; Ubuntu Software Center</em> and search for &#8220;compiz&#8221;. Make sure that both <em>Compiz</em> and <em>Advanced Desktop Effects Settings</em> are installed. If they are not, go ahead and install both of them.</p>
<div id="attachment_739" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-739" title="Screenshot of the Ubuntu Window Picker." src="http://www.meeho.net/blog/wp-content/uploads/UbuntuWindowPicker-UbuntuSoftwareCenter.jpg" alt="Screenshot of the Ubuntu Window Picker." width="500" height="136" /><p class="wp-caption-text">Screenshot of the Ubuntu Software Center.</p></div>
<p><strong>2) Access CompizConfig Settings Manager</strong></p>
<p>Next, you click <em>System -&gt; Preferences -&gt; CompizConfig Settings Manager</em>. Here, go ahead and select <em>Scale</em> under <em>Window Management</em>.</p>
<div id="attachment_741" class="wp-caption aligncenter" style="width: 410px"><img class="size-full wp-image-741" title="Screenshot of the CompizConfig Settings Manager." src="http://www.meeho.net/blog/wp-content/uploads/UbuntuWindowPicker-CompizSettings.jpg" alt="Screenshot of the CompizConfig Settings Manager." width="400" height="176" /><p class="wp-caption-text">Screenshot of the CompizConfig Settings Manager.</p></div>
<p><strong>3) Define how to initiate the Window Picker</strong></p>
<p>Finally, you need to define how to initiate the <em>Window Picker</em>. You could make this the top left corner of the screen (named &#8220;TopLeft&#8221; in the settings). Once you have chosen an active screen corner, just close the <em>CompizConfig Settings Manager</em> and move your cursor to the corner you have picked &#8211; and then, marvel at the Window Picker effects displaying all of your windows in one neat overview!</p>
<div id="attachment_742" class="wp-caption aligncenter" style="width: 410px"><img class="size-full wp-image-742" title="Screenshot of the Window Picker initiation settings." src="http://www.meeho.net/blog/wp-content/uploads/UbuntuWindowPicker-InitiateWindowPicker.jpg" alt="Screenshot of the Window Picker initiation settings." width="400" height="169" /><p class="wp-caption-text">Screenshot of the Window Picker initiation settings.</p></div>
<div class="shr-publisher-736"></div>]]></content:encoded>
			<wfw:commentRss>http://www.meeho.net/blog/2010/02/ubuntu-9-10-how-to-use-compiz-get-a-window-overview-like-expose-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>After upgrading to Snow Leopard, MacPorts does not work anymore</title>
		<link>http://www.meeho.net/blog/2009/12/after-upgrading-to-snow-leopard-macports-does-not-work-anymore/</link>
		<comments>http://www.meeho.net/blog/2009/12/after-upgrading-to-snow-leopard-macports-does-not-work-anymore/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 02:08:22 +0000</pubDate>
		<dc:creator>Kasper Tidemann</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tech stuff]]></category>

		<guid isPermaLink="false">http://www.meeho.net/blog/?p=621</guid>
		<description><![CDATA[You might be one of the very few lucky people out there who&#8217;s got a working installation of MacPorts running dating back to your Leopard (10.5) environment &#8211; but for the remainder of us (including everyone on the Meeho!™ team), upgrading to Snow Leopard makes MacPorts not work properly. Here is an example of an [...]]]></description>
			<content:encoded><![CDATA[<p>You might be one of the very few lucky people out there who&#8217;s got a working installation of MacPorts running dating back to your Leopard (10.5) environment &#8211; but for the remainder of us (including everyone on the Meeho!™ team), upgrading to Snow Leopard makes MacPorts not work properly.</p>
<p>Here is an example of an error we got:</p>
<p><code>Error: Unable to open port: can't read "build.cmd": Failed to locate 'make' in path: '/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' or at its MacPorts configuration time location, did you move it?</code></p>
<p>If you are experiencing compile errors of nearly any kind, having yourself cursing and swearing trying to get your darn MacPorts to work again, do not worry: practically, no matter which error(s) you might receive, the solution is for you to do a clean install of MacPorts &#8211; it worked for all of us.</p>
<p>To get it all right again, please follow the Migration guide on the MacPorts web site: <a title="The Migration guide on the Macports web site" href="http://trac.macports.org/wiki/Migration">http://trac.macports.org/wiki/Migration</a></p>
<div class="shr-publisher-621"></div>]]></content:encoded>
			<wfw:commentRss>http://www.meeho.net/blog/2009/12/after-upgrading-to-snow-leopard-macports-does-not-work-anymore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

