phpvirtualbox – Running Virtual Machines With VirtualBox 4.2 and phpvirtualbox On A Headless Ubuntu 12.04 Server

phpvirtualbox – Running Virtual Machines With VirtualBox 4.2 and phpvirtualbox On A Headless Ubuntu 12.04 ServerAuthor: Luis Rodriguezphpvirtualbox is a web-based VirtualBox front-end written in PHP that
allows you to access and control remote VirtualBox instances. It tries to resemble the VirtualBox GUI as much as possible to make work with it as easy as possible. It is a nice replacement for the VirtualBox GUI if you run VirtualBox in headless servers. This tutorial explains how to install phpvirtualbox on an Ubuntu 12.04 server to manage a locally installed

Read More »
Installing Guest Additions And Mounting Shared Folders In Virtualbox Virtual Machines In PHPVirtualbox

Installing Guest Additions And Mounting Shared Folders In Virtualbox Virtual Machines In PHPVirtualbox

Installing Guest Additions And Mounting Shared Folders In Virtualbox Virtual Machines In PHPVirtualbox    Version 1.0Author: Srijan KishoreIn this tutorial I will introduce some tips & tricks while using the phpvirtualbox. These tricks make phpvirtualbox functionality better & much more fruitful.I do not issue any guarantee that this will work for you!1 Preliminary NoteI assume that you have a pre-installed phpvirtualbox, in my case I do have installed phpvirtualbox on ubuntu14.04 as I mentioned in my previous tutorials.Reference http://www.howtoforge.com/vboxheadless-running-virtual-machines-

Read More »
How to import Howtoforge OVF and OVA Virtual Machine Images in VMware and Virtualbox

How to import Howtoforge OVF and OVA Virtual Machine Images in VMware and Virtualbox

How to import Howtoforge OVF and OVA Virtual Machine Images in VMware and VirtualboxThis guide explains how to import virtual machine images in the vendor neutral OVF and OVA format into VMware and Virtualbox. I will use a ova image from howtoforge.com as example here. The vmware images from howtoforge can be used as basis for test and production servers.Here is the list of all VM Images available from Howtoforge.1 Preliminary NoteIn my case I have a Ubuntu 14.04 Desktop on which I have installed VMware workstation and Virtualbox. Virtualbox is a free tool which can be downloaded from link. VM

Read More »

How to setup a LAMP development environment in Vagrant

How to setup a LAMP development environment in VagrantLet us now setup LAMP development environment in Vagrant with below steps:#1- Create a directory where we would be creating the instance:mkdir -p ~/Vagrant/lampcd  ~/Vagrant/lamp#2- Now we are required to initialize the Vagrant box. Here we are left with two options.#2.1- One, we can re-use Ubuntu 12.04 LTS (Precise Pangolin) box, which we have already downloaded in the previous tutorial. To use this, just do:vagrant init precise32#2.2- Second option we have is to do a fresh addition of the box by downloading the Ubuntu 12.04 LTS (Precise P

Read More »
How to get Oracle Virtual Box 5.0 installed on (Ubuntu) Linux

How to get Oracle Virtual Box 5.0 installed on (Ubuntu) Linux

How to get Oracle Virtual Box 5.0 installed on (Ubuntu) LinuxOracle’s Virtual Box is one of the easiest to use virtual machines that run under Linux. Although we Linux users have reasons not to use Oracle’s products, the particular piece of software is maybe the best choice we can make in that area and at least it’s open source. If you want to use other free software alternatives to Oracle’s VM, you can check VMware Workstation, QEMU, or GNOME Boxes (currently works only on Fedora).VirtualBox Version 5.0The latest version of Virtual Box was released earlier this month and being a new major rel

Read More »
VBoxHeadless – Running Virtual Machines with VirtualBox 5.1 on a headless Ubuntu 16.04 LTS Server

VBoxHeadless – Running Virtual Machines with VirtualBox 5.1 on a headless Ubuntu 16.04 LTS Server

VBoxHeadless – Running Virtual Machines with VirtualBox 5.1 on a headless Ubuntu 16.04 LTS ServerThis guide explains how you can run virtual machines with VirtualBox 5.1 on a headless Ubuntu 16.04 server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment. Fortunately, VirtualBox comes with a tool called VBoxHeadless that allows you to connect to the virtual machines over a remote desktop connection, so there’s no need for the VirtualBox GUI. 1 Preliminary NoteI have tested this on an Ubuntu 16.04 server (host system) with the

Read More »

Managing a Headless VirtualBox Installation with phpvirtualbox (Ubuntu 16.04 LTS)

Managing a Headless VirtualBox Installation with phpvirtualbox (Ubuntu 16.04 LTS)phpvirtualbox is a web-based VirtualBox front-end written in PHP that allows you to access and control remote VirtualBox instances. It tries to resemble the VirtualBox GUI as much as possible to make work with it as easy as possible. It is a nice replacement for the VirtualBox GUI if you run VirtualBox in headless servers (like in the tutorial VBoxHeadless – Running Virtual Machines with VirtualBox 5.1 on a headless Ubuntu 16.04 LTS Server). This tutorial explains how to install phpVirtualBox on an Ubuntu 16.04 se

Read More »
Configuring a single Ubuntu installation as a dual-boot option and a VirtualBox appliance under Windows 10

Configuring a single Ubuntu installation as a dual-boot option and a VirtualBox appliance under Windows 10

Configuring a single Ubuntu installation as a dual-boot option and a VirtualBox appliance under Windows 10I often need to use Windows 10 and Ubuntu on the same machine within a single login session, so I run Ubuntu as a virtual machine in Oracle VirtualBox. But I also like to be able to boot my computer natively into Ubuntu, so a dual-boot configuration is optimal. To get the best of both worlds, I install Ubuntu in a dual-boot configuration alongside Windows, and configure VirtualBox to access the Ubuntu disk partitions as a raw disk image. This allows me to boot directly into Ubuntu, or boot

Read More »
How to install Nextcloud integrated with ONLYOFFICE using Univention Virtual Appliance

How to install Nextcloud integrated with ONLYOFFICE using Univention Virtual Appliance

How to install Nextcloud integrated with ONLYOFFICE using Univention Virtual ApplianceONLYOFFICE is an open source solution distributed under GNU AGPL v3.0. It comprises online editors for texts, spreadsheets and presentations fully compatible with Office Open XML formats (.docx, .xlsx, .pptx), as well as enables collaborative document editing.Nextcloud is an open source file exchange and content collaboration platform. ONLYOFFICE integrated into Nextcloud allows users to co-edit their documents simultaneously right within Nextcloud.If you are a Nextcloud user already, you can integrate it wit

Read More »

Setup a Local WordPress Development Environment with Vagrant

Setup a Local WordPress Development Environment with VagrantIf you develop with WordPress, it is preferable to set up a local environment where you have installed a server, a database tool, and a few Wordpress sites along with other tools that you need. This is fine if you only work on a few projects. But when they multiply, problems occur. And also the headaches of maintaining multiple environments, because the client has a different setup than you do.To work around this problem, we can use what we call Vagrant. Vagrant is a tool for working with virtual environments. It provides an easy way

Read More »