ubuntu ram info code example
Example 1: linux check ram frequency
sudo lshw -short -C memory
Example 2: ubuntu ram type
sudo dmidecode | grep -A 15 Memory
Example 3: how can I check the memory of computer in ubuntu
$ sudo apt-get update
$ sudo apt install htop
$ htop