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:
parent
061a4de87f
commit
5f6fed1204
1 changed files with 24 additions and 0 deletions
24
pages.es/linux/tuned-adm.md
Normal file
24
pages.es/linux/tuned-adm.md
Normal 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`
|
Loading…
Add table
Reference in a new issue