VPS unattended-upgrade占用100%问题解决
今天在ubuntu机器中发现了刚装了的系统居然有个叫unattended-upgrade的程序一直占用100%的cpu,那必须得杀!
直接 sudo kill -9 PID好像行不通
更改config file
/etc/apt/apt.conf.d/20auto-upgrades
sudo dpkg-reconfigure -plow unattended-upgrades |
设置 APT::Periodic::Unattended-Upgrade
为 “0”
cat /etc/apt/apt.conf.d/20auto-upgrades |
然后再 kill -9 pid
应该就能杀死了
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.

EdNovas云————高性价比,多国家节点,多地区奈飞迪士尼等流媒体解锁

AntLink蚁链————新用户注册免费使用50g/30天,便宜IPLC机场

Mocca Store————便宜稳定奈飞迪士尼等北美流媒体,办公设计学习软件会员
Comment