Category Archives: Virtualization

Multipass Command Examples – Create and Manage Ubuntu Virtual Machines

By | May 30, 2023

Multipass is a lightweight, command-line virtualization tool developed by Canonical that allows you to create and manage Ubuntu virtual machines (VM) on your local machine. It lets you run multiple isolated instances of Ubuntu for development and testing. Multipass is cross-platform, which means you can run it on macOS, Windows, and Linux. However, on Linux,… Read More »

Basic Docker Command Examples on Ubuntu – Get Images and Launch Containers

By | May 30, 2023

Docker is a popular “containerization” platform that allows developers to run applications inside isolated environments called containers. Containers are similar to virtual machines, however they do not run an entire operating system (like virtualbox, qemu). In principle containers are somewhat similar to the classic that could be used to setup a completely isolated environment within… Read More »

How to Install VirtualBox Guest Additions on Ubuntu 22.10

By | April 30, 2023

After you install Ubuntu inside VirtualBox its necessary to install guest additions in order to enable enhanced features like native screen resolution, seamless windows, shared clipboard, shared folders and few others. Without it, you would probably have to work with a standard resolution like 1024×768 as the default virtual machine does not support every possible… Read More »

How to Install Virtualbox Guest Additions on Debian 7 Wheezy

By | May 1, 2023

Virtualbox guest additions in Debian Debian 7 wheezy has virtualbox guest additions inbuilt. So after installing debian on virtualbox the guest addition features are immediately available. However the guest additions bundled with debian is general of older version compared to the latest virtualbox version. So its a good idea to install the latest virtualbox guest… Read More »

How to Check if Virtualbox Guest Additions are Installed in a Linux Guest OS

By | May 1, 2023

Virtualbox guest additions allow better integration between the host and guest operating systems like seamless copy/paste, flexible screen resolution of the guest os etc. After installing an OS inside VirtualBox you should install the Guest Additions right away to get the best features and functionality out of it. It installs driver programs that enables native… Read More »