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 Check System Temperature on Ubuntu 21.04

# Install sensors sudo apt update -y sudo apt install lm-sensors hddtemp -y # Setup…

User Accounts Management

# Method 1 # Disable account while still retain "sudo su userX"   # Block…

Installing IonCube

ionCube produces leading tools for PHP source code protection to secure your PHP software from…