KVM (Kernel-based Virtual Machine) is the virtualization solution (type 1 hypervisor) included in the Linux kernel, which, by default, is used together with QEMU, the userspace software which actually performs the guest systems emulation (type 2 hypervisor). In a previous tutorial we saw how to create and manage KVM virtual machines from the command line; in this article, instead, we will learn how to create and manage guest systems snapshots using tools like virsh and virt-manager.
virtualization
Install VMware tools on Ubuntu 22.04 Jammy Jellyfish Linux
If you’re running Ubuntu 22.04 inside a VMware virtual machine, installing the VMware Tools software will help you get the most out of the system. VMware Tools will give the machine more capabilities, such as a shared clipboard with the host system, drag and drop file transfer, and automatic window resizing. In this tutorial, you will see how to install VMware tools on Ubuntu 22.04 Jammy Jellyfish Linux VMware virtual machine.
Virtualbox: install guest additions on Ubuntu 22.04 LTS Jammy Jellyfish
If you’re running Ubuntu 22.04 inside a VirtualBox virtual machine, installing the Guest Additions software will help you get the most out of the system. VirtualBox Guest Additions will give the machine more capabilities, such as a shared clipboard with the host system, drag and drop file transfer, time synchronization, shared folders, automatic window resizing, and more.
VirtualBox Extension Pack installation on Ubuntu 22.04 Jammy Jellyfish Linux
In this tutorial, you will learn how to install VirtualBox Extension Pack on Ubuntu 22.04 Jammy Jellyfish Linux. This software will allow you to extend some of the functionalities of your guest operating systems and the way you can interact with them from your host Ubuntu 22.04 system.
How to install VMware Workstation on Ubuntu 22.04 Jammy Jellyfish Linux
The purpose of this tutorial is to install VMware Workstation PRO on Ubuntu 22.04 Jammy Jellyfish Linux. Then, you can set up virtual machines with VMware Workstation Pro on a single physical machine and use them simultaneously with the actual machine.
Access and modify virtual machines disk images with libguestfs tools
In a previous article, we saw how to create kvm virtual machines from the command line; in this tutorial, instead, we learn how to access and modify virtual machines disk images, using some utilities which are part of the libguestfs package on the most commonly used Linux distributions. Those tools let us perform a variety of tasks.
Install VirtualBox on Ubuntu 22.04 Jammy Jellyfish Linux
The objective of this tutorial is to install VirtualBox on Ubuntu 22.04 Jammy Jellyfish. VirtualBox is a free and open source hosted hypervisor for x86 virtualization developed and maintained by the Oracle Corporation.
How to connect to VirtualBox via SSH
After installing a Linux distribution in Oracle VirtualBox, you may be wondering how you can SSH from the host operating system into the virtual machine. After all, SSH is a great way to access and manage the system on command line.
Install VirtualBox Guest Additions on Linux guest
If you’re running Linux inside a VirtualBox virtual machine, installing the Guest Additions software will help you get the most out of the system. VirtualBox Guest Additions will give the machine more capabilities, such as a shared clipboard with the host system, drag and drop file transfer, time synchronization, shared folders, automatic window resizing, and more.
VirtualBox increase disk size on Linux
In this tutorial you will learn how to increase disk size on VirtualBox. One of the great things about installing an operating system into a virtual machine is that we can easily change the machine’s CPU utilization limit, its memory usage, and the amount of hard drive space it has. With VirtualBox, all of these hardware specifications can even be changed long after the virtual machine is created.
Virtualbox Guest additions installation on Fedora Linux
If you’re running Fedora Linux inside a VirtualBox virtual machine, installing the Guest Additions software will help you get the most out of the system. VirtualBox Guest Additions will give the machine more capabilities, such as a shared clipboard with the host system, drag and drop file transfer, and automatic window resizing.
This makes copying data to and from a host system much more convenient. It also changes the VM’s resolution automatically when its window is resized, so you don’t need to change it manually. Guest Additions will work with just about any Linux distribution, but instrutions can differ because of dependencies and package managers.
In this guide, we’ll be going over the step by step instructions to get VirtualBox Guest Additions installed on Fedora Linux. With these instructions, it doesn’t matter what host system you’re using, as long as the virtual machine is running Fedora. This guide assumes that you’ve already installed Fedora in the VM correctly.
In this tutorial you will learn:
- How to install VirtualBox Guest Addition on Fedora
How to configure shared VirtualBox folder on Linux
After installing a Linux distro into a VirtualBox virtual machine, you may be wondering how to share files between the host operating syste and the virtual machine itself. One of the easiest and most convenient ways to provide this function is by setting up a VirtualBox shared folder.
Essentially this means that a folder on your host machine can be mounted on the virtual machine, where both systems will be able to access files or drop them in the folder. It doesn’t matter what host operating system you’re using, as the instructions will be the same across Linux, Windows, etc.
In this guide, we’ll go through the step by step instructions to configure a shared VirtualBox folder. We’ll also show you how to mount the shared folder on your Linux system, allowing you to easily share files back and forth.
In this tutorial you will learn:
- How to configure a shared VirtualBox folder on Linux
- How to mount a VirtualBox shared folder