Linux

Linux commands good to remember

Just a minor FYI when it comes to good linux commans that is often forgotten.

Checking Disk Load
# iostat -d -x

Checking CPU Load
# mpstat -P ALL

Checking Network Status
# netstat -i

Checking Memory
# free -m

APT installing testing packages when using stable version in debian
apt-get -t testing install

Leave a Reply

Your email address will not be published. Required fields are marked *