--I will post the minimum commands for checking the specifications only on the Linux terminal. -* This article is also posted on my Hatena blog, but I hope it will be seen by as many people as possible, so I will post it on Qiita as well.
--Confirmed execution in the following environment.
| item | Remarks | 
|---|---|
| Ubuntu20.04 LTS | |
| CentOS7 | Introduced by this method →Install Cent0S7 on your PC | 
$ cat /proc/cpuinfo
$ cat /proc/meminfo
$ sudo dmidecode --type system | grep -i product
$ sudo dmidecode --type system | grep -i serial
Recommended Posts