CaffeineAddict
Well-Known Member
My firewall dropped a connection that I accidentally spotted while monitoring logs, I don't recall which port it was, it doesn't matter but did investigate to figure what that was, and it turned it was initiated by the
In KDE the service is enabled by default and can be disabled in KDE discover, the
If you're not KDE user you can check for existence of the services and timer units with the following command:
NOTE: disabling
Or you can manually run:
I flash my bios manually and don't want anyone to download and update my BIOS behind the scene as this could result in me turning off the computer in the middle of process or there could be power outage and similar.
Also I don't like the idea of using some service online to update firmware automatically so I disabled all those services.
More info about this service can be found here:
fwupd.service
.fwupd
is a service which will periodically check for firmware updates from a web location that is not from your distro repository.In KDE the service is enabled by default and can be disabled in KDE discover, the
lvfs
option (Linux Vendor Software Service):If you're not KDE user you can check for existence of the services and timer units with the following command:
Bash:
sudo systemctl list-units fwupd* --all
NOTE: disabling
lvfs
in discover (will disable fwupd.service
) but will not disable other service responsible for updates called fwupd-refresh.service
and it will also not disable timer unit which does the update check periodically:Or you can manually run:
Bash:
sudo systemctl status fwupd.service
sudo systemctl status fwupd-refresh.service
sudo systemctl status fwupd-refresh.timer
I flash my bios manually and don't want anyone to download and update my BIOS behind the scene as this could result in me turning off the computer in the middle of process or there could be power outage and similar.
Also I don't like the idea of using some service online to update firmware automatically so I disabled all those services.
More info about this service can be found here:
fwupd - Wikipedia
en.wikipedia.org
Last edited: