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

Linux: Using Bash to Search for Files Matching Certain Extensions

# using tree: list any files in a directory parentDirectory=/home tree --prune $parentDirectory # using…

Creating a RAM Disk on a Linux Instance of AWS

This information has already been conveyed in another post regarding a method to overcome MySQL…

Linux: Use Lubuntu 20.04, TightVNC Server, NoVNC, WebSockify to Create a Terminal Server Accessible via Any Browser!

Use Case:Imagine a virtual classroom with students using Chromebooks, iPads, and other types of computers,…