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
- How to resize a virtualbox VDI disk under windows | derekmolloy.ie
- How To Install And Use VBoxManage On Ubuntu 16.04 And Use Its Command line Options | Unixmen
error with VBox Manage not copying
- VirtualBox - Manjaro
- [VirtualBox - ArchWiki](https://wiki.archlinux.org/title/VirtualBox#Sign_modules
- Starting Syncthing Automatically — Syncthing documentation
- [SOLVED] Virtualbox module "vboxdrv" - loading at boot / Newbie Corner / Arch Linux Forums
- Install VirtualBox on Arch Linux
Briged Network
- How does bridged networking work in Virtualbox [solved] / Newbie Corner / Arch Linux Forums
- NEED THESE MODULES
- vboxdrv
- vboxnetadp
- vboxnetflt
- modprobe vboxdrv
``` 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