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

Ping Command’s First Packet Toward LDAP Server(s) Takes 2 Seconds to Start

Case 1: Are DNS servers working? dig returns results right away => defined dns servers…

How to Import Files Into a Docker Container

1. Use SCP to copy files to the remote server while logged onto the local…

Ubuntu 20.04: Setting Static IP Address on an Interface

Short Version # Configure networking sudo vim /etc/netplan/*.yaml ### Sample content ### network: version: 2…