Mainly to myself, my repository of tips and tricks of running Virtualbox under Linux. Feel free to user at your own risk.
Configuration location
/home/$USER/.config/VirtualBox
Connected USB devices not showing up in the usb filter
Check, and add your user to vboxusers group
sudo usermod -a -G vboxusers $USER
The post The Virtualbox post appeared first on Marco Gonçalves.