Wednesday, December 30, 2015

Happy Holidays & Happy New Year

Happy Holidays and Happy New Year

Monday, December 7, 2015

Setting The System Clock and The Hardware Clock Linux

On a Linux box you have to change the system clock and the hardware clock. The hardware clock will not automatically sync with the system clock. You would think they would, but they don't. Here's what you have to do.

First open up the terminal of your choice.

Next type in the following command (This is an example, change with your date and time obviously):

date --set="Mon Dec 19 14:05:00 EST 2015"

This sets the day month date time timezone (EST, CST, PST)

Now we need to sync the hardware clock with the system clock. To do this type:

hwclock --systohc

And were done. That's it your system clock and hardware clock should now be synced and keeping proper time.