Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added verifying timezone.

...

Determine the systems current timezone,

Code Block
languagebash
...date # determine current timezone

If need be change timezone,{

Code Block

...

language

...

bash
sudo dpkg-reconfigure tzdata # sets the timezone

Install the ntp daemon,

Code Block
languagebash
sudo apt-get install ntp

...