How to prevent updating VirtualBox Guest Additions on the guest system

Prevent updating VirtualBox Guest Additions on the guest system when using Vagrant. ...

August 10, 2022 · milosz · Vagrant

How to use specific Vagrant box version

Use specific Vagrant box version instead of the latest one. ...

March 11, 2022 · milosz · Vagrant

How to define multiple disks inside Vagrant using VirtualBox provider

Define multiple disks inside Vagrant using VirtualBox provider. It is not immediately obvious how to achieve it, but everything you need is there. ...

May 10, 2021 · milosz · Vagrant

How to display custom message after vagrant machine is started

Display custom message after the vagrant machine is started. ...

May 7, 2021 · milosz · Vagrant

How to execute specific vagrant provisioner every time the virtual machine is started

Use vagrant provisioner to update SSH authorized_keys every time the virtual machine is started. ...

April 30, 2021 · milosz · Vagrant

How to configure Vagrant to ignore SSL certificate

Configure Vagrant to ignore SSL certificate behind corporate proxy. ...

How to configure the Vagrant virtual machine to use a specific proxy

Configure the Vagrant virtual machine to use a specific proxy using the vagrant-proxyconf plugin. ...

How to use specific Vagrantfile

Define the environment variable to use specific Vagrantfile. ...

November 6, 2020 · milosz · Vagrant

How to build Vagrant Debian base box using VirtualBox

I have already presented an easy way to build Vagrant Debian base box using qemu, but on some platforms it is better to use VitrualBox as it is not possible to use kvm accelerator. ...

How to build Vagrant Debian base box

It is time to look into build process of Debian Vagrant box, create one using packer utility for creating machine and container images and alter the whole process it a little bit. ...

How to jump between defined set of locations

I am constantly moving between a fixed list of several directories daily. Using cd can be tedious at times, so I defined a shell function to quickly jump between a defined set of directories. ...

How to setup apt-cacher-ng Vagrant box

Vagrant is an awesome piece of software, but constantly downloading system packages can be very time-consuming. The simplest solution is to set up an apt caching proxy as a Vagrant box. ...

How to setup DokuWiki Vagrant box

Today, I will publish Vagrant configuration to set up DokuWiki instance. It is just a handy reference, as described in the earlier blog post. ...

How to get started with Vagrant

Today I will install Vagrant which provides an easy way to configure reproducible and portable virtual environments. It is just a first step towards this new direction, so stay tuned for more details soon. ...