Daily Shaarli
February 21, 2024
Create a virtual machine with access from the host and with an internet access.
- install the VM (debian)
- create a Host-only network
- in VM settings:
- Adapter 1: Bridged Adapter
- Adapter 2: Host-only Adapter
- configure the network in the VM to have them both active
Install kernel headers to be able to install Guest additions:
apt-get -y install linux-headers-$(uname -r) gcc make perl
- in
/media/cdrom0
:sudo bash VBoxLinuxAdditions.run