zoukankan      html  css  js  c++  java
  • 阿里云服务器常见漏洞修复整理

    1、第一次购买阿里云ECS服务器提示需要修复的漏洞

    RHSA-2017:1842: kernel security, bug fix, and enhancement update
    RHSA-2017:2299: NetworkManager and libnl3 security, bug fix and enhancement update
    RHSA-2017:1916: glibc security, bug fix, and enhancement update
    RHSA-2017:3075: wget security update
    RHSA-2017:2029: openssh security, bug fix, and enhancement update
    RHSA-2017:2292: gnutls security, bug fix, and enhancement update

    2、如何修复

    kernel security, bug fix, and enhancement update:
    $ yum update kernel-tools
    $ yum update kernel-tools-libs
    $ yum update python-perf
    
    NetworkManager and libnl3 security, bug fix and enhancement update:
    $ yum update libnl3
    $ yum update libnl3-cli
    $ yum update NetworkManager
    //$ yum update NetworkManager-libnm
    //$ yum update NetworkManager-team
    //$ yum update NetworkManager-tui
    //$ yum update NetworkManager-wifi
    
    glibc security update (Important):
    $ yum update glibc
    $ yum update glibc-common
    $ yum update glibc-devel
    $ yum update glibc-headers
    
    wget security update:
    $ yum update wget
    
    openssh security and bug fix update (Moderate):
    $ yum update openssh
    $ yum update openssh-clients
    $ yum update openssh-server
    
    gnutls security, bug fix, and enhancement update:
    $ yum update gnutls

    github地址:https://github.com/line007/jucdemo2

    博客地址:https://line007.github.io/

  • 相关阅读:
    python函数--isalpha()方法
    python函数--isdigit()方法
    python函数--isalnum()方法
    python函数--range()方法
    python函数--len()方法
    python函数--介绍
    Linux命令总结--awk命令
    Linux命令总结--pwd命令
    Linux命令总结--rm命令
    Linux命令总结--cp命令
  • 原文地址:https://www.cnblogs.com/ice-line/p/9590445.html
Copyright © 2011-2022 走看看