Flushing DNS Cache on Mac OSX
In Terminal.app execute the following: sudo dscacheutil -flushcache
In Terminal.app execute the following: sudo dscacheutil -flushcache
Download the latest versions of Groovy & Grails. Currently that is groovy-binary-2.0.1.zip and grails-2.1.0.zip. Let’s unzip these archives into /usr/share; cd /usr/share sudo unzip ~/Downloads/groovy-binary-2.0.1.zip sudo unzip ~/Downloads/grails-2.1.0.zip Next we setup environments variables, which points to these paths. Adding these to our .bash_profile, makes our system environment read it. cat << EOF >> ~/.bash_profile # … [Read more…]
There is no official ppc build of Handbrake 0.9.5. Following the wiki compile guide, it is possible for compile it on your own ppc box. Or if you are to lazy, you are welcome to download the ppc binaries I compiled. It works, but it’s not getting faster.
I have been wanting to do this for a long time; Running OS X emulated on my Linux workstation. Mostly for testing, compiling, trying out things. When someone calls and wants help setting up his Mail.app, it is very useful for me to see how the menus, etc. look. Found an iPC 10.5.6 iso that … [Read more…]