sudo apt update
make sure you are a member of the vboxusers and vboxsf groups ^[https://www.virtualbox.org/manual/ch03.html#usb-implementation-notes]
sudo groupadd vboxusers
sudo usermod -a -G vboxusers $USER
sudo groupadd vboxsf
sudo usermod -a -G vboxsf $USER
install guest additions
First, run this in the terminal
sudo apt install -y virtualbox-guest-utils virtualbox-guest-dkms
Install the virtualbox guest additions cd from the guest os window and select run when the button pops up.
let it run
eject the cd from the virtualbox host menu
restart to apply group changes
changed to bridged networking
share folder
install ssh
sudo apt install -y openssh-server
cat /media/share/id_ed25519.pub >> .ssh/authorized_keys
sudo ufw allow ssh
sudo ufw enable
# install
sudo apt update
sudo apt install -y flatpak
#if you want to install from software GUI
sudo apt install -y gnome-software-plugin-flatpak
#add the flathub repo
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
sudo apt install -y nano net-tools tmux
sudo flatpak install -y flathub org.mozilla.firefox
sudo flatpak install -y flathub com.bitwarden.desktop
# sudo flatpak install -y flathub com.authy.Authy
flatpak install -y flathub com.github.tchx84.Flatseal
sudo snap install bw
There are just too many bugs and inconsistencies to recommend this at this point. Let’s use flatpak instead.
sudo snap remove firefox
from here:
sudo apt remove brltty -y