Skip to content

VM Configuration

Cisco edited this page Sep 28, 2025 · 3 revisions

virtual devices

  • RAM : 4GB
  • processors : 4
  • hard drive : 18 GB

OS

Debian

partition and logical volumes

Type mounted at size (GB) for
primary /boot/efi 0.8
logical / 9.2
logical none 2 swap
logical /var 6

extra configuration

  • add user to sudoers
su root
nano /etc/sudoers
# <user> ALL=(ALL) ALL
  • install git and setup ssh key sudo apt-get install git-all
  • install make sudo apt-get install build-essential
  • install a text editor (vim, ..)

Clone this wiki locally