-
Notifications
You must be signed in to change notification settings - Fork 0
VM Configuration
Cisco edited this page Sep 28, 2025
·
3 revisions
- RAM : 4GB
- processors : 4
- hard drive : 18 GB
Debian
| Type | mounted at | size (GB) | for |
|---|---|---|---|
| primary | /boot/efi | 0.8 | |
| logical | / | 9.2 | |
| logical | none | 2 | swap |
| logical | /var | 6 |
- 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, ..)