## Guest additions
```sh
sudo apt-get install build-essential module-assistant dkms
sudo m-a prepare
sudo sh /media/.../VBoxLinuxAdditions.run
sudo reboot
```
## Increase video memory
```
cd C:\Program Files\Oracle\VirtualBox
VBoxManage modifyvm "Name of VM" --vram 256
```
## Disable Ubuntu animations
```
sudo apt install dconf-editor
```
- Open `dconf Editor`
- Navigate to `/org/gnome/desktop/interface/` and toggle the “Enable-Animations” option to OFF.