Quote:
Originally Posted by tinyTux
On that note: do motherboards have some kind of built-in UUID or identifier that is assessable through an API?
|
I can't name a program that would give you that info via an api. But you can get the UUID easily enough via the commandline. As
root run:
Code:
dmidecode | grep UUID
If you get an error make sure you have
dmidecode installed.