Changes between Version 501 and Version 502 of SystemAdministration


Ignore:
Timestamp:
08/01/22 10:31:43 (22 months ago)
Author:
Willem Elbers
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemAdministration

    v501 v502  
    182182# Updates #
    183183
    184 (to be updated)
     184|| '''Task''' || CentOS (yum) || AlmaLinux (dnf) ||
     185|| List all available || `yum updateinfo list available` || `dnf list available` ||
     186|| List available security updates || `yum updateinfo list security all` || `dnf updateinfo list --security` ||
     187|| || || `dnf updateinfo list --security --sec-severity [Severity]` ||
     188|| Install all available secutiry updates || `yum -y update --security` || `dnf upgrade --security` ||
     189|| Install specific CVE || `yum update --cve <CVE>` || `dnf upgrade --cve CVE-xxxx-xxxx,CVE-yyyy-yyyy` ||
     190|| Check if a reboot is required || needs-restarting || needs-restarting ||
    185191
    186192# Metrics #