Top "Virtualization" questions

Virtualization is the creation of a virtual (rather than actual) version of something, such as a hardware platform, operating system, a storage device or network resources

KVM and libvirt: wrong CPU type in virtual host

We us KVM and libvirt on a 6 core (12 HT cores) machine for virtualization. Problem: wrong CPU type in virtual host. …

virtualization virtual-machine kvm libvirt
What does it mean to provision a virtual machine?

I see the word "provisioning" used everywhere with virtualization but I can't seem to find a clear definition of it …

vagrant virtual-machine virtualbox vmware virtualization
npm hangs on postinstall / unlock

I have a Linux server that runs some virtual Machines using KVM. Host machine is a Debian derivate with kernel 2.6.32…

linux node.js npm virtualization
Windows: Is it *possible* to create a (virtual) video card driver?

i want to create a virtual monitor. The way this would work is that the virtual monitor would appear in …

windows virtualization wdk
Secure way to run other people code (sandbox) on my server?

I want to make a web service that run other people code locally... Naturally, I want to limit their code …

linux security virtualization sandbox
Running a server in Parallels virtual machine. Is it possible for the host to access?

I am running a web server in my Windows 7 guest OS, while I want to access it from my Mac …

virtualization parallels
What are the typical uses cases for LXC versus VM?

I am trying to make up my mind on when an LXC container can be a better choice than using …

cloud virtual-machine virtualization lxc docker
proxmox hardware monitoring (system monitor)

Is there any way to install hardware monitoring tool like lm-sensors on proxmox VE 4.2 (was installed from ISO: https://www.…

virtual-machine virtualization proxmox
Create a VM from a raw file - Proxmox

I have Proxmox environment where I create my virtual machines. I want to install the product Citrix Netscaler VPX Platinium. …

linux server virtualization kvm proxmox
What is the difference between devel and runtime tag for a Docker container?

For Pytorch and Tensorflow, there are tags which differentiate devel and runtime, I am not quite sure what are the …

docker runtime virtualization docker-image container-image