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

20
pages.zh/linux/mcookie.md Normal file
View File

@@ -0,0 +1,20 @@
# mcookie
> 生成随机的128位十六进制数字。
> 更多信息:<https://manned.org/mcookie>。
- 生成一个随机数:
`mcookie`
- 使用文件的内容作为随机性的种子生成一个随机数:
`mcookie --file {{path/to/file}}`
- 使用文件中的特定字节数作为随机性的种子生成一个随机数:
`mcookie --file {{path/to/file}} --max-size {{number_of_bytes}}`
- 打印所使用随机性的详细信息,如每个来源的来源和种子:
`mcookie --verbose`