Main Menu

friends

Banner

Latest articles

Installing VirtualBox on Linux (Fedora)
10/10/2009 | mad mad mod

If you want to run windows application on Linux, you have several options:use wineInstall Windows in a XEN VM (with full virtualization) Install Windows on a VMWare VM (Server or Player)Install Windo [ ... ]


Find duplicated files on your file system
10/03/2010 | mad mad mod

A very nice tool to find duplicated files on your file system is "fslint". It is available from the standard Fedora repository. To install fslint just enter the following command: [root@blackmod  [ ... ]


Other Articles
Facebook MySpace Twitter Digg Delicious Stumbleupon Google Bookmarks 

Designed by:
SiteGround web hosting Joomla Templates
time synchronization with ntp on Linux (Fedora) E-mail
sysadmin

The ntpd program is an operating system daemon which sets and maintains  the  system time of day in synchronism with Internet standard time servers.

 

Do the following if you  want to use the ntp daemon to synchronize the time with a public timeserver:

 

Install ntp (as root):

# yum install ntp ntpdate

 

if you want ntpd to start at boot time:

# chkconfig ntpd on

 

Synchronize the timewith ntpdate:

# ntpdate pool.ntp.org
 9 Apr 17:33:39 ntpdate[4736]: step time server 192.33.214.47 offset 84.859874 sec

 

Fedora 12 comes with a working /etc/ntp.conf. If your /etc/ntp.conf is not properly configured, here is the default F12 ntp.conf:

driftfile /var/lib/ntp/drift

restrict default kod nomodify notrap nopeer noquery
restrict -6 default kod nomodify notrap nopeer noquery

restrict 127.0.0.1
restrict -6 ::1

server 0.fedora.pool.ntp.org
server 1.fedora.pool.ntp.org
server 2.fedora.pool.ntp.org

includefile /etc/ntp/crypto/pw

keys /etc/ntp/keys

 

Now start ntpd:

 

# service ntpd start

Comments (0)
Write comment
Your Contact Details:
Comment:
[b] [i] [u] [url] [quote] [code] [img]   
:D:angry::angry-red::evil::idea::love::x:no-comments::ooo::pirate::?::(
:sleep::););)):0
Security
Please input the anti-spam code that you can read in the image.

!joomlacomment 4.0 Copyright (C) 2009 Compojoom.com . All rights reserved."

 
mad mad mod, Powered by Joomla! and designed by SiteGround web hosting