解决SDXHelper.exe长期占用CPU问题
以管理员身份运行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
以管理员身份运行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
重启完成后进入控制台退出维护模式,必须
Procedure
Ubuntu, Debian, and Related OSes
If the VM has a GUI (X11, and so on), install or upgrade open-vm-tools-desktop:
apt-get install open-vm-tools-desktop
Otherwise, use the command to install open-vm-tools:
apt-get install open-vm-tools
编辑网络配置文件
/etc/network/interfaces
新增内容
iface ens3 inet6 static
address 2001:4860:4860:1111/112
gateway 2001:4860:4860::1
dns-nameservers 2001:4860:4860::8888 2001:4860:4860::8844
重新载入网络配置
/etc/init.d/networking reload
After 2 years, 1 month, and 9 days of development, the Debian project is proud to present its new stable version 11 (code name "bullseye"), which will be supported for the next 5 years thanks to the combined work of the Debian Security team and the Debian Long Term Support team.
从 Debian 11 “Bullseye” 开始,安全更新仓库名从 发行版代号/updates 更新为 发行版代号-security,详见 Debian 11 (bullseye) 发行说明,请旧版本用户注意。