ubuntu show ram info code example
Example 1: linux check ram frequency
sudo lshw -short -C memory
Example 2: ubuntu memory command line
watch -n 5 free -m
Example 3: ubuntu ram type
sudo dmidecode | grep -A 15 Memory
sudo lshw -short -C memory
watch -n 5 free -m
sudo dmidecode | grep -A 15 Memory