Exercism…  

I just want to take a moment to plug exercism.io - anyone who is looking to get help learning a programming language or extending their current knowledge should use this site as a resource. They provide ‘practice problems’ you can work through to hone your skills.

 
1
Kudos
 
1
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 →