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
fedora_20_post_install_configuration [2014/06/10 12:06] adminfedora_20_post_install_configuration [2021/10/09 15:14] (current) – external edit 127.0.0.1
Line 1: Line 1:
 {{tag>[hardware apu fedora]}} {{tag>[hardware apu fedora]}}
- 
 =====PC Engines APU - Fedora 20 post install===== =====PC Engines APU - Fedora 20 post install=====
   * This is mainly for the PC Engines APU   * This is mainly for the PC Engines APU
Line 37: Line 36:
  
 ====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.1402402009.txt.gz · Last modified: 2014/06/10 12:06 by admin