<?xml version="1.0" encoding="UTF-8" ?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Bitacoras.com: canal "virtualization"</title>
	<atom:link href="http://bitacoras.com/feed/canales/virtualization" rel="self" type="application/rss+xml" />
	<link>http://bitacoras.com/feed/canales/virtualization</link>
	<description>Se muestran las ultimas 20 anotaciones para el canal "virtualization"</description>
	<copyright>Copyright 2008</copyright>
	<pubDate>Sat, 05 Jul 2008 16:09:20 +0200</pubDate>
	<generator>Bitacoras.com/2.0</generator>
	<image>
		<url>http://bitacoras.com/public/images/logo.png</url>
		<title>Bitacoras.com: canal "virtualization"</title>
		<link>http://bitacoras.com/feed/canales/virtualization</link>
	</image>
	<item>
		<dc:creator>Ubuntuland</dc:creator>
		<title>VirtualBox: installation instructions in two separate chapters for Windows and Linux, respectively</title>
		<link>http://ubuntulandforever.blogspot.com/2008/07/virtualbox-installation-instructions-in.html</link>
		<guid isPermaLink="true">http://ubuntulandforever.blogspot.com/2008/07/virtualbox-installation-instructions-in.html</guid>
		<pubDate>Sat, 05 Jul 2008 16:09:20 +0200</pubDate>
		<category>virtualization</category>
		<description><![CDATA[Por Ubuntuland en Ubuntuland Blogspot el 05 de julio de 2008 a las 16:09:20

InstallationAs installation of VirtualBox varies depending on your host operating system, we provide installation instructions in two separate chapters for Windows and Linux, respectively.1.1 Installing on Windows hosts1.1.1 PrerequisitesIn addition, Windows Installer 1.1 or higher must be present on your  &#91;&#8230;&#93;]]></description>
		<content:encoded><![CDATA[<p>Por <a href="http://bitacoras.com/usuario/hugor">Ubuntuland</a> en <a href="http://bitacoras.com/bitacora/ubuntulandforever.blogspot.com">Ubuntuland Blogspot</a> el 05 de julio de 2008 a las 16:09:20</p>

Installation<br />As installation of VirtualBox varies depending on your host operating system, we provide installation instructions in two separate chapters for Windows and Linux, respectively.<br />1.1 Installing on Windows hosts<br />1.1.1 Prerequisites<br />In addition, Windows Installer 1.1 or higher must be present on your system. This should be the case if you have all recent Windows updates installed.<br />Note: Presently VirtualBox can only be run from user accounts with administrator rights. This will be fixed in a future release.<br />1.1.2 Performing the installation<br />The VirtualBox installation can be started<br />• either by double-clicking on its Microsoft Installer archive (MSI file)<br />• or by entering<br />msiexec /i VirtualBox.msi on the command line.<br />In either case, this will display the installation welcome dialog and allow you to choose where to install VirtualBox to and which components to install. In addition to the VirtualBox application, the following components are available:<br />USB support This package contains special drivers for your Windows host that VirtualBox requires to fully support USB devices inside your virtual machines.<br />Networking This package contains extra networking drivers for your Windows host that VirtualBox needs to support Host Interface Networking (to make your VM’s virtual network cards accessible from other machines on your physical network).<br />Depending on your Windows configuration, you may see warnings about “unsigned drivers” or similar. Please select “Continue” on these warnings as otherwise VirtualBox might not function correctly after installation.<br />The installer will create a “VirtualBox” group in the programs startup folder which allows you to launch the application and access its documentation.<br />With standard settings, VirtualBox will be installed for all users on the local system.<br />In case this is not wanted, you have to invoke the installer as follows:<br /><br />msiexec /i VirtualBox.msi ALLUSERS=2<br />This will install VirtualBox only for the current user.<br />1.1.3 Uninstallation<br />As we use the Microsoft Installer, VirtualBox can be safely uninstalled at any time by choosing the program entry in the “Add/Remove Programs” applet in the Windows<br />Control Panel.<br />1.1.4 Unattended installation<br />Unattended installations can be performed using the standard MSI support.<br />1.2 Installing on Linux hosts<br />1.2.1 Prerequisites<br />In any case, the following packages must be installed on your Linux system:<br />• Qt 3.3.5 or higher;<br />• SDL 1.2.7 or higher (this graphics library is typically called libsdl or similar).<br />Note: To be precise, these packages are only required if you want to run the VirtualBox graphical user interfaces. In particular, VirtualBox, our main graphical user interface, requires both Qt and SDL; VBoxSDL, our simplified<br />GUI, requires only SDL. By contrast, if you only want to run the headless VRDP server that comes with VirtualBox, neither Qt nor SDL are required.<br /><br />1.2.2 Support for external kernel modules<br />VirtualBox uses a special kernel module to perform physical memory allocation and to gain control of the processor for guest system execution. Without this kernel module, you will still be able to work with Virtual Machines in the configuration interface, but you will not be able to start any virtual machines.<br />To be able to install this kernel module, you will have to prepare your system for building external kernel modules. As this process can vary from system to system, we<br />will only describe what to do for systems we have tested<br />• Most Linux distributions can be set up simply by installing the right packages.<br />Normally, these will be the GNU compiler (GCC), GNU Make (make) and packages containing header files for your kernel. The version numbers of the header file packages must be the same as that of the kernel you are using.<br />– In newer Debian and Ubuntu releases, you must install the right version of the linux-headers and if it exists the linux-kbuild package. Current Ubuntu releases should have the right packages installed by default.<br />– In older Debian and Ubuntu releases, you must install the right version of the kernel-headers package.<br />– On Fedora and Redhat systems, the package is kernel-devel.<br />– On SUSE and OpenSUSE Linux, you must install the right versions of the kernel-source and kernel-syms packages.<br />• Alternatively, if you built your own kernel /usr/src/linux will point to your kernel sources, and you have not removed the files created during the build process, then your system will already be correctly set up.<br />In order to use VirtualBox’s USB support, the user account under which you intend to run VirtualBox must have read and write access to the USB filesystem (usbfs).<br /><br />1.2.3 Performing the installation<br />VirtualBox is available as a Debian package (in fact, there are packages for Ubuntu 6.10 “Edgy”, Ubuntu 6.06 “Dapper” and Debian 4.0 “Etch”) or as an alternative installer (.run) which should work on most Linux distributions.<br />1.2.3.1 Installing VirtualBox from a Debian/Ubuntu package<br />First, download the appropriate package for your distribution. The following examples assume that you are installing to an Ubuntu Edgy system. Use dpkg to install the Debian package:<br /><br />sudo dpkg -i VirtualBox_1.4.0_Ubuntu_edgy.deb<br /><br />You will be asked to accept the VirtualBox Personal Use and Evaluation License.<br />Unless you answer “yes” here, the installation will be aborted.<br />The group vboxusers will be created during installation. Note that a user who is going to run VirtualBox must be member of that group. Also note that adding an active user to that group may require a restart of the session of that user. This should<br />be done manually after successful installation of the package.<br />The installer will also search for a VirtualBox kernel module suitable for your kernel. The package includes pre-compiled modules for the most common kernel configurations. If no suitable kernel module is found, the installation script<br />tries to build a module itself. If the build process is not successful you will be shown a warning and the package will be left unconfigured. Please have a look at /var/log/vbox-install.log to find out why the compilation failed. You may have to install the appropriate Linux kernel headers<br />After correcting any problems, do<br />sudo /etc/init.d/vboxdrv setup<br />This will start a second attempt to build the module.<br />If a suitable kernel module was found in the package or the module was successfully built, the installation script will attempt to load that module.<br />Once VirtualBox has been successfully installed and configured, you can start it by selecting “VirtualBox” in your start menu or from the command line<br /><br />1.2.3.2 Using the alternative installer<br />The alternative installer performs the following steps:<br />• It unpacks the application files to a target directory of choice. By default, the following directory will be used:<br />/opt/VirtualBox-1.4.0<br />• It builds the VirtualBox kernel module (vboxdrv) and installs it.<br />• It creates /etc/init.d/vboxdrv, an init script to start the VirtualBox kernel module.<br />• It creates a new system group called vboxusers.<br />• It creates symbolic links to VirtualBox, VBoxSDL and VBoxManage in /usr/bin.<br />• It creates /etc/udev/60-vboxdrv.rules, a description file for udev, if that is present, which makes the module accessible to anyone in the group vboxusers.<br /><br />• It writes the installation directory to /etc/vbox/vbox.cfg.<br />The installer must be executed as root with either install or uninstall as the first parameter. If you do not want the installer to ask you whether you wish to accept the licence agreement (for example, for performing unattended installations), you can<br />add the parameter license_accepted_unconditionally. Finally, if you want to use a directory other than the default installation directory, add the desired path as an extra parameter.<br /><br />sudo ./VirtualBox.run install /opt/innotek/VirtualBox<br /><br />Or if you do not have the “sudo” command available, run the following as root<br />instead:<br />./VirtualBox.run install /opt/innotek/VirtualBox<br /><br />If any users on your system should be able to access host USB devices from within VirtualBox guests, you should add them to the appropriate user group that your distribution uses for USB access, e.g. usb or usbusers.<br /><br />1.2.3.3 Performing a manual installation<br />If, for any reason, you cannot use the shell script installer described previously, you can also perform a manual installation. Invoke the installer like this:<br /><br />./VirtualBox.run --keep --noexec<br /><br />This will unpack all the files needed for installation in the directory install under the current directory. The VirtualBox application files are contained in VirtualBox.tar.bz2 which you can unpack to any directory on your system. For<br />example:<br />sudo mkdir /opt/VirtualBox<br />sudo tar jxf ./install/VirtualBox.tar.bz2 -C /opt/VirtualBox<br />or as root:<br />mkdir /opt/VirtualBox<br />tar jxf ./install/VirtualBox.tar.bz2 -C /opt/VirtualBox<br /><br />The sources for VirtualBox’s kernel module are provided in the src directory. To build the module, change to the directory and issue make If everything builds correctly, issue the following command to install the module to<br />the appropriate module directory:<br />sudo make install<br /><br />In case you do not have sudo, switch the user account to root and perform make install The VirtualBox kernel module needs a device node to operate. The above make command will tell you how to create the device node, depending on your Linux system.<br />The procedure is slightly different for a classical Linux setup with a /dev directory, a system with the now deprecated devfs and a modern Linux system with udev.<br />On certain Linux distributions, you might experience difficulties building the module. You will have to analyze the error messages from the build system to diagnose the cause of the problems. In general, make sure that the correct Linux kernel sources are used for the build process.<br />Note that the user who is going to run VirtualBox needs read and write permission on the VirtualBox kernel module device node /dev/vboxdrv. You can either define a vboxusers group by entering groupadd vboxusers<br /><br />chgrp vboxusers /dev/vboxdrv<br />chmod 660 /dev/vboxdrv<br /><br />or, alternatively, simply give all users access (insecure, not recommended!) chmod 666 /dev/vboxdrv<br />You should also add any users who will be allowed to use host USB devices in VirtualBox guests to the appropriate USB users group for your distribution. This group is often called usb or usbusers.<br />Next, you will have to install the system initialization script for the kernel module:<br /><br />cp /opt/VirtualBox/vboxdrv.sh /etc/init.d/vboxdrv<br /><br />(assuming you installed VirtualBox to the /opt/VirtualBox directory) and activate the initialization script using the right method for your distribution. You should create VirtualBox’s configuration file:<br /><br />mkdir /etc/vbox<br />echo INSTALL_DIR=/opt/VirtualBox > /etc/vbox/vbox.cfg<br /><br />and, for convenience, create the following symbolic links:<br /><br />ln -sf /opt/VirtualBox/VBox.sh /usr/bin/VirtualBox<br />ln -sf /opt/VirtualBox/VBox.sh /usr/bin/VBoxSVC<br />ln -sf /opt/VirtualBox/VBox.sh /usr/bin/VBoxManage<br /><br />1.2.3.4 Updating and uninstalling VirtualBox<br />Before updating or uninstalling VirtualBox, you must terminate any virtual machines which are currently running and exit the VirtualBox or VBoxSVC applications. To update VirtualBox, simply run the installer of the updated version. To uninstall<br />VirtualBox, invoke the installer like this:<br /><br />sudo ./VirtualBox.run uninstall<br />or as root<br />./VirtualBox.run uninstall<br /><br />To manually uninstall VirtualBox, simply undo the steps in the manual installation in reverse order.<br /><br />1.2.3.5 Automatic Installation of Debian packages<br />The Debian packages will request some user feedback when installed for the first time.<br />The debconf system is used to perform this task. To prevent any user interaction during installation, default values can be defined. A file vboxconf can contain the following debconf settings:<br /><br />debconf virtualbox/accepted-virtualbox-puel-1-2 boolean true<br />debconf virtualbox/module-compilation-allowed boolean true<br />debconf virtualbox/delete-old-modules boolean true<br /><br />With the first setting, the user accepts the VirtualBox Personal Use and Evaluation License. The second line allows compilation of the vboxdrv kernel module if no module was found for the current kernel. The third line allows the package to delete any old vboxdrv kernel modules compiled by previous installations.<br />These default settings can be applied with debconf-set-selections vboxconf<br />prior to the installation of the VirtualBox Debian package.<br /><br />1.2.4 Starting VirtualBox on Linux<br />To start the VirtualBox graphical user interface, simply start the VirtualBox program.<br />To start the command line management interface for virtual machines, start VBox Manage. To start a single virtual machine from the command line, start VBoxSDL. The following chapters explain how to use these applications.<br />The following detailed instructions should only be of interest if you wish to execute VirtualBox without installing it first. You should start by compiling the vboxdrv kernel module (see above) and inserting it into the Linux kernel. VirtualBox consists<br />of a service daemon (VBoxSVC) and several application programs. The daemon is automatically started if necessary. All VirtualBox applications will communicate with the daemon through Unix local domain sockets. There can be multiple daemon instances under different user accounts and applications can only communicate with the daemon running under the user account as the application. The local domain socket resides in a subdirectory of your system’s directory for temporary files called .vbox-<username>-ipc. In case of communication problems or server startup<br />problems, you may try to remove this directory.<br />All VirtualBox applications (VirtualBox, VBoxSDL, VBoxManage and VBoxVRDP) require the VirtualBox directory to be in the library path:<br />LD_LIBRARY_PATH=. ./VBoxManage showvminfo "Windows XP"<br /><br /></username><table border="0" cellpadding="0" cellspacing="0" width="100%">  <col width="128*">  <col width="128*">  <tbody><tr valign="top">   <td width="50%">    <p align="center"><strong><span style="color: rgb(102, 0, 0);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">Latest     Post </span></span></span></strong>    </p>   </td>   <td width="50%">    <p><br />  </p>   </td>  </tr>  <tr valign="top">   <td width="50%">    <ul><li value="1"><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/07/virtualbox-is-family-of-powerful-x86.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">05/07     – VirtualBox 1.6.2 released</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/06/febe-firefox-environment-backup.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">30/06     – FEBE, Firefox Environment Backup Extension: new releases     5.3.1. e 6.0 for Forefox 3</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/06/g4u-ghost-for-unix-hardisk-image.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">30/06     – G4u, Ghost for Unix Hardisk Image Cloning for PCs</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/06/firebird-203-included-in-ubuntu-804.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">09/06     – Firebird 2.0.3 included in Ubuntu 8.04 Hardy Heron</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/06/ubuntu-archive-software-packages-in.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">07/06     – Ubuntu Archive: Software Packages in Hardy Heron</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/05/games-for-linux.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">30/05     – Games for Linux</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/05/sitback-is-backup-daemonutility-for.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">29/05     – Sitback is a Backup Daemon Utility for Small/mediun Scale     Systems</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/05/kateker-is-backup-tool-for-linux-useful.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">25/05     – Kateker is a Backup Tool for Linux usefuk for Small Companies     and Private People</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/05/ubuntu-mobile-just-works-and-it-works.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">18/05     – Ubuntu's Mobile Embedded Projects Advances</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/05/gnumeric-190-aka-tbd-is-now-available.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">15/05     – Gnumeric 1.9.0 aka “TBD” is now available</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/05/bru-server-for-linux-is-native-linux.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">10/05     – BRU Server for Linux is a native Linux Backup Software     Solution</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/05/cdbackup-utility-designed-to-work-with.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">09/05     – CdBackup, Utlity Designed to Work with any Backup and Restore     for Linux</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/05/cedar-backup-software-package-designed.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">08/05     – Ubuntu 8.04 Hardy Heron and Ubuntu 8.10 Intrepid Ibex: new     themes and graphic tools</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/05/cedar-backup-software-package-designed.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">06/05     – Cedar Backup, Software Package Designed to Manage System     Backup</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/05/gnu-cpio-copies-files-into-or-out-of.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">05/05     – GBU Cpio Copy Files into or out of a cpio or yar archive</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/05/simple-linux-backup-is-easy-to-use.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">04/05     – Simple Linux Backup is an Esay-to-use Backup tool to     Automatically Backup a Linux Desktop System</span></span></span></a></p>     </li></ul>       </td>   <td width="50%">    <ul><p style="margin-bottom: 0cm;" align="center"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;"><a href="http://ubuntuland.nireblog.com/post/2008/06/24/truecrypt-free-opensource-on-the-fly-disk-encryption-software"><span style="color: rgb(0, 0, 0);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;"><span style="text-decoration: none;"><!--     INIZIO del codice HTML di zanox-affiliato --></span></span></span></span></a></span></span></span></p><p style="margin-bottom: 0cm;" align="center"><span style="color: rgb(0, 0, 255);"><a href="http://ubuntuland.nireblog.com/post/2008/06/24/truecrypt-free-opensource-on-the-fly-disk-encryption-software"><span style="color: rgb(0, 0, 0);"><span style="text-decoration: none;">     <span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;"><!--(Il     codice HTML non deve essere modificato per garantire la assoluta     funzionalità)--></span></span></span></span></span></span></a></span></p><p style="margin-bottom: 0cm;" align="center"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;"><a href="http://ubuntuland.nireblog.com/post/2008/06/24/truecrypt-free-opensource-on-the-fly-disk-encryption-software"><span style="color: rgb(0, 0, 0);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;"><span style="text-decoration: none;"></span></span></span></span></a><a href="http://ad.zanox.com/ppc/?9449047C1032439301T"><img src="http://ad.zanox.com/ppv/?9449047C1032439301" alt="160x600.gif" align="bottom" border="0" hspace="1" /></a></span></span></span></p><p align="center"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;"><a href="http://ubuntuland.nireblog.com/post/2008/06/24/truecrypt-free-opensource-on-the-fly-disk-encryption-software"><span style="color: rgb(0, 0, 0);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;"><span style="text-decoration: none;"><!--     FINE del codice HTML fi zanox affiliato --></span></span></span></span></a></span></span></span></p></ul>   </td>  </tr>  <tr valign="top">   <td width="50%">    <p><br />  </p>   </td>   <td width="50%">    <p align="center"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;"><strong><span style="color: rgb(102, 0, 0);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">Linux    Links</span></span></span></strong><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">    </span></span></span></span>    </p>   </td>  </tr>  <tr valign="top">   <td width="50%">    <ul><p style="margin-bottom: 0cm;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;"><!--     INIZIO del codice HTML di zanox-affiliato --></span></span></p><p style="margin-bottom: 0cm;" align="left"> <span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;"><!--(Il     codice HTML non deve essere modificato per garantire la assoluta     funzionalità)--></span></span></p><p style="margin-bottom: 0cm;" align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;"><a href="http://ad.zanox.com/ppc/?9449032C472755665T"><img src="http://ad.zanox.com/ppv/?9449032C472755665" alt="160x600     step" align="bottom" border="0" height="600" hspace="1" width="160" /></a></span></span></p><p align="left"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;"><!--     FINE del codice HTML fi zanox affiliato --></span></span></p></ul>   </td>   <td width="50%">    <ul><li value="1"><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/06/24/truecrypt-free-opensource-on-the-fly-disk-encryption-software"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">23/06     – TrueCript, Free OpenSource on the Fly Disk Encryption     Software</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/06/23/new-release-for-gnomebaker-free-cddvd-authoring-application-for-unixlinux"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">23/06     – New Release for GnomeBaker free Cd/DVD Authoring Application     for UNIX/Linux</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/06/23/mpg123-fast-mp3-player-for-linux-and-unix-systems"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">23/06     – Mpg123, Fast MP3 Player for Linux and UNIX Systrems</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/06/21/openssl-098h-is-now-available-including-security-and-bug-fixes"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">23/06     – OpenSSL 0.9.8h is Now Available, Including Security and Bug     Fixes</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/06/08/gnome-toaster-is-a-cd-creation-suite-for-linux-and-freebsd"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">07/06     – Gnome Toaster is a Cd Creation Suite for Linux and FreeBSD</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://linuxlandit.blogspot.com/2008/05/installing-mysql-source-distribution.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">30/05     – VeritasNetBackup: Restores from Multiplexed Databases Backup</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://linuxlandit.blogspot.com/2008/05/installing-mysql-source-distribution.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">19/05     – Installing a MySQL Source Distribution</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/05/18/debian-and-ubuntu-keys-under-attack"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">18/05     – Debian and Ubuntu Keys Under Attack</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/05/13/ubuntu-804-hardy-heron-upgrade-or-clean-install"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">13/05     – Upgrade Ubuntu 8.04 Hardy Heron: Upgrade or Clean Install?</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/05/11/programming-linux-games-the-anatomy-of-a-game"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">11/05     – Programming Linux Games: The Anatomy of a Game</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/05/05/ubuntus-opengl-face-browser-with-gnome-desktop-manager"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">05/05     – Ubuntu's OpenGL Face Browser with GNOME Desktop Manager</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://linuxlandit.blogspot.com/2008/05/dibs-is-backup-system-that-protects.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">03/05     – DIBS is a Backup System that Projects for Data by Giving your     Files to Peers</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/04/25/veritas-netbackup-dedicated-or-shared-backup-environment"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">25/04     – Veritas NetBackup, Dedicated or Shared Backup Environment</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/04/24/programming-linux-games-the-anatomy-of-a-game"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">23/04     – Programming Linux Games: The Anatomy of a Game</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/04/19/ssmtp-a-simple-alternative-to-sendmail"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">19/04     – sSMTP a simple alternative to Sendmail</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.page.tl/HacBurn,-a-script-written-in-perl-to-aid-in-writing-CDs.htm"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">16/04     – HacBurn a script written in Perl aid in writting CDs</span></span></span></a></p>    </li></ul>    <ul><li value="1"><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/04/16/dvdrw-tools-makes-it-possible-to-burn-dvd-images-created-by-dvdauthor-or-mkisofs"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">16/04     – Dvd rw-tools makes it possible to burn Dvd images created by     “dvdauthot” or “mkisofs”</span></span></span></a></p>     </li></ul>   </td>  </tr>  <tr valign="top">   <td width="50%">    <p><br />  </p>   </td>   <td width="50%">      <br /></td>  </tr> </tbody></table>

<p>Etiquetas: <a href="http://bitacoras.com/canales/virtualization">virtualization</a></p>]]></content:encoded>
	</item>
	<item>
		<dc:creator>Ubuntuland</dc:creator>
		<title>VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use</title>
		<link>http://ubuntulandforever.blogspot.com/2008/07/virtualbox-is-family-of-powerful-x86.html</link>
		<guid isPermaLink="true">http://ubuntulandforever.blogspot.com/2008/07/virtualbox-is-family-of-powerful-x86.html</guid>
		<pubDate>Sat, 05 Jul 2008 11:51:00 +0200</pubDate>
		<category>virtualization</category>
		<description><![CDATA[Por Ubuntuland en Ubuntuland Blogspot el 05 de julio de 2008 a las 11:51:00

   VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the ter &#91;&#8230;&#93;]]></description>
		<content:encoded><![CDATA[<p>Por <a href="http://bitacoras.com/usuario/hugor">Ubuntuland</a> en <a href="http://bitacoras.com/bitacora/ubuntulandforever.blogspot.com">Ubuntuland Blogspot</a> el 05 de julio de 2008 a las 11:51:00</p>

<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_TNVlo8-kzOA/SG9IEl0nykI/AAAAAAAAACA/HRGL4tVQBIw/s1600-h/vbox_logo2_gradient.png"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp2.blogger.com/_TNVlo8-kzOA/SG9IEl0nykI/AAAAAAAAACA/HRGL4tVQBIw/s320/vbox_logo2_gradient.png" alt="" id="BLOGGER_PHOTO_ID_5219469736855194178" border="0" /></a><span style="font-size:100%;"><span style="font-size:100%;"><span style="font-size:100%;"><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://ubuntuland.nireblog.com/rss2/39055/index.xml"><img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://bp1.blogger.com/_TNVlo8-kzOA/SBrEyQ3ILyI/AAAAAAAAABQ/b07fe81w_Jo/s320/RSS_by_Hopka_subscribe.png" alt="" id="BLOGGER_PHOTO_ID_5195681487923982114" border="0" /></a></span></span></span><div style="text-align: left;">   </div><a href="http://www.virtualbox.org/"><span class="searchword0">Virtual</span><span class="searchword1">Box</span></a> is a family of powerful x86 <a class="wiki" href="http://www.virtualbox.org/wiki/Virtualization"><span class="searchword0">virtual</span>ization</a> products for enterprise as well as home use. Not only is <span class="searchword0">Virtual</span><span class="searchword1">Box</span> an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL). See "<a class="wiki" href="http://www.virtualbox.org/wiki/VirtualBox">About <span class="searchword0">Virtual</span><span class="searchword1">Box</span></a>" for an introduction.<br /><br />1 Introduction<br />Innotek VirtualBox is a family of virtual machine products targeting desktop computers, enterprise servers and embedded systems. Due to its modular architecture,VirtualBox can be deployed in any environment where x86 systems are to be virtual-<br />ized on x86 systems. (With “x86”, we are referring to 32-bit CPUs from AMD and Intelas well as compatible CPUs from other vendors, plus 64-bit CPUs in 32-bit mode.)<br /><span style="font-size:100%;"><span style="font-size:100%;"><br /><a href="http://ad.zanox.com/ppc/?9184577C524292163T"><img src="http://ad.zanox.com/ppv/?9184577C524292163" alt="AsteClick - Nokia N95 8Gb" align="bottom" border="0" height="90" hspace="1" width="728" /></a></span></span><br />1.1 Virtualization basics<br />With VirtualBox, you can run unmodified operating systems – including all of the software that is installed on them – directly on top of your existing operating system,in a special environment that is called a “virtual machine”. Your physical computer is<br />then usually called the “host”, while the virtual machine is often called a “guest”.<br />The following image shows you how VirtualBox, on a Linux host, is running Windows Vista as guest operating system in a virtual machine (displayed in a window on the host):<br />VirtualBox allows the guest code to run unmodified, directly on the host computer,and the guest operating system “thinks” it’s running on real machine. In the background, however, VirtualBox intercepts certain operations that the guest performs to<br />make sure that the guest does not interfere with other programs on the host.<br /><br /><p>  </p><p><span style="font-size:100%;"><span style="font-size:100%;"><!--(Il codice HTML non deve essere modificato per garantire la assoluta funzionalità)--><a href="http://ad.zanox.com/ppc/?9149114C1917304412T"><img src="http://ad.zanox.com/ppv/?9149114C1917304412" alt="AsteClick - iPod Touch 32gb" align="bottom" border="0" height="90" hspace="1" width="728" /></a></span></span></p><br />The techniques and features that VirtualBox provides are useful for several scenarios:<br />• Operating system support. With VirtualBox, one can run software written for one operating system on another (for example, Windows software on Linux) without having to reboot to use it. You can even install in a virtual machine an old operating system such as DOS or OS/2 if your real computer’s hardware is no longer supported.<br />• Infrastructure consolidation. Virtualization can significantly reduce hardware and electricity costs. The full performance provided by today’s powerful hardware is only rarely really needed, and typical servers have an average load of only a fraction of their theoretical power. So, instead of running many such physical computers that are only partially used, one can pack many virtual machines onto a few powerful hosts and balance the loads between them. With VirtualBox, you can even run virtual machines as mere servers for the VirtualBox Remote Desktop Protocol (VRDP), with full client USB support. This allows for consolidating the desktop machines in an enterprise on just a few RDP servers, while the actual clients will only have to be able to display VRDP data any more.<br /><br />• Testing and disaster recovery. Once installed, a virtual box and its virtual hard disk can be considered a “container” that can be arbitrarily frozen, woken up, copied, backed up, and transported between hosts. On top of that, with the use of another VirtualBox feature called “snapshots”, one can save a particular state of a virtual machine and revert back to that state, if necessary. This way, one can freely experiment with a computing environment. If something goes wrong (e.g. after installing misbehaving software or infecting the guest with a virus), one can easily switch back to a previous snapshot and avoid the need of frequent backups and restores.<br /><span style="font-size:100%;"><br /><a href="http://ad.zanox.com/ppc/?9149220C1386797908T"><img src="http://ad.zanox.com/ppv/?9149220C1386797908" alt="AsteClick - MacBook Air" align="bottom" border="0" height="90" hspace="1" width="728" /></a></span><br />When dealing with virtualization (and also for understanding the following chapters of this documentation), it helps to acquaint oneself with a bit of crucial terminology, especially the following terms:<br />Host operating system (host OS): the operating system of the physical computer where VirtualBox is running. Also, the host operating system determines which version of VirtualBox is required: VirtualBox for Windows, VirtualBox for Linux<br />or VirtualBox for Mac<br />Note: Even though the various VirtualBox versions are usually discussed together in this document, there may be platform-specific differences which we will point out where appropriate.<br /><br />Guest operating system (guest OS): the operating system that is running inside<br />the virtual machine. Theoretically, VirtualBox can run any x86 operating system (DOS, Windows, OS/2, FreeBSD, OpenBSD), but to achieve near-native performance of the guest code on your machine, we had to go through a lot<br />of optimizations that are specific to certain operating systems. So while your favorite operating system may run as a guest, we officially support and optimize for a select few (which, however, include the most common ones).<br /><br />Virtual machine (VM). When running, a VM is the special environment that VirtualBox creates for your guest operating system. So, in other words, you run your guest operating system “in” a VM. Normally, a VM will be shown as<br />a window on your computer’s desktop, but depending on which of the various frontends of VirtualBox you use, it can be displayed in full-screen mode or remotely by use of the Remote Desktop Protocol (RDP).<br />Sometimes we also use the term “virtual machine” in a more abstract way. Internally, VirtualBox thinks of a VM as a set of parameters that determine its operation. These settings are mirrored in the VirtualBox graphical user interface<br />as well as the VBoxManage command line program; see chapter 8, VBoxManage reference, page 76. They include hardware settings (how much memory the VM should have, what hard disks VirtualBox should virtualize through which<br />container files, what CD -ROMs are mounted etc.) as well as state information (whether the VM is currently running, saved, its snapshots etc.).<br />In other words, a VM is also what you can see in its settings dialog.<br /><br /><span style="font-style: italic;"> </span><div style="text-align: left;"><span style="font-size:100%;"><span style="font-size:100%;"><em><a href="http://ad.zanox.com/ppc/?9149198C786299276T"><img src="http://ad.zanox.com/ppv/?9149198C786299276" alt="AsteClick - Nintendo Wii" align="bottom" border="0" height="90" hspace="1" width="728" /></a></em></span></span></div><br />Guest Additions. With “Guest Additions”, we refer to special software packages that are shipped with VirtualBox. Even though they are part of VirtualBox, they are designed to be installed inside a VM to improve performance of the guest OS<br />and to add extra features.<br />1.2 Features overview<br />Here’s a brief outline of VirtualBox’s main features:<br />• Clean architecture; unprecedented modularity. VirtualBox has an extremely modular design with well-defined internal programming interfaces and a clean separation of client and server code. This makes it easy to control it from several<br />interfaces at once: for example, you can start a VM simply by clicking on a button in the VirtualBox graphical user interface and then control that machine from the command line, or even remotely.<br /><br />Due to its modular architecture, VirtualBox can also expose its full functionality and configurability through a comprehensive software development kit (SDK). Based on the standard technology COM (XPCOM on Linux), this Ap-<br />plication Programming Interface (API) offers a comfortable way of integrating VirtualBox with other software systems. Internally, VirtualBox uses its own public API, which guarantees that every aspect of the product is accessible to external<br />customers as well and that all interfaces are well tested.<br />• Easy portability. VirtualBox runs on Windows 2000, Windows XP and Windows Server 2003 as well as on all major Linux distributions from Red Hat, Novell and others. With VirtualBox 1.4, support for 64-bit Linux and Mac OS X hosts was<br />added. In addition, a special version for use on embedded µkernel systems is available separately.<br />• Guest Additions for Windows and Linux. The VirtualBox Guest Additions are packages which can be installed in Windows or Linux guest systems to improve their performance and to provide additional integration and communication<br />with the host system.<br /><br /><span style="font-style: italic;"> </span><div style="text-align: left;"><span style="font-size:100%;"><span style="font-size:100%;"><a href="http://ad.zanox.com/ppc/?9149186C1421759892T"><img src="http://ad.zanox.com/ppv/?9149186C1421759892" alt="AsteClick - TomTom One Europe" align="bottom" border="0" height="90" hspace="1" width="728" /></a></span></span></div><br />– Arbitrary screen resolutions (host-controlled). In guest systems that support it (currently Windows guests), you can change the guest resolution simply by resizing the virtual machine window in the host system.<br />– Arbitrary screen resolutions (guest-controlled). The VirtualBox Guest Additions can handle arbitrary screen resolutions. Even for guest operating systems for which no Additions have been written yet, VirtualBox will offer<br />custom VESA resolutions.<br />• XML configuration store. VirtualBox stores all its configuration in XML files: one XML document for global settings and a XML file per virtual machine. This allows you to transport VM definitions between the different frontends and even<br />across host computers.<br />• Great hardware support. Among others, VirtualBox supports:– Full ACPI support. The Advanced Configuration and Power Interface (ACPI) is fully supported by VirtualBox. This eases cloning of PC images from real machines or third-party virtual machines into VirtualBox. With its unique ACPI power status support, VirtualBox can even report to ACPI-<br />aware guest operating systems the power status of the host. For mobile systems running on battery, the guest can thus enable energy saving and notify the user of the remaining power (e.g. in fullscreen modes).<br />– I/O APIC support. VirtualBox virtualizes an Input/Output Advanced Programmable Interrupt Controller (I/O APIC) which is found in many modern PC systems. This eases cloning of PC images from real machines or 3rd party virtual machines into VirtualBox.<br />– USB device support. VirtualBox implements a virtual USB controller and allows you to connect arbitrary USB devices to your virtual machines with out having to install device-specific drivers on the host. USB support is not<br />limited to certain device categories.<br />– Multiscreen resolutions. VirtualBox virtual machines support screen resolutions many times that of a physical screen, allowing them to be spread over a large number of screens attached to the host system.<br />– Built-in iSCSI support. This unique feature allows you to connect a virtual machine directly to an iSCSI storage server without going through the host system. The VM accesses the iSCSI target directly without the extra<br />overhead that is required for virtualizing hard disks in container files.<br />– PXE Network boot. The integrated virtual network cards of VirtualBox fully support remote booting via the Preboot Execution Environment (PXE).<br />• Multigeneration snapshots. VirtualBox can save successive snapshots of the state of the virtual machine. You can revert the virtual machine to the state of any of the snapshots.<br />• VRDP remote access. You can run any virtual machine in a special VirtualBox program that acts as a server for the VirtualBox Remote Desktop Protocol (VRDP). With this unique feature, VirtualBox provides high-performance remote<br />access to any virtual machine.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://shoplinc.com/?cn=maxi1984"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp3.blogger.com/_TNVlo8-kzOA/SC_K78539xI/AAAAAAAAABw/jeC3q3lA8go/s320/iPod_Pinguin_by_N_Jar.jpg" alt="" id="BLOGGER_PHOTO_ID_5201599225946175250" border="0" /></a>A custom RDP server has been built directly into the virtualization layer and offers unprecedented performance and feature richness.<br />On top of this special capacity, VirtualBox offers you more unique features:<br />– Extensible RDP authentication. VirtualBox already supports Winlogon on Windows and PAM on Linux for RDP authentication. In addition, it includes an easy-to-use SDK which allows you to create arbitrary interfaces<br />for other methods of authentication.<br />– USB over RDP. Via RDP virtual channel support, VirtualBox also allows you to connect arbitrary USB devices locally to a virtual machine which is running remotely on a VirtualBox RDP.<br />• Folder sharing. VirtualBox folder sharing lets you access files from the host system inside guests. Shared folders can be set up for all virtual machines, or for a single VM. Temporary shared folders may also be set up while a VM is running.<br /><br />1.3 Operating system support<br />1.3.1 Supported host operating systems<br />Currently, VirtualBox is available for the following Windows 32-bit operating systems:<br />• Windows 2000, service pack 3 and higher<br />• Windows XP, all service packs<br />• Windows Server 2003<br />and for the following Linux 32-bit systems:<br />• Debian GNU/Linux 3.1 (“sarge”) and 4.0 (“etch”)<br />• Fedora Core 4 to 7<br />• Gentoo Linux<br />• Redhat Enterprise Linux 3, 4 and 5<br />• SUSE Linux 9 and 10<br />• Ubuntu 5.10 (“Breezy Badger”), 6.06 (“Dapper Drake”), 6.10 (“Edgy Eft”), 7.04<br />(“Feisty Fawn”)<br />Starting with VirtualBox 1.4, the following hosts are also supported:<br />• 64-bit Linux<br />• Apple Mac OS X<br />It should be possible to use VirtualBox on most systems based on Linux kernel 2.4 or 2.6 using either the VirtualBox installer or by doing a manual installation.<br /><br />1.3.2 Supported guest operating systems<br />While VirtualBox is designed to provide a generic virtualization environment for x86 systems, our focus is to optimize the product’s performance for a select list of guest systems. The following table provides an overview of current support:<br /><br />Operating system<br />Support status<br />Windows NT<br />4.0<br />All versions/editions and service packs are fully supported (but see remark 1 below). Guest Additions are available with a limited feature set.<br />Windows 2000<br />/ XP / Server<br />2003 / Vista<br />All versions/editions and service packs are fully supported. Guest Additions are available.<br />DOS / Windows<br />3.x / 95 / 98 /<br />ME<br />Limited testing has been performed. Use beyond legacy installation mechanisms not recommended. No<br />Guest Additions available.<br />Linux 2.4 Limited support.<br />Linux 2.6 All versions/editions and service packs are fully supported (but see remark 2 below). Guest Additions<br />are available.<br />FreeBSD Limited support. Guest Additions are not available yet.<br />OpenBSD Versions 3.7 and 3.8 are supported. Guest Additions are not available yet.<br />Remarks:<br />1. With Windows NT 4.0, there are some issues with older service packs. We recommend to install service pack 6a.<br />2. For Linux 2.6, we strongly recommend using version 2.6.13 or higher for better performance. However, version 2.6.18 (and some 2.6.17 versions) introduced a race condition that can cause boot crashes in VirtualBox; if you must use a kernel<br />>= 2.6.17, we advise to use 2.6.19 or later.<br /><br /><div style="text-align: center;"><span style="font-weight: bold;">Screenshots</span></div> <p> The screenshots below show several impressions while running VirtualBox on Linux, Windows and some soon-to-be-supported platforms: </p>   <table style="border: 1px solid rgb(192, 192, 192);" width="100%"><tbody><tr> <td id="screenshot" width="200"> <a href="http://www.virtualbox.org/attachment/wiki/Screenshots/VirtualBox_OSX_beta_3.png"> <img src="http://www.virtualbox.org/attachment/wiki/Screenshots/tm_VirtualBox_OSX_beta_3.png?format=raw" /></a> </td> <td>VirtualBox for Mac OS X, currently in beta test. One virtual machine is running in seamless mode on Leopard. Note the realtime preview of the virtual machine in the dock. </td> </tr>  <tr> <td id="screenshot" width="200"> <a href="http://www.virtualbox.org/attachment/wiki/Screenshots/VirtualBox_OSX_beta_255c.png"> <img src="http://www.virtualbox.org/attachment/wiki/Screenshots/tm_VirtualBox_OSX_beta_255c.png?format=raw" /></a> </td> <td>VirtualBox for Mac OS X, currently in beta test. Two virtual machines are visible: one with Windows Vista, another with Gentoo Linux. </td> </tr>  <tr> <td id="screenshot" width="200"> <a href="http://www.virtualbox.org/attachment/wiki/Screenshots/1-new-vm.png"> <img src="http://www.virtualbox.org/attachment/wiki/Screenshots/tm-1-new-vm.png?format=raw" /></a> </td> <td> Creating a new, empty VM for installing Windows Vista.  </td> </tr>  <tr> <td id="screenshot" width="200"> <a href="http://www.virtualbox.org/attachment/wiki/Screenshots/2-empty-vm-created.png"> <img src="http://www.virtualbox.org/attachment/wiki/Screenshots/tm-2-empty-vm-created.png?format=raw" /></a> </td> <td>The new VM in the VirtualBox main window. Note that an ISO file (containing the Vista setup CD) has been mounted as the VM's CD-ROM drive. </td> </tr>  <tr> <td id="screenshot" width="200"> <a href="http://www.virtualbox.org/attachment/wiki/Screenshots/3-setup-starting.png"> <img src="http://www.virtualbox.org/attachment/wiki/Screenshots/tm-3-setup-starting.png?format=raw" /></a> </td> <td> After starting the VM, it boots off the virtual CD-ROM (the ISO file with the Vista setup), and Vista Setup starts up.  </td> </tr>  <tr> <td id="screenshot" width="200"> <a href="http://www.virtualbox.org/attachment/wiki/Screenshots/4-installing.png"> <img src="http://www.virtualbox.org/attachment/wiki/Screenshots/tm-4-installing.png?format=raw" /></a> </td> <td> Vista is installing into the virtual hard drive.  </td> </tr>  <tr> <td id="screenshot" width="200"> <a href="http://www.virtualbox.org/attachment/wiki/Screenshots/5-logon.png"> <img src="http://www.virtualbox.org/attachment/wiki/Screenshots/tm-5-logon.png?format=raw" /></a> </td> <td> Vista install complete: the log-on screen. </td> </tr>  <tr> <td id="screenshot" width="200"> <a href="http://www.virtualbox.org/attachment/wiki/Screenshots/ubuntu-on-xp.png"> <img src="http://www.virtualbox.org/attachment/wiki/Screenshots/tm-ubuntu-on-xp.png?format=raw" /></a> </td> <td> Compiling VirtualBox on Ubuntu Edgy Eft in VirtualBox on Windows XP. </td> </tr>  <tr> <td id="screenshot" width="200"> <a href="http://www.virtualbox.org/attachment/wiki/Screenshots/snapshot-details.png"> <img src="http://www.virtualbox.org/attachment/wiki/Screenshots/tm-snapshot-details.png?format=raw" /></a> </td> <td> Details of a snapshot performed after Vista installation.  We can revert the virtual machine to this snapshot at a later time. </td> </tr>  <tr> <td id="screenshot" width="200"> <a href="http://www.virtualbox.org/attachment/wiki/Screenshots/dsl.png"> <img src="http://www.virtualbox.org/attachment/wiki/Screenshots/tm-dsl.png?format=raw" /></a> </td> <td> Damn Small Linux 2.0 works damn well in VirtualBox! </td> </tr>  <tr> <td id="screenshot" width="200"> <a href="http://www.virtualbox.org/attachment/wiki/Screenshots/virtual-disk-image-manager.png"> <img src="http://www.virtualbox.org/attachment/wiki/Screenshots/tm-virtual-disk-image-manager.png?format=raw" /></a> </td> <td> The Virtual Disk Manager allows you to work with VM images. </td> </tr>  <tr> <td id="screenshot" width="200"> <a href="http://www.virtualbox.org/attachment/wiki/Screenshots/vbox_under_vista_in_vbox_under_xp.png"> <img src="http://www.virtualbox.org/attachment/wiki/Screenshots/tm-vbox_under_vista_in_vbox_under_xp.png?format=raw" /></a> </td> <td> VirtualBox in Vista inside VirtualBox on XP?  Perhaps some day... </td> </tr>  <tr> <td id="screenshot" width="200"> <a href="http://www.virtualbox.org/attachment/wiki/Screenshots/vbox_os2_alpha.png"> <img src="http://www.virtualbox.org/attachment/wiki/Screenshots/tm-vbox_os2_alpha.png?format=raw" /></a> </td> <td> A community-based effort is underway to port VirtualBox to OS/2 hosts.  This screenshot shows a first alpha version.</td></tr></tbody></table>     <div style="text-align: center;"><span style="font-weight: bold;"><br />Downloading VirtualBox</span><br /></div><div class="wikipage"><div id="searchable"> <p> For downloading VirtualBox, you will be redirected to the Sun Download Center (SDLC). Make sure you choose the correct platform for your system from the drop down list. </p> <ul><li><strong><a class="ext-link" href="https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=innotek-1.6-G-F@CDS-CDS_SMI"><span class="icon">Binaries (all platforms)</span></a></strong> </li></ul><p> See the <a class="wiki" href="http://www.virtualbox.org/wiki/Changelog">changelog</a> for what has changed.</p><p><span style="font-weight: bold;">User manual</span><a title="Link to this section" class="anchor" href="http://www.virtualbox.org/wiki/Downloads#Usermanual"><br /></a></p>  <p>The VirtualBox User Manual is included in the VirtualBox binaries above. If, however, you would like to take a look at it without having to install the whole thing, you can download it in PDF format here: </p> <ul><li><a href="http://www.virtualbox.org/download/1.6.2/UserManual.pdf">User Manual</a> (version 1.6.2, updated 2008-06-06) </li></ul><p> You will need a PDF reader such as <a class="ext-link" href="http://www.adobe.com/products/acrobat/readstep2.html"><span class="icon">Adobe Reader</span></a> to view this file.  Most Linux systems will have a PDF reader installed by default. </p> <p> You may also like to take a look at our <a class="wiki" href="http://www.virtualbox.org/wiki/User_FAQ">frequently asked questions list</a>.</p><p><span style="font-weight: bold;">VirtualBox Open Source Edition (OSE)</span><a title="Link to this section" class="anchor" href="http://www.virtualbox.org/wiki/Downloads#VirtualBoxOpenSourceEditionOSE"><br /></a></p>  <p> For a detailed explanation about the differences between <strong>VirtualBox</strong> and <strong>VirtualBox OSE</strong>, please take a look at the <a class="wiki" href="http://www.virtualbox.org/wiki/Editions">Editions</a> page. The <strong>VirtualBox OSE</strong> sources are available free of charge under the terms and conditions of the <a class="wiki" href="http://www.virtualbox.org/wiki/GPL">GNU General Public License, Version 2</a>. By downloading from the below links, you agree to these terms and conditions. </p> <ul><li><strong><a class="ext-link" href="https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=innotek-1.6-src-G-F@CDS-CDS_SMI"><span class="icon">Open Source Edition (OSE) Source code</span></a></strong> </li></ul><ul><li><a href="http://www.virtualbox.org/browser/trunk">Browse the source code repository</a><br /></li></ul><ul><li><a href="http://www.virtualbox.org/timeline">View the last changes</a> </li></ul><ul><li><strong>Checking out from our Subversion server.</strong> <pre class="wiki">svn co http://virtualbox.org/svn/vbox/trunk vbox<br /></pre>After checking out, you should have a look at the <a class="wiki" href="http://www.virtualbox.org/wiki/Build_instructions">build instructions</a>. </li></ul><p>Please note that the Open Source Edition does not include an installer or setup utilities, as it is mainly aimed at developers and Linux distributors. We do request that anyone intending to redistribute the Open Source Edition <a class="wiki" href="http://www.virtualbox.org/wiki/innotek">contact</a> us first.  Please also take a look at our <a class="wiki" href="http://www.virtualbox.org/wiki/Licensing_FAQ">licensing FAQ</a>, in particular regarding the use of the name VirtualBox. </p> </div>    </div> <table border="0" cellpadding="0" cellspacing="0" width="100%">  <col width="136*">  <col width="120*">  <tbody><tr valign="top">   <td width="53%">    <p align="center"><strong><span style="color: rgb(102, 0, 0);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">Latest     Post </span></span></span></strong>    </p>       </td>   <td width="47%">    <p align="center"><strong><span style="color: rgb(102, 0, 0);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">Linux    Links</span></span></span></strong><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">    </span></span>    </p>   </td>  </tr>  <tr valign="top">   <td width="53%">    <ul><li value="1"><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/06/febe-firefox-environment-backup.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">30/06     – FEBE, Firefox Environment Backup Extension: new releases     5.3.1. e 6.0 for Forefox 3</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/06/g4u-ghost-for-unix-hardisk-image.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">30/06     – G4u, Ghost for Unix Hardisk Image Cloning for PCs</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/06/firebird-203-included-in-ubuntu-804.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">09/06     – Firebird 2.0.3 included in Ubuntu 8.04 Hardy Heron</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/06/ubuntu-archive-software-packages-in.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">07/06     – Ubuntu Archive: Software Packages in Hardy Heron</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/05/games-for-linux.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">30/05     – Games for Linux</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/05/sitback-is-backup-daemonutility-for.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">29/05     – Sitback is a Backup Daemon Utility for Small/mediun Scale     Systems</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/05/kateker-is-backup-tool-for-linux-useful.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">25/05     – Kateker is a Backup Tool for Linux usefuk for Small Companies     and Private People</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/05/ubuntu-mobile-just-works-and-it-works.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">18/05     – Ubuntu's Mobile Embedded Projects Advances</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/05/gnumeric-190-aka-tbd-is-now-available.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">15/05     – Gnumeric 1.9.0 aka “TBD” is now available</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/05/bru-server-for-linux-is-native-linux.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">10/05     – BRU Server for Linux is a native Linux Backup Software     Solution</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/05/cdbackup-utility-designed-to-work-with.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">09/05     – CdBackup, Utlity Designed to Work with any Backup and Restore     for Linux</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/05/cedar-backup-software-package-designed.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">08/05     – Ubuntu 8.04 Hardy Heron and Ubuntu 8.10 Intrepid Ibex: new     themes and graphic tools</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/05/cedar-backup-software-package-designed.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">06/05     – Cedar Backup, Software Package Designed to Manage System     Backup</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/05/gnu-cpio-copies-files-into-or-out-of.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">05/05     – GBU Cpio Copy Files into or out of a cpio or yar archive</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/05/simple-linux-backup-is-easy-to-use.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">04/05     – Simple Linux Backup is an Esay-to-use Backup tool to     Automatically Backup a Linux Desktop System</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/05/dump-for-linux-ext2-filesystem-restore.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">03/02     – Linux Ext2 FileSystem Dump/Restore Utilities</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/05/dump-for-linux-ext2-filesystem-restore.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">02/05     – Dump for Linux Ext2 FileSystem Restore Utilities</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/05/medibuntu-repository-for-hardy-heron.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">02/05     – Updates Medibuntu Repository for Ubuntu 8.04 Hardy Heron</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/04/gstreamer-open-source-multimedia.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">01/05     – Gstreamer,Open Source Multimedia Framework Goog 0.10.8 &#38;     Bad 0.10.7 Stable Releases</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/04/gstreamer-open-source-multimedia.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">30/04     – Gstreamer, OpenSource Multimedia Framework Good 0.10.8 e Bad     0.10.7 Stable Releases</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/04/installing-qbittorent-100-in-ubuntu-804.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">29/04     – Installing qBittorent 1.0.0 in Ubuntu 8.04 Hardy Heron</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/04/ubuntu-studio-multimedia-creation.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">28/04     – Ubuntu Studio a Multimedia Creation  flavour of Ubuntu Hardy     Heron</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/04/gimmix-graphical-music-player-for.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">27/04     – Gimmix, Graphical Music Player for Ubuntu 8.04 Hardy Heron</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/04/open-source-software-collection-ten.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">26/04     – Open Source Software Collection: Ten Alternatives You Need</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/04/soundconverter-sound-conversion.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">26/04     – Sound Converter, The Sound Conversion Application for the     GNOME Environment</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/04/timidity-is-open-source-midi-to-wave.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">24/04     – Timidity    is an Open Source MIDI to WAVE converter and     player</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/04/ubuntu-startup-manager-for.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">23/04     – Ubuntu Start Manager for the bootloader (Grub o Grub2) and     boot splash (Usplash or Splashy)</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/04/gvtray-for-xubuntua-volume-control-for.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">23/04     – Gvtray for Xubuntu, a voume control for four system tray</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/04/amsn-is-windows-live-messenger-clone.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">22/04     – a MSN is a Windows Live Messenger clone licensed under the     GPL</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/04/software-packages-in-ubuntu-804-hardy.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">21/04     – Software Packages in Ubuntu 8.04 Hardy Heron</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntulandforever.blogspot.com/2008/04/vvvvvvvvvvvvvv.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">20/04     – VLC  VideoLan Media Player 0.86 f release for Ubuntu Linux</span></span></span></a></p>         </li></ul>                <p><br />  </p>   </td>   <td width="47%">    <ul><li value="1"><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/06/24/truecrypt-free-opensource-on-the-fly-disk-encryption-software"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">23/06     – TrueCript, Free OpenSource on the Fly Disk Encryption     Software</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/06/23/new-release-for-gnomebaker-free-cddvd-authoring-application-for-unixlinux"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">23/06     – New Release for GnomeBaker free Cd/DVD Authoring Application     for UNIX/Linux</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/06/23/mpg123-fast-mp3-player-for-linux-and-unix-systems"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">23/06     – Mpg123, Fast MP3 Player for Linux and UNIX Systrems</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/06/21/openssl-098h-is-now-available-including-security-and-bug-fixes"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">23/06     – OpenSSL 0.9.8h is Now Available, Including Security and Bug     Fixes</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/06/08/gnome-toaster-is-a-cd-creation-suite-for-linux-and-freebsd"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">07/06     – Gnome Toaster is a Cd Creation Suite for Linux and FreeBSD</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://linuxlandit.blogspot.com/2008/05/installing-mysql-source-distribution.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">30/05     – VeritasNetBackup: Restores from Multiplexed Databases Backup</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://linuxlandit.blogspot.com/2008/05/installing-mysql-source-distribution.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">19/05     – Installing a MySQL Source Distribution</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/05/18/debian-and-ubuntu-keys-under-attack"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">18/05     – Debian and Ubuntu Keys Under Attack</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/05/13/ubuntu-804-hardy-heron-upgrade-or-clean-install"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">13/05     – Upgrade Ubuntu 8.04 Hardy Heron: Upgrade or Clean Install?</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/05/11/programming-linux-games-the-anatomy-of-a-game"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">11/05     – Programming Linux Games: The Anatomy of a Game</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/05/05/ubuntus-opengl-face-browser-with-gnome-desktop-manager"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">05/05     – Ubuntu's OpenGL Face Browser with GNOME Desktop Manager</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://linuxlandit.blogspot.com/2008/05/dibs-is-backup-system-that-protects.html"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">03/05     – DIBS is a Backup System that Projects for Data by Giving your     Files to Peers</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/04/25/veritas-netbackup-dedicated-or-shared-backup-environment"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">25/04     – Veritas NetBackup, Dedicated or Shared Backup Environment</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/04/24/programming-linux-games-the-anatomy-of-a-game"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">23/04     – Programming Linux Games: The Anatomy of a Game</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/04/19/ssmtp-a-simple-alternative-to-sendmail"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">19/04     – sSMTP a simple alternative to Sendmail</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.page.tl/HacBurn,-a-script-written-in-perl-to-aid-in-writing-CDs.htm"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">16/04     – HacBurn a script written in Perl aid in writting CDs</span></span></span></a></p>    </li></ul>    <ul><li value="1"><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/04/16/dvdrw-tools-makes-it-possible-to-burn-dvd-images-created-by-dvdauthor-or-mkisofs"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">16/04     – Dvd rw-tools makes it possible to burn Dvd images created by     “dvdauthot” or “mkisofs”</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/04/15/febe-firefox-environment-backup-extension-531-released"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">15/04     – FEBE (Firefox Environment Backup Extension) 5.3.1 released</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/04/14/veritas-netbackup-backup-planning-and-configuration-guidelines"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">14/04     – Veritas NetBackup, Backup Planning and Configuration     Guidelines</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/04/13/ubuntu-server-guide-part-3"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">13/04     – Ubuntu Server Guide, Part 3: PostFix, PostgreSQL, Databases     and SMTP Authentication </span></span></span></a>     </p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/04/10/new-compiz-fusion-cubereflex-rename-to-cubeaddon-with-new-effect-cylinder"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">10/04     – New Compiz Fusion: Cubereflex rename to Cubeaddon with new     effect Cylinder</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/04/10/ubuntu-server-guide-part-2"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">10/04     – Ubuntu Server Guide: Part II</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/04/09/ubuntu-server-guide-part-1"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">09/04     – Ubuntu Server Guide: Part I</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/04/08/rss-button-collection-pack-for-your-blog-the-ultimate-list"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">08/04     – RSS Buttons Collection Pack for Your Blog: The Ultimate List</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/04/05/mp3roaster-is-a-perl-hack-for-burning-audio-cds-out-of-mp3-ogg-vorbis-and-flac-files"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">05/04     – MP3Roaster is a Perl hack for Burning Audio Cds out of Mp3     OGG Vorbis and FLAC files</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/03/31/newsbeuter-rss-feedreader-for-the-text-console"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">31/03     – Newsbeuter, RSS feedreader for the text console</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/03/29/an-introduction-to-crossover-games"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">30/03     -  An Introdution to CrossOver Games</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/03/29/cdrkit-a-collection-of-applications-related-to-creation-of-optical-disk-media-on-unix-platforms"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">29/03     – Cdrkit, a collection of applications related to creation of     optical disk media on Unix platforms</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/03/28/burncdda-a-tool-for-creating-audio-cds"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">28/03     -  BurnCDDA, a tool for creating audio Cds</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/03/27/ten-tips-for-new-ubuntu-users"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">27/03     – Ten Tips for New Ubuntu Users</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/03/26/picasa-is-a-software-application-for-organizing-and-editing-digital-photos"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">26/03     – Picasa is a software application for organizing and editing     digital photos</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/03/25/kolourpaint-more-than-a-microsoft-paint-clone"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">25/03     – KolourPaint: More than a Microsoft Paint clone</span></span></span></a></p>     </li><li><p style="margin-bottom: 0cm;" align="left"><a href="http://ubuntuland.nireblog.com/post/2008/03/20/sunbird-mozillas-calendar-application-supports-extensions-just-as-firefox-and-thunderbird-do"><span style="color: rgb(0, 0, 255);"><span style="font-family:Verdana,sans-serif;"><span style="font-size:78%;">20/03     – Sunbird, Mozilla's Calendar appolication, support extensions     just as Firefox and Thunderbird do</span></span></span></a></p>              </li></ul>   </td>  </tr> </tbody></table>

<p>Etiquetas: <a href="http://bitacoras.com/canales/virtualization">virtualization</a></p>]]></content:encoded>
	</item>
	<item>
		<dc:creator>willy</dc:creator>
		<title>Parallels Server para Mac disponible</title>
		<link>http://espanol.desinformado.com/index.php/2008/06/20/parallels-server-para-mac-disponible</link>
		<guid isPermaLink="true">http://espanol.desinformado.com/index.php/2008/06/20/parallels-server-para-mac-disponible</guid>
		<pubDate>Fri, 20 Jun 2008 14:49:09 +0200</pubDate>
		<category>tecnologia</category>
		<category>apple</category>
		<category>beta</category>
		<category>hardware</category>
		<category>infraestructuras ti</category>
		<description><![CDATA[Por willy en Desinformado.com en Español el 20 de junio de 2008 a las 14:49:09

Parallels ha anunciado la disponibilidad de su software Parallels Server para Mac, la primera solución de virtualización de servidor para sistemas Apple basados en Intel. Se trata de una solución de hipervisor potente y fácil de usar para la virtualización de servidores. Puede ejecutarse en cualquier ha &#91;&#8230;&#93;]]></description>
		<content:encoded><![CDATA[<p>Por <a href="http://bitacoras.com/usuario/desinformadomedia">willy</a> en <a href="http://bitacoras.com/bitacora/espanol.desinformado.com">Desinformado.com en Español</a> el 20 de junio de 2008 a las 14:49:09</p>

<p><a href='http://espanol.desinformado.com/wp-content/uploads/2008/06/paral.jpg'><img src="http://espanol.desinformado.com/wp-content/uploads/2008/06/paral.jpg" alt="" title="paral" width="420" height="342" class="alignnone size-full wp-image-1413" /></a></p><br /><br /><p>Parallels ha anunciado la disponibilidad de su software Parallels Server para Mac, la primera solución de virtualización de servidor para sistemas Apple basados en Intel. Se trata de una solución de hipervisor potente y fácil de usar para la virtualización de servidores. Puede ejecutarse en cualquier hardware Apple con procesador Intel, incluyendo Xserve y Mac Pro, ejecutando OS X Leopard Server y llega al mercado después de pasar por un programa beta intensivo, donde han participado profesionales de servidor Mac, Windows y Linux. Su uso fundamental está dirigido a estandarizar la plataforma Mac e integrarla en las infraestructuras TI existentes en una organización.</p><br /><br /><p>Parallels Server incluye una amplia variedad de prestaciones de tipo Enterprise, entre las que destacan:</p><br /><br /><p>Soporte Virtual para SMP (Symmetric Multi-Processing) de 4 vías, que permite a los usuarios asignar hasta 4 núcleos virtuales a una máquina virtual para disfrutar de un rendimiento excepcional bajo cargas de trabajo muy pesadas. También se soportan SMP de 2 vías, lo que ofrece a los usuarios un nivel inigualable de personalización de las máquinas virtuales.</p><br /><br /><p>La inclusión de tecnologías de última generación como ACPI BIOS y el soporte para hasta 32GB de RAM física.</p><br /><br /><p>Soporte para la tecnologías Intel® Virtualization Technology (Intel VT-x) para sacar el máximo partido a la aceleración asistida por hardware.</p><br /><br /><p>Consola de Gestión multi cliente y totalmente scriptable que permite a los usuarios gestionar servidores virtuales y físicos de forma local y remota. Las APIs de la Consola de Gestión de Parallels son totalmente abiertas y scriptables con Python, lo que permite a los administradores automatizar tareas de servidor comunes directamente desde la línea de comandos.</p><br /><br /><p>Un Juego de Herramientas Pre Integrado mejora y simplifica la experiencia de usuario. El juego de herramientas incluye: Parallels Tools, un juego de utilidades que hacen que trabajar con servidores virtuales sea más fácil y más productivo; Parallels Transporter, una herramienta asistida por un asistente para migraciones físicas a virtuales (P2V) y virtuales a virtuales (V2V); y Parallels Image Tool, que permite a los usuarios modificar los ajustes de su dusco duro virtual.</p><br /><br /><p>La habilidad para ejecutar cualquier combinación de más de 50 sistemas operativos huésped x86 (32-bit) y x64 (64-bit), incluyendo el nuevo Windows Server 2008 en máquinas virtuales seguras y de alto rendimiento.</p><br /><br /><p>Un potente SDK que permite a vendedores de terceros integrar soporte de Parallels Server en sus productos. El SDK es el mismo que usaron los ingenieros de Parallels para crear la Consola de Gestión de Parallels.</p><br /><br /><p>(Via http://www.somosmac.com)</p><br /><br /><p><script type="text/javascript"><!--<br /><br />google_ad_client = "pub-7993018708956517";<br /><br />//desinformado.com<br /><br />google_ad_slot = "8405044103";<br /><br />google_ad_width = 336;<br /><br />google_ad_height = 280;<br /><br />//--></script><br /><br /><br /><script type="text/javascript"<br /><br />src="http://pagead2.googlesyndication.com/pagead/show_ads.js"><br /><br /></script></p><br /><br /><span class="akst_link"><a href="http://espanol.desinformado.com/?p=1412&akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_1412"  class="akst_share_link">Share This</a><br /><br /></span><!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Segnala presso:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://espanol.desinformado.com/index.php/2008/06/20/parallels-server-para-mac-disponible/&title=Parallels Server para Mac disponible" title="Aggiungi 'Parallels Server para Mac disponible' a Del.icio.us"><img src="http://espanol.desinformado.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Aggiungi 'Parallels Server para Mac disponible' a Del.icio.us" alt="Aggiungi 'Parallels Server para Mac disponible' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Parallels Server para Mac disponible&u=http://espanol.desinformado.com/index.php/2008/06/20/parallels-server-para-mac-disponible/" title="Aggiungi 'Parallels Server para Mac disponible' a FURL"><img src="http://espanol.desinformado.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Aggiungi 'Parallels Server para Mac disponible' a FURL" alt="Aggiungi 'Parallels Server para Mac disponible' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&Name=Parallels Server para Mac disponible&Description=Parallels Server para Mac disponible&Url=http://espanol.desinformado.com/index.php/2008/06/20/parallels-server-para-mac-disponible/" title="Aggiungi 'Parallels Server para Mac disponible' a blinklist"><img src="http://espanol.desinformado.com/wp-content/plugins/social-bookmarking-reloaded/blinklist.png" title="Aggiungi 'Parallels Server para Mac disponible' a blinklist" alt="Aggiungi 'Parallels Server para Mac disponible' a blinklist" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://espanol.desinformado.com/index.php/2008/06/20/parallels-server-para-mac-disponible/&title=Parallels Server para Mac disponible" title="Aggiungi 'Parallels Server para Mac disponible' a reddit"><img src="http://espanol.desinformado.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Aggiungi 'Parallels Server para Mac disponible' a reddit" alt="Aggiungi 'Parallels Server para Mac disponible' a reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&op=submit&name=Parallels Server para Mac disponible&url=http://espanol.desinformado.com/index.php/2008/06/20/parallels-server-para-mac-disponible/&version=0.7" title="Aggiungi 'Parallels Server para Mac disponible' a Feed Me Links"><img src="http://espanol.desinformado.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Aggiungi 'Parallels Server para Mac disponible' a Feed Me Links" alt="Aggiungi 'Parallels Server para Mac disponible' a Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://espanol.desinformado.com/index.php/2008/06/20/parallels-server-para-mac-disponible/" title="Aggiungi 'Parallels Server para Mac disponible' a Technorati"><img src="http://espanol.desinformado.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Aggiungi 'Parallels Server para Mac disponible' a Technorati" alt="Aggiungi 'Parallels Server para Mac disponible' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://espanol.desinformado.com/index.php/2008/06/20/parallels-server-para-mac-disponible/&t=Parallels Server para Mac disponible" title="Aggiungi 'Parallels Server para Mac disponible' a Yahoo My Web"><img src="http://espanol.desinformado.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Aggiungi 'Parallels Server para Mac disponible' a Yahoo My Web" alt="Aggiungi 'Parallels Server para Mac disponible' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://espanol.desinformado.com/index.php/2008/06/20/parallels-server-para-mac-disponible/&h=Parallels Server para Mac disponible" title="Aggiungi 'Parallels Server para Mac disponible' a Newsvine"><img src="http://espanol.desinformado.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Aggiungi 'Parallels Server para Mac disponible' a Newsvine" alt="Aggiungi 'Parallels Server para Mac disponible' a Newsvine" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://espanol.desinformado.com/index.php/2008/06/20/parallels-server-para-mac-disponible/&title=Parallels Server para Mac disponible" title="Aggiungi 'Parallels Server para Mac disponible' a Stumble Upon"><img src="http://espanol.desinformado.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Aggiungi 'Parallels Server para Mac disponible' a Stumble Upon" alt="Aggiungi 'Parallels Server para Mac disponible' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk=http://espanol.desinformado.com/index.php/2008/06/20/parallels-server-para-mac-disponible/&title=Parallels Server para Mac disponible" title="Aggiungi 'Parallels Server para Mac disponible' a Google Bookmarks"><img src="http://espanol.desinformado.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Aggiungi 'Parallels Server para Mac disponible' a Google Bookmarks" alt="Aggiungi 'Parallels Server para Mac disponible' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://espanol.desinformado.com/index.php/2008/06/20/parallels-server-para-mac-disponible/" title="Aggiungi 'Parallels Server para Mac disponible' a Bloglines"><img src="http://espanol.desinformado.com/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Aggiungi 'Parallels Server para Mac disponible' a Bloglines" alt="Aggiungi 'Parallels Server para Mac disponible' a Bloglines" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://espanol.desinformado.com/index.php/2008/06/20/parallels-server-para-mac-disponible/&T=Parallels Server para Mac disponible" title="Aggiungi 'Parallels Server para Mac disponible' a Netscape"><img src="http://espanol.desinformado.com/wp-content/plugins/social-bookmarking-reloaded/netscape.gif" title="Aggiungi 'Parallels Server para Mac disponible' a Netscape" alt="Aggiungi 'Parallels Server para Mac disponible' a Netscape" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&t=webpages&title=Parallels Server para Mac disponible&url=http://espanol.desinformado.com/index.php/2008/06/20/parallels-server-para-mac-disponible/" title="Aggiungi 'Parallels Server para Mac disponible' a Ask"><img src="http://espanol.desinformado.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Aggiungi 'Parallels Server para Mac disponible' a Ask" alt="Aggiungi 'Parallels Server para Mac disponible' a Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://espanol.desinformado.com/index.php/2008/06/20/parallels-server-para-mac-disponible/&titleParallels Server para Mac disponible" title="Aggiungi 'Parallels Server para Mac disponible' a Live-MSN"><img src="http://espanol.desinformado.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Aggiungi 'Parallels Server para Mac disponible' a Live-MSN" alt="Aggiungi 'Parallels Server para Mac disponible' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Parallels Server para Mac disponible&url=http://espanol.desinformado.com/index.php/2008/06/20/parallels-server-para-mac-disponible/" title="Aggiungi 'Parallels Server para Mac disponible' a SlashDot"><img src="http://espanol.desinformado.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Aggiungi 'Parallels Server para Mac disponible' a SlashDot" alt="Aggiungi 'Parallels Server para Mac disponible' a SlashDot" /></a></div><br /><br /><!-- Social Bookmarking Reloaded END --><h3>Articulos Relacionados</h3><ul class="related_post"><li><a href="http://espanol.desinformado.com/index.php/2008/06/18/xserve-virtual-de-media-temple-mac-os-x-leopard-server-a-tu-alcance/" title="Xserve Virtual de Media Temple: Mac OS X Leopard Server a tu alcance">Xserve Virtual de Media Temple: Mac OS X Leopard Server a tu alcance (0)</a></li><li><a href="http://espanol.desinformado.com/index.php/2008/06/20/psystar-lo-vuelve-a-intentar-con-el-openserv/" title="Psystar lo vuelve a intentar con el OpenServ">Psystar lo vuelve a intentar con el OpenServ (0)</a></li><li><a href="http://espanol.desinformado.com/index.php/2008/06/17/iris-¿el-editor-de-imagen-definitivo-para-mac-os-x-pues-va-a-ser-que-no/" title="Iris: ¿El editor de imagen definitivo para Mac OS X? Pues va a ser que no">Iris: ¿El editor de imagen definitivo para Mac OS X? Pues va a ser que no (0)</a></li><li><a href="http://espanol.desinformado.com/index.php/2008/06/05/mac-os-x-106-¿solo-para-intel/" title="Mac OS X 10.6: ¿Solo para Intel?">Mac OS X 10.6: ¿Solo para Intel? (0)</a></li><li><a href="http://espanol.desinformado.com/index.php/2008/06/03/lg-xpion-r10mp-y-s10mp-ordenadores-de-diseno/" title="LG XPION R10MP y S10MP, ordenadores de diseño">LG XPION R10MP y S10MP, ordenadores de diseño (0)</a></li><li><a href="http://espanol.desinformado.com/index.php/2008/06/11/mac-os-x-1054-podria-no-ser-un-requisito-indispensable-para-poder-usar-mobileme/" title="Mac OS X 10.5.4 podría no ser un requisito indispensable para poder usar MobileMe">Mac OS X 10.5.4 podría no ser un requisito indispensable para poder usar MobileMe (0)</a></li></ul>

<p>Etiquetas: <a href="http://bitacoras.com/canales/tecnologia">tecnologia</a>, <a href="http://bitacoras.com/canales/apple">apple</a>, <a href="http://bitacoras.com/canales/beta">beta</a>, <a href="http://bitacoras.com/canales/hardware">hardware</a>, <a href="http://bitacoras.com/canales/infraestructuras+ti">infraestructuras ti</a></p>]]></content:encoded>
	</item>
	<item>
		<dc:creator>fher98</dc:creator>
		<title>Vmware miembro de la Linux Foundation</title>
		<link>http://www.guatewireless.org/vmware-miembro-de-la-linux-foundation</link>
		<guid isPermaLink="true">http://www.guatewireless.org/vmware-miembro-de-la-linux-foundation</guid>
		<pubDate>Mon, 11 Aug 2008 23:37:20 +0200</pubDate>
		<category>articulos</category>
		<category>virtualizacion</category>
		<category>virtualization</category>
		<category>vmware</category>
		<description><![CDATA[Por fher98 en Guatewireless.org el 11 de agosto de 2008 a las 23:37:20

Con el objetivo de impulsar la adopcion de la virtualizacion y la “Cloud Computing” en el mundo del floss, el desarrollador de plataformas de virtualizacion anuncio en LinuxWorld 2008 su ingreso a la fundacion.La Linux Foundation tiene como objetivo la adaptación del mercado y la estandarización de los componen &#91;&#8230;&#93;]]></description>
		<content:encoded><![CDATA[<p>Por <a href="http://bitacoras.com/usuario/fher98">fher98</a> en <a href="http://bitacoras.com/bitacora/www.guatewireless.org">Guatewireless.org</a> el 11 de agosto de 2008 a las 23:37:20</p>

Con el objetivo de impulsar la adopcion de la virtualizacion y la “Cloud Computing” en el mundo del floss, el desarrollador de plataformas de virtualizacion anuncio en LinuxWorld 2008 su ingreso a la fundacion.<br /><br />La Linux Foundation tiene como objetivo la adaptación del mercado y la estandarización de los componentes de hardware y software para el [...]

<p>Etiquetas: <a href="http://bitacoras.com/canales/articulos">articulos</a>, <a href="http://bitacoras.com/canales/virtualizacion">virtualizacion</a>, <a href="http://bitacoras.com/canales/virtualization">virtualization</a>, <a href="http://bitacoras.com/canales/vmware">vmware</a></p>]]></content:encoded>
	</item>
	<item>
		<dc:creator>Genis</dc:creator>
		<title>Un error de VMware puede cerrar miles de servidores virtuales</title>
		<link>http://www.cduv.org/2008/08/18/un-error-de-vmware-puede-cerrar-miles-de-servidores-virtuales</link>
		<guid isPermaLink="true">http://www.cduv.org/2008/08/18/un-error-de-vmware-puede-cerrar-miles-de-servidores-virtuales</guid>
		<pubDate>Tue, 19 Aug 2008 00:29:42 +0200</pubDate>
		<category>vmware</category>
		<category>virtualization</category>
		<description><![CDATA[Por Genis en Crónica de una vida el 19 de agosto de 2008 a las 00:29:42

Durante este mes de agosto se produjo un problema con la actualización de VMWare virtual Infrastructure 3.5 Update 2 ( build 103908). Los que actualizaron se encontraron que por un error del programa las máquinas virtuales que se cerraban no volvían a arrancar y la ejecución de Vmotion ( permite mover máquinas &#91;&#8230;&#93;]]></description>
		<content:encoded><![CDATA[<p>Por <strong>Genis</strong> en <a href="http://bitacoras.com/bitacora/www.cduv.org">Crónica de una vida</a> el 19 de agosto de 2008 a las 00:29:42</p>

Durante este mes de agosto se produjo un problema con la actualización de VMWare virtual Infrastructure 3.5 Update 2 ( build 103908). Los que actualizaron se encontraron que por un error del programa las máquinas virtuales que se cerraban no volvían a arrancar y la ejecución de Vmotion ( permite mover máquinas virtuales dinámicamente entre [...]<div class="feedflare"><br /><br /><a href="http://feeds.feedburner.com/~f/CrnicaDeUnaVida?a=0hkJKK"><img src="http://feeds.feedburner.com/~f/CrnicaDeUnaVida?i=0hkJKK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/CrnicaDeUnaVida?a=iopuKK"><img src="http://feeds.feedburner.com/~f/CrnicaDeUnaVida?i=iopuKK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/CrnicaDeUnaVida?a=6btC5K"><img src="http://feeds.feedburner.com/~f/CrnicaDeUnaVida?i=6btC5K" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/CrnicaDeUnaVida?a=Yjm2nk"><img src="http://feeds.feedburner.com/~f/CrnicaDeUnaVida?i=Yjm2nk" border="0"></img></a><br /><br /></div><img src="http://feeds.feedburner.com/~r/CrnicaDeUnaVida/~4/368460071" height="1" width="1"/>

<p>Etiquetas: <a href="http://bitacoras.com/canales/vmware">vmware</a>, <a href="http://bitacoras.com/canales/virtualization">virtualization</a></p>]]></content:encoded>
	</item>
	<item>
		<dc:creator>VeRTiTO</dc:creator>
		<title>HowTo: Single Step VirtualBox Installation on Fedora 8</title>
		<link>http://feeds.feedburner.com/~r/VertitosBlogspot/~3/194444096/howto-single-step-virtualbox.html</link>
		<guid isPermaLink="true">http://feeds.feedburner.com/~r/VertitosBlogspot/~3/194444096/howto-single-step-virtualbox.html</guid>
		<pubDate>Mon, 03 Dec 2007 17:32:25 +0100</pubDate>
		<category>virtualbox howto</category>
		<description><![CDATA[Por VeRTiTO en SYSAD LINUX BLOG el 03 de diciembre de 2007 a las 17:32:25

With reference on my old post here on how to install VirtualBox (virtualization software) to Fedora 7 linux distro, here's a working howto install VirtualBox on Fedora 8 distro. VirtualBox is a very...  [[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Etiquetas &#91;&#8230;&#93;]]></description>
		<content:encoded><![CDATA[<p>Por <strong>VeRTiTO</strong> en <a href="http://bitacoras.com/bitacora/vertito.blogspot.com">SYSAD LINUX BLOG</a> el 03 de diciembre de 2007 a las 17:32:25</p>

With reference on my old post here on how to install VirtualBox (virtualization software) to Fedora 7 linux distro, here's a working howto install VirtualBox on Fedora 8 distro. VirtualBox is a very...<br /><br /> <br /><br /> [[ This is a content summary only. Visit my website for full links, other content, and more! ]]

<p>Etiquetas: <a href="http://bitacoras.com/canales/virtualbox+howto">virtualbox howto</a></p>]]></content:encoded>
	</item>
	<item>
		<dc:creator>Jos&#233; Mar&#237;a</dc:creator>
		<title>Diario de a bordo. Fecha estelar 2008-02-16.</title>
		<link>http://feeds.feedburner.com/~r/Mi-e-Oasis/~3/237550825</link>
		<guid isPermaLink="true">http://feeds.feedburner.com/~r/Mi-e-Oasis/~3/237550825</guid>
		<pubDate>Sat, 16 Feb 2008 21:59:43 +0100</pubDate>
		<category>bitacora</category>
		<category>asimetrico</category>
		<category>assets</category>
		<category>chip</category>
		<category>hypercore</category>
		<description><![CDATA[Por José María en Mi e-Oasis el 16 de febrero de 2008 a las 21:59:43

SGI compra Linux Networx Assets ( http://tinyurl.com/37bhf6 ). Montalvo Systems: un nuevo actor en escena que desarrolla un chip multicore asimétrico que soporta ISA x86 ( http://tinyurl.com/2pnnqo ). Publicado Monodevelop 1.0 RC1 ( http://tinyurl.com/37wsh4 ). Phoenix’s HyperCore Virtualization Platform ( http:/ &#91;&#8230;&#93;]]></description>
		<content:encoded><![CDATA[<p>Por <a href="http://bitacoras.com/usuario/jmsunico">José María</a> en <a href="http://bitacoras.com/bitacora/jm.sunico.org">Mi e-Oasis</a> el 16 de febrero de 2008 a las 21:59:43</p>

SGI compra Linux Networx Assets ( http://tinyurl.com/37bhf6 ). Montalvo Systems: un nuevo actor en escena que desarrolla un chip multicore asimétrico que soporta ISA x86 ( http://tinyurl.com/2pnnqo ). Publicado Monodevelop 1.0 RC1 ( http://tinyurl.com/37wsh4 ). Phoenix’s HyperCore Virtualization Platform ( http://tinyurl.com/2h8db8 ).

<p>Etiquetas: <a href="http://bitacoras.com/canales/bitacora">bitacora</a>, <a href="http://bitacoras.com/canales/asimetrico">asimetrico</a>, <a href="http://bitacoras.com/canales/assets">assets</a>, <a href="http://bitacoras.com/canales/chip">chip</a>, <a href="http://bitacoras.com/canales/hypercore">hypercore</a></p>]]></content:encoded>
	</item>
	<item>
		<dc:creator>ravenII</dc:creator>
		<title>CoreXchange To Demo Configurator(SM) at North Texas Technology Day</title>
		<link>http://feeds.feedburner.com/~r/VoipIpTelephony/~3/264768455/corexchange-to-demo-configuratorsm-at.html</link>
		<guid isPermaLink="true">http://feeds.feedburner.com/~r/VoipIpTelephony/~3/264768455/corexchange-to-demo-configuratorsm-at.html</guid>
		<pubDate>Sun, 06 Apr 2008 00:20:00 +0200</pubDate>
		<category>metro ethernet</category>
		<category>voip</category>
		<description><![CDATA[Por ravenII en VOIP IP Telephony el 06 de abril de 2008 a las 00:20:00

Apr 04, 2008-CoreXchange announces their participation in the North Texas Technology Day hosted by Presidio Networked Solutions and Unified Infrastructure Services (UIS). The event details are as follows: • Wednesday, April 9th 2008: 8:30am – 7:00pm • Unified Infrastructure Services: 4025 Midway, Carrollton, TX &#91;&#8230;&#93;]]></description>
		<content:encoded><![CDATA[<p>Por <strong>ravenII</strong> en <a href="http://bitacoras.com/bitacora/snapvoip.blogspot.com">VOIP IP Telephony</a> el 06 de abril de 2008 a las 00:20:00</p>

Apr 04, 2008-CoreXchange announces their participation in the North Texas Technology Day hosted by Presidio Networked Solutions and Unified Infrastructure Services (UIS). The event details are as follows: • Wednesday, April 9th 2008: 8:30am – 7:00pm • Unified Infrastructure Services: 4025 Midway, Carrollton, TX 75007 • Visit http://www.presidio.com/company/events.asp for more information and schedule of events "Presidio values our relationship with CoreXchange and we are pleased to be working with UIS to bring together a diverse group of technology manufactures and service providers for this event,” explained Doug Metz, Territory Manager for Presidio Networked Solutions. “Industry experts will be speaking to enterprise customers about the latest developments in advanced networking, managed security, virtualization, disaster recovery, collocation, application and WAN acceleration, VoIP, and storage area networking. We know that these are key challenges that IT organizations are faced with today and we look forward to providing insight and value for IT Management and Business Executives." Unified Infrastructure Services (UIS) will host data center tours from 10a.m. to 3 p.m. covering topics from advanced power and cooling systems to optimal raised floor designs. CoreXchange will be in the UIS Data Center to provide information on its advanced networking solutions, business continuity, disaster recovery, collocation, and managed services. “UIS is becoming a market leader by forming strong relationships with technology innovators,” said Lance A. Smith, Vice President of Operations. “As a leading provider of data center services, UIS recognizes the significant value that CoreXchange brings to our client base.” CoreXchange will also be hosting demonstrations of its new, patent-pending ConfiguratorSM accessible at www.corexchange.com. The Configurator allows users to realize advantages over traditional network services quote processes by providing instant online pricing based on customized options including backbone providers, connection size, bandwidth commitment, cap and contract length. The Configurator provides customers and resellers with the ability either to configure their own network services package or to select from pre-configured network packages. Pre-configured packages currently include the following options: • Full cabinet with 10Mb bandwidth • Full T1 with local loop (on-net central offices) • 10 Mb metro Ethernet with local loop (on-net buildings) • Free monitoring of 5 devices with a 50 Mb commitment CoreXchange connectivity services are available to customers either within the CoreXchange data center located within the Dallas Infomart carrier center or at a customer’s site via metro Ethernet. tag: metro Ethernet, CoreXchange, Configurator, high bandwidth network, UIS Data Center, managed security, virtualization, disaster recovery, collocation, application and WAN acceleration, VoIP, storage area networkingCopyright © 2005-2008 SnapVoip, Published by snapvoip.blogspot.com. Proper link backs are needed for republishing.

<p>Etiquetas: <a href="http://bitacoras.com/canales/metro+ethernet">metro ethernet</a>, <a href="http://bitacoras.com/canales/voip">voip</a></p>]]></content:encoded>
	</item>
	<item>
		<dc:creator>Diordna</dc:creator>
		<title>Mobile Virtualization, Motorola Joins The Party</title>
		<link>http://snapvoip.blogspot.com/2008/04/mobile-virtualization-motorola-joins.html</link>
		<guid isPermaLink="true">http://snapvoip.blogspot.com/2008/04/mobile-virtualization-motorola-joins.html</guid>
		<pubDate>Fri, 25 Apr 2008 01:36:00 +0200</pubDate>
		<category>virtuallogix</category>
		<category>motorola ventures</category>
		<category>atlas venture</category>
		<category>cisco systems</category>
		<category>dfj esprit</category>
		<description><![CDATA[Por Diordna en VOIP IP Telephony el 25 de abril de 2008 a las 01:36:00

SCHAUMBURG, Illinois. — April 21, 2008 – Motorola, Inc. through Motorola Ventures, its strategic venture capital arm, announced today it made an equity investment in VirtualLogix, a maker of virtualization software for communications devices and infrastructure equipment. Financial terms of the investment were n &#91;&#8230;&#93;]]></description>
		<content:encoded><![CDATA[<p>Por <strong>Diordna</strong> en <a href="http://bitacoras.com/bitacora/snapvoip.blogspot.com">VOIP IP Telephony</a> el 25 de abril de 2008 a las 01:36:00</p>

<p class="bodytext"><b>SCHAUMBURG, Illinois. — April 21, 2008</b> – Motorola, Inc. through Motorola Ventures, its strategic venture capital arm, announced today it made an equity investment in VirtualLogix, a maker of virtualization software for communications devices and infrastructure equipment. Financial terms of the investment were not disclosed. </p> <p class="bodytext">VirtualLogix is a leader in real-time virtualization—an innovative technology that is shaping the future for communications devices and equipment. Their technology enables the mobility of applications from the desktop to devices, improves quality of service and security in an open mobile world, and will enable a new generation of dynamic individual user experiences. </p> <p class="bodytext"><i>“As the mobile eco-system grows increasingly complex, demand for simplified product designs that allow dynamic mobile experiences to run across multiple platforms will intensify,”</i> said Reese Schroeder, managing director, Motorola Ventures. <i>“Virtualization offers a solution to this complexity. Our investment in VirtualLogix will help accelerate the delivery of their technology to next-generation communications devices and infrastructure equipment.”</i> </p> <p class="bodytext"> <i>“As virtualization moves out from the datacenter and into everyday front-end connected devices, our connected world will require the delivery of efficient, secure and customizable user experiences,”</i> said Peter Richards, CEO of VirtualLogix. <i>“To meet this demand, leading electronics manufacturers are looking to leverage the VirtualLogix technology to create products with improved security, manageability and customization.”</i> </p> <p class="bodytext">Motorola joins VirtualLogix’s current investors Atlas Venture, Cisco Systems, DFJ Esprit, Index Ventures, Intel Capital and Texas Instruments. </p><b>tag:</b> <a href="http://www.technorati.com/tag/real-time virtualization" rel="tag">real-time virtualization</a>, <a href="http://www.technorati.com/tag/VirtualLogix" rel="tag">VirtualLogix</a>, <a href="http://www.technorati.com/tag/Motorola Ventures" rel="tag">Motorola Ventures</a>, <a href="http://www.technorati.com/tag/Atlas Venture" rel="tag">Atlas Venture</a>, <a href="http://www.technorati.com/tag/Cisco Systems" rel="tag">Cisco Systems</a>, <a href="http://www.technorati.com/tag/DFJ Esprit" rel="tag">DFJ Esprit</a>, <a href="http://www.technorati.com/tag/Index Ventures" rel="tag">Index Ventures</a>, <a href="http://www.technorati.com/tag/Intel Capital" rel="tag">Intel Capital</a>, <a href="http://www.technorati.com/tag/Texas Instruments" rel="tag">Texas Instruments</a><div class="blogger-post-footer">Copyright © 2005-2008 SnapVoip, Published by snapvoip.blogspot.com. Proper link backs are needed for republishing.</div> <p><a href="http://feeds.feedburner.com/~a/VoipIpTelephony?a=cp5LL7"><img src="http://feeds.feedburner.com/~a/VoipIpTelephony?i=cp5LL7" border="0"></img></a></p><img src="http://feeds.feedburner.com/~r/VoipIpTelephony/~4/277255872" height="1" width="1"/>

<p>Etiquetas: <a href="http://bitacoras.com/canales/virtuallogix">virtuallogix</a>, <a href="http://bitacoras.com/canales/motorola+ventures">motorola ventures</a>, <a href="http://bitacoras.com/canales/atlas+venture">atlas venture</a>, <a href="http://bitacoras.com/canales/cisco+systems">cisco systems</a>, <a href="http://bitacoras.com/canales/dfj+esprit">dfj esprit</a></p>]]></content:encoded>
	</item>
	<item>
		<dc:creator>Genis</dc:creator>
		<title>Virtualizaci&#243;n - Ese gran desconocido</title>
		<link>http://www.cduv.org/2008/04/19/virtualizacin-ese-gran-desconocido</link>
		<guid isPermaLink="true">http://www.cduv.org/2008/04/19/virtualizacin-ese-gran-desconocido</guid>
		<pubDate>Sat, 19 Apr 2008 22:52:40 +0200</pubDate>
		<category>virtualization</category>
		<description><![CDATA[Por Genis en Crónica de una vida el 19 de abril de 2008 a las 22:52:40

Al menos para mi el virtualizar máquinas o sistemas operativos hasta hoy ha sido un gran desconocido. Gracias a un ebook que he encontrado en uno de los proveedores de software ( Parallels) he podido entender exactamente lo que es y los tipos que hay. Virtualizar explicado con mis palabras viene a ser en un mis &#91;&#8230;&#93;]]></description>
		<content:encoded><![CDATA[<p>Por <strong>Genis</strong> en <a href="http://bitacoras.com/bitacora/www.cduv.org">Crónica de una vida</a> el 19 de abril de 2008 a las 22:52:40</p>

Al menos para mi el virtualizar máquinas o sistemas operativos hasta hoy ha sido un gran desconocido. Gracias a un ebook que he encontrado en uno de los proveedores de software ( Parallels) he podido entender exactamente lo que es y los tipos que hay. Virtualizar explicado con mis palabras viene a ser en un mismo [...]<div class="feedflare"> <a href="http://feeds.feedburner.com/~f/CrnicaDeUnaVida?a=PZHJBrG"><img src="http://feeds.feedburner.com/~f/CrnicaDeUnaVida?i=PZHJBrG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/CrnicaDeUnaVida?a=vLvDtwG"><img src="http://feeds.feedburner.com/~f/CrnicaDeUnaVida?i=vLvDtwG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/CrnicaDeUnaVida?a=ITesKKG"><img src="http://feeds.feedburner.com/~f/CrnicaDeUnaVida?i=ITesKKG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/CrnicaDeUnaVida?a=DxCQiBG"><img src="http://feeds.feedburner.com/~f/CrnicaDeUnaVida?i=DxCQiBG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/CrnicaDeUnaVida?a=BlSkIgg"><img src="http://feeds.feedburner.com/~f/CrnicaDeUnaVida?i=BlSkIgg" border="0"></img></a> </div><img src="http://feeds.feedburner.com/~r/CrnicaDeUnaVida/~4/273722830" height="1" width="1"/>

<p>Etiquetas: <a href="http://bitacoras.com/canales/virtualization">virtualization</a></p>]]></content:encoded>
	</item>
	<item>
		<dc:creator>Jose</dc:creator>
		<title>coLinux, int 0&#215;80 on Windows and other rants</title>
		<link>http://www.halcode.com/archives/2008/06/02/colinux-int-0x80-on-windows-and-other-rants</link>
		<guid isPermaLink="true">http://www.halcode.com/archives/2008/06/02/colinux-int-0x80-on-windows-and-other-rants</guid>
		<pubDate>Mon, 02 Jun 2008 17:47:23 +0200</pubDate>
		<category>assembler</category>
		<category>languages</category>
		<category>operating systems</category>
		<category>programming</category>
		<category>abi</category>
		<description><![CDATA[Por Jose en HALCODE el 02 de junio de 2008 a las 17:47:23

Recently, a reader sent me an email exposing some problems he faced when trying to assemble on Cygwin a code originally targeted at Linux. The problem, as he stated, was that int 0x80 didn't perform as expected. Well, plenty of explanations are pertinent: Cygwin Cygwin allows to run a collection of Unix tools on Windows, in &#91;&#8230;&#93;]]></description>
		<content:encoded><![CDATA[<p>Por <a href="http://bitacoras.com/usuario/xklibur">Jose</a> en <a href="http://bitacoras.com/bitacora/www.halcode.com">HALCODE</a> el 02 de junio de 2008 a las 17:47:23</p>

<p>Recently, a reader sent me an email exposing some problems he faced when trying to assemble on <a href="http://en.wikipedia.org/wiki/Cygwin" title="Cygwin" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');">Cygwin</a> a code originally targeted at Linux. The problem, as he stated, was that <code>int 0x80</code> didn't perform as expected. Well, plenty of explanations are pertinent:</p> <p><strong>Cygwin</strong></p> <p>Cygwin allows to run a collection of Unix tools on Windows, including the GNU development toolchain. However, at its core, cygwin is a library which translates the <strong>POSIX system call API</strong> into the pertinent Win32 system calls (system calls are often abbreviated as <strong>syscalls</strong>). Therefore, cygwin is a software layer between applications using POSIX system calls and the Win32 operating systems, which allows <em>porting</em> some Unix applications to Windows. This way you can, for instance, have the Apache daemon working as a Windows service. Other very attractive feature of Cygwin is its interactive environment: you can run your shell quite nicely, and run your Autoconf scripts, for example. However, <strong>porting means recompiling</strong>. There is no binary compatibility, and your program cannot run in computers without Cygwin (without <code>CYGWIN1.DLL</code>, more precisely). Furthermore, albeit some progress has been made, Cygwin is relatively slow (it's a POSIX compatibility<em> layer</em>, after all.) If possible, I prefer to recompile my applications directly with MinGW. For me, this allows for a faster development cycle. Note, though, that Cygwin can compile MinGW-compatible executables. It's just that, as aforesaid, I prefer to work with MinGW directly. I only work on Windows if I have to develop applications for Windows. But Linux's development tools are the best, and we can access several of them by using MinGW. I think that Cygwin is best suited for general cross-development and for handling complicated software porting.</p> <p><strong>System Calls and int 0x80</strong></p> <p>A system call is a request by an <em>active process</em> for a service performed by the operating system kernel. Remember that a process is an executing (running) instance of a program, and the active process is the process currently using the CPU. The active process may perform a system call to request creation of other process, for instance. Or perhaps the process needs to communicate with a peripheral device. In Linux on x86, <code>int 0x80</code> is the assembly language instruction that is used to invoke system calls. int 0x80 is a software interrupt, as it will be raised by a software process, not by hardware devices. Before invoking such interruption, our program have to store the <strong>system call number </strong>(which allows the operating system to know what service your program is specifically requesting ) in the proper register of the CPU. Every interrupt is a signal to the operating system, notifying it about the occurrence of an event that must be computationally handled.</p> <p><span id="more-27"></span><strong>Application Binary Interface</strong></p> <p>Generally speaking, an Application Binary Interface (ABI) is the interface between an application program and the operating system. Conceptually, it's related to the more well-known API concept. But ABIs are a low-level notion, while APIs are more leaned toward the application source code level. If your program uses an specific API, you will be able to <em>compile</em> it on any system which implements that API. Similarly, a program (or more generally, a compiled object code) which uses a specific ABI will run (without the need for recompilation) on any system offering that ABI. Specification of ABIs includes, but is not limited to, details such as:</p> <p>1. How applications make system calls to the operating system.</p> <p>2. System call numbers.</p> <p>3. Calling conventions (how parameters are passed to functions, and how their return values are received).</p> <p>4. The format of the object code (COFF/PE, ELF, etc.)</p> <p>To consolidate ideas, notice that a relatively backward-compatible ABI is which has allowed several older applications to run on newer versions of Windows.</p> <p>Now a few things should be quite clear. First, Cygwin is a software layer at the API level. Second, interrupts are a concept from the ABI level. And it's obvious that Linux syscalls are entirely different from Windows syscalls. Further, in Cygwin you don't make raw system calls... it's CYGWIN1.DLL which does the needed Windows system calls according to your program requirements. The ABI of software compiled with Cygwin is that of Windows systems. You cannot use a Linux ABI's thing, such as int 0x80, and expect that your program runs fine on Windows.</p> <p>If you're programming in assembly, <code>0x80</code> only works in Linux. For DOS/Windows, you must use <code>0x21</code>, <code>0x25</code>, <code>0x26</code>, etc. That's the rationale behind my decision for using a function of the C library, printf, in order to avoid this problem in the example code of <a href="http://www.halcode.com/archives/2008/05/11/hello-world-c-and-gnu-as/" title="hello world, c and gnu as">this post</a>.</p> <p><strong>The Truth Reflected in the Mirror</strong></p> <p><em>You cannot use a Linux ABI's thing, such as <code>int 0x80</code>, and expect that your program runs fine on Windows</em>. That's not entirely true. Under Windows, you can install a <a href="http://msdn.microsoft.com/en-us/library/ms681411(VS.85).aspx" title="Vectored Exception Handler" onclick="javascript:pageTracker._trackPageview ('/outbound/msdn.microsoft.com');">vectored exception handler</a> which traps the interruption request, and with some coding translate the trapped information into the Windows equivalent. But that amounts to writing an Linux kernel emulator.</p> <p>If you are in a hurry, perhaps you'll prefer the wise path of virtualization. By using a virtualization engine like <a href="http://en.wikipedia.org/wiki/VMware" title="VMWare" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');">VMWare</a> and <a href="http://en.wikipedia.org/wiki/Xen" title="Xen" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');">