Useful Tips

fanton

New Member
May 19, 2025
18
1
3
New York City, New York
Here are some commands I like to run.

- apt update && apt upgrade
- freshclam
- sa-update
- free -h
- df -h /
- w ( instead of uptime & who)

I also installed needrestart and htop

apt install needrestart
apt install htop

Any suggestions on what else to add to my list?

Thank you,
 
Any suggestions on what else to add to my list?
mailq

edit: Oh, and the command which I execute habitually:
dmesg -T | tail

This many times let me unexpectedly spot unusual events which colleagues or a monitoring system haven't noticed.
 
Last edited: