VirtualBox 7.1.0 BETA 2is now available for download, featuring amodernised user interfacewith options for both basic and experienced users. This major update brings enhancedOCI integration, enabling users toclone and reset cloud VMsand view resource usage directly from the performance dashboard.
Other notable improvements includeWayland support for clipboard sharing on Linux,initial support for file transfers via shared clipboard, and significantperformance enhancements for screen recording. The update also introduces a newNAT engine with IPv6 supportand enablesArm virtualisation on macOS/Arm hosts.
Let's explore the key highlights of VirtualBox 7.1.0 BETA 2 version.
Table of Contents
Modernized GUI for Enhanced User Experience
The VirtualBox GUI has undergone a significant revamp, offering a choice between Basic and Experienced modes.
The Basic Mode is intended for a users who are not interested in advanced functionality and prefer a simpler, cleaner interface. And the Expert Mode is intended for experienced users who wish to utilize all VirtualBox functionality.
Users can select their preferred mode, and this choice can be modified later in either the Global Preferences or Machine Settings windows.
This allows users to tailor the interface to their needs, simplifying access to essential features or providing comprehensive control over advanced settings.
Accessibility improvements further enhance the user experience across the board.
VirtualBox has also upgraded to a newer version of Qt, contributing to a more modern look and feel.
Boosting Performance and Functionality
Enhanced Screen Recording:
Users can now enjoy significantly improved performance with screen recording, thanks to optimizations in the encoding pipeline. This translates to reduced CPU usage during active recording sessions, ensuring smoother operation.
Note that this feature requires the installation of 7.1 Guest Additions on Windows guests.
Improved NAT Engine with IPv6 Support:
VirtualBox 7.1.0 BETA2 introduces a new NAT engine with comprehensive IPv6 support, enabling more versatile and modern networking configurations.
Seamless OCI Integration
The latest update deepens VirtualBox's integration with Oracle Cloud Infrastructure (OCI). Users can now monitor resource usage of their cloud VMs directly from the performance dashboard.
Managing cloud instances is now even easier with the added capabilities to clone and reset compute instances directly from VirtualBox.
Expanded Platform Support and Feature Enhancements
- Arm Virtualization on macOS/Arm Hosts: This release unlocks the power of Arm virtualization on macOS/Arm hosts, enabling the creation and management of Arm-based Linux and BSD virtual machines.
- Wayland Support for Enhanced Clipboard Sharing: Linux users will appreciate the added support for Wayland, enabling seamless clipboard sharing between the host and guest operating systems.
- File Transfer via Shared Clipboard: VirtualBox 7.1.0 BETA2 introduces initial support for transferring files between the host and guest using the shared clipboard functionality. While currently available for Linux and Windows hosts/guests, it's important to note that this feature requires the 7.1 Guest Additions and comes with certain limitations.
Enhanced Security and Installation Options
- Automatic TLS Configuration for Enhanced Security: VirtualBox now automatically enables TLS with self-signed certificates if the user hasn't configured custom certificates. The system will also automatically issue new certificates before the expiration of old ones, ensuring continuous secure communication.
- Improved Unattended Installation: The update simplifies the installation process, particularly for modern Linux distributions, by adding support for subiquity- and cloud-init-based installers.
- Users now have the flexibility to specify separate passwords for user and admin/root accounts during unattended installations, enhancing security and control.
Additional Improvements and Bug Fixes
Beyond the major highlights, VirtualBox 7.1.0 BETA2 addresses numerous bugs and incorporates various improvements.
The release includes a critical fix for EFLAGS.TF handling during CPUID instructions when Hyper-V is active, improving compatibility and stability.
Networking stability gets a boost with follow-up fixes addressing issues encountered with FreeBSD 12.3 and pfSense 2.6.0.
Managing EFI-based virtual machines is now easier with the added ability to incorporate new Microsoft DB/KEX certificates during VM creation.
The Oracle Extension Pack sees a crucial fix for shipping the cryptographic support module, enabling full VM encryption functionality.
For developers, the Python API bindings for Python 2.x are now deprecated and will be removed in future releases. An upgrade to Python 3 is strongly recommended for continued compatibility.
This release also features significant enhancements to VBoxManage, the command-line interface for managing VirtualBox:
- Users can now monitor the progress of VM video recordings and re-attach to ongoing recordings when needed.
- A new "mount" sub-command within Guest Control enables users to query a guest's mount points, providing greater visibility into the guest file system (requires 7.1 Guest Additions).
Download VirtualBox 7.1.0 BETA 2
VirtualBox 7.1.0_BETA2 is a major update. You can download the latest VirtualBox 7.1.0 Beta 2 version from following link:
- https://download.virtualbox.org/virtualbox/7.1.0_BETA2
This page hosts the 7.1.0 BETA 2 version for RPM and DEB-based systems. It also has VirtualBox additions and extensions.
Resource:
- VirtualBox 7.1.0 BETA 2 release Notes
The above is the detailed content of Oracle VirtualBox 7.1.0 BETA 2 Is Officially Released. For more information, please follow other related articles on the PHP Chinese website!

