Changes between Version 506 and Version 507 of SystemAdministration


Ignore:
Timestamp:
08/01/22 12:30:08 (22 months ago)
Author:
Willem Elbers
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemAdministration

    v506 v507  
    201201|| Install all available secutiry updates || `yum update --security` || `dnf upgrade --security` ||
    202202|| Install specific CVE || `yum update --cve <CVE>` || `dnf upgrade --cve CVE-xxxx-xxxx,CVE-yyyy-yyyy` ||
    203 || Check if a reboot is required || needs-restarting || <check alternative> ||
     203|| Check if a reboot is required || `needs-restarting -r` || `dnf needs-restarting -r` ||
    204204
    205205Check for kernel and docker updates, pay special attention and exclude in case of doubt.