Documentation on Debian Linux
Updating the system apt update apt upgrade Creating a user adduser username usermod -aG sudo...
Linux Runlevel
Creating a config file touch /etc/rc.local chmod +x /etc/rc.local nano -w /etc/rc.local #!/...
Network Time Protocol
Setting up a timezone timedatectl list-timezones timedatectl set-timezone Pacific/Auckland Che...
System and Service Manager
Creating a config file and setting things up (more detailsĀ here) mkdir /etc/systemd/journald.con...