Created
August 7, 2022 20:30
-
-
Save xholicka/8b6bf61443895ac6ced12ff9ec2ae6ff to your computer and use it in GitHub Desktop.
How to set time and date on Raspberry Pi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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