<?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>mark.bockenstedt.net &#187; Mac</title>
	<atom:link href="http://mark.bockenstedt.net/category/technology/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://mark.bockenstedt.net</link>
	<description>Tech Tips, How-To's, and Miscellaneous Geekery</description>
	<lastBuildDate>Tue, 19 May 2009 03:05:39 +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>How to Move, Copy in Leopard with Drag and Drop</title>
		<link>http://mark.bockenstedt.net/2008/11/17/how-to-move-copy-in-leopard-with-drag-and-drop/</link>
		<comments>http://mark.bockenstedt.net/2008/11/17/how-to-move-copy-in-leopard-with-drag-and-drop/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 15:11:03 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://mark.bockenstedt.net/?p=526</guid>
		<description><![CDATA[When you&#8217;re moving files around in Leopard, there&#8217;s no real consistent way that the files get moved. When moving files locally, they seem to move on when dragged around. When putting files onto a remote location, they seem to get copied by default. Here&#8217;s two ways to override those defaults. Copy While you&#8217;re dragging something, [...]]]></description>
			<content:encoded><![CDATA[<p>When you&#8217;re moving files around in Leopard, there&#8217;s no real consistent way that the files get moved. When moving files locally, they seem to move on when dragged around. When putting files onto a remote location, they seem to get copied by default. Here&#8217;s two ways to override those defaults.</p>
<h3>Copy</h3>
<p>While you&#8217;re dragging something, hold down the Alt/Option key. You should see a plus sign appear by your cursor. Hold that key down until you release the mouse to copy files.</p>
<h3>Move</h3>
<p>To move files, hold down the Command key while dragging and dropping. You shouldn&#8217;t see a plus sign near the cursor when moving files.</p>
<h3  class="related_post_title"><h2>Related Posts</h2></h3><ul class="related_post"><li><a href="http://mark.bockenstedt.net/2008/11/12/disable-bonjour-in-cyberduck/" title="Disable Bonjour in Cyberduck">Disable Bonjour in Cyberduck</a></li><li><a href="http://mark.bockenstedt.net/2008/11/13/quiet-your-rock-band-drums-for-cheap/" title="Quiet Your Rock Band Drums for Cheap">Quiet Your Rock Band Drums for Cheap</a></li><li><a href="http://mark.bockenstedt.net/2008/10/31/google-alerts-rss-style/" title="Google Alerts, RSS Style">Google Alerts, RSS Style</a></li><li><a href="http://mark.bockenstedt.net/2008/10/30/partition-a-hard-drive-using-a-gparted-live-cd/" title="Partition a Hard Drive Using a gParted Live CD">Partition a Hard Drive Using a gParted Live CD</a></li><li><a href="http://mark.bockenstedt.net/2008/10/27/five-christmas-list-tools/" title="5 Christmas List Tools">5 Christmas List Tools</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://mark.bockenstedt.net/2008/11/17/how-to-move-copy-in-leopard-with-drag-and-drop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Bonjour in Cyberduck</title>
		<link>http://mark.bockenstedt.net/2008/11/12/disable-bonjour-in-cyberduck/</link>
		<comments>http://mark.bockenstedt.net/2008/11/12/disable-bonjour-in-cyberduck/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 16:32:49 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Cyberduck]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://mark.bockenstedt.net/?p=507</guid>
		<description><![CDATA[Every time I load up Cyberduck, I get flooded with Bonjour Growl notifications. Since I never use Bonjour with Cyberduck, I figured it&#8217;s acceptable to disable it. It&#8217;s a simple Terminal command, like so many other things are in the Mac world. To disable Bonjour, fire up Terminal and execute this command: defaults write ch.sudo.cyberduck [...]]]></description>
			<content:encoded><![CDATA[<p>Every time I load up <a href="http://cyberduck.ch/">Cyberduck</a>, I get flooded with <a href="http://www.apple.com/macosx/technology/bonjour.html">Bonjour</a> Growl notifications. Since I never use Bonjour with Cyberduck, I figured it&#8217;s acceptable to disable it. It&#8217;s a simple Terminal command, like so many other things are in the Mac world. To disable Bonjour, fire up Terminal and execute this command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">defaults <span style="color: #c20cb9; font-weight: bold;">write</span> ch.sudo.cyberduck rendezvous.enable <span style="color: #c20cb9; font-weight: bold;">false</span></pre></div></div>

<p>If you want to re-enable Bonjour, do the same command but change false to true.</p>
<h3  class="related_post_title"><h2>Related Posts</h2></h3><ul class="related_post"><li><a href="http://mark.bockenstedt.net/2008/11/17/how-to-move-copy-in-leopard-with-drag-and-drop/" title="How to Move, Copy in Leopard with Drag and Drop">How to Move, Copy in Leopard with Drag and Drop</a></li><li><a href="http://mark.bockenstedt.net/2008/11/13/quiet-your-rock-band-drums-for-cheap/" title="Quiet Your Rock Band Drums for Cheap">Quiet Your Rock Band Drums for Cheap</a></li><li><a href="http://mark.bockenstedt.net/2008/10/31/google-alerts-rss-style/" title="Google Alerts, RSS Style">Google Alerts, RSS Style</a></li><li><a href="http://mark.bockenstedt.net/2008/10/30/partition-a-hard-drive-using-a-gparted-live-cd/" title="Partition a Hard Drive Using a gParted Live CD">Partition a Hard Drive Using a gParted Live CD</a></li><li><a href="http://mark.bockenstedt.net/2008/10/27/five-christmas-list-tools/" title="5 Christmas List Tools">5 Christmas List Tools</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://mark.bockenstedt.net/2008/11/12/disable-bonjour-in-cyberduck/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VMware Fusion VMs as Apps</title>
		<link>http://mark.bockenstedt.net/2008/10/21/vmware-fusion-vms-as-apps/</link>
		<comments>http://mark.bockenstedt.net/2008/10/21/vmware-fusion-vms-as-apps/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 18:54:40 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[Dock]]></category>
		<category><![CDATA[Fusion]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://mark.bockenstedt.net/?p=438</guid>
		<description><![CDATA[Mac OS X: Last week I showed how to create VirtualBox VMs as applications. This week, I&#8217;m trying out VMware Fusion to see if it&#8217;s better or worse than VirtualBox. I&#8217;m trying to shoot for the same experience as the VirtualBox machines, so I needed to figure out how to create an App using AppleScript [...]]]></description>
			<content:encoded><![CDATA[<p><em>Mac OS X:</em> Last week I showed <a href="http://mark.bockenstedt.net/2008/10/13/create-virtualbox-vms-as-apps/">how to create VirtualBox VMs as applications</a>. This week, I&#8217;m trying out <a href="http://www.vmware.com/products/fusion/">VMware Fusion</a> to see if it&#8217;s better or worse than <a href="http://virtualbox.org/">VirtualBox</a>. I&#8217;m trying to shoot for the same experience as the VirtualBox machines, so I needed to figure out how to create an App using AppleScript so I could put the VM on the Dock.</p>
<p><strong>Create VM</strong></p>
<p>This step is obvious, but necessary. Get everything in your VM set up how you want it, including opening it in Full Screen mode if you wish. Fusion seems to remember your last view, so killing your VM while it&#8217;s in full screen will open it next time in that mode. Plus, it saves on AppleScript that I really don&#8217;t like (setting delays before going to fullscreen).</p>
<p><strong>Write Script to Create Application<br />
</strong></p>
<p>If you remember the script for VirtualBox, it was very short:</p>

<div class="wp_syntax"><div class="code"><pre class="applescript" style="font-family:monospace;"><span style="color: #0066ff;">do shell script</span> <span style="color: #009900;">&quot;vboxmanage startvm Ubuntu&quot;</span></pre></div></div>

<p>The script for Fusion is slightly more complex, but still not too bad:</p>

<div class="wp_syntax"><div class="code"><pre class="applescript" style="font-family:monospace;"><span style="color: #ff0033; font-weight: bold;">tell</span> <span style="color: #0066ff;">application</span> <span style="color: #009900;">&quot;System Events&quot;</span>
    <span style="color: #ff0033; font-weight: bold;">if</span> UI elements enabled <span style="color: #ff0033; font-weight: bold;">then</span>
        <span style="color: #0066ff;">open</span> <span style="color: #009900;">&quot;~/Documents/Virtual Machines.localized/Ubuntu.vmwarevm&quot;</span>
    <span style="color: #ff0033; font-weight: bold;">else</span>
        <span style="color: #0066ff;">display dialog</span> <span style="color: #009900;">&quot;Can't start VM&quot;</span>
    <span style="color: #ff0033; font-weight: bold;">end</span> <span style="color: #ff0033; font-weight: bold;">if</span>
<span style="color: #ff0033; font-weight: bold;">end</span> <span style="color: #ff0033; font-weight: bold;">tell</span></pre></div></div>

<p>In order for this to work, you need to have the &#8220;Enable access for assistive devices&#8221; box in System Preferences -&gt; Universal access checked. I&#8217;m not sure why, but you just do. The else clause here is just so you have some feedback in case your VM doesn&#8217;t want to start.</p>
<p>Once you&#8217;ve entered the script above (substituting the correct path to your VM), save it as an application. I save all my custom apps to <code>/Users/mark/Applications</code>, but the path is arbitrary.</p>
<p><strong>Change App Icon (Optional)<br />
</strong></p>
<p>Check out this post on <a href="http://mark.bockenstedt.net/2008/10/17/virtualbox-icons-for-ubuntu-windows/">how to change an application icon</a>.</p>
<p><strong>Put on Dock (Optional)</strong></p>
<p>I don&#8217;t think I have to explain how to do this if you&#8217;re messing around with virtualization.</p>
<h3  class="related_post_title"><h2>Related Posts</h2></h3><ul class="related_post"><li><a href="http://mark.bockenstedt.net/2008/10/17/virtualbox-icons-for-ubuntu-windows/" title="VirtualBox Icons for Ubuntu, Windows">VirtualBox Icons for Ubuntu, Windows</a></li><li><a href="http://mark.bockenstedt.net/2008/10/13/create-virtualbox-vms-as-apps/" title="Create VirtualBox VMs as Apps">Create VirtualBox VMs as Apps</a></li><li><a href="http://mark.bockenstedt.net/2008/09/23/creating-a-fluid-based-google-reader-app/" title="Creating a Fluid-Based Google Reader App">Creating a Fluid-Based Google Reader App</a></li><li><a href="http://mark.bockenstedt.net/2008/11/17/how-to-move-copy-in-leopard-with-drag-and-drop/" title="How to Move, Copy in Leopard with Drag and Drop">How to Move, Copy in Leopard with Drag and Drop</a></li><li><a href="http://mark.bockenstedt.net/2008/11/12/disable-bonjour-in-cyberduck/" title="Disable Bonjour in Cyberduck">Disable Bonjour in Cyberduck</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://mark.bockenstedt.net/2008/10/21/vmware-fusion-vms-as-apps/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>VirtualBox Icons for Ubuntu, Windows</title>
		<link>http://mark.bockenstedt.net/2008/10/17/virtualbox-icons-for-ubuntu-windows/</link>
		<comments>http://mark.bockenstedt.net/2008/10/17/virtualbox-icons-for-ubuntu-windows/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 15:21:06 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[Dock]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://mark.bockenstedt.net/?p=431</guid>
		<description><![CDATA[After creating my VirtualBox applications and slapping them on the Dock, I decided that I didn&#8217;t like the default VirtualBox icon for those apps. The problem was exacerbated when I put them next to each other, making them indistinguishable at a quick glance. I figured out how to change the icons for those virtual machines, [...]]]></description>
			<content:encoded><![CDATA[<p>After creating my <a href="http://mark.bockenstedt.net/2008/10/13/create-virtualbox-vms-as-apps/">VirtualBox applications</a> and slapping them on the Dock, I decided that I didn&#8217;t like the default <a href="http://virtualbox.org/">VirtualBox</a> icon for those apps. The problem was exacerbated when I put them next to each other, making them indistinguishable at a quick glance. I figured out how to change the icons for those virtual machines, and here&#8217;s how I did it.</p>
<p><a href="http://mark.bockenstedt.net/wp-content/uploads/2008/10/ubuntu-logo-transparent128.png"><img class="alignnone size-thumbnail wp-image-432" title="ubuntu-logo-transparent128" src="http://mark.bockenstedt.net/wp-content/uploads/2008/10/ubuntu-logo-transparent128.png" alt="" width="77" height="77" /></a><a href="http://mark.bockenstedt.net/wp-content/uploads/2008/10/windows-logo-transparent128.png"><img class="alignnone size-thumbnail wp-image-433" title="windows-logo-transparent128" src="http://mark.bockenstedt.net/wp-content/uploads/2008/10/windows-logo-transparent128.png" alt="" width="77" height="77" /></a></p>
<p>I downloaded these two transparent .png files, then converted them to .icns files using <a href="http://www.shinyfrog.net/en/software/img2icns/">img2icns</a>. Once I had the two .icns files, I was able to open the info panel on the virtual machine apps I created using Command-I (I as in Info). The final step is to drag the appropriate .icns icon file over the current icon in the upper left of the information panel. I wasn&#8217;t sure how to refresh the Dock&#8217;s icons, so i just whacked them from the Dock and put them back on. Voila, I&#8217;ve got nice fancy dock icons.</p>
<p><img class="alignnone size-medium wp-image-434" title="dock" src="http://mark.bockenstedt.net/wp-content/uploads/2008/10/dock.jpg" alt="" width="188" height="73" /></p>
<p><strong>Icon Files:</strong></p>
<p><a href="http://mark.bockenstedt.net/wp-content/uploads/ubuntu-logo-transparent128.icns">ubuntu-logo-transparent128.icns</a></p>
<p><a href="http://mark.bockenstedt.net/wp-content/uploads/windows-logo-transparent128.icns">windows-logo-transparent128.icns</a></p>
<h3  class="related_post_title"><h2>Related Posts</h2></h3><ul class="related_post"><li><a href="http://mark.bockenstedt.net/2008/10/13/create-virtualbox-vms-as-apps/" title="Create VirtualBox VMs as Apps">Create VirtualBox VMs as Apps</a></li><li><a href="http://mark.bockenstedt.net/2008/10/21/vmware-fusion-vms-as-apps/" title="VMware Fusion VMs as Apps">VMware Fusion VMs as Apps</a></li><li><a href="http://mark.bockenstedt.net/2008/09/23/creating-a-fluid-based-google-reader-app/" title="Creating a Fluid-Based Google Reader App">Creating a Fluid-Based Google Reader App</a></li><li><a href="http://mark.bockenstedt.net/2008/11/17/how-to-move-copy-in-leopard-with-drag-and-drop/" title="How to Move, Copy in Leopard with Drag and Drop">How to Move, Copy in Leopard with Drag and Drop</a></li><li><a href="http://mark.bockenstedt.net/2008/11/12/disable-bonjour-in-cyberduck/" title="Disable Bonjour in Cyberduck">Disable Bonjour in Cyberduck</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://mark.bockenstedt.net/2008/10/17/virtualbox-icons-for-ubuntu-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create VirtualBox VMs as Apps</title>
		<link>http://mark.bockenstedt.net/2008/10/13/create-virtualbox-vms-as-apps/</link>
		<comments>http://mark.bockenstedt.net/2008/10/13/create-virtualbox-vms-as-apps/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 15:00:03 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[Dock]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://mark.bockenstedt.net/?p=426</guid>
		<description><![CDATA[Mac OS X: If you want to launch a VirtualBox machine directly as an application, you&#8217;ll need to know some basic AppleScript. Open Script Editor and enter the following: do shell script "vboxmanage startvm Ubuntu" Substitute Ubuntu for the name of your virtual machine. If you&#8217;ve got a machine with a space in the name, [...]]]></description>
			<content:encoded><![CDATA[<p><em>Mac OS X:</em> If you want to launch a VirtualBox machine directly as an application, you&#8217;ll need to know some basic AppleScript. Open Script Editor and enter the following:</p>
<p><code>do shell script "vboxmanage startvm Ubuntu"</code></p>
<p>Substitute Ubuntu for the name of your virtual machine. If you&#8217;ve got a machine with a space in the name, you&#8217;ll have to escape the space with the \ character. Then, save your script as an application instead of a script. You don&#8217;t need to check any of the three options boxes. When you&#8217;ve saved your new app, you can drag it to the Dock, change its icon, etc as if it&#8217;s just another application.</p>
<p><strong>Follow-up:</strong> If you want to change the icons for these apps, check out <a href="http://mark.bockenstedt.net/2008/10/17/virtualbox-icons-for-ubuntu-windows/">this post</a></p>
<h3  class="related_post_title"><h2>Related Posts</h2></h3><ul class="related_post"><li><a href="http://mark.bockenstedt.net/2008/10/17/virtualbox-icons-for-ubuntu-windows/" title="VirtualBox Icons for Ubuntu, Windows">VirtualBox Icons for Ubuntu, Windows</a></li><li><a href="http://mark.bockenstedt.net/2008/10/21/vmware-fusion-vms-as-apps/" title="VMware Fusion VMs as Apps">VMware Fusion VMs as Apps</a></li><li><a href="http://mark.bockenstedt.net/2008/09/23/creating-a-fluid-based-google-reader-app/" title="Creating a Fluid-Based Google Reader App">Creating a Fluid-Based Google Reader App</a></li><li><a href="http://mark.bockenstedt.net/2008/11/17/how-to-move-copy-in-leopard-with-drag-and-drop/" title="How to Move, Copy in Leopard with Drag and Drop">How to Move, Copy in Leopard with Drag and Drop</a></li><li><a href="http://mark.bockenstedt.net/2008/11/12/disable-bonjour-in-cyberduck/" title="Disable Bonjour in Cyberduck">Disable Bonjour in Cyberduck</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://mark.bockenstedt.net/2008/10/13/create-virtualbox-vms-as-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
