Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
systems:centos [2017/12/05 13:56]
eServices Greece [Move current timezone (backup)]
systems:centos [2018/03/05 05:27] (current)
eServices Greece
Line 1: Line 1:
 +{{tag>centos}}
 ====== Centos 7 ====== ====== Centos 7 ======
  
-===== Issue updating initscripts =====+===== Issueupdating initscripts =====
 Error unpacking rpm package initscripts-9.49.30-1.el7_2.2.x86_64 Error unpacking rpm package initscripts-9.49.30-1.el7_2.2.x86_64
  
Line 16: Line 17:
  
 ===== Timezone Change ===== ===== Timezone Change =====
-==== Move current timezone (backup) ====+=== Move current timezone (backup) ===
 <sxh bash>mv /etc/localtime /etc/localtime.old</sxh> <sxh bash>mv /etc/localtime /etc/localtime.old</sxh>
  
-==== Create symlink to selected timezone ====+=== Create symlink to selected timezone ===
 <sxh bash>ln -s /usr/share/zoneinfo/Europe/Athens /etc/localtime</sxh> <sxh bash>ln -s /usr/share/zoneinfo/Europe/Athens /etc/localtime</sxh>
 +
 +===== Additional Entropy  =====
 +<sxh bash>yum install haveged
 +service haveged start
 +chkconfig haveged on</sxh>