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
Next revision
Previous revision
Last revisionBoth sides next revision
fedora_20_post_install_configuration [2014/06/10 12:06] adminfedora_20_post_install_configuration [2016/04/08 13:14] – [Services] admin
Line 1: Line 1:
 {{tag>[hardware apu fedora]}} {{tag>[hardware apu fedora]}}
- +~~TOC~~ 
-=====Fedora 20 post install configuration=====+=====PC Engines APU - Fedora 20 post install=====
   * This is mainly for the PC Engines APU   * This is mainly for the PC Engines APU
   * After installing Fedora, run 'yum update' and install the latest updates.   * After installing Fedora, run 'yum update' and install the latest updates.
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