scripts icon indicating copy to clipboard operation
scripts copied to clipboard

UUID generation

Open redpoisonv3 opened this issue 2 years ago • 0 comments

As discussed via email, certain thin client software like tlxos (thin linx) require a UUID to bind thier activation or serial key to, it appears that chrome os devices don't seem to have a uuid by default which makes them difficult to use as a thin client with permanent activation, since it doesn't quite install correctly.

I thought I would help you with the research into generating a UUID, I do hope this helps.

https://en.m.wikipedia.org/wiki/Universally_unique_identifier#:~:text=Version%2D1%20UUIDs%20are%20generated,version%2D4%20UUIDs%20are%20generated

https://stackoverflow.com/questions/1888254/how-does-c-sharp-generate-guids

https://www.javatpoint.com/java-uuid

https://stackoverflow.com/questions/105034/how-to-create-a-guid-uuid

https://www.sohamkamani.com/uuid-versions-explained/

https://developer.akamai.com/blog/2019/09/09/how-generating-universally-unique-identifiers-uuids-edge

https://betterprogramming.pub/what-is-a-uuid-and-how-are-they-generated-17f0acbd7233?gi=b99a185f909e

https://cran.r-project.org/web/packages/uuid/uuid.pdf

Thank you in advance, Edward.

redpoisonv3 avatar May 12 '22 16:05 redpoisonv3