Skip to content

VirtualBox

Download and Install

Get the .deb file from Linux_Downloads – Oracle VM VirtualBox

Fix Screen Size

VM Settings » Display » Screen » Graphics Controller = VBoxVGA. virtualbox.org • View topic - Guest screen too small

How do I resize a Virtual Box Partition

error with VBox Manage not copying

Briged Network

``` bash

sudo ip link add name vbox type bridge
sudo ip link set vbox up
sudo ip link set enp4s0 up
sudo ip link set enp4s0 master vbox
sudo dhclient vbox

sudo nmcli connection add type bridge ifname br0 stp no
nmcli connection add type bridge-slave ifname enp30s0 master br0

# https://www.2daygeek.com/enable-disable-up-down-nic-network-interface-port-linux/
apt install -y network-manager
apt install -y ifupdown
nmtui