If during first ‘vagrant up’ you see in log output: Vagrant insecure key detected. Vagrant will automatically replace this with a newly generated keypair for better security. Inserting generated public key within guest… Removing insecure key from the guest if its present… Key inserted! Disconnecting and reconnecting using new SSH key… you can add this ...
http://askubuntu.com/questions/406092/cant-purge-libapache2-mod-php5-corrupt-registry I can’t purge libapache2-mod-php5. Give me this error. ucfr: Corrupt registry: Duplicate entries for /etc/php5/apache2/php.ini libapache2-mod-php5 /etc/php5/apache2/php.ini libapache2-mod-php5 /etc/php5/apache2/php.ini sudo nano /var/lib/ucf/registry and remove duplicated php.ini lines from that file
To allow user to use RAW disks /f.e. vmdk/ in VirtualBox, you must run: VBoxManage internalcommands createrawvmdk -filename /path/to/file.vmdk -rawdisk /dev/sda -partitions 1,5 -relative usermod -a -G disk 'user_name' See more at https://www.virtualbox.org/manual/ch09.html#rawdisk