Fix Vagrant Box Hanging at Boot
Sometimes it happens that vagrant hangs during boot of your virtual image. Right after typing:
A collection of 4 posts
Sometimes it happens that vagrant hangs during boot of your virtual image. Right after typing:
Quick tip. If you lose your Vagrant mounts after kernel upgrades in your virtualbox, you'll need to reinstall your VirtualBox Guest Additions. Same is true when you upgrade Vagrant, etc.
Good testing will result in better code. If you have to wait endlessly for on SVN commits, uploads or compile steps, you will simply produce less inventive code. This has to do with: patience, creativity flow, will, and of course...
Recently I've been experimenting with Virtual machines for my development environment. The goal was to create a Virtual Machine that resembles our main production server, and have that Virtual Machine mount my workspace project directory as it's DocumenRoot. This way,...