Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


fedora_20_post_install_configuration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
fedora_20_post_install_configuration [2014/06/18 19:22] adminfedora_20_post_install_configuration [2016/04/08 13:14] – [Services] admin
Line 37: Line 37:
  
 ====Services==== ====Services====
-===Install NTPd===+===SMART monitoring tools=== 
 +  * Install package:<code>yum install smartmontools 
 +systemctl enable smartd.service 
 +systemctl start smartd.service</code> 
 +  * Show SMART info:<code>smartctl --all /dev/sda</code> 
 + 
 + 
 + 
 +===Install chronyd===
 <code> <code>
-yum install ntp+yum install chronyd
  
-# edit ntp servers in /etc/ntp.conf+# edit ntp servers in /etc/chrony.conf
  
-systemctl enable ntpd.service +systemctl enable chronyd.service 
-systemctl start ntpd.service+systemctl start chronyd.service
  
-#Check NTPd status +#Check chronyd status 
-ntpq -p+chronyc sources
  
 #Check settings with timedatectl #Check settings with timedatectl
fedora_20_post_install_configuration.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1