SYSTEROID-TUI(8) System Administration SYSTEROID-TUI(8)

systeroid-tui - manage kernel parameters with a terminal user interface

systeroid-tui [options]

systeroid-tui is used to configure and view kernel parameters with a terminal user interface.

Use this option to set the tick rate of the terminal. [default: 250]
Use this option to set a custom path for the kernel documentation.
Use this option to set the path for saving the changed parameters.
Use this option to set the file to save the logs.
Use this option to set the section to filter.

-q, --query <query> set the query to search.

Use this option to set the background color. [default: black]
Use this option to set the foreground color. [default: white]
Do not show the kernel documentation.
Include deprecated variables while listing.
Display help text and exit.
Display version information and exit.

systeroid-tui -t 500
systeroid-tui -s kernel
systeroid-tui -q "fs.quota"
systeroid-tui --fg-color blue
systeroid-tui --bg-color ffff99 --fg-color 003366
systeroid-tui -D /usr/share/doc/linux
systeroid-tui --save-path 99-local.conf
systeroid-tui --log-file systeroid.log
systeroid-tui -n

Key Action
?, f1 show help
up/down, k/j, pgup/pgdown scroll list
t/b scroll to top/bottom
left/right, h/l scroll documentation
tab, ` next/previous section
: command
/ search
enter select / set parameter value
s save parameter value
c copy to clipboard
r, f5 refresh
esc cancel / exit
q, ctrl-c/ctrl-d exit

systeroid(8)

Orhun Parmaksız

Copyright © 2022-2023 Orhun Parmaksız

Licensed under either of Apache License Version 2.0 or The MIT License at your option.

Report bugs at https://github.com/orhun/systeroid/issues or contact the author via email.

See the project homepage at https://github.com/orhun/systeroid for full documentation.
2023-09-19 systeroid-tui