common/w*: add Korean translation (#14523)
This commit is contained in:
28
pages.ko/common/wondershaper.md
Normal file
28
pages.ko/common/wondershaper.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# wondershaper
|
||||
|
||||
> 네트워크 어댑터의 대역폭을 제한할 수 있도록 합니다.
|
||||
> 더 많은 정보: <https://github.com/magnific0/wondershaper#usage>.
|
||||
|
||||
- [h]elp 표시:
|
||||
|
||||
`wondershaper -h`
|
||||
|
||||
- 특정 [a]dapter의 현재 [s]tatus 보기:
|
||||
|
||||
`wondershaper -s -a {{어댑터_이름}}`
|
||||
|
||||
- 특정 [a]dapter의 제한 해제:
|
||||
|
||||
`wondershaper -c -a {{어댑터_이름}}`
|
||||
|
||||
- 특정 최대 [d]ownload 속도 설정 (Kbps 단위):
|
||||
|
||||
`wondershaper -a {{어댑터_이름}} -d {{1024}}`
|
||||
|
||||
- 특정 최대 [u]pload 속도 설정 (Kbps 단위):
|
||||
|
||||
`wondershaper -a {{어댑터_이름}} -u {{512}}`
|
||||
|
||||
- 특정 최대 [d]ownload 및 [u]pload 속도 설정 (Kbps 단위):
|
||||
|
||||
`wondershaper -a {{어댑터_이름}} -d {{1024}} -u {{512}}`
|
Reference in New Issue
Block a user