Top "Virtual-machine" questions

A virtual-machine is software emulating complete computer hardware.

Getting a LAMP stack running on a Vagrant VM (under Windows 7 host), full instructions?

I have a Vagrant VM standard issue lucid32.box running. What would the complete instructions be to set up LAMP …

windows-7 virtual-machine lamp vagrant knife
Create an Azure VM from an ISO stored in a blob

I have an ISO file from MSFT that is a bootable DVD. I uploaded it to a storage account and …

azure blob virtual-machine storage bootable
Upgrading Vagrant in Ubuntu 16.04

I currently have Vagrant 1.8.1 installed in my Ubuntu 16.04 I'm thinking to upgrade it to Vagrant 2.0.0 The problem is I'm not …

ubuntu vagrant virtual-machine vagrantfile apt-get
Vagrant SSH can't access shared directory

I've got a vagrant vm set-up with a project structure on my host machine like so: PlayApps --> App1 …

virtual-machine vagrant
Do I need to use virtualenv with Vagrant?

I was used VirtualBox manual setups with virtualenvs inside them to run Django projects on my local machine. Recently I …

python django virtual-machine virtualenv vagrant
Azure functions: Installing Python modules and extensions on consumption plan

I am trying to run a python script with Azure functions. I had success updating the python version and installing …

python azure virtual-machine azure-functions
Understanding /proc/sys/vm/lowmem_reserve_ratio

I am not able to understand the meaning of the variable "lowmem_reserve_ratio" by reading the explanation from Documentation/…

linux memory-management virtual-machine procfs
Android x86 on VirtualBox: Android Connected But Not Online

I am trying to configure a Android x86 running machine using Oracle VirtualBox so that it works with Eclipse. I …

android adb virtual-machine virtualbox android-x86
is there a vm that i can do opengl 3+ with? virtualbox and vmware don't

I am trying to write some openFrameworks (C++) code in a VM. My host is Windows 8 and I've tried both …

c++ virtual-machine virtualbox vmware openframeworks
Docker Processes Shown on Host Process List

I was setting up a Selenium server using docker, basically following this github tutorial. I have no problem setting up …

virtual-machine docker