Results 1 to 6 of 6
hi,guys
i need to change my hardware time and date as my hardware time don't right
but i don't have network
i need the the commands and the steps
please ...
- 07-16-2010 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 17
how to change time of my system
hi,guys
i need to change my hardware time and date as my hardware time don't right
but i don't have network
i need the the commands and the steps
please help me
Thanks & best regards
- 07-16-2010 #2
Make sure the clock is set correctly in the BIOS, this will have the biggest impact. The way you set your timezone varies between distributions. Have you tried right-clicking on the clock on your Gnome desktop? That gives you options to set the system clock.
Linux user #126863 - see http://linuxcounter.net/
- 07-16-2010 #3Just Joined!
- Join Date
- Jun 2010
- Posts
- 17
but i can't change it from Gnome Desktop
i need to change it by commands
- 07-16-2010 #4
Use the date command to set the date/time for your system.
You need to be root (su -) or have root priviledge (sudo).
sudo date -s "07/04/1776 13:14:34"
Set the date to July(07), 4th (04), 1:14:34pm (1314 :34), 1776 AD
But the real answer is to use ntpd (network time protocol) to update your system time daily. ntpd is the daemon that contacts the time server(s) and synchronizes your system with accurate stable world clocks.
- 07-16-2010 #5Just Joined!
- Join Date
- Jun 2010
- Posts
- 17
what can i make to change using ntpd?
please tell me the steps & commands
thanks for your help
- 07-16-2010 #6
Google is your friend...
Google is your friend...
Google Search "linux ntpd client"
My problem with ntpd is udp port 123 is firewall blocked in my corporate environment.
If you are on an open network, then update /etc/ntp.conf to add servers and turn on ntpd.
Now your system will update its time.


Reply With Quote
