How to disable ubuntu auto update
How to disable ubuntu auto update
-----------------------------------------------
( because it create some spike on incoming network , almost above 2m on zabbix )
1. Be root
2. edit file /etc/apt/apt.conf.d/10periodic
3. change
APT::Periodic::Update-Package-Lists "1";
to
APT::Periodic::Update-Package-Lists "0";
thank to Japman ( proteus lead infrastructure )
-----------------------------------------------
( because it create some spike on incoming network , almost above 2m on zabbix )
1. Be root
2. edit file /etc/apt/apt.conf.d/10periodic
3. change
APT::Periodic::Update-Package-Lists "1";
to
APT::Periodic::Update-Package-Lists "0";
thank to Japman ( proteus lead infrastructure )
Comments
Post a Comment