cryptsetup-luksformat: fix typo, linux/c*: add and update Korean translation (#14682)

* linux/c*: add and update Korean translation

* cryptsetup-luksformat: fix typo
This commit is contained in:
코드싸이
2024-11-08 15:55:00 +09:00
committed by GitHub
parent 8d1a01fd45
commit 19c6841a9d
78 changed files with 1593 additions and 22 deletions

28
pages.ko/linux/conky.md Normal file
View File

@@ -0,0 +1,28 @@
# conky
> X용 경량 시스템 모니터.
> 더 많은 정보: <https://github.com/brndnmtthws/conky>.
- 기본 내장 설정으로 시작:
`conky`
- 새 기본 설정 생성:
`conky -C > ~/.conkyrc`
- 지정된 설정 파일로 Conky 시작:
`conky -c {{경로/대상/설정}}`
- 백그라운드에서 시작(데몬화):
`conky -d`
- 바탕화면에 Conky 정렬:
`conky -a {{top|bottom|middle}}_{{left|right|middle}}`
- 시작 시 5초 대기 후 실행:
`conky -p {{5}}`