how to know the total memory of the system in ubuntu code example
Example: how can I check the memory of computer in ubuntu
$ sudo apt-get update
$ sudo apt install htop
$ htop
$ sudo apt-get update
$ sudo apt install htop
$ htop