一、整机信息:
1.1 整机制造商:dmidecode -t system 中的 Manufacturer
1.2 整机型号:dmidecode -t system 中的 Product Name
1.3 序列号:dmidecode -t system 中的 Serial Number
1.4 系统位数:python自带的platform.py中architecture()[0]
1.5 内核架构:uname -a 中架构字段
1.6 主机名:uname -a中主机名
1.7 操作系统版本:
(1)、/etc/ubuntukylin-release 中DISTRIB_DESCRIPTION
(2)、/etc/os-release 中NAME或PRETTY_NAME