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/

  • 相关阅读:
    css 深入理解
    2018 web经典面试题
    CSS 居中布局
    HTTP首部解析
    http状态码有那些?分别代表是什么意思?
    基本HTTP协议流程是什么?
    JS-变量
    javascript基础1
    css3弹性盒模型(Flexbox)
    文字效果和颜色
  • 原文地址:https://www.cnblogs.com/ice-line/p/9590445.html
Copyright © 2011-2022 走看看