Posted On January 23, 2021

Ubuntu: Disable Annoying Update Notifier

kimconnect 0 comments
blog.KimConnect.com >> Linux >> Ubuntu: Disable Annoying Update Notifier

Want to get rid of this?

Ubuntu: Go to System > Administration > Software Sources (or run: software-properties-qt) > select the Updates tab > untick all check-boxes > close

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Linux: How to Migrate Users to a New Host

Overview: Linux systems are mostly compatible with one another, even when their kernel versions are…

How to Deploy PiHole in a Kubernetes Cluster

Step 0: Create NFS Share Ensure that the NFS share has been created with these…

Experimental selinux Settings

enable or disable selinux: vim /etc/sysconfig/selinux   setsebool -P httpd_read_user_content 1   grep nginx /var/log/audit/audit.log |…