How To Quickly Find Out The Maximum Amount Of Supported Memory In Linux

How To Quickly Find Out The Maximum Amount Of Supported Memory In Linux
Sometimes you me be required to to find out how much memory is supported by you Linux system. Here’s how you can quickly find out the maximum amount of memory supported in Linux from terminal: 1. Issue the following command at the terminal – sudo dmidecode -t 16 2. The resulting output will show you the maximum memory supported by you Linux system, but of course, the amount of memory that...

How To Quickly Find Out The BIOS Version In Linux

How To Quickly Find Out The BIOS Version In Linux
Here’s how to quickly find out the BIOS version in Linux: 1. Issue the following command at the terminal – sudo dmidecode | more 2. The first page of the output will show you the BIOS version. You can press ‘Ctrl’ + ‘C’ to quit or ‘Space’ to continue viewing detailed information about your system.