...
Code Block | ||||
---|---|---|---|---|
| ||||
# CommandsEquivalent commands to get MAC address (type format similar to "fa:16:3d:c9:ac:83") $ ip link $ ifconfig -a # Command to get the product_uuid (type format similar to "92DD146C-F404-4253-J518-49602Z7C1B8F") $ sudo cat /sys/class/dmi/id/product_uuid |
...