Регистрация | Авторизация | Навигация на сайте: Go2Load.com » Софт » VirtualBox v4.1.0 r73009 Final

Помощь сайту

Помощь сайту

Помощь сайту - WMU U320901649643
Помощь сайту - WMZ Z371887888184
Помощь сайту - WMR R353902809295

TOP новостей

Топ 10 новостей

    Подписаться на новости

    Календарь новостей

    Календарь

    «    Апрель 2024    »
    ПнВтСрЧтПтСбВс
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
     

    VirtualBox v4.1.0 r73009 Final

    Категория: Софт
     (Голосов: 1Опубликовано: 19 июля 2011

    VirtualBox v4.1.0 r73009 Final

    VirtualBox v4.1.0 r73009 Final

     

    VirtualBox - специальная программа для создания в памяти ПК виртуальных компьютеров. Каждый виртуальный компьютер может содержать произвольный набор виртуальных устройств и отдельную операционную систему. Область применения виртуальных компьютеров очень широка - от выполнения функций по тестированию ПО до создания целых сетей, которые легко масштабировать, распределять нагрузку и защищать. VirtualBox распространяется бесплатно, с открытым исходным кодом.

     

    Существуют версии VirtualBox, предназначенные для установки на практически всех операционных системах, включая Windows, Linux, Macintosh и OpenSolaris. В качестве "гостевой" операционной системы так же могут использоваться любые операционные системы, включая Windows (NT 4.0, 2000, XP, Server 2003, Vista, W7), DOS/Windows 3.x, Linux, и OpenBSD.

    Среди основных особенностей программы можно выделить следующие:

        VirtualBox может управляться как через GUI-интерфейс, так и через коммандную строку.
        Для расширения функций программы разработан специальный комплект SDK.
        Параметры виртуальных машин описываются в формате XML и никак не зависят от того физического компьютера, на котором система работает. Поэтому виртуальные компьютеры формата VirtalBox легко переносить с одного ПК на другой.
        При использовании на "гостевых" компьютерах операционных систем Windows или Linux можно воспользоваться специальными утилитами, значительно облегчающими переключение между физическим и виртуальными компьютерами.
        Для быстрого обмена файлами между гостевым и физическим ПК можно создавать так называемые "разделяемые каталоги" (Shared folders), которые одновременно доступны из обоих этих машин.
        VirtualBox позволяет подключать USB-устройства к виртуальным компьютерам, позволяя виртуальным машинам работать с ними напрямую.
        VirtualBox полностью поддерживает протокол удалённого доступа RDP (Remote Desktop Protocol). Виртуальная машина может работать как RDP-сервер, позволяя управлять ею удалённо.

    What's New in This Release:

    This version is a major update. The following major new features were added:

        Support for cloning of VMs (bug #5853, see the manual for more information): full clones can be created through the GUI and VBoxManage, linked clones only through VBoxManage
        GUI: enhanced wizard for creating new virtual disks
        GUI: new wizard for copying virtual disks
        GUI: keep the aspect ratio in scale mode (Windows and OSX hosts only; bug #7822)
        VMM: raised the memory limit for 64-bit hosts to 1TB
        Experimental support for PCI passthrough for Linux hosts, see the manual for more information
        Windows guests: Experimental WDDM graphics driver, supporting Windows Aero (bug #4607) and providing Direct3D support using a cleaner approach (no need to install the guest drivers in Safe Mode anymore)
        Guest Additions: status of modules and features can now be queried separately by the frontends
        Networking: new network attachment mode "Generic Driver", which offers an open plugin architecture for arbitrary and separately distributable virtual network implementations
        Host-only Networking: fixed host crash in kernels prior to 2.6.29
        New Networking Mode UDP Tunnel: allows to interconnect VMs running on different hosts easily and transparently, see the manual for more information
        Experimental support for SATA hard disk hotplugging available with VBoxManage
        Solaris hosts: New Crossbow based bridged networking driver for Solaris 11 build 159 and above

    In addition, the following items were fixed and/or added:

        VMM: more SMP timer fixes
        VMM: fixed sporadic recompiler crashes with SMP guests
        VMM: many small fixes
        GUI: when reverting to a snapshot, ask for taking a snapshot of the current state
        GUI: added a View menu
        GUI: added a setting for the promiscuous mode policy for internal networks, bridged networks and host-only networks
        GUI: added slider for setting the CPU execution cap allowing to limit the amount of CPU time spent for the execution of the guest, see the manual for more information.
        GUI: the VM description is editable during the runtime of a VM (bug #1551)
        GUI: added proxy settings (bug #2870)
        GUI: made the number of SATA ports configurable
        GUI: decrease time before showing the VM configuration dialog
        VBoxManage: more convenient configuration of storage controller attachments by automatically determining the port or device parameter when a storage controller has only one port or device per port
        VBoxManage: changed syntax of the guestcontrol command group, fixed various bugs, removed obsolete options
        VBoxBalloonCtrl: new service for automatic dynamic adjustment of the balloon size for running VMs
        Settings: machine names and snapshot names are not allowed to be a valid UUID
        Settings: provide better diagnostics if a single medium is used twice in a VM configuration
        Settings: provide better diagnostics for errors in medium create/merge/clone operations, and fix memory leaks in error cases
        Storage: ATA/SATA drives can be marked as non-rotational, i.e. the guest OS will detect them as a SSD if supported, which can improve performance
        Storage: virtual CD/DVD images will be detached if the guest ejects the medium, unless the drive is marked to handle ejects only on a temporary basis
        Storage: the medium UUID can be changed again when attaching a medium for the first time, which allows using images which are exact duplicates including the UUID
        Storage: fixed possible data corruption under certain circumstances with VHD and Parallels images (bug #9150)
        Storage: fixed unnecessary expansion when cloning differential images in VDI format
        Storage: fixed detection code to handle empty files for VDI and VMDK format
        Storage: fixed access to CD/DVD images beyond 4GB when using the SATA controller (bug #8592)
        Floppy: several bugs have been fixed
        Floppy: make it possible to unmount a host floppy disk (bug #6651)
        BIOS: disk-related structures are now checksummed correctly (bug #8739)
        USB: many fixes for the Windows USB host driver
        NAT: reduced memory footprint
        Networking: fixed the problem with segmentation offloading when several VMs are transmitting in parallel
        Networking: workaround for a bug in wireshark when operating directly on a capture file created by VirtualBox
        Serial: announce the serial devices in the ACPI tables to make Windows guests find the virtual hardware (bug #7411)
        VRDP: support for TLS connections (see the manual for more information)
        VRDP: support for multimonitor client configurations with MS RDP clients
        VRDP: fixed a rare screen corruption
        3D support: fixed GL_VERSION string for different locales (bug #8916)
        Webservice: fixed timeout handling with HTTP 1.1 keepalive, and be more robust when connections fail
        VBoxSVC: fixed regression when several clients trigger autostart simultaneously
        Main: fixed incorrect handling of the medium location for media which are not file based (e.g. iSCSI), which resulted in confusing location values in many places
        JAX-WS client bindings: fixed resource leak
        Sources: fixed USB 2.0 support using extension packs for non-official builds
        Mac OS X hosts: fixed non-VT-x mode on Lion hosts
        Windows hosts: fixed copy'n'paste in the GUI and for the VM window (bug #4491)
        Windows hosts (64-bit only): enabled removing of all mediums when removing a VM
        Windows hosts (64-bit only): enabled live snapshot deletion
        Windows hosts: use native controls in the installer (bug #5520)
        Solaris hosts: fixed preemption issue with Solaris 11 hosts (builds 166 and above)
        Solaris hosts: better control of USB device access on Solaris 11 hosts
        Guest Additions: improved driver installation on Windows guests
        Guest Additions: fixed high CPU usage while executing guest programs from the host
        Solaris Additions: fixed automounting of shared folders (bug #8014)


    Скачать в UA-IX Размер: 89.44 Mb
    Скачать бесплатно (UA-IX-1000 Mb/s): VirtualBox_v410r73009Final.zip

    Поделиться с друзьями в социальных сетях:


    Ключевые слова:
    VirtualBox, виртуальный, ОС, машина, запуск, система
    Уважаемый посетитель, Вы зашли на сайт Go2Load.com. Мы рекомендуем Вам использовать материалы найденные на сайте, исключительно в целях ознакомления. После ознакомления удалите материал и приобретите его у владельцев.


    VirtualBox v4.1.0 r73009 Final

    VirtualBox v4.1.0 r73009 Final

     

    VirtualBox - специальная программа для создания в памяти ПК виртуальных компьютеров. Каждый виртуальный компьютер может содержать произвольный набор виртуальных устройств и отдельную операционную систему. Область применения виртуальных компьютеров очень широка - от выполнения функций по тестированию ПО до создания целых сетей, которые легко масштабировать, распределять нагрузку и защищать. VirtualBox распространяется бесплатно, с открытым исходным кодом.

         
    Другие публикации по теме:
    Автор: Agri  |     arrowПросмотров: 2232 arrow Комментарии 0 arrow Печать

    В помощь пользователю

    Что такое – F.A.Q.? --> Подробнее...
    Зачем нужна регистрация на сайте --> Подробнее...
    Что такое рейтинг MPAA? --> Подробнее...
    Воля Бродбенд - пакети "Гра", "Гра+", "Життя" та "Життя+" --> Подробнее...
    Не могу скачать по ссылке "Скачать с ftp (UA-IX)", что делать? --> Подробнее...
    Из описания не понятно какое качество, а траффик лимитирован... как проверить качество он-лайн? --> Подробнее...
    Качаю 2 файла с сервера, а другие файлы не доступны. --> Подробнее...
    Немогу понять, каким образом это скачивается? Символы какие то... --> Подробнее...
    Какой кодек необходимо установить для просмотра видео? --> Подробнее...
    Почему мульт/фильм на англ. языке? Можно ли поменять язык? Как сменить дорожку? --> Подробнее...
    Смотнировать исошник в Демон'a может кто пояснит что это такое? --> Подробнее...
    Как сохранить картинку с сайта? --> Подробнее...
    Что такое скриншот (screenshot) и как создать скриншот в Windows? --> Подробнее...
    Как запустить файл с расширением .DJVU? --> Подробнее...
    Как скачать флеш-ролики? --> Подробнее...
    Сделать подарок? --> Подробнее...
    Что такое формат MKV? Чем открыть формат MKV? Что такое мультимедиа контейнер? --> Подробнее...
    И другие проблемы... --> Подробнее...
    Информация
       Посетители, находящиеся в группе Гости, не могут оставлять комментарии к данной публикации.

    Использовать для выявления ошибок и опечаток

    build_links(); ?>
    Голосование

    Наш опрос

    Пользуетесь ли Вы бесплатным Wi-Fi?

    нет Wi-Fi устройства
    не использую
    да пользуюсь
    Статистика сайта

    Наши счётчики







    Rambler's Top100 Data-center Volia Яндекс.Метрика

    Все материалы на данном сайте предназначены исключительно для ознакомления без целей коммерческого использования.
    Go2Load.com © 2007-2018 | Перепечатка публикаций разрешается только при размещении прямой ссылки на Go2Load.com