Things to do when setting up new Ubuntu servers

  • Date: May 28, 2025
  • Categories:  misc

Set the timezone

ln -sf /usr/share/zoneinfo/America/Los_Angeles /etc/localtime

Generate SSH key

ssh-keygen -t ed25519 -C "Comment"

and add to Github keys