Virtualization and why it is good for programmers -
Why does it help to know about virtualization from programmers' perspective? Except for the need for switching between the operating system and without any separate platforms, there is a special reason why virtualization is important for a programmer? Is there any detail that should be taken into consideration before developing in virtual instances?
I test our installer , because it is important to check that Whether the application will work on the clean installation of the operating system.
I used these tests to keep a hard drive with the installation of a new operating system and make a copy of that disk (almost) to run every new test. It took a lot of time, and the virtual machine solution saved me a lot of time Note that this allows you to easily perform remote debugging when using two non-virtual machines.
Note : If you are interested, then I am using, which is a very good and free virtualization tool.
Comments
Post a Comment