Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
date # determine current timezone

If need be change timezone,you did a fresh setup, you should have the correct time zone and you can skip this step. If your timezone is incorrect, change it,

Code Block
languagebash
sudo dpkg-reconfigure tzdata # sets the timezone

...