Generate unique identifiers (UUIDs).
# To create a random UUID:
uuidgen --random
# To create a UUID based on the current time:
uuidgen --time
# To create a UUID based on the hash of a URL:
uuidgen --sha1 --namespace <@url> --name <object_name>