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

12
pages.zh/common/dcfldd.md Normal file
View File

@@ -0,0 +1,12 @@
# dcfldd
> 用于取证和安全的 dd 增强版。
> 更多信息:<https://dcfldd.sourceforge.net/>.
- 将磁盘复制到原始映像文件,并使用 SHA256 对映像进行哈希:
`dcfldd if={{/dev/disk_device}} of={{file.img}} hash=sha256 hashlog={{file.hash}}`
- 将磁盘复制到原始映像文件,哈希每个 1 GB 的数据块:
`dcfldd if={{/dev/disk_device}} of={{file.img}} hash={{sha512|sha384|sha256|sha1|md5}} hashlog={{file.hash}} hashwindow={{1G}}`