Ubuntu VirtualBox Guest Additions and Custom LiveCD
Some quick notes for myself: Ubuntu VirtualBox Guest Additions Install VirtualBox guest additions Create virtual machine shared folder Add virtual machine Ubuntu user to vboxsf group `sudo usermod -a -G vboxsf username` Logout/restart References: https://stackoverflow.com/questions/26740113/virtualbox-shared-folder-permissions Creating Ubuntu Custom LiveCD Add Cubic repository `sudo apt-add-repository ppa:cubic-wizard/release` Install Cubic `sudo apt install cubic` Run Cubic and point to default ISO downloaded from www.ubuntu.com Install any additional packages needed Finish customizing ISO image References: https://askubuntu.com/questions/741753/how-to-use-cubic-to-create-a-custom-ubuntu-live-cd-image https://www.ostechnix.com/create-custom-ubuntu-live-cd-image/ For the more adventurous who want to create a LiveCD from scratch: https://help.ubuntu.com/community/LiveCDCustomizationFromScratch