zoukankan      html  css  js  c++  java
  • linux系统安全更新

    um --security upgrade

    一、参考文档:  https://blog.csdn.net/ubuntu64fan/article/details/80927212

    CENTOS服务器yum update时怎样更新安全补丁,过滤掉内核不升级内核版本

    https://blog.csdn.net/veylian/article/details/80514746

    二、Linux主机定期打补丁修复漏洞    https://blog.csdn.net/e_Inch_Photo/article/details/79072360

    三、云服务器 ECS Linux 软件源自动更新工具 https://help.aliyun.com/knowledge_detail/52869.html

    四、云服务器 ECS Linux 更新操作最佳实践     https://help.aliyun.com/knowledge_detail/41177.html?spm=5176.11065259.1996646101.searchclickresult.dcfe1152yFYGxU

    五、通过yum-cron对linux进行安全更新(有详细说明)
    https://blog.csdn.net/wenwst/article/details/85062058

    http://www.sohu.com/a/231748600_495675

    查看更新日志在这个目录,
    cat /var/log/cron

    -----------------------------------------------------------

    红帽:更新建议

    感谢您使用红帽全球技术支持服务!

    更新步骤如下: (1)重新启动操作系统。(确保操作系统可以正常重新启动) # reboot

    (2)如果更新系统安全方面的补丁包,建议下面的步骤: # yum updateinfo list sec #查看所有适用的安全更新 # yum update --security #更新所有的安全更新。确认所有的安装包,如果没问题的话,输入"y" 确认升级。

    (3)重新启动操作系统。 # reboot

    如果是跨版本更新(比如7.0更新到7.1),建议升级系统内所有的安装包,尤其是安装图形界面的操作系统。 请您先在测试环境中进行以上操作,并且确认无误后,再应用于生产环境中。

    您好 ! 您可以执行以下命令 # yum updateinfo 如果返回的结果中Security notice(s)为0,则说明现在系统中没有需要更新的安全更新包。

     

  • 相关阅读:
    【剑指offer】24.反转链表
    【剑指offer】22. 链表中倒数第k个节点
    【每日一题-leetcode】84.柱状图中最大的矩形
    activity切换动画
    取消ActionBar的方法
    软工概论学习一
    软工概论学习二
    屏幕滑动监测以及触发事件
    Android 动画解释
    shape 学习
  • 原文地址:https://www.cnblogs.com/yaok430/p/9453342.html
Copyright © 2011-2022 走看看