Changes between Version 504 and Version 505 of SystemAdministration


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemAdministration

    v504 v505  
    184184|| '''Task''' || CentOS (yum) || !AlmaLinux (dnf) ||
    185185|| List all available || `yum updateinfo list available` || `dnf list available` ||
    186 || List available security updates || `yum updateinfo list security all` || `dnf updateinfo list --security` ||
     186|| List available security updates || `yum updateinfo list security` || `dnf updateinfo list --security` ||
    187187|| || || `dnf updateinfo list --security --sec-severity [Severity]` ||
    188 || Install all available secutiry updates || `yum -y update --security` || `dnf upgrade --security` ||
     188|| Install all available secutiry updates || `yum update --security` || `dnf upgrade --security` ||
    189189|| Install specific CVE || `yum update --cve <CVE>` || `dnf upgrade --cve CVE-xxxx-xxxx,CVE-yyyy-yyyy` ||
    190190|| Check if a reboot is required || needs-restarting || <check alternative> ||
     
    193193
    194194Beta servers can be rebooted if required, production servers should be scheduled and announced.
    195 
    196195
    197196# Metrics #