1
0
Fork 0
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:
Darío Hereñú 2023-08-09 10:56:16 -03:00 committed by GitHub
parent 6aa3e3988f
commit 12b82d684e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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}}`