mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
*: use lowercase placeholders (#22371)
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
|
||||
- P[r]ečíst flash ROM AVR mikrořadiče s konkrétním ID součástky:
|
||||
|
||||
`avrdude -p {{cislo_soucastky}} -c {{id_programatora}} -U flash:r:{{soubor.hex}}:i`
|
||||
`avrdude -p {{part_id}} -c {{id_programatora}} -U flash:r:{{soubor.hex}}:i`
|
||||
|
||||
- Zapsat do flash ROM AVR mikrořadiče:
|
||||
|
||||
`avrdude -p {{cislo_soucastky}} -c {{programator}} -U flash:w:{{file.hex}}`
|
||||
`avrdude -p {{part_id}} -c {{programator}} -U flash:w:{{file.hex}}`
|
||||
|
||||
- Vypsat dostupné AVR zařízení:
|
||||
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
|
||||
- Schreibt den Speicherinhalt eines AVR-Mikrocontrollers in eine Datei:
|
||||
|
||||
`avrdude -p {{avr_gerät}} -c {{programmer}} -U flash:r:{{pfad/zu/datei.hex}}:i`
|
||||
`avrdude -p {{part_id}} -c {{programmer}} -U flash:r:{{pfad/zu/datei.hex}}:i`
|
||||
|
||||
- Schreibt den Inhalt einer Datei in einen AVR-Mikrocontroller:
|
||||
|
||||
`avrdude -p {{avr_gerät}} -c {{programmer}} -U flash:w:{{pfad/zu/datei.hex}}`
|
||||
`avrdude -p {{part_id}} -c {{programmer}} -U flash:w:{{pfad/zu/datei.hex}}`
|
||||
|
||||
- Liste alle verfügbaren AVR-Geräte auf:
|
||||
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
|
||||
- Lee el microcontrolador AVR:
|
||||
|
||||
`avrdude -p {{AVR_dispositivo}} -c {{programador}} -U flash:r:{{file.hex}}:i`
|
||||
`avrdude -p {{part_id}} -c {{programador}} -U flash:r:{{file.hex}}:i`
|
||||
|
||||
- Escribe el microcontrolador AVR:
|
||||
|
||||
`avrdude -p {{AVR_dispositivo}} -c {{programador}} -U flash:w:{{file.hex}}`
|
||||
`avrdude -p {{part_id}} -c {{programador}} -U flash:w:{{file.hex}}`
|
||||
|
||||
- Lista de dispositivos AVR disponibles:
|
||||
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
|
||||
- Lire le contenu du microcontrôleur AVR :
|
||||
|
||||
`avrdude -p {{appareil_AVR}} -c {{programmeur}} -U flash:r:{{fichier.hex}}:i`
|
||||
`avrdude -p {{part_id}} -c {{programmeur}} -U flash:r:{{fichier.hex}}:i`
|
||||
|
||||
- Programme le microcontrôleur AVR :
|
||||
|
||||
`avrdude -p {{appareil_AVR}} -c {{programmeur}} -U flash:w:{{fichier.hex}}`
|
||||
`avrdude -p {{part_id}} -c {{programmeur}} -U flash:w:{{fichier.hex}}`
|
||||
|
||||
- Affiche les appareils AVR disponibles :
|
||||
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
|
||||
- Baca ([r]ead) isi penyimpanann flash ROM suatu perangkat mikrokontroler AVR dengan nomor suku cadang ([p]art):
|
||||
|
||||
`avrdude -p {{part_no}} -c {{programmer_id}} -U flash:r:{{file.hex}}:i`
|
||||
`avrdude -p {{part_id}} -c {{programmer_id}} -U flash:r:{{file.hex}}:i`
|
||||
|
||||
- Tulis ([w]rite) isi memori menuju penyimpanan flash perangkat mikrokontroler AVR:
|
||||
|
||||
`avrdude -p {{part_no}} -c {{programmer}} -U flash:w:{{file.hex}}`
|
||||
`avrdude -p {{part_id}} -c {{programmer}} -U flash:w:{{file.hex}}`
|
||||
|
||||
- Tampilkan daftar perangkat AVR yang didukung:
|
||||
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
|
||||
- Leggi dal microcontrollore AVR:
|
||||
|
||||
`avrdude -p {{dispositivo_AVR}} -c {{id_programmatore}} -U flash:r:{{file.hex}}:i`
|
||||
`avrdude -p {{part_id}} -c {{id_programmatore}} -U flash:r:{{file.hex}}:i`
|
||||
|
||||
- Scrivi sul microcontrollore AVR:
|
||||
|
||||
`avrdude -p {{dispositivo_AVR}} -c {{id_programmatore}} -U flash:w:{{file.hex}}`
|
||||
`avrdude -p {{part_id}} -c {{id_programmatore}} -U flash:w:{{file.hex}}`
|
||||
|
||||
- Elenca dispositivi AVR disponibili:
|
||||
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
|
||||
- AVR 마이크로 컨트롤러 읽기:
|
||||
|
||||
`avrdude -p {{AVR_device}} -c {{programmer}} -U flash:r:{{file.hex}}:i`
|
||||
`avrdude -p {{part_id}} -c {{programmer}} -U flash:r:{{file.hex}}:i`
|
||||
|
||||
- AVR 마이크로 컨트롤러 쓰기:
|
||||
|
||||
`avrdude -p {{AVR_device}} -c {{programmer}} -U flash:w:{{file.hex}}`
|
||||
`avrdude -p {{part_id}} -c {{programmer}} -U flash:w:{{file.hex}}`
|
||||
|
||||
- 사용 가능한 AVR 장치 목록:
|
||||
|
||||
|
||||
@@ -9,4 +9,4 @@
|
||||
|
||||
- 커밋에 대한 GitHub 검사 상태 표시:
|
||||
|
||||
`hub ci-status {{[-v|--verbose]}} {{커밋_SHA}}`
|
||||
`hub ci-status {{[-v|--verbose]}} {{커밋_sha}}`
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
- 파이프 사이의 데이터 흐름 속도와 양을 측정 (`--size`는 선택적):
|
||||
|
||||
`command1 | pv --size {{ETA_예상_데이터_양}} | command2`
|
||||
`command1 | pv --size {{eta_예상_데이터_양}} | command2`
|
||||
|
||||
- 파일을 필터링하고 진행 상황과 출력 데이터 양을 확인:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
- 페이지 열기:
|
||||
|
||||
`cockpit-desktop {{url}} {{SSH_호스트}}`
|
||||
`cockpit-desktop {{url}} {{ssh_호스트}}`
|
||||
|
||||
- 저장소 페이지 열기:
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
- APT 구성 옵션 설정:
|
||||
|
||||
`gdebi {{경로/대상/패키지.deb}} --option={{APT_옵션}}`
|
||||
`gdebi {{경로/대상/패키지.deb}} --option={{apt_옵션}}`
|
||||
|
||||
- 대체 루트 디렉토리 사용:
|
||||
|
||||
|
||||
@@ -13,11 +13,11 @@
|
||||
|
||||
- ID로 IPC 큐 삭제:
|
||||
|
||||
`ipcrm {{[-q|--queue-id]}} {{IPC_큐_id}}`
|
||||
`ipcrm {{[-q|--queue-id]}} {{ipc_큐_id}}`
|
||||
|
||||
- 키로 IPC 큐 삭제:
|
||||
|
||||
`ipcrm {{[-Q|--queue-key]}} {{IPC_큐_키}}`
|
||||
`ipcrm {{[-Q|--queue-key]}} {{ipc_큐_키}}`
|
||||
|
||||
- ID로 세마포어 삭제:
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
- 원격 NFS 공유에서 주어진 서비스 이름(mountd)과 버전 번호(2)의 항목 목록 표시:
|
||||
|
||||
`rpcinfo -l {{원격_NFS_서버_IP}} {{mountd}} {{2}}`
|
||||
`rpcinfo -l {{원격_nfs_서버_IP}} {{mountd}} {{2}}`
|
||||
|
||||
- 모든 전송 방식에 대해 mountd 서비스의 버전 1 등록 삭제:
|
||||
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
|
||||
- [r]ead the flash ROM of a AVR microcontroller with a specific [p]art ID:
|
||||
|
||||
`avrdude -p {{part_no}} -c {{programmer_id}} -U flash:r:{{file.hex}}:i`
|
||||
`avrdude -p {{part_id}} -c {{programmer_id}} -U flash:r:{{file.hex}}:i`
|
||||
|
||||
- [w]rite to the flash ROM AVR microcontroller:
|
||||
|
||||
`avrdude -p {{part_no}} -c {{programmer}} -U flash:w:{{file.hex}}`
|
||||
`avrdude -p {{part_id}} -c {{programmer}} -U flash:w:{{file.hex}}`
|
||||
|
||||
- List available AVR devices:
|
||||
|
||||
|
||||
@@ -9,4 +9,4 @@
|
||||
|
||||
- Display status of GitHub checks for a commit:
|
||||
|
||||
`hub ci-status {{[-v|--verbose]}} {{commit_SHA}}`
|
||||
`hub ci-status {{[-v|--verbose]}} {{commit_sha}}`
|
||||
|
||||
@@ -9,28 +9,28 @@
|
||||
|
||||
- Read data from `IFILE` instead of `stdin`:
|
||||
|
||||
`sg_raw {{[-i|--infile]}} {{path/to/IFILE}} {{/dev/sgX}} {{SCSI_command}}`
|
||||
`sg_raw {{[-i|--infile]}} {{path/to/IFILE}} {{/dev/sgX}} {{scsi_command}}`
|
||||
|
||||
- Skip the first `LEN` bytes of input data:
|
||||
|
||||
`sg_raw {{[-k|--skip]}} {{LEN}} {{/dev/sgX}} {{SCSI_command}}`
|
||||
`sg_raw {{[-k|--skip]}} {{LEN}} {{/dev/sgX}} {{scsi_command}}`
|
||||
|
||||
- Read `SLEN` bytes of data and send to the device:
|
||||
|
||||
`sg_raw {{[-s|--send]}} {{SLEN}} {{/dev/sgX}} {{SCSI_command}}`
|
||||
`sg_raw {{[-s|--send]}} {{SLEN}} {{/dev/sgX}} {{scsi_command}}`
|
||||
|
||||
- Wait up to `SEC` seconds for `sg_raw` to finish processing:
|
||||
|
||||
`sg_raw {{[-t|--timeout]}} {{SEC}} {{/dev/sgX}} {{SCSI_command}}`
|
||||
`sg_raw {{[-t|--timeout]}} {{SEC}} {{/dev/sgX}} {{scsi_command}}`
|
||||
|
||||
- Increase verbosity level by 1:
|
||||
|
||||
`sg_raw {{[-v|--verbose]}} {{/dev/sgX}} {{SCSI_command}}`
|
||||
`sg_raw {{[-v|--verbose]}} {{/dev/sgX}} {{scsi_command}}`
|
||||
|
||||
- Dump returned data in binary form:
|
||||
|
||||
`sg_raw {{[-b|--binary]}} {{/dev/sgX}} {{SCSI_command}}`
|
||||
`sg_raw {{[-b|--binary]}} {{/dev/sgX}} {{scsi_command}}`
|
||||
|
||||
- Write data received from the specified device to an `OFILE`:
|
||||
|
||||
`sg_raw {{[-o|--outfile]}} {{path/to/OFILE}} {{/dev/sgX}} {{SCSI_command}}`
|
||||
`sg_raw {{[-o|--outfile]}} {{path/to/OFILE}} {{/dev/sgX}} {{scsi_command}}`
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
- Open a page:
|
||||
|
||||
`cockpit-desktop {{url}} {{SSH_host}}`
|
||||
`cockpit-desktop {{url}} {{ssh_host}}`
|
||||
|
||||
- Open storage page:
|
||||
|
||||
|
||||
@@ -17,4 +17,4 @@
|
||||
|
||||
- Set an arbitrary framebuffer mode:
|
||||
|
||||
`sudo fbset {{[-g|--geometry]}} {{TTY_horizontal}} {{TTY_vertical}} {{monitor_horizontal}} {{monitor_vertical}} {{color_depth}}`
|
||||
`sudo fbset {{[-g|--geometry]}} {{tty_horizontal}} {{tty_vertical}} {{monitor_horizontal}} {{monitor_vertical}} {{color_depth}}`
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
- Set an APT configuration option:
|
||||
|
||||
`gdebi {{path/to/package.deb}} {{[-o|--option]}} {{APT_OPTS}}`
|
||||
`gdebi {{path/to/package.deb}} {{[-o|--option]}} {{apt_options}}`
|
||||
|
||||
- Use alternative root dir:
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
|
||||
- Remove an entire OS entry by its name or machine ID:
|
||||
|
||||
`limine-entry-tool --remove-os "{{OS_name|machine_id}}"`
|
||||
`limine-entry-tool --remove-os "{{os_name|machine_id}}"`
|
||||
|
||||
- Add an EFI boot entry for an alternative bootloader (e.g., Windows):
|
||||
|
||||
`limine-entry-tool --add-efi "{{EFI_entry_name}}" "{{path/to/loader.efi}}"`
|
||||
`limine-entry-tool --add-efi "{{efi_entry_name}}" "{{path/to/loader.efi}}"`
|
||||
|
||||
Reference in New Issue
Block a user