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
0
votes
0answers
3 views
Azure - How my website is hosted in the cloud
As you know traditional web hosting means that several hosted websites on one machine share the CPU, memory, disk space, etc. In comparison, websites created in the cloud i.e. through using Azure are ...
0
votes
1answer
14 views
Detect Amazon VM (Windows)
Is there any way to programmatically detect that my C/C++ Windows application is running on an Amazon Cloud server? E.g., any APIs, WScripts, or environment variables? Thanks.
1
vote
1answer
28 views
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 a full VM.
Do you have any precise uses cases in mind that can bring some arguments in one way or another?
...
-2
votes
0answers
19 views
Open Source Standards vs Cloud Computing and Virtualization, what to opt for as subject stream? [closed]
The University in which I am studying is running an integrated B.Tech CSE course with IBM. They are running two integrated course regarding this tie up:
1) B.Tech CSE with specialization in Open ...
0
votes
0answers
12 views
Create a testing server with virtualization including windows, linux, iOS and Android
I am looking to build a server that can handle our internal dev's testing requirements.
My idea is that a local developer logs into the machine via VNC or similar and depending on which IP address ...
-1
votes
0answers
21 views
Virtualbox pci passthrough with iommu=soft [closed]
I am trying to develop a driver for PCI device on linux mint(kernel 3.2), but it often makes my kernel panic. So I decided to do the development in a virtual machine, to save my workstation from 50+ ...
0
votes
0answers
9 views
Managing storage for Virtual Machines in Red Hat Enterprise Virtualization (RHEV)
I am using RHEV and I have created two virtual machines. These have too little disk space, how can I edit the disk space of these machines? I cannot find the option anywhere.
0
votes
1answer
27 views
Ways to run custom windows application in OSx
I would like to know options to run custom windows application (delphi) on MacOS.
I know that the optimal solution would be to re-write the application in objective-c,
but that would take over a year ...
0
votes
1answer
19 views
How can i Extract Files From VDI
I was using VirtualBox on my PC(WIN 7)
I managed to View some files in my .VDI file..
How can I open or view the contents of my .vdi file and retrieve the files from there..
Thanks for Advance...
-1
votes
0answers
17 views
Running virtualbox Ubuntu server guest as local server [closed]
I am having a ubuntu server(13.xx) version set up using virtualbox in windows host system. I know it is easy to set up or port over the image to other local machines, but is there a way I can use this ...
0
votes
0answers
12 views
Double Virtual OS [migrated]
Is it possible to run openvz in VirtualBox ?
Simply , I want to do this.
operation system on my Real Computer is Windows (This is not virtual)
In Windows I installed Virtual Box and installed Cent ...
0
votes
1answer
18 views
Type 2 hypervisors that support over-allocation? [closed]
Do any type 2 hypervisors support over-allocation?
I need to build a lab machine but funds are limited, over-allocation would be an useful here but I remember being told that all type 2 hypervisors ...
2
votes
0answers
29 views
WPF Datagrids virtualization
I am trying to bypass virtualization problems associated with WPF Datagrids by having two levels of arrangement of my data.
The row for each country is the header row and the employees in that ...
0
votes
0answers
24 views
Wpf Datagrid visualization issue
I have datagrid and it has VirtualizingStackPanel.IsVirtualizing = true and VirtualizingStackPanel.VirtualizationMode = Standard.
I want to display one small icon on some of the datagrid rowHeader as ...
-4
votes
0answers
20 views
SQL query issue with Virtual Machine [closed]
I have two virtual machines running and connected to each other(for the sake of simplicity let there name be VM1 and VM2).On observing wireshark traces , there is a query in VM1 which uses a table not ...