Skip to content

pages.*/*: move files in translations to correct folder and update as… #16364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions pages.de/common/ipcalc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# ipcalc

> Einfache Operationen und Berechnungen mit IP-Adressen und Netzwerken durchführen.
> Weitere Informationen: <https://manned.org/ipcalc>.

- Zeige Netzwerkinformationen für eine IP-Adresse an:

`ipcalc {{192.168.0.1}}`

- Zeige Netzwerkinformationen unter Verwendung der CIDR-Notation an:

`ipcalc {{192.168.0.1}}/{{24}}`

- Zeige Netzwerkinformationen unter Verwendung einer gepunkteten dezimalen Netzmaske an:

`ipcalc {{192.168.0.1}} {{255.255.255.0}}`

- Unterdrücke Bitweise Ausgabe:

`ipcalc {{[-b|--nobinary]}} {{192.168.0.1}}`

- Teil ein Netzwerk in Blöcke der angegebenen Größe auf:

`ipcalc {{[-s|--split]}} {{size1 size2 size3 ...}} {{192.168.0.1}}`

- Zeige Versionsinformationen an:

`ipcalc {{[-v|--version]}}`
File renamed without changes.
24 changes: 0 additions & 24 deletions pages.de/linux/ipcalc.md

This file was deleted.

File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions pages.es/common/hexdump.md → pages.es/linux/hexdump.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

- Muestra el desplazamiento de entrada (input offset) en hexadecimal y su representación ASCII en dos columnas:

`hexdump -C {{ruta/al/archivo}}`
`hexdump {{[-C|--canonical]}} {{ruta/al/archivo}}`

- Muestra la representación hexadecimal de un archivo, pero interpreta solo n bytes de la entrada:

`hexdump -C -n{{numero_de_bytes}} {{ruta/al/archivo}}`
`hexdump {{[-C|--canonical]}} {{[-n|--length]}} {{número_de_bytes}} {{ruta/al/archivo}}`

- No reemplaza las líneas duplicadas con '*':

`hexdump --no-squeezing {{ruta/al/archivo}}`
`hexdump {{[-v|--no-squeezing]}} {{ruta/al/archivo}}`
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions pages.ko/common/mycli.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# mycli

> 자동 완성 및 구문 강조 기능을 제공하는 MySQL 명령줄 클라이언트.
> 더 많은 정보: <https://mycli.net>.
> 더 많은 정보: <https://manned.org/mycli>.

- 현재 사용자의 사용자명을 사용하여 포트 3306의 로컬 데이터베이스에 연결:

`mycli {{데이터베이스_이름}}`

- 데이터베이스에 연결 (사용자에게 비밀번호 입력이 요청됨):

`mycli -u {{사용자명}} {{데이터베이스_이름}}`
`mycli {{[-u|--user]}} {{사용자명}} {{데이터베이스_이름}}`

- 다른 호스트의 데이터베이스에 연결:

`mycli -h {{데이터베이스_호스트}} -P {{포트}} -u {{사용자명}} {{데이터베이스_이름}}`
`mycli {{[-h|--host]}} {{데이터베이스_호스트}} {{[-P|--port]}} {{포트}} {{[-u|--user]}} {{사용자명}} {{데이터베이스_이름}}`
22 changes: 17 additions & 5 deletions pages.ko/common/smbmap.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,36 @@
# smbmap

> 사용자가 전체 도메인에 걸쳐 Samba 공유 드라이브를 열거할 수 있게 합니다.
> SMB 열거 도구.
> 더 많은 정보: <https://github.com/ShawnDEvans/smbmap>.

- NULL 세션이 활성화되고 공유가 열린 호스트 열거:

`smbmap --host-file {{경로/대상/파일}}`

- 사용자의 비밀번호 또는 NTLM 해시를 입력하여 호스트의 SMB 공유 및 권한 표시:

`smbmap {{[-u|--username]}} {{사용자명}} --prompt -H {{IP}}`

- 원격 시스템에서 셸 명령 실행:

`smbmap {{[-u|--username]}} {{사용자명}} --prompt -H {{IP}} -x {{명령}}`

- 호스트를 열거하고 SMB 파일 권한 확인:

`smbmap --host-file {{경로/대상/파일}} -u {{사용자_이름}} -p {{비밀번호}} -q`
`smbmap --host-file {{경로/대상/파일}} {{[-u|--username]}} {{사용자_이름}} {{[-p|--password]}} {{비밀번호}} -q`

- 사용자 이름과 비밀번호를 사용하여 IP 또는 호스트 이름에 SMB로 연결:

`smbmap -u {{사용자_이름}} -p {{비밀번호}} -d {{도메인}} -H {{IP_또는_호스트_이름}}`
`smbmap {{[-u|--username]}} {{사용자_이름}} {{[-p|--password]}} {{비밀번호}} -d {{도메인}} -H {{IP_또는_호스트_이름}}`

- 파일 이름 패턴(정규 표현식)으로 검색하고 특정 공유를 제외하면서 N 단계 깊이까지 재귀적으로 파일을 찾아 다운로드:

`smbmap --host-file {{경로/대상/파일}} -u {{사용자_이름}} -p {{비밀번호}} -q -R --depth {{숫자}} --exclude {{공유이름}} -A {{파일패턴}}`
`smbmap --host-file {{경로/대상/파일}} {{[-u|--username]}} {{사용자_이름}} {{[-p|--password]}} {{비밀번호}} -q -R --depth {{숫자}} --exclude {{공유이름}} -A {{파일패턴}}`

- 사용자 이름과 비밀번호를 사용하여 SMB를 통해 파일 업로드:

`smbmap -u {{사용자_이름}} -p {{비밀번호}} -d {{도메인}} -H {{IP_또는_호스트_이름}} --upload {{경로/대상/파일}} '{{/공유_이름/원격_파일명}}'`
`smbmap {{[-u|--username]}} {{사용자_이름}} {{[-p|--password]}} {{비밀번호}} -d {{도메인}} -H {{IP_또는_호스트_이름}} --upload {{경로/대상/파일}} '{{/공유_이름/원격_파일명}}'`

- SMB 공유를 표시하고 디렉토리 및 파일을 재귀적으로 나열하며, 정규 표현식과 일치하는 파일 내용을 검색:

`smbmap {{[-u|--username]}} {{사용자명}} --prompt -H {{IP}} -R -F {{패턴}}`
18 changes: 9 additions & 9 deletions pages.ko/common/watch.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# watch

> 프로그램을 주기적으로 실행하여 전체 화면에 출력.
> 명령어를 반복 실행하고 출력 결과를 전체 화면 모드로 모니터링합니다.
> 더 많은 정보: <https://manned.org/watch>.

- 명령을 반복 실행하고 결과를 표시:
- 현재 디렉토리의 파일 모니터링:

`watch {{명령어}}`
`watch {{ls}}`

- 60초마다 명령을 재실행:
- 디스크 공간을 모니터링하고 변경 사항 강조 표시:

`watch {{[-n|--interval]}} {{60}} {{명령어}}`
`watch {{[-d|--differences]}} {{df}}`

- 디렉토리의 내용을 모니터링하고 변경된 부분을 강조:
- "node" 프로세스를 3초마다 새로고침하며 모니터링:

`watch {{[-d|--differences]}} {{ls -l}}`
`watch {{[-n|--interval]}} {{3}} "{{ps aux | grep node}}"`

- 파이프라인을 반복 실행하고 결과를 표시:
- 디스크 공간을 모니터링하고 변경 시 모니터링 중지:

`watch '{{명령어_1}} | {{명령어_2}} | {{명령어_3}}'`
`watch {{[-g|--chgexit]}} {{df}}`
File renamed without changes.
6 changes: 3 additions & 3 deletions pages.ko/common/flock.md → pages.ko/linux/flock.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

- 다른 사람이 잠금을 요구하지 않는 즉시 파일 잠금과 함께 명령을 실행:

`flock {{경로/대상/락.lock}} --command "{{명령어}}"`
`flock {{경로/대상/락.lock}} {{[-c|--command]}} "{{명령어}}"`

- 파일 잠금을 사용하여 명령을 실행하고, 잠금이 존재하지 않으면 종료:

`flock {{경로/대상/락.lock}} --nonblock --command "{{명령어}}"`
`flock {{경로/대상/락.lock}} {{[-n|--nonblock]}} {{[-c|--command]}} "{{명령어}}"`

- 파일 잠금을 사용하여, 명령을 실행하고 잠금이 존재하면 않으면 특정 오류 코드로 종료:

`flock {{경로/대상/락.lock}} --nonblock --conflict-exit-code {{에러_코드}} -c "{{명령어}}"`
`flock {{경로/대상/락.lock}} {{[-n|--nonblock]}} {{[-E|--conflict-exit-code]}} {{에러_코드}} {{[-c|--command]}} "{{명령어}}"`
6 changes: 3 additions & 3 deletions pages.ko/common/hexdump.md → pages.ko/linux/hexdump.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

- 입력 오프셋을 16진수로 표시하고 해당 ASCII 표현을 두 열로 표시:

`hexdump -C {{경로/대상/파일}}`
`hexdump {{[-C|--canonical]}} {{경로/대상/파일}}`

- 파일의 16진수 표현을 표시하지만, 입력의 n바이트만 해석:

`hexdump -C -n{{바이트_수}} {{경로/대상/파일}}`
`hexdump {{[-C|--canonical]}} {{[-n|--length]}} {{바이트_수}} {{경로/대상/파일}}`

- 중복된 줄을 '\*'로 변경하지 않음:

`hexdump --no-squeezing {{경로/대상/파일}}`
`hexdump {{[-v|--no-squeezing]}} {{경로/대상/파일}}`
File renamed without changes.
16 changes: 0 additions & 16 deletions pages.ko/linux/mycli.md

This file was deleted.

6 changes: 3 additions & 3 deletions pages.ko/common/rev.md → pages.ko/linux/rev.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

- 줄 구분자로 '\0'을 사용 (제로 종료):

`rev -0 {{경로/대상/파일}}`
`rev {{[-0|--zero]}} {{경로/대상/파일}}`

- 도움말 표시:

`rev -h`
`rev {{[-h|--help]}}`

- 버전 표시:

`rev -V`
`rev {{[-V|--version]}}`
36 changes: 0 additions & 36 deletions pages.ko/linux/smbmap.md

This file was deleted.

File renamed without changes.
20 changes: 0 additions & 20 deletions pages.ko/linux/watch.md

This file was deleted.

File renamed without changes.
6 changes: 3 additions & 3 deletions pages.ru/common/hexdump.md → pages.ru/linux/hexdump.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

- Отобразить шестнадцатеричное и ASCII представление в две колонки:

`hexdump -C {{путь/до/файла}}`
`hexdump {{[-C|--canonical]}} {{путь/до/файла}}`

- Отобразить двухколончатое представление файла, обработав только указанное число байтов с начала:

`hexdump -C -n{{количество_байтов}} {{путь/до/файла}}`
`hexdump {{[-C|--canonical]}} {{[-n|--length]}} {{количество_байтов}} {{путь/до/файла}}`

- Не заменять повторяющиеся строки на '*':

`hexdump --no-squeezing {{путь/до/файла}}`
`hexdump {{[-v|--no-squeezing]}} {{путь/до/файла}}`
File renamed without changes.
File renamed without changes.
File renamed without changes.