Dicas diversas sobre TI, sistemas operacionais e networking
/etc/cron.daily/logrotate
/etc/crontab
0 0 * * * /new/path/to/logrotate
apt list --upgradable | cut -d"/" -f1 > /tmp/apt pico /tmp/apt cat /tmp/apt | tr "\n" " " apt install --on...