Skip to content

Instantly share code, notes, and snippets.

@xholicka
Created August 7, 2022 20:30
Show Gist options
  • Save xholicka/8b6bf61443895ac6ced12ff9ec2ae6ff to your computer and use it in GitHub Desktop.
Save xholicka/8b6bf61443895ac6ced12ff9ec2ae6ff to your computer and use it in GitHub Desktop.
How to set time and date on Raspberry Pi
timedatectl status
timedatectl list-timezones | grep America
sudo timedatectl set-timezone Europe/Prague
sudo vim /etc/systemd/timesyncd.conf
time.google.com
time.cloudflare.com
sudo timedatectl set-ntp true
sudo ip link set eth0 down && sudo ip link set eth0 up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment