Hello,
check after a while for new updates, regularly do updates.
Menu>System>Resource usage
Observing the activity for "command", Time+, cpu usage, memory usage, to do this with no Firefox/browser and no web apps open, observe few minutes, repeat with web apps open, report back any unusual observances/the details of command being used, and % of resource use.
Hold down Ctrl and Alt keys press T (ctrl+alt+t) to open your terminal.
enter this
does the reply confirm UFW is running with these settings ? -
If no enter into your terminal -
repeat
If UFW firewall is not enabling correctly report back this details.
If yes close terminal and check this -
Menu>Settings>Firewall Configuration
tab "log" look for unusual
tab "Report" application column, does it show imagemagic ?
If it shows in application column imagemagic , report back port number and protocol it is using.
It shall match from Resource Usage and application column, if only resource usage and not report UFW needs adjusting the logging to high to find its port use and protocol.
Then we to block/deny it next.
check after a while for new updates, regularly do updates.
Menu>System>Resource usage
Observing the activity for "command", Time+, cpu usage, memory usage, to do this with no Firefox/browser and no web apps open, observe few minutes, repeat with web apps open, report back any unusual observances/the details of command being used, and % of resource use.
Hold down Ctrl and Alt keys press T (ctrl+alt+t) to open your terminal.
enter this
Code:
sudo ufw status verbose
does the reply confirm UFW is running with these settings ? -
Code:
Status: active
Logging: on (low)
Default: deny (incoming), allow (outgoing), disabled (routed)
New profiles: skip
If no enter into your terminal -
Code:
sudo ufw enable
repeat
Code:
sudo ufw status verbose
If UFW firewall is not enabling correctly report back this details.
If yes close terminal and check this -
Menu>Settings>Firewall Configuration
tab "log" look for unusual
tab "Report" application column, does it show imagemagic ?
If it shows in application column imagemagic , report back port number and protocol it is using.
It shall match from Resource Usage and application column, if only resource usage and not report UFW needs adjusting the logging to high to find its port use and protocol.
Then we to block/deny it next.