Weekly Shaarli

All links of one week in a single page.

Week 08 (February 19, 2024)

Reset Chacon Dio
thumbnail
  • Brancher la prise
  • Maintenir off pour reset
Note: VirtualBox Networks

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