Quantcast
Channel: LinuxQuestions.org - Blogs - Ztcoracat
Viewing all articles
Browse latest Browse all 25

How to fix the Clock in Slackware

$
0
0
Many times I have tried fixing the clock in Slackware and for some reason timeconfig didn't work for me at all.

I found a way to fix the clock and it works everytime the clock is wrong.-:)

Open the terminal as root and run these commands one at a time.

Code:
# date -s "12:00:00"
Code:
ntpdate time.nist.gov
Finally to make the new set right time permanent also for the BIOS battery clock issue:
Code:
# hwclock --systohc
Cheers,
Ztcoracat

Viewing all articles
Browse latest Browse all 25

Trending Articles