zic: add Korean translation, linux/x*: add Korean translation (#14757)

* linux/x*: add Korean translation

* linux/zic: add Korean translation
This commit is contained in:
코드싸이
2024-11-10 16:44:04 +09:00
committed by GitHub
parent faaa74ce88
commit 193c0fe90a
18 changed files with 358 additions and 0 deletions

12
pages.ko/linux/xxhsum.md Normal file
View File

@@ -0,0 +1,12 @@
# xxhsum
> 빠른 비암호화 알고리즘인 xxHash를 사용하여 체크섬을 출력하거나 검증합니다.
> 더 많은 정보: <https://github.com/Cyan4973/xxHash>.
- 특정 알고리즘을 사용하여 [f]파일의 체크섬 계산:
`xxhsum -H{{0|32|64|128}} {{경로/대상/파일}}`
- 벤치마크 실행:
`xxhsum -b`