Author Archives: Andrew

List and Install Security Updates via YUM

You can now easily find out what security updates there are for your system (RHEL / CentOs / Fedora) by installing the ‘yum-security‘ plugin. # yum install yum-security To list available updates and see the relevant advisory code, use the following command: # yum list security To obtain information on the returned advisory codes, use [...]