Showing posts with label os x. Show all posts
Showing posts with label os x. Show all posts

Wednesday, December 29, 2010

Force vmware Fusion guest to shutdown or restart

problem: VMware Fusion guest is locked up and won't shutdown

You want to force a shutdown/power off OR force a restart/reset

solution: use the alt/option key

Open the Virtual Machine menu and press the key and you will see the menu options change to their alternatives. Choose one of the options, e.g. Power Off
I believe this works from version 2 onwards.

citation:

Props to: Team Fusion @ VMware Community Blogs

Sunday, April 13, 2008

native overburning in os x

problem:
You have object(s) over 700mb you want to burn in os x, using Finder, on a 700mb CD-R

impact:
You can't burn it, Finder tells you you need larger media

solution:
For a slightly oversized dataset, say 710mb you can use overburning technique. This is a common feature of 3rd party burning tools/software. Here is a command line solution:

Create a set of folders and a shell script to suit, with the following contents:
hdiutil makehybrid -o tempfile contents_to_overburn/
hdiutil burn tempfile.iso
rm tempfile.iso
rm contents_to_overburn/*
citation:
http://www.harecoded.com

Tuesday, April 1, 2008

os x screen wuff — wuff

problem:
your ssh'ed into a linux server via os x terminal and backspace/tab produce (maybe other strokes) 'wuff — wuff!!' when using a screen.

impact:
highly fsking annoying!

solution:
found the solution to this problem on another blog.

just whack the following in your .bashrc / .bash_profile on the destination server

alias screen='TERM=screen screen'

citation:
http://www.benmabey.com/2007/12/13/wuff-wuff/