add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

17
pages.zh/linux/uuidgen.md Normal file
View File

@@ -0,0 +1,17 @@
# uuidgen
> 生成唯一标识符 (UUID)。
> 另请参见 `uuid`。
> 更多信息:<https://manned.org/uuidgen>。
- 创建一个随机 UUIDv4
`uuidgen --random`
- 创建一个基于当前时间的 UUIDv1
`uuidgen --time`
- 创建一个带有指定命名空间前缀的 UUIDv5
`uuidgen --sha1 --namespace {{@dns|@url|@oid|@x500}} --name {{object_name}}`