OS Configuration
To configure the CYBERQUEST OS you have to follow these steps:
- Set the date time and the TimeZone;
shell
tzselect
- Change password;
shell
passwd
- Change network configuration;
sudo nano /etc/netplan/def.yaml
The example for the static IP:
network:
ethernets:
ens18:
addresses:
- 192.168.200.173/24
gateway4: 192.168.200.1
nameservers:
addresses:
- 8.8.8.8
To apply the new settings, type the following:
sudo netplan apply