肥兔 发布的文章

Rspamd is an advanced spam filtering system and email processing framework that allows evaluation of messages by a number of rules including regular expressions, statistical analysis and custom services such as URL black lists. Each message is analysed by Rspamd and given a verdict that might be used by MTA for further processing (e.g. to reject a message, or add a special header indicating spam) along with other information, such as possible DKIM signature or modifications suggested for a message.

Rspamd can act as a Milter allowing direct interaction with popular MTA systems, such as Postfix or Sendmail.

Rspamd is designed to process hundreds of messages per second simultaneously, and provides a number of useful features including a comprehensive Lua API that allows access to messages processing in various aspects as well as asynchronous network API to access external resources, such as DNS, HTTP or even generic TCP/UDP services.

https://github.com/rspamd/rspamd

kexec是Linux内核的一种机制,它允许从当前运行的内核启动新内核。kexec会跳过由系统固件执行的引导加载程序阶段和硬件初始化阶段,直接将新内核加载到主内存并立即开始执行。这避免了与完全重新启动相关的漫长时间,并且可以通过最小化停机时间来帮助系统满足高可用性要求。

- 阅读剩余部分 -

以管理员身份运行Windows Powershell,然后运行如下命令:

Schtasks /change /s localhost /tn "\Microsoft\Office\Office Feature Updates" /disable
Schtasks /change /s localhost /tn "\Microsoft\Office\Office Feature Updates Logon" /disable

通过 https://customerconnect.vmware.com/patch 下载最新补丁包,上传到数据存储,开启维护模式,通过SSH连接到ESXi

检查当前版本,可以忽略

[root@localhost:~] vmware -vl
VMware ESXi 6.7.0 build-14320388
VMware ESXi 6.7.0 Update 3

通过控制台寻找文件位置

/vmfs/volumes/5d68042f-45d86544-d997-a0369f7517fc/VMware-ESXi-7.0U2d-18538813-depot.zip

检索包信息,可以忽略

esxcli software sources profile list -d /vmfs/volumes/5d68042f-45d86544-d997-a0369f7517fc/VMware-ESXi-7.0U2d-18538813-depot.zip

执行升级,必须

esxcli software profile update -d /vmfs/volumes/5d68042f-45d86544-d997-a0369f7517fc/VMware-ESXi-7.0U2d-18538813-depot.zip -p ESXi-7.0U2d-18538813-standard

重启服务器,必须

reboot

重启完成后进入控制台退出维护模式,必须