1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:53:10 +02:00

tuned-adm: add Spanish translation (#14974)

This commit is contained in:
Darío Hereñú 2024-11-30 14:23:29 -03:00 committed by GitHub
parent 061a4de87f
commit 5f6fed1204
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,24 @@
# tuned-adm
> Gestiona y optimiza los perfiles de ajuste del rendimiento del sistema en Linux.
> Más información: <https://tuned-project.org>.
- Lista de perfiles disponibles:
`tuned-adm list`
- Muestra el perfil activo actual:
`tuned-adm active`
- Establece un perfil de ajuste específico:
`tuned-adm profile {{nombre_del_perfil}}`
- Recomienda un perfil adecuado en función del sistema actual:
`tuned-adm recommend`
- Desactiva la configuración:
`tuned-adm off`