linux CPU大小
cat /proc/cpuinfo |grep “model name” && cat /proc/cpuinfo |grep “physical id”
内存大小
cat /proc/meminfo |grep MemTotal
硬盘大小
fdisk -l |grep Disk
https://www.cnblogs.com/xuchunlin/p/5671572.html