I'm currently playing with OS X ML 10.8.4 on custom hardware; (btw slowest performance than other OSes, ram hungry [lots of eye candy thought ])
I find pretty interesting the UNIX terminal and X11 (Xquartz) where you can ssh to your remote box or vm with linux and load GUI apps locally while code is running in the remote box (like a sandbox).
Example command:...
ssh user@1.2.3.4 -X
iceweasel
...
and browser GUI will launch in your OSX (also work on linux)
( the magic is the parameter -X , i discovered that recently, very useful, hope it helps someone )
I find pretty interesting the UNIX terminal and X11 (Xquartz) where you can ssh to your remote box or vm with linux and load GUI apps locally while code is running in the remote box (like a sandbox).
Example command:...
ssh user@1.2.3.4 -X
iceweasel
...
and browser GUI will launch in your OSX (also work on linux) ( the magic is the parameter -X , i discovered that recently, very useful, hope it helps someone )