1、linux 下安装UUID库

  1.1)ubuntu下安装uuid链接库

    sudo apt-get install uuid-dev

   1.2)CentOS

    yum install libuuid-devel

2、获取系统的uuid

    $ cat /proc/sys/kernel/random/uuid

 

相关文章:

  • 2022-12-23
  • 2021-12-04
  • 2021-12-16
  • 2021-12-31
  • 2021-08-04
  • 2021-04-25
  • 2021-08-01
猜你喜欢
  • 2021-10-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-19
  • 2022-01-07
  • 2022-12-23
相关资源
相似解决方案