Useful system commands

Memory

# Show maximum capacity and number of RAM slots
sudo dmidecode -t 16
# Show information on RAM in slots
sudo dmidecode -t 17

# Shows all memory related information in the system. Slow as it polls all hardware first.
sudo lshw -class memory

Revision #2
Created 2022-06-03 18:20:47 UTC by bluecrow76
Updated 2024-07-04 23:11:26 UTC by bluecrow76