Difference between revisions of "Using Manjaro for Beginners"
→Turn on the Network Time Protocol (NTP) [https://en.wikipedia.org/wiki/Network_Time_Protocol]
imported>Handy |
imported>Handy |
||
Line 102: | Line 102: | ||
== Turn on the Network Time Protocol (NTP) [https://en.wikipedia.org/wiki/Network_Time_Protocol] == | == Turn on the Network Time Protocol (NTP) [https://en.wikipedia.org/wiki/Network_Time_Protocol] == | ||
First off we had better be sure that even though the ntp package is installed by default on the Manjaro system, it is actually there, if it is already there this will do no harm: | |||
sudo pacman -S ntp | |||
Now we can turn on ntp on by using the following command in the Terminal (sudo requires the root password): | |||
[handy@jarmano ~]$ sudo timedatectl set-ntp true | [handy@jarmano ~]$ sudo timedatectl set-ntp true |