Entries Tagged as ''

dmidecode – Get More Info from BIOS

Sometimes you want to know some hardware information, such as L1/L2 cache size, Memory and CPU. There is a tool to allow us to read those information. Since the output will be many lines, you can either put them to a temp file, or use grep to get information you want.

#dmidecode > tempfile

#dmidecode | grep key words