common/p*: add Korean translation (#14663)

* common/p*: add Korean translation

* Update pages.ko/common/perldoc.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/pcdovtoppm.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
코드싸이
2024-11-07 14:54:05 +09:00
committed by GitHub
parent fd7d9f925b
commit 2317407751
161 changed files with 3836 additions and 0 deletions

16
pages.ko/common/pwgen.md Normal file
View File

@@ -0,0 +1,16 @@
# pwgen
> 발음 가능한 비밀번호 생성.
> 더 많은 정보: <https://github.com/tytso/pwgen>.
- 랜덤 비밀번호 생성 (특수문자 포함):
`pwgen -y {{길이}}`
- 보안성이 높고 기억하기 어려운 비밀번호 생성:
`pwgen -s {{길이}}`
- 최소 하나의 대문자가 포함된 비밀번호 생성:
`pwgen -c {{길이}}`