Yeah, that works. But I'd modify it just a little bit to improve
readability:
tail /var/log/apt/history.log | fmt -s
At the very least it'd tell us when the admin last updated and that'd be
easy to correlate with change dates. And the command line would always
be "apt-get -y dist-upgrade" if soup is used, and unlikely to be that if
not.
On 24.06.2015 23:05, Doug Burks wrote:
> How about something like this?
> tail /var/log/apt/history.log