linux/d*: add Korean translation (#14683)

This commit is contained in:
코드싸이
2024-11-08 15:51:52 +09:00
committed by GitHub
parent b3cbaf7b55
commit 53b2ce7e7f
73 changed files with 1566 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# debsecan
> Debian 보안 분석기, 특정 Debian 설치에서 취약점을 나열하는 도구.
> 더 많은 정보: <https://gitlab.com/fweimer/debsecan>.
- 현재 호스트에서 취약한 설치 패키지 나열:
`debsecan`
- 특정 스위트의 취약한 설치 패키지 나열:
`debsecan --suite {{릴리스_코드_이름}}`
- 수정된 취약점만 나열:
`debsecan --suite {{릴리스_코드_이름}} --only-fixed`
- 불안정("sid") 버전의 수정된 취약점만 나열하고 루트로 메일 발송:
`debsecan --suite {{sid}} --only-fixed --format {{report}} --mailto {{root}} --update-history`
- 취약한 설치 패키지 업그레이드:
`sudo apt upgrade $(debsecan --only-fixed --format {{packages}})`