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
复制后可按需替换文件名、目录或参数。
2to3 [script.py]
复制后可按需替换文件名、目录或参数。
act
复制后可按需替换文件名、目录或参数。
npm install -g agentbox-cli
复制后可按需替换文件名、目录或参数。
npx aimock -p [4010] -f [./fixtures]
复制后可按需替换文件名、目录或参数。
airflow scheduler
复制后可按需替换文件名、目录或参数。
airshare [mycode] [file.txt]
复制后可按需替换文件名、目录或参数。
aislop scan
复制后可按需替换文件名、目录或参数。
alembic init [alembic]
复制后可按需替换文件名、目录或参数。
alr search [package_name]
复制后可按需替换文件名、目录或参数。
androguard analyze [app.apk]
复制后可按需替换文件名、目录或参数。
ansible-doc [apt]
复制后可按需替换文件名、目录或参数。
ansible-galaxy install [username.role_name]
复制后可按需替换文件名、目录或参数。
ansible-inventory --list
复制后可按需替换文件名、目录或参数。
ansible-lint [playbook.yml]
复制后可按需替换文件名、目录或参数。
ansible-playbook [playbook.yml]
复制后可按需替换文件名、目录或参数。
ansible-pull -U [https://github.com/user/repo.git]
复制后可按需替换文件名、目录或参数。
ansible-vault create [secrets.yml]
复制后可按需替换文件名、目录或参数。
ansible all -m ping
复制后可按需替换文件名、目录或参数。
ant
复制后可按需替换文件名、目录或参数。
aoe
复制后可按需替换文件名、目录或参数。
apptainer build [path/to/image.sif] [path/to/definition.def]
复制后可按需替换文件名、目录或参数。
apptainer exec [container.sif] [command]
复制后可按需替换文件名、目录或参数。
apptainer pull [path/to/image.sif] docker://[image]:[tag]
复制后可按需替换文件名、目录或参数。
apptainer registry list
复制后可按需替换文件名、目录或参数。
apptainer run [container.sif]
复制后可按需替换文件名、目录或参数。
apptainer shell [container.sif]
复制后可按需替换文件名、目录或参数。
apptainer pull [path/to/image.sif] docker://[image]:[tag]
复制后可按需替换文件名、目录或参数。
argospm update
复制后可按需替换文件名、目录或参数。
php artisan list
复制后可按需替换文件名、目录或参数。
as [path/to/file.s]
复制后可按需替换文件名、目录或参数。
gcc -fsanitize=address -g [program.c] -o [program]
复制后可按需替换文件名、目录或参数。
asdf plugin add [nodejs]
权限或系统影响较大,执行前请核对目标。
ast-grep --pattern 'console.log($ARG)'
复制后可按需替换文件名、目录或参数。
atac
复制后可按需替换文件名、目录或参数。
austin-tui python3 [path/to/script.py]
复制后可按需替换文件名、目录或参数。
autoflake --in-place --remove-unused-variables [file.py]
复制后可按需替换文件名、目录或参数。
autokey-gtk
复制后可按需替换文件名、目录或参数。
autopep8 --in-place [file.py]
复制后可按需替换文件名、目录或参数。
avr-gcc -mmcu=[atmega328p] -o [output.elf] [source.c]
复制后可按需替换文件名、目录或参数。
aws batch submit-job --job-name [my-job] --job-queue [my-queue] --job-definition [my-definition]
复制后可按需替换文件名、目录或参数。
aws codeartifact login --tool npm --domain [my-domain] --repository [my-repo]
复制后可按需替换文件名、目录或参数。
aws codebuild start-build --project-name [my-project]
复制后可按需替换文件名、目录或参数。
aws ecr get-login-password | docker login --username AWS --password-stdin [account-id].dkr.ecr.[region].amazonaws.com
涉及管道、覆盖或删除,执行前请先确认路径和参数。
aws ecs list-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]
复制后可按需替换文件名、目录或参数。
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/}]
复制后可按需替换文件名、目录或参数。
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]
复制后可按需替换文件名、目录或参数。
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]
复制后可按需替换文件名、目录或参数。
aws redshift describe-clusters
复制后可按需替换文件名、目录或参数。
aws s3 mb s3://[bucket-name]
复制后可按需替换文件名、目录或参数。
az acr create -n [registry-name] -g [resource-group] --sku [Standard]
复制后可按需替换文件名、目录或参数。
az extension list
复制后可按需替换文件名、目录或参数。
az functionapp list
复制后可按需替换文件名、目录或参数。
az redis create --name [MyCache] --resource-group [MyResourceGroup] --location [eastus] --sku [Basic] --vm-size [c0]
复制后可按需替换文件名、目录或参数。
az version
复制后可按需替换文件名、目录或参数。
az webapp create --resource-group [MyRG] --plan [MyPlan] --name [MyApp]
复制后可按需替换文件名、目录或参数。
pip install azure-cli
复制后可按需替换文件名、目录或参数。
backlit-kbd info
复制后可按需替换文件名、目录或参数。
python -m bark --text "[Hello, how are you?]" --output_filename [output.wav]
复制后可按需替换文件名、目录或参数。
bb [script.clj]
复制后可按需替换文件名、目录或参数。
bbrew search [query]
复制后可按需替换文件名、目录或参数。
bdfr download [./output] --subreddit [Python] -L [10]
复制后可按需替换文件名、目录或参数。
bear -- make
复制后可按需替换文件名、目录或参数。
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)])"
涉及管道、覆盖或删除,执行前请先确认路径和参数。
bitcoin-qt
复制后可按需替换文件名、目录或参数。
bitcoind -daemon
复制后可按需替换文件名、目录或参数。
bkp [path/to/file]
复制后可按需替换文件名、目录或参数。
black [script.py]
复制后可按需替换文件名、目录或参数。
bloodhound-python -d [domain.local] -u [username] -p [password] -ns [dc_ip] -c all
复制后可按需替换文件名、目录或参数。
bloodhound
复制后可按需替换文件名、目录或参数。
bondai
复制后可按需替换文件名、目录或参数。
bootc status
复制后可按需替换文件名、目录或参数。
bootnode -genkey [node.key]
复制后可按需替换文件名、目录或参数。
bower install [jquery]
复制后可按需替换文件名、目录或参数。
box login
复制后可按需替换文件名、目录或参数。
bpkg install [package-name] -g
复制后可按需替换文件名、目录或参数。
bpython
复制后可按需替换文件名、目录或参数。
bpytop
复制后可按需替换文件名、目录或参数。
breathe
复制后可按需替换文件名、目录或参数。
brittany [source.hs]
复制后可按需替换文件名、目录或参数。
browsr
复制后可按需替换文件名、目录或参数。
bspc monitor -d [desktop_name1] [desktop_name2]
复制后可按需替换文件名、目录或参数。
buck build //[path/to:target]
复制后可按需替换文件名、目录或参数。
python -m build
复制后可按需替换文件名、目录或参数。
buildah build -t [myimage] [.]
复制后可按需替换文件名、目录或参数。
bun add [lodash]
权限或系统影响较大,执行前请核对目标。
bun audit
复制后可按需替换文件名、目录或参数。
bun build [./src/index.ts] --outdir [./dist]
复制后可按需替换文件名、目录或参数。
bun create [template] [project-name]
复制后可按需替换文件名、目录或参数。
bun exec [package]
复制后可按需替换文件名、目录或参数。
bun i
复制后可按需替换文件名、目录或参数。
bun install
复制后可按需替换文件名、目录或参数。
bun link
复制后可按需替换文件名、目录或参数。
bun pm ls
复制后可按需替换文件名、目录或参数。
bun patch [package-name]
复制后可按需替换文件名、目录或参数。
bun pm bin
复制后可按需替换文件名、目录或参数。
bun pm cache
复制后可按需替换文件名、目录或参数。
bun pm migrate
复制后可按需替换文件名、目录或参数。
bun pm pack
复制后可按需替换文件名、目录或参数。
bun pm trust [package1] [package2]
复制后可按需替换文件名、目录或参数。
bun pm bin
复制后可按需替换文件名、目录或参数。
bun publish
复制后可按需替换文件名、目录或参数。
bun remove [package]
复制后可按需替换文件名、目录或参数。
bun unlink
复制后可按需替换文件名、目录或参数。
bun update
复制后可按需替换文件名、目录或参数。
bun upgrade
复制后可按需替换文件名、目录或参数。
bun why [package]
复制后可按需替换文件名、目录或参数。
bun [script.js]
复制后可按需替换文件名、目录或参数。
bunny login
复制后可按需替换文件名、目录或参数。
bunx [prisma] migrate
复制后可按需替换文件名、目录或参数。
burpsuite
复制后可按需替换文件名、目录或参数。
dotnet cake
复制后可按需替换文件名、目录或参数。
camelot read -p [1] [document.pdf]
复制后可按需替换文件名、目录或参数。
caprover login
复制后可按需替换文件名、目录或参数。
cardano-cli query tip --mainnet
复制后可按需替换文件名、目录或参数。
cardano-node run --topology [path/to/topology.json] --database-path [path/to/db] --socket-path [path/to/node.socket] --config [path/to/config.json]
复制后可按需替换文件名、目录或参数。
cardano-wallet serve --port [8090] --node-socket [/path/to/node.socket] --database [/path/to/wallet-db] --mainnet
复制后可按需替换文件名、目录或参数。
carton install
复制后可按需替换文件名、目录或参数。
castxml --castxml-output=1 [header.hpp] -o [output.xml]
复制后可按需替换文件名、目录或参数。
cc
复制后可按需替换文件名、目录或参数。
ccache -s
复制后可按需替换文件名、目录或参数。
ccat [file.py]
复制后可按需替换文件名、目录或参数。
ccomps -x [input.dot]
复制后可按需替换文件名、目录或参数。
cdk init app --language [typescript]
复制后可按需替换文件名、目录或参数。
cdktf init --template=[typescript] --local
复制后可按需替换文件名、目录或参数。
sudo cephadm bootstrap --mon-ip [monitor_ip]
权限或系统影响较大,执行前请核对目标。
tldr cgclassify
复制后可按需替换文件名、目录或参数。
chalk red "Hello World"
复制后可按需替换文件名、目录或参数。
chardet [file.txt]
复制后可按需替换文件名、目录或参数。
sudo checkinstall -y
权限或系统影响较大,执行前请核对目标。
checkov -d [path/to/directory]
复制后可按需替换文件名、目录或参数。
echo "one two three" | choose 0
涉及管道、覆盖或删除,执行前请先确认路径和参数。
circleci setup
复制后可按需替换文件名、目录或参数。
circup list
复制后可按需替换文件名、目录或参数。
clang++ [source.cpp] -o [output]
复制后可按需替换文件名、目录或参数。
clang-cpp [source.c]
复制后可按需替换文件名、目录或参数。
clang [program.c] -o [program]
复制后可按需替换文件名、目录或参数。
clone(child_func, stack_top, CLONE_NEWNS | SIGCHLD, arg)
涉及管道、覆盖或删除,执行前请先确认路径和参数。
speed-cloudflare-cli
复制后可按需替换文件名、目录或参数。
cmake -B [build]
复制后可按需替换文件名、目录或参数。
cmctl check api
复制后可按需替换文件名、目录或参数。
cockroach start-single-node --insecure
复制后可按需替换文件名、目录或参数。
code2prompt [path/to/project]
复制后可按需替换文件名、目录或参数。
codecrafters login
复制后可按需替换文件名、目录或参数。
codemod -m -d [directory] '[old_pattern]' '[new_pattern]'
复制后可按需替换文件名、目录或参数。
codiff [old.o] [new.o]
复制后可按需替换文件名、目录或参数。
coffee -c [script.coffee]
复制后可按需替换文件名、目录或参数。
cola
复制后可按需替换文件名、目录或参数。
colima start
复制后可按需替换文件名、目录或参数。
python [main.py]
复制后可按需替换文件名、目录或参数。
compiledb make
复制后可按需替换文件名、目录或参数。
composer audit
复制后可按需替换文件名、目录或参数。
conan install [.]
复制后可按需替换文件名、目录或参数。
concourse quickstart --add-local-user [admin]:[password] --main-team-local-user [admin]
复制后可按需替换文件名、目录或参数。
conda create --name [env_name] python=[3.11]
复制后可按需替换文件名、目录或参数。
conda env list
复制后可按需替换文件名、目录或参数。
conda create -n [myenv] [python=3.11]
复制后可按需替换文件名、目录或参数。
container-diff analyze [image:tag]
复制后可按需替换文件名、目录或参数。
sudo containerd
权限或系统影响较大,执行前请核对目标。
cookiecutter [https://github.com/user/template]
复制后可按需替换文件名、目录或参数。
curl -fsSL https://get.coolify.io | bash
涉及管道、覆盖或删除,执行前请先确认路径和参数。
copier copy [gh:user/template] [destination/]
复制后可按需替换文件名、目录或参数。
core-validate-commit [commit_sha]
复制后可按需替换文件名、目录或参数。
corepack enable
复制后可按需替换文件名、目录或参数。
coverage run [script.py]
复制后可按需替换文件名、目录或参数。
python -m cProfile [script.py]
复制后可按需替换文件名、目录或参数。
cqlsh
复制后可按需替换文件名、目录或参数。
cradle install
复制后可按需替换文件名、目录或参数。
cradle install
复制后可按需替换文件名、目录或参数。
crane copy [source_image] [destination_image]
复制后可按需替换文件名、目录或参数。
crane manifest [image:tag]
复制后可按需替换文件名、目录或参数。
crane pull [image:tag] [output.tar]
复制后可按需替换文件名、目录或参数。
crane push [image.tar] [registry/repo:tag]
复制后可按需替换文件名、目录或参数。
crane pull [registry/image:tag] [output.tar]
复制后可按需替换文件名、目录或参数。
cribbage
复制后可按需替换文件名、目录或参数。
crictl ps
复制后可按需替换文件名、目录或参数。
csv-diff [old.csv] [new.csv]
复制后可按需替换文件名、目录或参数。
csvpy [data.csv]
复制后可按需替换文件名、目录或参数。
ctest
复制后可按需替换文件名、目录或参数。
ctop -a
复制后可按需替换文件名、目录或参数。
ctr containers list
复制后可按需替换文件名、目录或参数。
ctx init
复制后可按需替换文件名、目录或参数。
python -c "from ctypes import CDLL; lib = CDLL('[libname.so]')"
涉及管道、覆盖或删除,执行前请先确认路径和参数。
cvs checkout [module_name]
复制后可按需替换文件名、目录或参数。
cwl-runner [workflow.cwl] [inputs.yml]
复制后可按需替换文件名、目录或参数。
cython [module.pyx]
复制后可按需替换文件名、目录或参数。
cythonize -i [module.pyx]
复制后可按需替换文件名、目录或参数。
d8
复制后可按需替换文件名、目录或参数。
dagger init --sdk=[go|python|typescript]
涉及管道、覆盖或删除,执行前请先确认路径和参数。
dari-docs check . --managed --task "[Install the SDK and make a first API call]"
复制后可按需替换文件名、目录或参数。
ddev start
复制后可按需替换文件名、目录或参数。
sudo ddrescue [/dev/sdb] [path/to/image.dd] [path/to/log.txt]
权限或系统影响较大,执行前请核对目标。
pip install deflect-one
复制后可按需替换文件名、目录或参数。
sudo delpart [/dev/sda] [1]
权限或系统影响较大,执行前请核对目标。
deno run [script.ts]
复制后可按需替换文件名、目录或参数。
depsguard
复制后可按需替换文件名、目录或参数。
devcontainer build --workspace-folder [.]
复制后可按需替换文件名、目录或参数。
devpod up [github.com/user/repo]
复制后可按需替换文件名、目录或参数。
devspace init
复制后可按需替换文件名、目录或参数。
dh_python3
复制后可按需替换文件名、目录或参数。
dh_pycentral
复制后可按需替换文件名、目录或参数。
dia
复制后可按需替换文件名、目录或参数。
diffimg [image1.png] [image2.png] [diff.png]
复制后可按需替换文件名、目录或参数。
dijkstra -p [source_node] [input.dot]
复制后可按需替换文件名、目录或参数。
eval "$(direnv hook bash)"
复制后可按需替换文件名、目录或参数。
distcc [gcc] -c [file.c] -o [file.o]
复制后可按需替换文件名、目录或参数。
distrobox-list
复制后可按需替换文件名、目录或参数。
distrobox create --name [mycontainer] --image [ubuntu:latest]
复制后可按需替换文件名、目录或参数。
dive [image:tag]
复制后可按需替换文件名、目录或参数。
dlb_taskset --list
复制后可按需替换文件名、目录或参数。
dmypy start
复制后可按需替换文件名、目录或参数。
dnf module list
复制后可按需替换文件名、目录或参数。
dockdiver -u [username]
复制后可按需替换文件名、目录或参数。
docker build -t [image_name] .
复制后可按需替换文件名、目录或参数。
docker buildx du
复制后可按需替换文件名、目录或参数。
docker buildx ls
复制后可按需替换文件名、目录或参数。
docker buildx prune
复制后可按需替换文件名、目录或参数。
docker buildx rm [builder_name]
复制后可按需替换文件名、目录或参数。
docker buildx version
复制后可按需替换文件名、目录或参数。
docker commit [container_id] [image_name:tag]
复制后可按需替换文件名、目录或参数。
docker compose down
复制后可按需替换文件名、目录或参数。
docker compose logs
复制后可按需替换文件名、目录或参数。
docker compose up
复制后可按需替换文件名、目录或参数。
docker-compose up
复制后可按需替换文件名、目录或参数。
docker container commit [container] [image:tag]
复制后可按需替换文件名、目录或参数。
docker container cp [container]:[/path/in/container] [/local/path]
复制后可按需替换文件名、目录或参数。
docker container diff [container]
复制后可按需替换文件名、目录或参数。
docker container exec [container] [command]
复制后可按需替换文件名、目录或参数。
docker container logs [container]
复制后可按需替换文件名、目录或参数。
docker container ls
复制后可按需替换文件名、目录或参数。
docker container remove [container]
复制后可按需替换文件名、目录或参数。
docker container rename [old_name] [new_name]
复制后可按需替换文件名、目录或参数。
docker container rm [container]
复制后可按需替换文件名、目录或参数。
docker container run [image]
复制后可按需替换文件名、目录或参数。
docker container start [container]
复制后可按需替换文件名、目录或参数。
docker container stats
复制后可按需替换文件名、目录或参数。
docker container top [container]
复制后可按需替换文件名、目录或参数。
docker container update --cpus [2] [container]
复制后可按需替换文件名、目录或参数。
docker container ls
复制后可按需替换文件名、目录或参数。