Protect files and folders


Install safe-rm
sudo apt-get install safe-rm

Edit the conf file adding the folders path
pico /etc/safe-rm.conf


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