Main Menu

friends

Banner

Latest articles

Install PHP for Apache (Fedora 12)
31/03/2010 | mad mad mod

This article describes how to install PHP for Apache on Linux (Fedora 12).
 Step 1: Install PHP  run the following command as root:

# yum install php


 Setting up Install Process
Resolving Depende [ ... ]


Where in the world is kate?
30/12/2009 | mad mad mod

If you are also looking for kate on Fedora 10, 11 or 12: the package is now called "kdesdk"   # yum install kdesdk    


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