Running static ip Virtualbox images in ubuntu server in datacentre
Virtual machines have several advantages over physical servers. Especially restoring state and making backups. If you have minimal ubuntu server then first you need to install virtualbox. Best version...
View ArticleCreating VM-s via CLI using VBoxManage
If you happen to setup virtual machines to remote server then you might not have good access to graphical interface to use the VirtualBox graphical interface but you have to be able to manage using...
View ArticleRecover virtualbox guest from failing snapshot
When making snapshot of running virtualmachine guest the process got stuck and left below traces in logfile. I had to kill hte snapshot process and reboot machine to continue. vboxmanage snapshot...
View ArticleAccess virtualbox shared folders from Ubuntu and fix ruined ubuntu installation.
If you are running Ubuntu virtualbox guest then you cannot access the shared folder under /media/shared with regular user. However you can fix this by adding your user to vboxsf additional group....
View Article