Check the chosen operating system
lsb_release -a || cat /etc/os-release
Check that user
has been added to sudo
and user42
groups
getent group sudo
getent group user42
sudo adduser < new_username>
Create a group named “evaluating”
Add new user to group evaluating
sudo usermod -aG evaluating < your_new_username>
Check if the new user belongs to the “evaluating” group
Modify the hostname by replacing the login with new one, then restart VM
sudo hostnamectl set-hostname < new_hostname>
sudo reboot
Note
restore machine to original hostname
sudo hostnamectl set-hostname < new_hostname>
sudo reboot
How to view the partitions from the VM
Check that the “sudo” program is properly installed
sudo ufw delete 4
sudo ufw delete 2
Check that the SSH service is properly installed
Note
Check if its active and port 4242
Open script monitoring.sh
vim /usr/local/bin/monitoring.sh
Change monitoring from 10min to 1min
Check if the script still exists in the same place
sudo reboot
sudo crontab -u root -e