Posted On April 1, 2019

Set Automatic Updates for CentOS & Redhat

kimconnect 0 comments
blog.KimConnect.com >> Linux >> Set Automatic Updates for CentOS & Redhat

Easy.

yum -y install yum-cron vim

vim /etc/yum/yum-cron.conf
----------
apply_updates = yes
----------
systemctl start yum-cron.service

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How To Install X11VNC on Ubuntu

# Note: this setup is the quick and dirty method for lab environments # Secured…

Enable Hibernation Option on Linux Mint 20

At first glance, one would be tempted to simply expand an existing a /swapfile as…

How To Install Adobe Acrobat Reader DC on Linux Mint 20

Adobe Acrobat Reader may be available as a .deb install-able package. However, its 'Reader DC'…