mark.bockenstedt.net header image
Twitter
Gaming Linux Mac Software Tech
mu Updates
Web
Musings Rants & Raves Rumor Sports Weather
Video Reviews

Entries Tagged as 'Mac'

How to Move, Copy in Leopard with Drag and Drop

November 17th, 2008 · No Comments

When you’re moving files around in Leopard, there’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’s two ways to override those defaults.
Copy
While you’re dragging something, hold down [...]

Continue reading...

Tags: Mac

Disable Bonjour in Cyberduck

November 12th, 2008 · No Comments

Every time I load up Cyberduck, I get flooded with Bonjour Growl notifications. Since I never use Bonjour with Cyberduck, I figured it’s acceptable to disable it. It’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 rendezvous.enable [...]

Continue reading...

Tags: How-To · Mac

VMware Fusion VMs as Apps

October 21st, 2008 · 3 Comments

Mac OS X: Last week I showed how to create VirtualBox VMs as applications. This week, I’m trying out VMware Fusion to see if it’s better or worse than VirtualBox. I’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 [...]

Continue reading...

Tags: How-To · Mac

VirtualBox Icons for Ubuntu, Windows

October 17th, 2008 · No Comments

After creating my VirtualBox applications and slapping them on the Dock, I decided that I didn’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, [...]

Continue reading...

Tags: How-To · Mac

Create VirtualBox VMs as Apps

October 13th, 2008 · No Comments

Mac OS X: If you want to launch a VirtualBox machine directly as an application, you’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’ve got a machine with a space in the name, you’ll have [...]

Continue reading...

Tags: Mac