获得服务器硬件信息(CPUID、硬盘号、主板序列号、IP地址等)
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
获得服务器硬件信息(CPUID、硬盘号、主板序列号、IP地址等)
--------linux命令:----------
获取IP地址
ifconfig -a
获取CPU信息:
dmidecode -t processor | grep ‘ID’
#lscpu
#cat /proc/cpuinfo
#dmidecode -t processor
#dmidecode | grep “CPU” //获取CPU信息
主板:
dmidecode |grep ‘Serial Number’
获取硬盘信息:
fdisk -l
------windows命令:---------
获取IP地址
ipconfig
ipconfig/all
获取CPU序列号
wmic CPU get ProcessorID
获取硬盘序列号:
1,diskpart 2,list disk 3,select disk 0 4,detail disk
查找硬盘序列号
wmic diskdrive get SerialNumber
查找主板厂商和型号
wmic BaseBoard get Manufacturer
wmic BaseBoard get Product
GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:3 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)