End of the Road for Java 6  

This is an excellent article written by Rich Trouton with some resources and information about the end of Java 6 support for OS X.

 
2
Kudos
 
2
Kudos

Now read this

NFS configuration with Vagrant

In order to get NFS working in Vagrant, you have to specify type: 'nfs' in your Vagrantfile for each shared folder. If you are using chef, you will also want to use chef.synced_folder_type = 'nfs' But that’s not functional for most... Continue →