2to3
automated Python 2 to Python 3 code converter
2to3 [script.py]
Linux basics
436 Development Linux command examples grouped into 88 practical sections.
Browse grouped command cards or search directly below.
304 commands
automated Python 2 to Python 3 code converter
2to3 [script.py]
Manage AgentBox cloud sandboxes and templates from the terminal
npm install -g agentbox-cli
Platform to author, schedule, and monitor data workflows
airflow scheduler
Catch AI-generated code smells and low-quality patterns left by coding agents
aislop scan
Encrypt and decrypt sensitive data
ansible-vault create [secrets.yml]
Manage OCI/Docker registry authentication
apptainer registry list
Open an interactive shell inside a container
apptainer shell [container.sif]
Argos Translate package manager for offline translation models
argospm update
Laravel's command-line interface for PHP development tasks.
php artisan list
Translate assembly language source into object files.
as [path/to/file.s]
Manage multiple runtime versions with a single tool
asdf plugin add [nodejs]
Structural code search and rewrite using AST patterns
ast-grep --pattern 'console.log($ARG)'
Postman-like API client for the terminal
atac
Top-like TUI for the Austin Python frame stack sampler
austin-tui python3 [path/to/script.py]
GNU C compiler for AVR microcontrollers
avr-gcc -mmcu=[atmega328p] -o [output.elf] [source.c]
AI text-to-audio synthesis with expressive speech.
python -m bark --text "[Hello, how are you?]" --output_filename [output.wav]
Generate compilation database for clang tooling
bear -- make
Parse and extract data from HTML and XML documents
python3 -c "from bs4 import BeautifulSoup; import requests; print([a['href'] for a in BeautifulSoup(requests.get('[url]').text, 'html.parser').find_all('a', href=True)])"
simple utility for creating backups of files and directories
bkp [path/to/file]
AI agent framework with built-in tools
bondai
Transactional OS updates using container images
bootc status
Manage front-end web dependencies.
bower install [jquery]
Package manager for bash scripts.
bpkg install [package-name] -g
File explorer TUI with cloud storage support
browsr
Build Python packages for distribution
python -m build
Add packages to a Bun project
bun add [lodash]
Bundle JavaScript and TypeScript for production
bun build [./src/index.ts] --outdir [./dist]
Scaffold new projects from templates
bun create [template] [project-name]
Execute package binaries
bun exec [package]
Install packages (alias for bun install)
bun i
Install project dependencies
bun install
List installed packages in a Bun project
bun pm ls
Manage Bun's global package cache
bun pm cache
Manage trusted dependencies in Bun projects
bun pm trust [package1] [package2]
Publish packages to the npm registry
bun publish
Remove packages from a project
bun remove [package]
175 commands
Agentless IT automation and configuration management
ansible all -m ping
Build Apptainer container images from definition files or remote sources.
apptainer build [path/to/image.sif] [path/to/definition.def]
Download container images from remote registries.
apptainer pull [path/to/image.sif] docker://[image]:[tag]
Run managed continuous integration builds.
aws codebuild start-build --project-name [my-project]
Manage Amazon Elastic Container Service resources
aws ecs list-clusters
Manage Amazon Elastic Kubernetes Service clusters
aws eks create-cluster --name [my-cluster] --role-arn [arn:aws:iam::account:role/eks-role] --resources-vpc-config subnetIds=[subnet-1],[subnet-2],securityGroupIds=[sg-123]
Manage serverless ETL jobs and data catalog
aws glue create-crawler --name [my-crawler] --role [arn:aws:iam::account:role/glue-role] --database-name [my-database] --targets S3Targets=[{Path=s3://my-bucket/data/}]
Manage Amazon Managed Streaming for Apache Kafka clusters.
aws kafka create-cluster --cluster-name [my-cluster] --kafka-version [3.5.1] --number-of-broker-nodes 3 --broker-node-group-info file://[broker-config.json]
Manage serverless functions and event-driven compute.
aws lambda create-function --function-name [my-function] --runtime python3.11 --role [arn:aws:iam::account:role/lambda-role] --handler [index.handler] --zip-file fileb://[function.zip]
Manage data warehouse clusters
aws redshift describe-clusters
Manage Azure Functions serverless apps
az functionapp list
Bitcoin Core full node daemon
bitcoind -daemon
Paced resonance breathing pacer for the terminal
breathe
Build OCI and Docker container images without a daemon
buildah build -t [myimage] [.]
Patch installed packages locally
bun patch [package-name]
Migrate from another package manager to Bun
bun pm migrate
Bun package manager utilities
bun pm bin
Update installed packages
bun update
Extract tables from PDF files
camelot read -p [1] [document.pdf]
Perl module dependency manager
carton install
colorizing cat with syntax highlighting
ccat [file.py]
decompose graphs into connected components
ccomps -x [input.dot]
detect character encoding of text files
chardet [file.txt]
Package manager for CircuitPython libraries
circup list
Create a child process with fine-grained resource sharing
clone(child_func, stack_top, CLONE_NEWNS | SIGCHLD, arg)
Install the Cradle PHP framework and its packages
cradle install
copy container images between registries
crane copy [source_image] [destination_image]
Interactive Python shell for CSV files
csvpy [data.csv]
Concurrent Versions System for version control
cvs checkout [module_name]
Test documentation clarity with simulated developer agents
dari-docs check . --managed --task "[Install the SDK and make a first API call]"
secure runtime for JavaScript and TypeScript
deno run [script.ts]
reproducible development environments on any infrastructure
devpod up [github.com/user/repo]
Kubernetes developer tool with hot reloading
devspace init
per-directory environment variable manager
eval "$(direnv hook bash)"
Run Linux distributions in containers with host integration
distrobox create --name [mycontainer] --image [ubuntu:latest]
Docker image builder
docker build -t [image_name] .
98 commands
Mock infrastructure for AI application testing
npx aimock -p [4010] -f [./fixtures]
Share files between devices on the local network
airshare [mycode] [file.txt]
Build, run, and manage application containers for HPC
apptainer pull [path/to/image.sif] docker://[image]:[tag]
Automatically format Python code to PEP 8 style
autopep8 --in-place [file.py]
official CLI for interacting with Box cloud storage
box login
Upgrade the runtime itself
bun upgrade
Web application security testing platform
burpsuite
Cross-platform build automation using C#
dotnet cake
Deploy and manage applications on CapRover
caprover login
CLI for CircleCI continuous integration platform
circleci setup
cross-platform build system generator
cmake -B [build]
hands-on software engineering challenges platform CLI
codecrafters login
C/C++ package manager for all platforms
conan install [.]
Manage conda environments
conda env list
package and environment manager for Python and data science
conda create -n [myenv] [python=3.11]
self-hostable PaaS platform
curl -fsSL https://get.coolify.io | bash
retrieve container image manifest
crane manifest [image:tag]
Remove Docker Buildx builder instances
docker buildx rm [builder_name]
copy files between container and host
docker container cp [container]:[/path/in/container] [/local/path]
execute a command in a running container
docker container exec [container] [command]
remove one or more containers
docker container remove [container]
rename an existing container
docker container rename [old_name] [new_name]
remove one or more containers
docker container rm [container]
copy files between containers and the host
docker cp [container]:[/path/to/file] [/local/path]
Download images from a registry
docker image pull [image]
remove one or more images
docker image rm [image]
change container name identifier
docker rename [old_name] [new_name]
remove stopped containers from the system
docker rm [container]
manage sensitive data in Docker Swarm
docker secret create [name] [file]
manage containerized services in Docker Swarm
docker service create --name [name] [image]
native Docker clustering and orchestration
docker swarm init
container platform for application deployment
docker run [image]
manage DigitalOcean App Platform applications
doctl apps list
manage DigitalOcean Functions serverless computing
doctl serverless connect
self-hosted Platform-as-a-Service powered by Docker
dokku apps:create [app_name]
Command-line monitor for Sony DualShock 4 controllers on Linux
ds4
98 commands
Manage SQLAlchemy database migrations
alembic init [alembic]
Execute Ansible playbooks
ansible-playbook [playbook.yml]
Execute a command within an Apptainer container.
apptainer exec [container.sif] [command]
Execute the default runscript of a container.
apptainer run [container.sif]
Detect memory errors at runtime via compiler instrumentation.
gcc -fsanitize=address -g [program.c] -o [program]
Control keyboard backlight brightness on Linux
backlit-kbd info
Opinionated Python code formatter
black [script.py]
Collect Active Directory data for BloodHound analysis
bloodhound-python -d [domain.local] -u [username] -p [password] -ns [dc_ip] -c all
Visualize Active Directory attack paths
bloodhound
Fast multi-language build system
buck build //[path/to:target]
Create a tarball of the package
bun pm pack
Show why a package is installed
bun why [package]
Official command-line interface for bunny.net
bunny login
Core node software for the Cardano blockchain network
cardano-node run --topology [path/to/topology.json] --database-path [path/to/db] --socket-path [path/to/node.socket] --config [path/to/config.json]
AWS Cloud Development Kit CLI
cdk init app --language [typescript]
human-friendly alternative to cut and awk
echo "one two three" | choose 0
container-based continuous integration server
concourse quickstart --add-local-user [admin]:[password] --main-team-local-user [admin]
Node.js commit message validator
core-validate-commit [commit_sha]
Node.js package manager manager
corepack enable
Python code coverage measurement tool
coverage run [script.py]
obsolete debhelper for python-central registration
dh_pycentral
Remove Docker Buildx build cache
docker buildx prune
create image from container changes
docker commit [container_id] [image_name:tag]
multi-container Docker orchestration
docker-compose up
display resource usage statistics for containers
docker container stats
display running processes inside a container
docker container top [container]
Inspect changes to files or directories on a container's filesystem
docker diff [container_name]
execute commands in a running container
docker exec [container] [command]
Tag Docker images with repository and version identifiers
docker image tag [source_image]:[tag] [target_image]:[version]
list Docker images stored locally
docker images
return low-level information on Docker objects
docker inspect [container]
list Docker containers and their status
docker ps
search Docker Hub for container images
docker search [term]
optimize and reduce Docker image sizes
docker-slim build [image]
create tags for Docker images
docker tag [source_image] [target_image]:[tag]
execute commands with injected secrets
doppler run -- [node app.js]
96 commands
Java-based build automation tool
ant
Remove unused imports and variables from Python code
autoflake --in-place --remove-unused-variables [file.py]
Desktop text expansion and automation utility
autokey-gtk
Run batch computing workloads on managed infrastructure
aws batch submit-job --job-name [my-job] --job-queue [my-queue] --job-definition [my-definition]
Manage Docker container image repositories on AWS.
aws ecr get-login-password | docker login --username AWS --password-stdin [account-id].dkr.ecr.[region].amazonaws.com
Manage Azure Cache for Redis instances
az redis create --name [MyCache] --resource-group [MyResourceGroup] --location [eastus] --sku [Basic] --vm-size [c0]
CLI tool for searching Homebrew and Linuxbrew formulae and casks
bbrew search [query]
Terminal-based resource monitor with graphs
bpytop
Remove symbolic package links created by bun link
bun unlink
generate XML descriptions of C/C++ declarations
castxml --castxml-output=1 [header.hpp] -o [output.xml]
Clang C/C++ preprocessor
clang-cpp [source.c]
interactive Cassandra Query Language shell
cqlsh
classic cribbage card game against the computer
cribbage
CMake test driver program
ctest
Real-time container metrics monitor
ctop -a
Containerd command-line client
ctr containers list
distributed C/C++ compilation across network hosts
distcc [gcc] -c [file.c] -o [file.o]
manage modularity streams for packages
dnf module list
Show Docker Buildx version information
docker buildx version
Terminal dashboard for Docker container monitoring
dtop
embedded analytical database engine
duckdb
Manage file-based Elasticsearch users
elasticsearch-users list
localized fake data generation library CLI
faker name
Docksal Docker development environment CLI
fin project list
Python code linter and style checker
flake8 [file.py]
Python web microframework CLI
flask run
cryptocurrency trading bot framework
freqtrade trade --config [config.json] --strategy [StrategyName]
official Go implementation of Ethereum protocol
geth
Publish static sites to GitHub Pages branch
npx gh-pages -d [dist]
graphviz filter that colors nodes in a ranked directed graph
dot -Tcanon [graph.gv] | gvcolor | dot -Tpng -o [output.png]
creates geographical-style maps from graphs
gvmap [input.gv] > map.gv
graph stream editor, similar to awk for graphs
gvpr -f [script.gvpr] [input.gv]
sorts Python imports alphabetically and separates them into sections
isort [file.py]
Run development dependencies inside pre-configured Docker containers
pip install git+https://github.com/fhsinchy/jeeves.git#egg=jeeves
Filter JSON and JSON Lines data using Python expressions
echo '[1,2,3]' | jello '[x*2 for x in _]'
Minimal terminal AI coding agent with pluggable LLM providers
keen
74 commands
Display documentation for Ansible modules and plugins
ansible-doc [apt]
Create S3 buckets
aws s3 mb s3://[bucket-name]
Manage Azure App Service web applications
az webapp create --resource-group [MyRG] --plan [MyPlan] --name [MyApp]
Manage Azure cloud resources from the command line.
pip install azure-cli
Graphical interface for Bitcoin Core
bitcoin-qt
Symlink local packages for development
bun link
Command-line interface for the Cardano blockchain
cardano-cli query tip --mainnet
system C compiler
cc
terminal string styling with colors and formatting
chalk red "Hello World"
Cloudflare-powered internet speed test CLI
speed-cloudflare-cli
CLI for the Cradle PHP framework
cradle install
compare CSV files and show differences
csv-diff [old.csv] [new.csv]
Cython compilation wrapper for building extensions
cythonize -i [module.pyx]
explore Docker image contents and layer efficiency
dive [image:tag]
Display the running processes of a container
docker top [container]
Docker daemon background service
dockerd
dotfiles bootstrapping automation tool
dotbot -c [install.conf.yaml]
documentation generator for source code
doxygen -g [Doxyfile]
Node.js web application scaffolding tool
npx express-generator [myapp]
Node.js process daemon and monitor
forever start [app.js]
GNU C/C++ compiler collection
gcc [source.c] -o [output]
Generate gitignore from templates
git ignore-io [Python]
CI/CD job execution agent for GitLab
sudo gitlab-runner register
Lint and enforce commit message conventions
gitlint
GNU Ada compiler toolchain
gcc -c [program.adb]
GDB TUI dashboard for remote and embedded debugging
heretek
handshake wallet client
hsw-cli get
enhanced interactive Python shell
ipython3
Top-like monitoring tool for Kubernetes clusters
ktop
provides fuzzy-finding commands for Kubernetes
findpod
creates or updates Kubernetes resources
kubectl apply -f [manifest.yaml]
checks authorization permissions
kubectl auth can-i [create] [pods]
adds or removes node taints
kubectl taint nodes [node-name] [key=value:NoSchedule]
provides remote debugging access to Python processes
manhole [pid]
moves the physical memory pages of a process from one set of NUMA
migratepages [pid] [from_node] [to_node]
JavaScript test framework
mocha
50 commands
Ada/SPARK source package manager.
alr search [package_name]
Reverse engineer and analyze Android applications
androguard analyze [app.apk]
Manage private package artifact repositories.
aws codeartifact login --tool npm --domain [my-domain] --repository [my-repo]
Scan dependencies for known security vulnerabilities
bun audit
scan PHP dependencies for security vulnerabilities
composer audit
adds npm packages with Angular schematics support to your project
ng add [package-name]
creates Angular artifacts using schematics
ng generate component [name]
prints the folder where npm will install executables
npm bin
opens the package's bug tracker URL in a web browser
npm bugs [package-name]
manages the npm package cache
npm cache clean --force
generates shell completion scripts
npm completion
shows differences between package versions or between local package and registry
npm diff --diff=[package]@[1.0.0] --diff=[package]@[2.0.0]
opens package documentation in browser
npm docs [package-name]
Run a command from a local or remote npm package
npm exec [command]
shows why a package is installed
npm explain [package-name]
opens a subshell in a package directory
npm explore [package-name]
searches for duplicate packages in node_modules
npm find-dupes
searches npm help documentation
npm help-search [term]
opens package homepage in browser
npm home [package-name]
creates a new package
npm init
Runs npm ci followed by npm test
npm install-ci-test
runs npm install followed by npm test
npm install-test
symlinks packages for local development
npm link
removes authentication token
npm logout
checks if package names are available on npm
npm-name [package-name]
checks the registry for newer versions of installed packages
npm outdated
manipulates package
npm pkg get [name]
prints the local or global prefix path
npm prefix
removes packages not in dependencies
npm prune
queries dependency graph with selectors
npm query "[name=lodash]"
Rebuild packages with native addons
npm rb
rebuilds native addon modules for the current Node
npm rebuild
prints the node_modules directory path
npm root
runs scripts defined in package
npm run [script-name]
executes scripts defined in package
npm run [script-name]
searches the npm registry for packages matching the given terms
npm search [query]
28 commands
cert-manager CLI for Kubernetes
cmctl check api
container runtime for macOS and Linux
colima start
download container image as tarball
crane pull [image:tag] [output.tar]
interact with container registries without Docker
crane pull [registry/image:tag] [output.tar]
CLI for managing development containers
devcontainer build --workspace-folder [.]
list all Distrobox containers
distrobox-list
create image from container state
docker container commit [container] [image:tag]
show container filesystem changes
docker container diff [container]
fetch container logs from STDOUT and STDERR
docker logs [container]
display live container resource usage statistics
docker stats
dynamically update container resource limits
docker update --cpus [2] [container]
manages IBM Cloud Container Registry
ibmcloud cr login
manages Kubernetes secrets from the command line
k8sec list
converts Docker Compose files to Kubernetes resources
kompose convert
lists all resource types available in the Kubernetes cluster
kubectl api-resources
displays the addresses of the control plane and cluster services
kubectl cluster-info
generates shell autocompletion scripts
kubectl completion bash
opens a resource's configuration in your default editor
kubectl edit deployment [name]
runs a proxy to the Kubernetes API server
kubectl proxy
updates resource fields
kubectl set image deployment/[name] [container]=[image:tag]
shows client and server versions
kubectl version
manages Linode Kubernetes Engine clusters
linode-cli lke clusters-list
openShift CLI
oc login [https://api.cluster:6443]
Terminal user interface for viewing and controlling Docker containers
oxker
TUI tool for Docker container management
pocker
Manage container images in Podman
podman image list
Pull container images from registries
podman pull [image:tag]
Terminal user interface for Docker containers
sen
25 commands
Native Clojure interpreter for scripting
bb [script.clj]
Format Haskell source code
brittany [source.hs]
LLVM C++ compiler frontend
clang++ [source.cpp] -o [output]
graphical Git interface
cola
Fortran to Python interface generator
f2py -c [module.f90] -m [module_name]
open-source parametric 3D CAD modeler
freecad
GNU Fortran compiler
gfortran [source.f90] -o [output]
Compiler for the Haskell functional programming language
ghc [file.hs]
Ada program build utility
gnatmake [main.adb]
fast terminal dashboard for Kubernetes written in Rust
kdash
displays Angular CLI and package versions
ng version
Create a flake in the current directory from a template
nix flake init
queries and manages compute nodes in a PBS cluster
pbsnodes -a
verifies Perl installation
perlivp
prepares PHP extensions for compilation
phpize
Format and extract SQL strings embedded in Python source files
py-sql-cleaner list jobs/load_users.py
Extract translatable strings from Python code
pygettext [script.py]
Open-source cheminformatics and molecular toolkit
python -c "from rdkit import Chem"
Check Python dependencies for known vulnerabilities
safety scan
Install built files in Sailfish OS build target
sfdk make-install
Run make in Sailfish build environment
sfdk make
Static security scanner for IaC
terrascan init
Display OpenTofu state output values
tofu output
Build Python packages from source
uv build
Export dependencies to requirements format
uv export > requirements.txt
21 commands
Check playbooks for best practices
ansible-lint [playbook.yml]
Manage Azure Container Registries
az acr create -n [registry-name] -g [resource-group] --sku [Standard]
Manage Azure CLI extensions
az extension list
CoffeeScript compiler and runtime
coffee -c [script.coffee]
mypy daemon for fast incremental type checking
dmypy start
view compose service logs
docker compose logs
start compose services
docker compose up
build tool for Flatpak applications
flatpak-builder [path/to/build_directory] [path/to/manifest.json]
manages IBM Cloud Kubernetes Service
ibmcloud ks clusters
runs K3s Kubernetes clusters in Docker
k3d cluster create [name]
manages production Kubernetes clusters
kops create cluster --name=[cluster.example.com] --zones=[us-east-1a]
shows resource and field documentation
kubectl explain [pod]
displays resource usage for nodes or pods
kubectl top nodes
Overview of Linux kernel namespaces for resource isolation
lsns
List containers and their status
podman ps
Protocol Buffers compiler and code generator
protoc --python_out=[path/to/output_directory] [input_file.proto]
Check Python docstring conventions
pydocstyle [module.py]
Switch SteamOS between gaming and desktop
steamos-session-select plasma
Symfony PHP framework development CLI
symfony new [project_name]
Lightweight namespace container
systemd-nspawn -D [path/to/container_root]
Publish Python packages to PyPI
uv publish
9 commands
Useful Linux one-liner
npx http-server
Wallet server and CLI for managing Cardano wallets
cardano-wallet serve --port [8090] --node-socket [/path/to/node.socket] --database [/path/to/wallet-db] --mainnet
node
loadtest -c [10] -n [1000] [http://example.com/api]
command-line companion to mitmproxy, a powerful HTTPS proxy
mitmdump
interactive man-in-the-middle proxy for HTTP and HTTPS traffic
mitmproxy
CLI for NestJS, a progressive Node
nest new [project-name]
Python 2.7 documentation viewer
pydoc2.7 [module]
Python 3.4 documentation viewer
pydoc3.4 [module]
Cloud-native HTTP reverse proxy
traefik
9 commands
local GitHub Actions runner
act
ask kernel to forget about a partition
sudo delpart [/dev/sda] [1]
ejabberd XMPP server control utility
sudo ejabberdctl start
command-line HTML5 validation tool using the Nu Html Checker
html5validator [file.html]
Manage kubectl plugins
kubectl plugin list
Data-driven workflow orchestration for scalable scientific pipelines
nextflow run [pipeline.nf]
Automate Kubernetes development workflows
skaffold init
TUI for OpenTofu provider registry browsing
tofuref
Uncomplicated Firewall management interface
sudo ufw enable
5 commands
load Docker images from tar archives
docker load -i [image.tar]
Upload a package to the npm registry
npm publish
removes star from a package on npm registry
npm unstar [package]
Load container images from tar archives
podman image load -i [image.tar]
Build Python distribution packages
poetry build
5 commands
4 commands
Agent of Empires - session manager for parallel AI coding agents
aoe
Python SSH automation and deployment tool
fab -H [host] -- [command]
multi-vendor SSH library for Python that simplifies CLI interactions
from netmiko import ConnectHandler; net_connect = ConnectHandler(**device); print(net_connect.send_command("show ip int brief"))
Lazygit-style TUI for SQL databases
sqlit
3 commands
Display Poetry debugging information
poetry debug info
Manage Poetry virtual environments
poetry env list
Execute commands in virtual environment
poetry run [command]
2 commands
2 commands
Print the bin directory path
bun pm bin
All-in-one JavaScript runtime and toolkit
bun [script.js]
2 commands
1 commands
1 commands
Manage Ansible roles and collections from Galaxy
ansible-galaxy install [username.role_name]
1 commands
Show Ansible inventory information
ansible-inventory --list
1 commands
Pull and run playbooks from a repository
ansible-pull -U [https://github.com/user/repo.git]
1 commands
Display Azure CLI version information
az version
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
Dogecoin Core daemon and CLI client
dogecoind -daemon
1 commands
1 commands
1 commands
1 commands
Generate enrollment tokens for nodes and Kibana
elasticsearch-create-enrollment-token -s node
1 commands
Low-level node recovery and cluster operations
elasticsearch-node repurpose
1 commands
1 commands
1 commands
1 commands
Node.js version discovery tool
Get-NodeVersions
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
tezos baking daemon
octez-baker-[protocol] run with local node [~/.tezos-node] [baker_alias]
1 commands
1 commands
merges vector datasets
ogrmerge.py -o [output.shp] [input1.shp] [input2.shp]
1 commands
generates API clients, server stubs, and documentation from OpenAPI
openapi-generator generate -i [spec.yaml] -g [python] -o [./client]
1 commands
1 commands
1 commands
1 commands
1 commands
Create a new Pulumi project from template
pulumi new
1 commands
1 commands
Interactive pyATS testing shell
pyats shell
1 commands
1 commands
1 commands
1 commands
Migrate Proxmox VM to another node
qm migrate 100 target_node
1 commands
1 commands
Check and prepare RabbitMQ upgrades
rabbitmq-upgrade await_online_quorum_plus_one
1 commands
Cross-compile C code for RISC-V targets
riscv64-unknown-elf-gcc -o [output] [source.c]
1 commands
SonarQube static code analysis scanner
sonar-scanner
1 commands
1 commands
Detect virtualization environment
systemd-detect-virt --list
1 commands
1 commands
Create isolated Python environments
virtualenv [venv]
1 commands
Query XML documents with XPath
xml select -t -v "[//element]" [file.xml]
1 commands
Download videos from YouTube and other sites
youtube-dl "[url]"
npx http-server
Copy it and replace filenames, paths, or keywords as needed.
2to3 [script.py]
Copy it and replace filenames, paths, or keywords as needed.
act
Copy it and replace filenames, paths, or keywords as needed.
npm install -g agentbox-cli
Copy it and replace filenames, paths, or keywords as needed.
npx aimock -p [4010] -f [./fixtures]
Copy it and replace filenames, paths, or keywords as needed.
airflow scheduler
Copy it and replace filenames, paths, or keywords as needed.
airshare [mycode] [file.txt]
Copy it and replace filenames, paths, or keywords as needed.
aislop scan
Copy it and replace filenames, paths, or keywords as needed.
alembic init [alembic]
Copy it and replace filenames, paths, or keywords as needed.
alr search [package_name]
Copy it and replace filenames, paths, or keywords as needed.
androguard analyze [app.apk]
Copy it and replace filenames, paths, or keywords as needed.
ansible-doc [apt]
Copy it and replace filenames, paths, or keywords as needed.
ansible-galaxy install [username.role_name]
Copy it and replace filenames, paths, or keywords as needed.
ansible-inventory --list
Copy it and replace filenames, paths, or keywords as needed.
ansible-lint [playbook.yml]
Copy it and replace filenames, paths, or keywords as needed.
ansible-playbook [playbook.yml]
Copy it and replace filenames, paths, or keywords as needed.
ansible-pull -U [https://github.com/user/repo.git]
Copy it and replace filenames, paths, or keywords as needed.
ansible-vault create [secrets.yml]
Copy it and replace filenames, paths, or keywords as needed.
ansible all -m ping
Copy it and replace filenames, paths, or keywords as needed.
ant
Copy it and replace filenames, paths, or keywords as needed.
aoe
Copy it and replace filenames, paths, or keywords as needed.
apptainer build [path/to/image.sif] [path/to/definition.def]
Copy it and replace filenames, paths, or keywords as needed.
apptainer exec [container.sif] [command]
Copy it and replace filenames, paths, or keywords as needed.
apptainer pull [path/to/image.sif] docker://[image]:[tag]
Copy it and replace filenames, paths, or keywords as needed.
apptainer registry list
Copy it and replace filenames, paths, or keywords as needed.
apptainer run [container.sif]
Copy it and replace filenames, paths, or keywords as needed.
apptainer shell [container.sif]
Copy it and replace filenames, paths, or keywords as needed.
apptainer pull [path/to/image.sif] docker://[image]:[tag]
Copy it and replace filenames, paths, or keywords as needed.
argospm update
Copy it and replace filenames, paths, or keywords as needed.
php artisan list
Copy it and replace filenames, paths, or keywords as needed.
as [path/to/file.s]
Copy it and replace filenames, paths, or keywords as needed.
gcc -fsanitize=address -g [program.c] -o [program]
Copy it and replace filenames, paths, or keywords as needed.
asdf plugin add [nodejs]
May affect permissions or system state. Check the target first.
ast-grep --pattern 'console.log($ARG)'
Copy it and replace filenames, paths, or keywords as needed.
atac
Copy it and replace filenames, paths, or keywords as needed.
austin-tui python3 [path/to/script.py]
Copy it and replace filenames, paths, or keywords as needed.
autoflake --in-place --remove-unused-variables [file.py]
Copy it and replace filenames, paths, or keywords as needed.
autokey-gtk
Copy it and replace filenames, paths, or keywords as needed.
autopep8 --in-place [file.py]
Copy it and replace filenames, paths, or keywords as needed.
avr-gcc -mmcu=[atmega328p] -o [output.elf] [source.c]
Copy it and replace filenames, paths, or keywords as needed.
aws batch submit-job --job-name [my-job] --job-queue [my-queue] --job-definition [my-definition]
Copy it and replace filenames, paths, or keywords as needed.
aws codeartifact login --tool npm --domain [my-domain] --repository [my-repo]
Copy it and replace filenames, paths, or keywords as needed.
aws codebuild start-build --project-name [my-project]
Copy it and replace filenames, paths, or keywords as needed.
aws ecr get-login-password | docker login --username AWS --password-stdin [account-id].dkr.ecr.[region].amazonaws.com
Uses pipes, overwrite, or deletion. Check paths and options first.
aws ecs list-clusters
Copy it and replace filenames, paths, or keywords as needed.
aws eks create-cluster --name [my-cluster] --role-arn [arn:aws:iam::account:role/eks-role] --resources-vpc-config subnetIds=[subnet-1],[subnet-2],securityGroupIds=[sg-123]
Copy it and replace filenames, paths, or keywords as needed.
aws glue create-crawler --name [my-crawler] --role [arn:aws:iam::account:role/glue-role] --database-name [my-database] --targets S3Targets=[{Path=s3://my-bucket/data/}]
Copy it and replace filenames, paths, or keywords as needed.
aws kafka create-cluster --cluster-name [my-cluster] --kafka-version [3.5.1] --number-of-broker-nodes 3 --broker-node-group-info file://[broker-config.json]
Copy it and replace filenames, paths, or keywords as needed.
aws lambda create-function --function-name [my-function] --runtime python3.11 --role [arn:aws:iam::account:role/lambda-role] --handler [index.handler] --zip-file fileb://[function.zip]
Copy it and replace filenames, paths, or keywords as needed.
aws redshift describe-clusters
Copy it and replace filenames, paths, or keywords as needed.
aws s3 mb s3://[bucket-name]
Copy it and replace filenames, paths, or keywords as needed.
az acr create -n [registry-name] -g [resource-group] --sku [Standard]
Copy it and replace filenames, paths, or keywords as needed.
az extension list
Copy it and replace filenames, paths, or keywords as needed.
az functionapp list
Copy it and replace filenames, paths, or keywords as needed.
az redis create --name [MyCache] --resource-group [MyResourceGroup] --location [eastus] --sku [Basic] --vm-size [c0]
Copy it and replace filenames, paths, or keywords as needed.
az version
Copy it and replace filenames, paths, or keywords as needed.
az webapp create --resource-group [MyRG] --plan [MyPlan] --name [MyApp]
Copy it and replace filenames, paths, or keywords as needed.
pip install azure-cli
Copy it and replace filenames, paths, or keywords as needed.
backlit-kbd info
Copy it and replace filenames, paths, or keywords as needed.
python -m bark --text "[Hello, how are you?]" --output_filename [output.wav]
Copy it and replace filenames, paths, or keywords as needed.
bb [script.clj]
Copy it and replace filenames, paths, or keywords as needed.
bbrew search [query]
Copy it and replace filenames, paths, or keywords as needed.
bdfr download [./output] --subreddit [Python] -L [10]
Copy it and replace filenames, paths, or keywords as needed.
bear -- make
Copy it and replace filenames, paths, or keywords as needed.
python3 -c "from bs4 import BeautifulSoup; import requests; print([a['href'] for a in BeautifulSoup(requests.get('[url]').text, 'html.parser').find_all('a', href=True)])"
Uses pipes, overwrite, or deletion. Check paths and options first.
bitcoin-qt
Copy it and replace filenames, paths, or keywords as needed.
bitcoind -daemon
Copy it and replace filenames, paths, or keywords as needed.
bkp [path/to/file]
Copy it and replace filenames, paths, or keywords as needed.
black [script.py]
Copy it and replace filenames, paths, or keywords as needed.
bloodhound-python -d [domain.local] -u [username] -p [password] -ns [dc_ip] -c all
Copy it and replace filenames, paths, or keywords as needed.
bloodhound
Copy it and replace filenames, paths, or keywords as needed.
bondai
Copy it and replace filenames, paths, or keywords as needed.
bootc status
Copy it and replace filenames, paths, or keywords as needed.
bootnode -genkey [node.key]
Copy it and replace filenames, paths, or keywords as needed.
bower install [jquery]
Copy it and replace filenames, paths, or keywords as needed.
box login
Copy it and replace filenames, paths, or keywords as needed.
bpkg install [package-name] -g
Copy it and replace filenames, paths, or keywords as needed.
bpython
Copy it and replace filenames, paths, or keywords as needed.
bpytop
Copy it and replace filenames, paths, or keywords as needed.
breathe
Copy it and replace filenames, paths, or keywords as needed.
brittany [source.hs]
Copy it and replace filenames, paths, or keywords as needed.
browsr
Copy it and replace filenames, paths, or keywords as needed.
bspc monitor -d [desktop_name1] [desktop_name2]
Copy it and replace filenames, paths, or keywords as needed.
buck build //[path/to:target]
Copy it and replace filenames, paths, or keywords as needed.
python -m build
Copy it and replace filenames, paths, or keywords as needed.
buildah build -t [myimage] [.]
Copy it and replace filenames, paths, or keywords as needed.
bun add [lodash]
May affect permissions or system state. Check the target first.
bun audit
Copy it and replace filenames, paths, or keywords as needed.
bun build [./src/index.ts] --outdir [./dist]
Copy it and replace filenames, paths, or keywords as needed.
bun create [template] [project-name]
Copy it and replace filenames, paths, or keywords as needed.
bun exec [package]
Copy it and replace filenames, paths, or keywords as needed.
bun i
Copy it and replace filenames, paths, or keywords as needed.
bun install
Copy it and replace filenames, paths, or keywords as needed.
bun link
Copy it and replace filenames, paths, or keywords as needed.
bun pm ls
Copy it and replace filenames, paths, or keywords as needed.
bun patch [package-name]
Copy it and replace filenames, paths, or keywords as needed.
bun pm bin
Copy it and replace filenames, paths, or keywords as needed.
bun pm cache
Copy it and replace filenames, paths, or keywords as needed.
bun pm migrate
Copy it and replace filenames, paths, or keywords as needed.
bun pm pack
Copy it and replace filenames, paths, or keywords as needed.
bun pm trust [package1] [package2]
Copy it and replace filenames, paths, or keywords as needed.
bun pm bin
Copy it and replace filenames, paths, or keywords as needed.
bun publish
Copy it and replace filenames, paths, or keywords as needed.
bun remove [package]
Copy it and replace filenames, paths, or keywords as needed.
bun unlink
Copy it and replace filenames, paths, or keywords as needed.
bun update
Copy it and replace filenames, paths, or keywords as needed.
bun upgrade
Copy it and replace filenames, paths, or keywords as needed.
bun why [package]
Copy it and replace filenames, paths, or keywords as needed.
bun [script.js]
Copy it and replace filenames, paths, or keywords as needed.
bunny login
Copy it and replace filenames, paths, or keywords as needed.
bunx [prisma] migrate
Copy it and replace filenames, paths, or keywords as needed.
burpsuite
Copy it and replace filenames, paths, or keywords as needed.
dotnet cake
Copy it and replace filenames, paths, or keywords as needed.
camelot read -p [1] [document.pdf]
Copy it and replace filenames, paths, or keywords as needed.
caprover login
Copy it and replace filenames, paths, or keywords as needed.
cardano-cli query tip --mainnet
Copy it and replace filenames, paths, or keywords as needed.
cardano-node run --topology [path/to/topology.json] --database-path [path/to/db] --socket-path [path/to/node.socket] --config [path/to/config.json]
Copy it and replace filenames, paths, or keywords as needed.
cardano-wallet serve --port [8090] --node-socket [/path/to/node.socket] --database [/path/to/wallet-db] --mainnet
Copy it and replace filenames, paths, or keywords as needed.
carton install
Copy it and replace filenames, paths, or keywords as needed.
castxml --castxml-output=1 [header.hpp] -o [output.xml]
Copy it and replace filenames, paths, or keywords as needed.
cc
Copy it and replace filenames, paths, or keywords as needed.
ccache -s
Copy it and replace filenames, paths, or keywords as needed.
ccat [file.py]
Copy it and replace filenames, paths, or keywords as needed.
ccomps -x [input.dot]
Copy it and replace filenames, paths, or keywords as needed.
cdk init app --language [typescript]
Copy it and replace filenames, paths, or keywords as needed.
cdktf init --template=[typescript] --local
Copy it and replace filenames, paths, or keywords as needed.
sudo cephadm bootstrap --mon-ip [monitor_ip]
May affect permissions or system state. Check the target first.
tldr cgclassify
Copy it and replace filenames, paths, or keywords as needed.
chalk red "Hello World"
Copy it and replace filenames, paths, or keywords as needed.
chardet [file.txt]
Copy it and replace filenames, paths, or keywords as needed.
sudo checkinstall -y
May affect permissions or system state. Check the target first.
checkov -d [path/to/directory]
Copy it and replace filenames, paths, or keywords as needed.
echo "one two three" | choose 0
Uses pipes, overwrite, or deletion. Check paths and options first.
circleci setup
Copy it and replace filenames, paths, or keywords as needed.
circup list
Copy it and replace filenames, paths, or keywords as needed.
clang++ [source.cpp] -o [output]
Copy it and replace filenames, paths, or keywords as needed.
clang-cpp [source.c]
Copy it and replace filenames, paths, or keywords as needed.
clang [program.c] -o [program]
Copy it and replace filenames, paths, or keywords as needed.
clone(child_func, stack_top, CLONE_NEWNS | SIGCHLD, arg)
Uses pipes, overwrite, or deletion. Check paths and options first.
speed-cloudflare-cli
Copy it and replace filenames, paths, or keywords as needed.
cmake -B [build]
Copy it and replace filenames, paths, or keywords as needed.
cmctl check api
Copy it and replace filenames, paths, or keywords as needed.
cockroach start-single-node --insecure
Copy it and replace filenames, paths, or keywords as needed.
code2prompt [path/to/project]
Copy it and replace filenames, paths, or keywords as needed.
codecrafters login
Copy it and replace filenames, paths, or keywords as needed.
codemod -m -d [directory] '[old_pattern]' '[new_pattern]'
Copy it and replace filenames, paths, or keywords as needed.
codiff [old.o] [new.o]
Copy it and replace filenames, paths, or keywords as needed.
coffee -c [script.coffee]
Copy it and replace filenames, paths, or keywords as needed.
cola
Copy it and replace filenames, paths, or keywords as needed.
colima start
Copy it and replace filenames, paths, or keywords as needed.
python [main.py]
Copy it and replace filenames, paths, or keywords as needed.
compiledb make
Copy it and replace filenames, paths, or keywords as needed.
composer audit
Copy it and replace filenames, paths, or keywords as needed.
conan install [.]
Copy it and replace filenames, paths, or keywords as needed.
concourse quickstart --add-local-user [admin]:[password] --main-team-local-user [admin]
Copy it and replace filenames, paths, or keywords as needed.
conda create --name [env_name] python=[3.11]
Copy it and replace filenames, paths, or keywords as needed.
conda env list
Copy it and replace filenames, paths, or keywords as needed.
conda create -n [myenv] [python=3.11]
Copy it and replace filenames, paths, or keywords as needed.
container-diff analyze [image:tag]
Copy it and replace filenames, paths, or keywords as needed.
sudo containerd
May affect permissions or system state. Check the target first.
cookiecutter [https://github.com/user/template]
Copy it and replace filenames, paths, or keywords as needed.
curl -fsSL https://get.coolify.io | bash
Uses pipes, overwrite, or deletion. Check paths and options first.
copier copy [gh:user/template] [destination/]
Copy it and replace filenames, paths, or keywords as needed.
core-validate-commit [commit_sha]
Copy it and replace filenames, paths, or keywords as needed.
corepack enable
Copy it and replace filenames, paths, or keywords as needed.
coverage run [script.py]
Copy it and replace filenames, paths, or keywords as needed.
python -m cProfile [script.py]
Copy it and replace filenames, paths, or keywords as needed.
cqlsh
Copy it and replace filenames, paths, or keywords as needed.
cradle install
Copy it and replace filenames, paths, or keywords as needed.
cradle install
Copy it and replace filenames, paths, or keywords as needed.
crane copy [source_image] [destination_image]
Copy it and replace filenames, paths, or keywords as needed.
crane manifest [image:tag]
Copy it and replace filenames, paths, or keywords as needed.
crane pull [image:tag] [output.tar]
Copy it and replace filenames, paths, or keywords as needed.
crane push [image.tar] [registry/repo:tag]
Copy it and replace filenames, paths, or keywords as needed.
crane pull [registry/image:tag] [output.tar]
Copy it and replace filenames, paths, or keywords as needed.
cribbage
Copy it and replace filenames, paths, or keywords as needed.
crictl ps
Copy it and replace filenames, paths, or keywords as needed.
csv-diff [old.csv] [new.csv]
Copy it and replace filenames, paths, or keywords as needed.
csvpy [data.csv]
Copy it and replace filenames, paths, or keywords as needed.
ctest
Copy it and replace filenames, paths, or keywords as needed.
ctop -a
Copy it and replace filenames, paths, or keywords as needed.
ctr containers list
Copy it and replace filenames, paths, or keywords as needed.
ctx init
Copy it and replace filenames, paths, or keywords as needed.
python -c "from ctypes import CDLL; lib = CDLL('[libname.so]')"
Uses pipes, overwrite, or deletion. Check paths and options first.
cvs checkout [module_name]
Copy it and replace filenames, paths, or keywords as needed.
cwl-runner [workflow.cwl] [inputs.yml]
Copy it and replace filenames, paths, or keywords as needed.
cython [module.pyx]
Copy it and replace filenames, paths, or keywords as needed.
cythonize -i [module.pyx]
Copy it and replace filenames, paths, or keywords as needed.
d8
Copy it and replace filenames, paths, or keywords as needed.
dagger init --sdk=[go|python|typescript]
Uses pipes, overwrite, or deletion. Check paths and options first.
dari-docs check . --managed --task "[Install the SDK and make a first API call]"
Copy it and replace filenames, paths, or keywords as needed.
ddev start
Copy it and replace filenames, paths, or keywords as needed.
sudo ddrescue [/dev/sdb] [path/to/image.dd] [path/to/log.txt]
May affect permissions or system state. Check the target first.
pip install deflect-one
Copy it and replace filenames, paths, or keywords as needed.
sudo delpart [/dev/sda] [1]
May affect permissions or system state. Check the target first.
deno run [script.ts]
Copy it and replace filenames, paths, or keywords as needed.
depsguard
Copy it and replace filenames, paths, or keywords as needed.
devcontainer build --workspace-folder [.]
Copy it and replace filenames, paths, or keywords as needed.
devpod up [github.com/user/repo]
Copy it and replace filenames, paths, or keywords as needed.
devspace init
Copy it and replace filenames, paths, or keywords as needed.
dh_python3
Copy it and replace filenames, paths, or keywords as needed.
dh_pycentral
Copy it and replace filenames, paths, or keywords as needed.
dia
Copy it and replace filenames, paths, or keywords as needed.
diffimg [image1.png] [image2.png] [diff.png]
Copy it and replace filenames, paths, or keywords as needed.
dijkstra -p [source_node] [input.dot]
Copy it and replace filenames, paths, or keywords as needed.
eval "$(direnv hook bash)"
Copy it and replace filenames, paths, or keywords as needed.
distcc [gcc] -c [file.c] -o [file.o]
Copy it and replace filenames, paths, or keywords as needed.
distrobox-list
Copy it and replace filenames, paths, or keywords as needed.
distrobox create --name [mycontainer] --image [ubuntu:latest]
Copy it and replace filenames, paths, or keywords as needed.
dive [image:tag]
Copy it and replace filenames, paths, or keywords as needed.
dlb_taskset --list
Copy it and replace filenames, paths, or keywords as needed.
dmypy start
Copy it and replace filenames, paths, or keywords as needed.
dnf module list
Copy it and replace filenames, paths, or keywords as needed.
dockdiver -u [username]
Copy it and replace filenames, paths, or keywords as needed.
docker build -t [image_name] .
Copy it and replace filenames, paths, or keywords as needed.
docker buildx du
Copy it and replace filenames, paths, or keywords as needed.
docker buildx ls
Copy it and replace filenames, paths, or keywords as needed.
docker buildx prune
Copy it and replace filenames, paths, or keywords as needed.
docker buildx rm [builder_name]
Copy it and replace filenames, paths, or keywords as needed.
docker buildx version
Copy it and replace filenames, paths, or keywords as needed.
docker commit [container_id] [image_name:tag]
Copy it and replace filenames, paths, or keywords as needed.
docker compose down
Copy it and replace filenames, paths, or keywords as needed.
docker compose logs
Copy it and replace filenames, paths, or keywords as needed.
docker compose up
Copy it and replace filenames, paths, or keywords as needed.
docker-compose up
Copy it and replace filenames, paths, or keywords as needed.
docker container commit [container] [image:tag]
Copy it and replace filenames, paths, or keywords as needed.
docker container cp [container]:[/path/in/container] [/local/path]
Copy it and replace filenames, paths, or keywords as needed.
docker container diff [container]
Copy it and replace filenames, paths, or keywords as needed.
docker container exec [container] [command]
Copy it and replace filenames, paths, or keywords as needed.
docker container logs [container]
Copy it and replace filenames, paths, or keywords as needed.
docker container ls
Copy it and replace filenames, paths, or keywords as needed.
docker container remove [container]
Copy it and replace filenames, paths, or keywords as needed.
docker container rename [old_name] [new_name]
Copy it and replace filenames, paths, or keywords as needed.
docker container rm [container]
Copy it and replace filenames, paths, or keywords as needed.
docker container run [image]
Copy it and replace filenames, paths, or keywords as needed.
docker container start [container]
Copy it and replace filenames, paths, or keywords as needed.
docker container stats
Copy it and replace filenames, paths, or keywords as needed.
docker container top [container]
Copy it and replace filenames, paths, or keywords as needed.
docker container update --cpus [2] [container]
Copy it and replace filenames, paths, or keywords as needed.
docker container ls
Copy it and replace filenames, paths, or keywords as needed.