The main differences between Linux and Windows in virtualization support are: 1) Linux provides KVM and Xen, with outstanding performance and flexibility, suitable for high customization environments; 2) Windows supports virtualization through Hyper-V, with a friendly interface, and is closely integrated with the Microsoft ecosystem, suitable for enterprises that rely on Microsoft software.

The main tasks of Linux system administrators include system monitoring and performance tuning, user management, software package management, security management and backup, troubleshooting and resolution, performance optimization and best practices. 1. Use top, htop and other tools to monitor system performance and tune it. 2. Manage user accounts and permissions through useradd commands and other commands. 3. Use apt and yum to manage software packages to ensure system updates and security. 4. Configure a firewall, monitor logs, and perform data backup to ensure system security. 5. Troubleshoot and resolve through log analysis and tool use. 6. Optimize kernel parameters and application configuration, and follow best practices to improve system performance and stability.

Learning Linux is not difficult. 1.Linux is an open source operating system based on Unix and is widely used in servers, embedded systems and personal computers. 2. Understanding file system and permission management is the key. The file system is hierarchical, and permissions include reading, writing and execution. 3. Package management systems such as apt and dnf make software management convenient. 4. Process management is implemented through ps and top commands. 5. Start learning from basic commands such as mkdir, cd, touch and nano, and then try advanced usage such as shell scripts and text processing. 6. Common errors such as permission problems can be solved through sudo and chmod. 7. Performance optimization suggestions include using htop to monitor resources, cleaning unnecessary files, and using sy

The average annual salary of Linux administrators is $75,000 to $95,000 in the United States and €40,000 to €60,000 in Europe. To increase salary, you can: 1. Continuously learn new technologies, such as cloud computing and container technology; 2. Accumulate project experience and establish Portfolio; 3. Establish a professional network and expand your network.

The main uses of Linux include: 1. Server operating system, 2. Embedded system, 3. Desktop operating system, 4. Development and testing environment. Linux excels in these areas, providing stability, security and efficient development tools.

The Internet does not rely on a single operating system, but Linux plays an important role in it. Linux is widely used in servers and network devices and is popular for its stability, security and scalability.

The core of the Linux operating system is its command line interface, which can perform various operations through the command line. 1. File and directory operations use ls, cd, mkdir, rm and other commands to manage files and directories. 2. User and permission management ensures system security and resource allocation through useradd, passwd, chmod and other commands. 3. Process management uses ps, kill and other commands to monitor and control system processes. 4. Network operations include ping, ifconfig, ssh and other commands to configure and manage network connections. 5. System monitoring and maintenance use commands such as top, df, du to understand the system's operating status and resource usage.

Introduction Linux is a powerful operating system favored by developers, system administrators, and power users due to its flexibility and efficiency. However, frequently using long and complex commands can be tedious and er


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Zend Studio 13.0.1
Powerful PHP integrated development environment

Notepad++7.3.1
Easy-to-use and free code editor

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.