Tagged 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
49
votes
19answers
19k views
What's the cheapest mac development box possible?
Simple question really, I would like to learn some cocoa, primarily for playing around with the Iphone SDK, but first i need a mac.
Macs are expensive, but I don't know at what point an old mac moves ...
31
votes
16answers
60k views
Is it possible to run OSX in a virtual machine? [closed]
I'd love to be able to try Mac OSX in a VM, preferable on something shiny and new like KVM for linux.
I'm a Linux and Windows person, but would like to try out OSX without investing in the expensive ...
24
votes
10answers
27k views
Need a good Internet Explorer 6, 7, 8 standalone [closed]
Possible Duplicate:
Running Internet Explorer 6, Internet Explorer 7, and Internet Explorer 8 on the same machine
I need recommendations on a good Internet Explorer standalone for Internet ...
22
votes
4answers
8k views
C#: Create a virtual drive in Computer
Is there any way to create a virtual drive in "(My) Computer" and manipulate it, somewhat like JungleDisk does it?
It probably does something like:
override OnRead(object sender, Event e) {
...
21
votes
11answers
6k views
Determine when running in a virtual machine
Is there an official way for an application to determine if it is running in VMWare or Virtual PC (or whatever Microsoft is calling it now)? The code I have seen is usually a hack that took advantage ...
21
votes
12answers
9k views
Virtualized SQL Server: Why not?
The IT department where I work is trying to move to 100% virtualized servers, with all the data stored on a SAN. They haven't done it yet, but the plan eventually calls for moving the existing ...
16
votes
5answers
23k views
VirtualBox from an existing partition
I installed VirtualBox on my Ubuntu Hardy Heron installation, and I would like to use it to virtualize Windows for those rare occasions that I actually need to do something there.
Unfortunately, I ...
15
votes
12answers
1k views
How do you set up your virtual machines?
Recently the buzz of virtualization has reached my workplace where developers trying out virtual machines on their computers. Earlier I've been hearing from several different developers about setting ...
15
votes
11answers
6k views
.NET Development on a Mac Tips
I have just got a MacBook Pro and have been using it (+Fusion) to develop on for about a month now. The purpose of this question is similar to Hidden Features of C#; to become a how-to of tips and ...
13
votes
6answers
329 views
Does a cloud service like Azure or EC2 exist which can run arbitrary workloads? (e.g. Client SKUs of Windows)
Azure and EC2 are optimized for running servers. Lots and lots of servers. Both platforms attempt to manage tons of things for you -- in Azure's case, it wants to manage even the target operating ...
13
votes
2answers
7k views
WPF VirtualizingStackPanel for increased performance
I would like a simple description of how to implement a virtualizingstackpanel for an ItemsControl that is databound to an observable collection in my MVVM.
I have an ItemsControl instance for each ...
13
votes
13answers
23k views
What's the Best Free Virtual Machine system?
I've messed with Virtual Machine software before and for me it works very well for multi-platform testing. My question is what virtual machine systems out there that are free are available that can do ...
12
votes
2answers
3k views
WPF - Virtualizing an ItemsControl?
I have an ItemsControl containing a list of data that I would like to virtualize, however VirtualizingStackPanel.IsVirtualizing="True" does not seem to work with an ItemsControl.
Is this really the ...
12
votes
4answers
372 views
Software optimization for virtual machines
When you know that your software (not a driver, not part of the os, just an application) will run mostly in a virtualized environment are there strategies to optimize your code and/or compiler ...
12
votes
5answers
2k views
Automating VMWare or VirtualPC
I'm currently experimenting with build script, and since I have an ASP.net Web Part under source control, my build script should do that at the end:
Grab the "naked" Windows 2003 IIS VMWare or ...
11
votes
10answers
790 views
Virtualization questions
I have never used virtualization, and am trying to get up to speed. My new desktop is coming today and I specifically bought it to try and run all my needs on a single machine (i.e. a vista desktop, a ...
10
votes
1answer
88 views
Virtual machines
I've been trying to figure out how VMware works (specifically when Linux is installed) and I have a couple of questions:
What happens when VMware encounters a command like push cs ? Specifically cs ...
10
votes
7answers
536 views
What are the pros and cons of a VM as a dev environment?
I just bought a fairly beefy desktop and so I'm contemplating setting up a VM as my DEV environment instead of developing straight on the machine.
I have plenty of hardware resources, so I'm ...
10
votes
5answers
411 views
Why is virtualization needed for cloud computing?
Can anyone explain me why is virtualization needed for cloud computing? A single instance of IIS and Windows Server can host multiple web applications. Then why do we need to run multiple instances of ...
10
votes
9answers
949 views
Java VMs that do not require an operating system?
I know that BEA was working on LiquidVM which didn't require an underlying operating system, but would like to know if anyone in the open source community is working on something similar.
Ideally I ...
10
votes
13answers
4k views
How to identify that you're running under a VM?
Is there a way to identify, from within a VM, that your code is running inside a VM?
I guess there are more or less easy ways to identify specific VM systems, especially if the VM has the provider's ...
10
votes
2answers
534 views
How can I create virtual machines as part of a build process using MSBuild and MS Virtual Server and/or Hyper-V Server Virtualization?
What I would like to do is create a clean virtual machine image as the output of a build of an application.
So a new virtual machine would be created (from a template is fine, with the OS installed, ...
9
votes
5answers
7k views
Windows Phone 7 emulator on a VM?
It seems that the Windows Phone 7 SDK doesn't support running inside a VM. On Parallels, the entire VM simply crashes when the emulator is starting up.
Around the web, though, a few people have ...
9
votes
4answers
5k views
Visual Studio slow in Virtualbox
Like really really slow.
I've got a 64 bit, 8 cores, 12 gig ram windows 7 host. I gave 4 cores and 4 gigs of ram to a 64 bit windows 7 virtual machine within which I am trying to run visual studio ...
9
votes
5answers
708 views
Which VMware version for development?
I'm lost among the zillion versions of VMware. Which one should I choose?
I just want to:
create VM's
take snapshots
run it on top of a third party host OS (no ESX)
get the least resource ...
8
votes
2answers
392 views
Create Virtual Disk with .NET?
I found a lot of good topics on Stack Overflow concerning this, but my question is a bit more specific. A lot of companies are using this software to host the same services we do...
...
8
votes
2answers
789 views
TreeView Virtualization
we're triyng to come up with a good way to virtualize the treeview, the data is not really a problem because it's very light (around 16 bytes per item), the problem is that we could potentially have ...
8
votes
3answers
536 views
How is application virtualization implemented?
I am trying to understand how software like App-V and sandboxie (http://www.sandboxie.com/) work. But for the life of me, I can't think of anything that could make this possible. How do they intercept ...
8
votes
2answers
17k views
VirtualBox and vmdk vmx files
I'm a noob when it comes to virtualization so sorry in advance if this has been answered, but I checked the forums and if it has been answered I didn't understand it.
I've seen people on the net ...
8
votes
7answers
3k views
Creating a virtual machine image as a continuous integration artifact?
I'm currently working on a server-side product which is a bit complex to deploy on a new server, which makes it an ideal candidate for testing out in a VM. We are already using Hudson as our CI ...
7
votes
3answers
368 views
Virtual parallel port emulator
In my computer networks course we are supposed to learn parallel port programming by using the native registers (like using outportb like commands). I don't have a parallel port (because I live in ...
7
votes
2answers
2k views
WPF ListBox virtualization screws up displayed items
Problem
We need to efficiently display a large (>1000) number of objects in a WPF ListBox control.
We are relying on the WPF ListBox’s virtualization (via VirtualizingStackPanel) to efficiently ...
7
votes
4answers
4k views
WPF DataGrid Virtualization with Grouping
I'm using the WPF DataGrid from CodePlex and I need to get Virtualization to work with grouping.
This question is on topic and points to an MSDN Example but it only covers ListControls with with ...
7
votes
3answers
564 views
Can I improve Visual Studio performance through virtualization?
It stands to reason that Visual Studio (.NET compiling and the IDE) would run better on a $5000 server than a $500 desktop.
Does anyone have experience running Visual Studio in a virtual machine ...
7
votes
4answers
2k views
Detecting registry virtualization
I have a set of C# (v2) apps and I am struggling with registry virtualization in Win7 (and to a lesser extent Vista).
I have a shared registry configuration area that my applications need to access ...
7
votes
3answers
3k views
How to detect if my application is running in a virtual machine?
How can I detect (.NET or Win32) if my application is running in a virtual machine?
7
votes
3answers
15k views
How to convert flat disk image to vmdk?
I have some images of old linux distributes in flat file format, they can be used by bochs virtual machines, but I need to run them with Sun Virtual Box. Virtual Box cannot use images in this format, ...
7
votes
5answers
595 views
Any Tips for Doing *All* Your Work in a Single Virtual Machine?
I bought a new Vista PC recently but was having lots of problems getting everything to work on it, so I continued doing most of my work (development and other) on a slow XP machine that I've had for ...
7
votes
3answers
7k views
Defrag a virtual hard disk (.vhd)?
Like any other hard disk, virtual hard discs (*.vhd) will suffer from fragmentation.
So to keep good performance i guess i have to defrag first the virtual hard disc from within the virtual machine ...
7
votes
12answers
940 views
How practical is Virtual PC on a personal development machine?
Is virtual PC practical on a home personal development computer. I do some custom .net programming at home and I was wondering if in terms of performance and overall use, Virtual PC is useful. Do the ...
7
votes
3answers
320 views
What is the impact of virtualisation on cryptographically strong random number generators?
/dev/random and /dev/urandom use environmental noise to generate randomness.
With a virtualised server there can be multiple instances of an Operating System on one hardware configuration. These ...
7
votes
16answers
722 views
What are the key use cases for use of virtualization in software development?
What are the key use cases for the use of virtualization -- that is, running one or more "virtual PCs" using software such as VMWare and Microsoft Virtual PC -- for software development?
Also -- are ...
7
votes
6answers
2k views
Which Desktop Virtualization software runs most smoothly?
Background:
I'm running a full-time job and a part-time job in the weekends, and both my employers have supplied a laptop for me to work on. Of course I also have my powerful workstation at home to ...
7
votes
6answers
9k views
VMWare Server: Best way to backup images
What is the best way to backup VMWare Servers (1.0.x)?
The virtual machines in question are our development environment, and run isololated from the main network (so you can't just copy data from ...
6
votes
2answers
193 views
Virtual environment for Linux Kernel hacking [closed]
This question is to practicing Linux kernel hackers:
Generally, it is best to test/play with linux kernel changes/hacks in a virtualized enviroment.
What virtual environment do you use for testing ...
6
votes
2answers
190 views
Why would our software run so much slower under virtualization?
I'm trying to figure out why our software runs so much slower when run under virtualization. Most of the stats I've seen, say it should be only a 10% performance penalty in the worst case, but on a ...
6
votes
4answers
2k views
Can TFS workspaces be used without being tied to a specific machine?
So I've got a situation where we have a project with 10 developers. Each developer, when they come in for the day, is randomly issued a machine to use for development that day. The machine names are ...
6
votes
2answers
2k views
Why Virtualization on ProgramData folder in MS Vista?
I have an app modified to take into account the UAC in VISTA.
So, now, the .mdb (JET or Access file) is located in ProgramData\MyApp\
I realized that when my app reads the database for the first time ...
6
votes
4answers
451 views
Best development virtualisation environment
We're big fans of conducting all our development in virtual machines, mainly for the following reasons:
Everyone has a common build which we ask to be kept "clean" of other installed "stuff"
Easy of ...
6
votes
4answers
861 views
Best VM for Delphi development with parallel port
I see that a number of people are doing S/W development (not just Delphi) using a virtual machine to host the IDE and all required files. I've used Microsoft Virtual PC to debug issues with my ...