News

Saying goodbye to a friend

On the 11th of May 2014 at 7:10 PM my dog, Gurbe-Jan, took his last breath. Gurbe-Jan, a Bernese Mountain Dog, has been with me since he was only 7.5 weeks old. He died at the respectable age of 10 years and 7 months. He was an unique dog that came into me and my

Saying goodbye to a friend Read More »

Prevent indentation when pasting from an external source in Vim

Occasionally when I copy and paste something from an external source into Vim every line gets indented, which is probably not something you want when pasting a code snippet. The solution to this problem is an easy one. Before pasting, first execute :set paste, then paste your content and to return the setting to its

Prevent indentation when pasting from an external source in Vim Read More »

Keeping VirtualBox Guest Additions in sync with Vagrant

Whenever you’re upgrading the software packages on your VirtualBox machine, managed by Vagrant, you risk VirtualBox Guest Additions render unusable and thus your shared folders don’t work anymore. This usually happens whenever a kernel upgrade is being done which requires the VirtualBox drivers to be recompiled. Thanks to a Vagrant plugin called vbguest you can

Keeping VirtualBox Guest Additions in sync with Vagrant Read More »

Scroll to Top