mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:33:46 +02:00
safeejectgpu: add Spanish translation (#10408)
* safeejectgpu: add Spanish translation --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
6aa3e3988f
commit
12b82d684e
1 changed files with 28 additions and 0 deletions
28
pages.es/osx/safeejectgpu.md
Normal file
28
pages.es/osx/safeejectgpu.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# SafeEjectGPU
|
||||
|
||||
> Expulsa una GPU de forma segura.
|
||||
> Más información: <https://www.unix.com/man-page/mojave/8/safeejectgpu>.
|
||||
|
||||
- Expulsa todas las GPUs:
|
||||
|
||||
`SafeEjectGPU Eject`
|
||||
|
||||
- Lista todas las GPUs conectadas:
|
||||
|
||||
`SafeEjectGPU gpus`
|
||||
|
||||
- Lista de aplicaciones que utilizan una GPU:
|
||||
|
||||
`SafeEjectGPU gpuid {{GPU_ID}} apps`
|
||||
|
||||
- Obtiene el estado de una GPU:
|
||||
|
||||
`SafeEjectGPU gpuid {{GPU_ID}} status`
|
||||
|
||||
- Expulsa una GPU:
|
||||
|
||||
`SafeEjectGPU gpuid {{GPU_ID}} Eject`
|
||||
|
||||
- Inicia una aplicación en una GPU:
|
||||
|
||||
`SafeEjectGPU gpuid {{GPU_ID}} LaunchOnGPU {{ruta/al/App.app}}`
|
Loading…
Add table
Reference in a new issue