mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 03:15:41 +02:00
pages.*: move translations to the correct location (#17374)
This commit is contained in:
parent
ab31a637d5
commit
820bb32694
7 changed files with 15 additions and 65 deletions
|
@ -1,24 +1,24 @@
|
|||
# qm cloud init
|
||||
# qm cloudinit
|
||||
|
||||
> Configuración de ajustes de cloudinit para máquinas virtuales gestionadas por Ambiente Virtual Proxmox (Virtual Environment) (PVE).
|
||||
> Más información: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
||||
|
||||
- Configura ajustes de cloudinit para un usuario específico y establece una contraseña para el mismo:
|
||||
|
||||
`qm cloud-init {{id_mv}} -user={{usuario}} -password={{contraseña}}`
|
||||
`qm cloudinit {{id_mv}} -user={{usuario}} -password={{contraseña}}`
|
||||
|
||||
- Configura ajustes de cloudinit para un usuario específico y le establece una contraseña con una clave SSH específica:
|
||||
|
||||
`qm cloud-init {{id_mv}} -user={{usuario}} -password={{contraseña}} -sshkey={{clave_ssh}}`
|
||||
`qm cloudinit {{id_mv}} -user={{usuario}} -password={{contraseña}} -sshkey={{clave_ssh}}`
|
||||
|
||||
- Establece el nombre de host para una máquina virtual específica:
|
||||
|
||||
`qm cloud-init {{id_mv}} -hostname={{nombre_del_equipo}}`
|
||||
`qm cloudinit {{id_mv}} -hostname={{nombre_del_equipo}}`
|
||||
|
||||
- Configura los ajustes de interfaz de red para una máquina virtual específica:
|
||||
|
||||
`qm cloud-init {{id_mv}} -ipconfig {{ipconfig}}`
|
||||
`qm cloudinit {{id_mv}} -ipconfig {{ipconfig}}`
|
||||
|
||||
- Configura un script de interfaz de comandos (shell) para ejecutarse antes de que `cloud-ini` se ejecute en una máquina virtual:
|
||||
- Configura un script de interfaz de comandos (shell) para ejecutarse antes de que `cloudinit` se ejecute en una máquina virtual:
|
||||
|
||||
`qm cloud-init {{id_mv}} -pre {{script}}`
|
||||
`qm cloudinit {{id_mv}} -pre {{script}}`
|
|
@ -1,25 +0,0 @@
|
|||
# qemu
|
||||
|
||||
> 범용 머신 에뮬레이터 및 가상화 도구.
|
||||
> 다양한 CPU 아키텍처를 지원.
|
||||
> 더 많은 정보: <https://www.qemu.org>.
|
||||
|
||||
- i386 아키텍처를 에뮬레이트하여 이미지에서 부팅:
|
||||
|
||||
`qemu-system-i386 -hda {{이미지_이름.img}}`
|
||||
|
||||
- x64 아키텍처를 에뮬레이트하여 이미지에서 부팅:
|
||||
|
||||
`qemu-system-x86_64 -hda {{이미지_이름.img}}`
|
||||
|
||||
- 라이브 ISO 이미지를 사용하여 QEMU 인스턴스 부팅:
|
||||
|
||||
`qemu-system-i386 -hda {{이미지_이름.img}} -cdrom {{os_이미지.iso}} -boot d`
|
||||
|
||||
- 인스턴스에 할당할 RAM의 양 지정:
|
||||
|
||||
`qemu-system-i386 -m 256 -hda {{이미지_이름.img}} -cdrom {{os_이미지.iso}} -boot d`
|
||||
|
||||
- 물리적 장치에서 부팅 (예: 부팅 가능한 매체 테스트를 위한 USB):
|
||||
|
||||
`qemu-system-i386 -hda {{/dev/저장장치}}`
|
|
@ -1,24 +1,24 @@
|
|||
# qm cloud init
|
||||
# qm cloudinit
|
||||
|
||||
> Proxmox Virtual Environment (PVE)에서 관리하는 가상 머신에 대한 cloudinit 설정 구성.
|
||||
> 더 많은 정보: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
||||
|
||||
- 특정 사용자에 대한 cloudinit 설정 구성 및 사용자 비밀번호 설정:
|
||||
|
||||
`qm cloud-init {{가상_머신_ID}} -user={{사용자}} -password={{비밀번호}}`
|
||||
`qm cloudinit {{가상_머신_ID}} -user={{사용자}} -password={{비밀번호}}`
|
||||
|
||||
- 특정 사용자에 대한 cloudinit 설정 구성 및 특정 SSH 키로 사용자 비밀번호 설정:
|
||||
|
||||
`qm cloud-init {{가상_머신_ID}} -user={{사용자}} -password={{비밀번호}} -sshkey={{ssh_키}}`
|
||||
`qm cloudinit {{가상_머신_ID}} -user={{사용자}} -password={{비밀번호}} -sshkey={{ssh_키}}`
|
||||
|
||||
- 특정 가상 머신의 호스트네임 설정:
|
||||
|
||||
`qm cloud-init {{가상_머신_ID}} -hostname={{호스트네임}}`
|
||||
`qm cloudinit {{가상_머신_ID}} -hostname={{호스트네임}}`
|
||||
|
||||
- 특정 가상 머신의 네트워크 인터페이스 설정 구성:
|
||||
|
||||
`qm cloud-init {{가상_머신_ID}} -ipconfig {{ipconfig}}`
|
||||
`qm cloudinit {{가상_머신_ID}} -ipconfig {{ipconfig}}`
|
||||
|
||||
- 가상 머신에서 `cloud-init`이 실행되기 전에 수행할 셸 스크립트 구성:
|
||||
- 가상 머신에서 `cloudinit`이 실행되기 전에 수행할 셸 스크립트 구성:
|
||||
|
||||
`qm cloud-init {{가상_머신_ID}} -pre {{스크립트}}`
|
||||
`qm cloudinit {{가상_머신_ID}} -pre {{스크립트}}`
|
|
@ -1,25 +0,0 @@
|
|||
# qemu
|
||||
|
||||
> 通用机器模拟器和虚拟化器。
|
||||
> 支持多种 CPU 架构。
|
||||
> 更多信息:<https://www.qemu.org>.
|
||||
|
||||
- 启动镜像并模拟 i386 架构:
|
||||
|
||||
`qemu-system-i386 -hda {{镜像名称.img}}`
|
||||
|
||||
- 启动镜像并模拟 x64 架构:
|
||||
|
||||
`qemu-system-x86_64 -hda {{镜像名称.img}}`
|
||||
|
||||
- 使用现场 ISO 镜像启动 QEMU 实例:
|
||||
|
||||
`qemu-system-i386 -hda {{镜像名称.img}} -cdrom {{操作系统镜像.iso}} -boot d`
|
||||
|
||||
- 为实例指定 RAM 大小:
|
||||
|
||||
`qemu-system-i386 -m 256 -hda {{镜像名称.img}} -cdrom {{操作系统镜像.iso}} -boot d`
|
||||
|
||||
- 从物理设备启动(例如,从 USB 启动以测试可启动介质):
|
||||
|
||||
`qemu-system-i386 -hda {{/dev/存储设备}}`
|
|
@ -19,6 +19,6 @@
|
|||
|
||||
`qm {{[clou|cloudinit]}} {{vm_id}} -ipconfig {{ipconfig}}`
|
||||
|
||||
- Configure a shell script to execute before `cloud-ini` is run on a virtual machine:
|
||||
- Configure a shell script to execute before `cloudinit` is run on a virtual machine:
|
||||
|
||||
`qm {{[clou|cloudinit]}} {{vm_id}} -pre {{script}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue