Linux Uptime history

Report the historical and statistical running time of system, keeping it between restarts. Like uptime command but with more interesting output.

apt-get install tuptime

tuptime

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