Programs connected to network/internet

show programs connected to network/internet

lsof -P -i -n | cut -d' ' -f1 | uniq | sed 1d

Apt only upgrade selected packages

 apt list --upgradable | cut -d"/" -f1 > /tmp/apt pico /tmp/apt cat /tmp/apt | tr "\n" " " apt install --on...

Mais vistos