In this tutorial I will speak about the Vagrant halt command. You will learn how to shut down the running machine Vagrant is managing both in a graceful and in a forced way. Also, you will learn how to manage the virtual machine directly using Oracle VM VirtualBox Manager. …Continue reading
Vagrant Private network #103
In this tutorial I will speak about Vagrant private network. You will see how to access a VirtualBox VM from the host operating system and how to use config.vm.network …Continue reading
Vagrant destroy command #102
In this tutorial you will learn how to use the Vagrant destroy command and also “vagrant destroy -f”. …Continue reading
Vagrant SSH #101
This is a tutorial about Vagrant SSH. Here you will learn about vagrant ssh, vagrant ssh-config and vagrant port commands and also you will see an example of “vagrant ssh -c” command option. …Continue reading
Vagrant Install ubuntu-precise32 and ubuntu-trusty32 on Linux Mint/Ubuntu Desktop inside VirtualBox #100
In this tutorial you will learn how to install ubuntu-precise32 and ubuntu-trusty32 in Vagrant on Linux Mint/Ubuntu Desktop inside VirtualBox.
A more detailed tutorial about how to install ubuntu-precise32 and ubuntu-trusty32 in Vagrant on Linux Mint/Ubuntu Desktop can be found here: https://www.liviubalan.com/vagrant-install-on-linux-mintubuntu-desktop.
This tutorial focus only on the “inside VirtualBox” part and shows how to revolve VM issues by setting the correct values for vb.gui, vb.customize and config.vm.boot_timeout …Continue reading
Vagrant Install ubuntu-precise32 and ubuntu-trusty32 on Linux Mint/Ubuntu Desktop #99
In this tutorial you will learn how to install ubuntu-precise32 and ubuntu-trusty32 in Vagrant on Linux Mint/Ubuntu Desktop.
We will explore the content of the Vagrant home directory and VirtualBox VMs and you will see how to create, init and start a Vagrant project using the previous and latest Ubuntu Server operating system Vagrant box version. …Continue reading
Vagrant Boxes overview #98
This is a Vagrant boxes overview tutorial. In this tutorial you will learn what Vagrant Boxes are, how to use the “vagrant box” command and what happens on the local file system when you use this commands. The “verbs” studied with the “vagrant box” command are: add, list, outdated, update and remove. …Continue reading
Vagrant Install on Linux Mint/Ubuntu Desktop #97
In this tutorial you will learn how to Install Vagrant on Linux Mint/Ubuntu Desktop. During the tutorial I will show you how to install the latest Ubuntu repository version and also the latest version from http://www.vagrantup.com/downloads.html. You will learn how to get all the tools that you need in order to use Vagrant such as virtualbox, virtualbox-dkms and virtualbox-qt packages and see what is happening if you don’t use the latest Vagrant version. …Continue reading
Apache Multiple virtual hosts listening on the same custom port #96
In this tutorial you will learn how to setup multiple virtual hosts listening on the same custom port in Apache. You will learn how to create 4 different virtual hosts: 2 using the default :80 port and 2 using the custom :8000 port using the “Listen” and “Include” Apache directives. …Continue reading
Apache Create virtual host listening on custom port #95
In this tutorial you will learn how to create a virtual host listening on a custom port in Apache. I will create a virtual host witch is listening on :8000 port starting from a virtual host witch is listening on the :80 default port. …Continue reading