Date - JadenGil/Jaden-Tech-Journal GitHub Wiki

Deliverable 1:

image


Deliverable 2:

image


Deliverable 3

image


Deliverable 4

Ubuntu uses the timezone set during the installation process. However, you can change the timezone using the timedatectl command.

sudo timedatectl set-timezone <desired_timezone>

You can make sure that the clock is synced with the proper time source using the network time protocol.

sudo apt-get install ntp

sudo systemctl enable ntp

sudo systemctl start ntp

By default, Ubuntu logs include timestamps. However, you can enhance the logging capabilities by customizing log formats or using log management tools like rsyslog or syslog-ng like we did in this lab. These tools offer options to customize log formats and include additional metadata like hostname, severity level, etc.

Similar steps can be taken in Rocky Linux