Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
vagrant_advanced_management [2020/03/09 11:17] andonovjvagrant_advanced_management [2021/11/02 05:03] (current) andonovj
Line 75: Line 75:
  
 Assure that the password for the user (in our case root) is the same as the vagrant file AND ensure that the rootlogin is enable and the password authentication is also enabled. Assure that the password for the user (in our case root) is the same as the vagrant file AND ensure that the rootlogin is enable and the password authentication is also enabled.
 +
 +
 +====Install VirtualBox Guest Addition====
 +When you will want to create a shared folders between the virtual box and the host machine. You need a VirtulBox Guest addition, which can be installed as follows:
 +
 +<Code:bash|Install VirtualBox Guest Addition Plugin>
 +C:\Users\julie\VirtualBox VMs\OUD>vagrant plugin install vagrant-vbguest
 +Installing the 'vagrant-vbguest' plugin. This can take a few minutes...
 +Fetching vagrant-vbguest-0.30.0.gem
 +Successfully uninstalled vagrant-vbguest-0.21.0
 +Installed the plugin 'vagrant-vbguest (0.30.0)'!
 +
 +C:\Users\julie\VirtualBox VMs\OUD>
 +</Code><
  • vagrant_advanced_management.1583752666.txt.gz
  • Last modified: 2020/03/09 11:17
  • by andonovj