====== Virtualbox ====== ===== - Keymap ===== For current session: loadkeys de Go for sudo nano /etc/default/keyboard there you can change your keyboard settings. ===== - Mount shared folder (2024-02, vbox v7.0) ===== Follow instruction here. https://gist.github.com/estorgio/0c76e29c0439e683caca694f338d4003 When it doesn't work after restart: sh ./opt/VBoxGuestAdditions-*/init/vboxadd setup shutdown -h now ===== - Screen resolution ===== Quick Steps Check the resolutions your graphic card supports via the VirtualBox Environment (VBE).You should be able to find that out by issuing the command 'vbeinfo' in the GRUB console (hit the C key when the GRUB boot menu shows up). Pick one resolution, then open '/etc/default/grub' (e.g. sudo vim /etc/default/grub) and change the line #GRUB_GFXMODE=640x480 to something like this GRUB_GFXMODE=1152x864 (where 1152x864 should be your custom resolution which is also supported by your graphic card). Now run these two commands one-by-one: sudo update-grub sudo reboot ===== - Bridge network ===== ==== - Windows ==== Virtuabox bridge network driver need tobe enabled on windows network adapter. Go to your net card. Go to properties and then Install -> Service, which? This: VirtualBox NDIS6 Bridged Networking Driver Reopen Virtual Box Config bridge network virtual adpater for the VM Login and ifup if needed. dhclient if needed. Enable interface on boot. === - Troubleshooting === tcpdump