Guides
Serial
Get the serial number of a computer.
This only works on Linux systems.
You can retrieve the serial number of a server / computer with the following command:
sudo dmidecode -s system-serial-number
Alternatives:
cat /sys/class/dmi/id/product_serialsudo dmidecode | grep -i "serial number"
