1password
command-line password manager and secrets management
op signin
Linux basics
444 Users & Groups Linux command examples grouped into 97 practical sections.
Browse grouped command cards or search directly below.
409 commands
command-line password manager and secrets management
op signin
Display and monitor AppArmor denial notifications
aa-notify --since-last
enable or disable process accounting
sudo accton [/var/log/account/pacct]
fine-grained file permission management
getfacl [path/to/file]
Active Directory domain client tool
sudo adcli join [domain.com]
Register valid login shells
sudo add-shell [/usr/local/bin/zsh]
Google Antigravity IDE launcher and command-line client
agy .
Update the IEEE OUI manufacturer database
sudo airodump-ng-oui-update
Wireless card server for remote access over TCP/IP
sudo airserv-ng -d [wlan0mon] -c [6] -p [666]
Create virtual tunnel interfaces for encrypted WiFi traffic
sudo airtun-ng -a [AP_BSSID] [wlan0mon]
Upload container images to remote registries.
apptainer push [path/to/image.sif] library://[user/collection/container]:[tag]
Open an interactive shell inside a container
apptainer shell [container.sif]
Backup and restore installed package states
sudo apt-clone clone [path/to/directory]
Install packages from configured repositories.
sudo apt install [package]
Install packages from apt: protocol URLs
apturl apt:firefox
CLI for Apple Passwords on macOS
apw start
TUI client for the aria2 download manager
aria2tui
Practice basic math with a quiz game
arithmetic
Laravel's command-line interface for PHP development tasks.
php artisan list
Manipulate extended attributes on filesystem objects
attr -s [attribute_name] -V [value] [path/to/file]
Control and manage Linux audit system rules.
sudo auditctl -s
AI-powered agentic coding CLI from Augment Code
auggie
Lightweight tool for querying the Arch User Repository.
auracle search '[regex]'
Utilities for managing AUR packages in a local repository
aur build [package]
Vote for AUR packages from the command line
aurvote --configure
Top-like TUI for the Austin Python frame stack sampler
austin-tui python3 [path/to/script.py]
Authentication and authorization server with multi-factor support
authelia validate-config --config [config.yml]
Automated multi-threaded network reconnaissance
sudo autorecon 192.168.1.1
Maintain persistent SSH connections automatically
autossh -M [20000] -N -L [8080:localhost:80] [user@remote]
Track and audit API activity across cloud services.
aws cloudtrail lookup-events --lookup-attributes AttributeKey=Username,AttributeValue=[user@example.com]
Manage federated identity pools for AWS resource access.
aws cognito-identity list-identity-pools --max-results [20]
Manage user pools for authentication and user directories.
aws cognito-idp create-user-pool --pool-name [my-pool]
AWS SSO session and credential manager with an interactive terminal UI
sesh
Manage Bicep files for Azure infrastructure as code
az bicep build --file [main.bicep]
terminal-based expense tracker with budgeting and insights
bagels
Execute commands when system load permits
batch
275 commands
disable an Apache2 configuration file
sudo a2disconf [configuration_file]
Clean AppArmor profiles by removing redundant rules
sudo aa-cleanprof [profile_name]
Disable AppArmor security profiles
sudo aa-disable [path/to/profile]
Set AppArmor profiles to enforce mode
sudo aa-enforce [path/to/profile]
Generate AppArmor profiles by monitoring program behavior
sudo aa-genprof [/path/to/program]
Merge AppArmor security profiles
sudo aa-mergeprof [file1] [file2]
Remove orphaned AppArmor profiles from the kernel
sudo aa-remove-unknown -n
Report AppArmor profile and confinement status
sudo aa-status
Manage browser abstraction includes in AppArmor profiles
sudo aa-update-browser -l
display user connect time statistics
ac
Android system log viewer
adb logcat
Detect file system changes for intrusion detection
sudo aide -i
Enable and manage wireless monitor mode
sudo airmon-ng
Capture wireless packets and discover nearby networks
sudo airodump-ng [wlan0mon]
Convert between Linux package formats.
sudo alien -d [path/to/file]
Find alternate files for source and test switching
alt [path/to/file.rb]
Interact with Claude AI from the command line
anthropic -g user "Hello, Claude!"
TUI for trimming OpenAPI specifications
apisnip [input.yaml]
Mandatory Access Control framework for confining applications.
sudo aa-status
Load, replace, and manage AppArmor security profiles.
sudo apparmor_parser -a [profile_file]
Manage Linux capabilities for Apptainer container users and groups
sudo apptainer capability list --user [username]
Create and manage writable overlay filesystems for containers.
apptainer overlay create -s [size] [path/to/image.sif]
Search for files within packages.
sudo apt update
Install, upgrade, and manage packages.
sudo apt-get update
Schedule commands to execute at a specified time
at now + 5 minutes
Generate SELinux policy allow rules from audit logs.
sudo audit2allow -a
Translate SELinux denial messages into human-readable explanations.
sudo audit2why
Linux audit daemon for tracking security-relevant events.
sudo auditd
Pattern scanning and text processing language
awk '{print $5}' [path/to/file]
Manage Amazon Aurora relational database clusters via AWS CLI
aws rds create-db-cluster --db-cluster-identifier [my-cluster] --engine aurora-mysql --master-username [admin] --master-user-password [password]
Manage content delivery network distributions and caching.
aws cloudfront create-invalidation --distribution-id [EDFDVBD6EXAMPLE] --paths "/[path/to/file.jpg]" "/[images/*]"
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 business intelligence dashboards and analytics
aws quicksight list-dashboards --aws-account-id [account-id]
Manage Azure resources generically across all types
az resource list
Manage Azure Blob Storage objects
az storage blob upload -f [/path/to/file] -c [container-name] -n [blob-name] --account-name [account]
Terminal kanban board for task management
basilk
179 commands
Unload all AppArmor profiles and disable enforcement
sudo aa-teardown
Create machine accounts in Active Directory
addcomputer.py [domain]/[user]:[password] -computer-name [hostname]
Create groups and manage group membership
sudo addgroup [groupname]
Apache HTTP Server daemon
sudo apache2
Manage the Apache HTTP Server on Debian
sudo apache2ctl start
Archive authentication and trust model documentation.
man apt-secure
High-level package management interface
sudo apt update
Interactive terminal package browser
sudo aptitude-curses
Advanced package management with dependency resolution
sudo aptitude update
Interactive TUI wrapper for arduino-cli
aci
Discover hosts on local networks via ARP requests.
sudo arp-scan -l
Rebuild aspell dictionary hash files
sudo aspell-autobuildhash
Automatic CPU speed and power optimizer
sudo auto-cpufreq --monitor
Generate Expect scripts by recording interactive sessions
autoexpect
Manage tables and items in Amazon DynamoDB.
aws dynamodb create-table --table-name [my-table] --attribute-definitions AttributeName=id,AttributeType=S --key-schema AttributeName=id,KeyType=HASH --billing-mode PAY_PER_REQUEST
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 DNS hosted zones and records
aws route53 list-hosted-zones
Manage Azure managed disks
az disk create --name [MyDisk] --resource-group [MyResourceGroup] --size-gb [128]
Manage custom virtual machine images in Azure
az image create --name [MyImage] --resource-group [MyResourceGroup] --source [MyVM]
Manage Azure Cache for Redis instances
az redis create --name [MyCache] --resource-group [MyResourceGroup] --location [eastus] --sku [Basic] --vm-size [c0]
Access the serial console of Azure virtual machines
az serial-console connect --name [MyVM] --resource-group [MyResourceGroup]
Terminal UI for managing Azure Container Apps
az-tui
Arbitrary precision calculator language
echo ["2+2"] | bc
Kill LSF batch jobs
bkill [job_id]
Flash disk images efficiently using block maps
sudo bmaptool copy [image.img] [/dev/sdX]
Manage Ethernet bridge interfaces
sudo brctl show
Check and repair btrfs filesystem integrity
sudo btrfs check [path/to/partition]
Unprivileged sandboxing using Linux namespaces
bwrap --ro-bind /usr /usr --symlink usr/lib64 /lib64 --proc /proc --dev /dev --unshare-pid [command]
configure memory hotplug state
sudo chmem -b -d [block_number]
Configurable TUI clipboard manager for Unix
clipse
terminal-based Matrix digital rain effect
cmatrix
Copy-on-write Debian package builder
sudo cowbuilder --create --distribution [bookworm]
time-based job scheduler daemon
crontab -e
fast OCI container runtime
crun run [container_id]
serial port terminal communication tool
sudo cu -l [/dev/ttyXYZ]
SSH-based chat server you join with your existing SSH client
ssh [devzat.hackclub.com]
160 commands
disable an Apache2 module
sudo a2dismod [module]
Enable Apache2 configuration files
sudo a2enconf [configuration_file]
Enable Apache2 modules
sudo a2enmod [module]
Enable Apache2 virtual host sites
sudo a2ensite [virtual_host]
fish shell abbreviation manager
abbr --add [abbreviation_name] [command] [arguments]
immutable root partition manager with A/B switching
sudo abroot pkg add [package]
Add computer accounts to Active Directory domains
add-computer.py [domain]/[user]:[password] -computer-name [hostname]
Run periodic jobs on systems not running continuously
sudo anacron -n
802.11 WiFi attack and penetration testing tool
sudo angryoxide -i [wlan0]
Delete container images from a remote library.
apptainer delete library://[user/collection/container]:[tag]
Execute a command within an Apptainer container.
apptainer exec [container.sif] [command]
Display embedded help text from a container.
apptainer run-help [container.sif]
Manage stack configurations for apx subsystems
apx stacks new
Manage ARP packet filtering rules.
sudo arptables -L
Run SQL queries on data stored in Amazon S3
aws athena start-query-execution --query-string "[SELECT * FROM table LIMIT 10]" --work-group [primary]
Manage cost budgets and spending alerts.
aws budgets create-budget --account-id [123456789012] --budget file://[budget.json]
Manage Azure API Management services
az apim create --name [MyApim] --resource-group [MyResourceGroup] --publisher-email [email@domain.com] --publisher-name [MyCompany] --location [eastus]
Manage Azure App Configuration stores
az appconfig create --name [MyAppConfig] --resource-group [MyResourceGroup] --location [westus] --sku [Standard]
Manage Azure AI and Cognitive Services accounts
az cognitiveservices account create --name [myaccount] --resource-group [myRG] --kind [TextAnalytics] --sku [S1] --location [eastus]
Manage Azure resource groups
az group create -l [westus] -n [MyResourceGroup]
Manage SSH public key resources in Azure
az sshkey create --name [MySSHKey] --resource-group [MyResourceGroup]
Manage Azure Storage accounts
az storage account create -n [account-name] -g [resource-group] -l [westus] --sku [Standard_LRS]
Manage tags on Azure resources
az tag create --resource-id [resource-id] --tags [env=prod team=dev]
Border Gateway Protocol routing daemon
bgpd
Peer-to-peer encrypted chat over Bluetooth LE in the terminal
bitchat-tui
Identify block device attributes
sudo blkid
Visualize Active Directory attack paths
bloodhound
Switch the base OS to a different container image
sudo bootc switch [image]
Display build reports and diagnostics
cargo report future-incompatibilities --id [1]
remove control groups
cgdelete -g [cpu]:[/mygroup]
find processes using outdated shared libraries
sudo checkrestart
macOS code signing and verification utility
codesign -s "[Developer ID]" [MyApp.app]
Terminal-based cryptocurrency tracker
cointop
container-based continuous integration server
concourse quickstart --add-local-user [admin]:[password] --main-team-local-user [admin]
user cron table editor
crontab -e
read values from dconf configuration database
dconf read /[path/to/key]
115 commands
Useful Linux one-liner
sudo !!
disable an Apache2 virtual host
sudo a2dissite [virtual_host]
Query Apache2 configuration state
sudo a2query -m
Update AppArmor profiles from log events interactively
sudo aa-logprof
Change the install state of packages.
sudo apt-mark auto [package]
Userspace ARP cache daemon with persistent storage.
sudo arpd -a [1] -b [/var/lib/arpd/arpd.db] [eth0]
Import old personal dictionaries into GNU Aspell
aspell-import
Generate summary reports from audit logs
sudo aureport
Search and query audit log events
sudo ausearch -m avc
Query and set block device parameters
sudo blockdev --report
High-level tracing language for Linux eBPF.
sudo bpftrace -l
Get and set properties on btrfs filesystem objects
sudo btrfs property list [path/to/btrfs_object]
Verify data integrity on btrfs filesystems
sudo btrfs scrub start path/to/mount
Manage btrfs subvolumes and snapshots
sudo btrfs subvolume create path/to/new_subvolume
change user finger information
chfn -f [new_display_name] [username]
COPR build system client
copr-cli whoami
calculate actual CPU frequency using hardware counters
sudo cpufreq-aperf
SQL query executor and database importer for CSV
csvsql --query "[SELECT * FROM data WHERE id > 10]" [data.csv]
ask kernel to forget about a partition
sudo delpart [/dev/sda] [1]
remove users from the system
sudo deluser [username]
Linux disk encryption subsystem
sudo cryptsetup luksFormat [/dev/sdX]
manage MySQL SQL mode settings
doctl databases sql-mode get [cluster_id]
ext2/ext3/ext4 filesystem information dumper
sudo dumpe2fs /dev/sdXN
check and repair ext filesystems
sudo e2fsck /dev/sdXN
ejabberd XMPP server control utility
sudo ejabberdctl start
shell history expansion syntax
!!
partition table manipulator
sudo fdisk -l
application sandboxing with Linux namespaces
sudo firecfg
fingerprint reader daemon
fprind
safely restart GDM only when no sessions active
sudo gdm-safe-restart
Scripts triggered at Git workflow points
echo '#!/bin/sh' > .git/hooks/pre-commit && chmod +x .git/hooks/pre-commit
Graphical frontend for sudo with GTK password dialog
gksudo -u [userid] [command]
graphical disk management utility
gnome-disks
verify integrity of group files
sudo grpck
GRand Unified Bootloader for Linux systems
sudo grub
emulates a Bluetooth HCI device
sudo hciemu
111 commands
Set AppArmor profiles to audit mode
sudo aa-audit [profile_name]
Set AppArmor profiles to complain mode
sudo aa-complain [path/to/profile]
Save and restore ALSA sound card settings.
sudo alsactl store
2FA TOTP token manager TUI for the terminal
andcli -t aegis [path/to/backup.json]
Send ARP requests to discover and test network hosts
sudo arping [192.168.1.1]
Forge ARP replies for man-in-the-middle interception.
sudo arpspoof -i wlan0 host_ip
Lock terminal with an away message
away [message]
Analyze cloud cost and usage data.
aws ce get-cost-and-usage --time-period Start=[YYYY-MM-DD],End=[YYYY-MM-DD] --granularity MONTHLY --metrics "BlendedCost" --group-by Type=DIMENSION,Key=SERVICE
Manage virtual servers and networking on Amazon EC2.
aws ec2 run-instances --image-id [ami-0c55b159cbfafe1f0] --instance-type [t2.micro] --key-name [my-key]
Manage identity, access, and permissions for AWS resources.
aws iam create-user --user-name [my-user]
Manage relational database instances
aws rds create-db-instance --db-instance-identifier [my-db] --db-instance-class db.t3.micro --engine mysql --master-username admin --master-user-password [password] --allocated-storage 20
Manage Azure subscriptions and access tokens
az account list
Manage Azure App Service web applications
az webapp create --resource-group [MyRG] --plan [MyPlan] --name [MyApp]
Manage BetterDiscord installation on Linux
sudo betterdiscordctl install
Graphical interface for Bitcoin Core
bitcoin-qt
Trace block layer I/O events
blktrace -d [/dev/sda]
TUI client for Raindrop.io bookmarks
braindrop
Rust debugger for Linux x86-64
bs [path/to/binary]
Let's Encrypt certificate management
sudo certbot certonly --webroot -w [path/to/webroot] -d [subdomain.example.com]
Change the root directory for a command
sudo chroot [path/to/new_root] [command]
stop printer from processing jobs
cupsdisable [printer_name]
manage database read replicas
doctl databases replica list [cluster_id]
MySQL/MariaDB/ProxySQL real-time monitoring TUI
dolphie -u [username] --ask-pass -h [host]
verify eCryptfs encryption setup
ecryptfs-verify
Portage system maintenance utility
sudo emaint sync [-a|--auto]
Gentoo Linux package manager
sudo emerge --sync
high-performance L4/L7 proxy and service mesh data plane
envoy -c [/path/to/config.yaml]
display user information and status
finger [username]
record changes to repository
fossil commit -m "[message]"
Linux native filesystem encryption manager
sudo fscrypt setup
GNOME Display Manager daemon process
gdm-binary
Rewrite commit authorship (for fixing attribution errors)
git blame-someone-else "[Author Name] <email@example.com>" [commit]
CI/CD job execution agent for GitLab
sudo gitlab-runner register
Detect secrets and sensitive data in Git repositories
gitleaks git [path/to/repo]
play the game of Go against the computer
gnugo --mode gtp
Team-oriented password manager compatible with pass
gopass init
103 commands
Find network-listening processes without AppArmor profiles
sudo aa-unconfined
Network-wide ad and tracker blocking DNS server
sudo adguardhome -s start
Create software-based wireless access points for penetration testing
sudo airbase-ng -e "[FakeSSID]" -c [6] [wlan0mon]
Inject packets into wireless networks for security testing
sudo aireplay-ng -0 [5] -a [AP_BSSID] -c [CLIENT_MAC] [wlan0mon]
Manage Apptainer container platform configuration
sudo apptainer config fakeroot --add [username]
Package management daemon via D-Bus
sudo aptd
Enhanced chroot with automatic filesystem mounting
arch-chroot [path/to/new_root]
Cross-platform audio recording/playback CLI tool with TUI
asak rec [output]
Daemon that executes jobs scheduled with at
atd
Automatically scale EC2 instance groups based on demand
aws autoscaling create-auto-scaling-group --auto-scaling-group-name [my-asg] --launch-template LaunchTemplateId=[lt-12345] --min-size [1] --max-size [5] --vpc-zone-identifier "[subnet-abc,subnet-def]"
Manage simplified virtual servers, databases, and storage.
aws lightsail create-instances --instance-names [my-instance] --availability-zone [us-east-1a] --blueprint-id [amazon_linux_2] --bundle-id [nano_2_0]
Deploy Azure resources using ARM templates and Bicep
az deployment group create --resource-group [rg_name] --template-file [template.json]
Manage Azure Logic Apps
az logicapp create --name [MyLogicApp] --resource-group [MyResourceGroup] --storage-account [MyStorageAccount] --plan [MyPlan]
Manage Azure Marketplace terms acceptance
az term accept --publisher [publisher] --product [product] --plan [plan]
TUI for managing Obsidian vaults and notes from the terminal
basalt
Display information about LSF batch jobs
bjobs
Cross-platform TUI Bluetooth manager
bluetuith
official CLI for interacting with Box cloud storage
box login
cross-platform build system generator
cmake -B [build]
Cockpit web service message relay
cockpit-bridge --packages
data orchestration platform for software-defined assets
dagster dev
DHCP and DHCPv6 client daemon
sudo dhcpcd [eth0]
ISC DHCP server daemon for IP address assignment
sudo dhcpd
distcc server daemon for distributed compilation
distccd --daemon
DNF plugin for offline Fedora major-version upgrades
sudo dnf system-upgrade download --releasever=[40]
rename an existing container
docker container rename [old_name] [new_name]
remove one or more images
docker image rm [image]
lock-free cloud backup with deduplication
duplicacy init [snapshot_id] [/path/to/storage]
Set zsh shell emulation mode
emulate
Input device event monitor and query tool
sudo evtest
remove enrolled fingerprint data
fprintd-delete [username]
Google App Engine management commands
gcloud app deploy
Google Compute Engine resource management
gcloud compute instances list
gcloud CLI configuration management
gcloud config set project [project-id]
list available logs in Cloud Logging
gcloud logging logs list
Google Cloud Platform diagnostics tool
gcpdiag lint --project [project_id]
62 commands
ACPI event daemon
sudo acpid
Debian-friendly user and group management frontend
adduser [username]
Adobe font metrics to groff font description converter
afmtodit [font.afm] [textmap] [fontname]
AppImage and portable application manager for local installations
appman -i [package_name]
Manage Azure Container Registries
az acr create -n [registry-name] -g [resource-group] --sku [Standard]
Manage Azure Kubernetes Service clusters
az aks create -g [resource-group] -n [cluster-name] --generate-ssh-keys
Manage Azure Container Instances
az container create -g [resource-group] --name [container-name] --image [image:tag] --cpu [1] --memory [1]
Manage Azure CLI extensions
az extension list
TUI for managing macOS Bluetooth devices via blueutil
blueutil-tui
Backup tool for btrfs snapshots and subvolumes
sudo btrbk stats
Play desktop sound events
canberra-gtk-play --id [desktop-login]
Traditional Linux desktop environment
cinnamon
remove groups from the system
sudo delgroup [groupname]
configure database cluster maintenance schedules
doctl databases maintenance-window get [cluster_id]
input method framework
fcitx
D-Bus fingerprint authentication service
tldr fprintd-list
displays backup information
gcloud sql backups describe [backup_id] --instance [instance_name]
restart the GNOME Display Manager service
sudo gdm-restart
graphical login manager for GNOME
systemctl start gdm
Display available Gradle project tasks
gradle tasks
display user group memberships
groups
command-line tool for backing up and restoring Gmail
gyb --email [user@gmail.com] --action backup
manages user accounts and home directories via systemd-homed, a systemd
homectl list
systemd component that maps hardware properties to udev device attributes
sudo systemd-hwdb update
CLI for managing resources on IBM Cloud
ibmcloud login
displays user and group identity information
id
Remote Windows registry manipulation tool
impacket-reg '[domain]/[user]:[password]@[target]' query -keyName 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion'
displays the Graphics Translation Table for Intel GPUs
sudo intel_gtt
command-line tool for Chef infrastructure automation
knife bootstrap [host] -x [user] -P [password]
reads values from KDE Plasma 5 configuration files
kreadconfig5 --group [group_name] --key [key_name]
list groups a user belongs to
libuser-lid
scans and lists all logical volumes in all volume groups
sudo lvscan
handles NFS requests from clients
sudo systemctl start nfs-server
runs nmcli as an agent daemon that responds to NetworkManager's
nmcli agent secret
netExec RDP module
nxc rdp [target] -u [user] -p [password]
converts PBM bitmaps to ATK raster format
pbmtoatk [input.pbm] > [output.atk]
17 commands
Add GPG keys to the APT keyring
sudo add-apt-key [KEY_ID]
Add CD-ROM or DVD-ROM as an APT package source
sudo apt-cdrom add
Manage package manager configurations for apx subsystems
apx pkgmanagers new
Manage background services for Homebrew packages
brew services list
Fedora community repository manager
sudo dnf copr enable [owner]/[project]
legacy DNF version 4 package manager
sudo dnf4 upgrade
manage package groups in DNF5
dnf5 group list
displays packages starred by a user
npm stars
displays the logged-in username
npm whoami
set registry
registry=https://registry.npmjs.org/
cache cleaning utility for pacman, the Arch Linux package manager
sudo paccache -r
operates directly on the package database, allowing modification of package
sudo pacman -D --asdeps package
package manager for Arch Linux
sudo pacman -Syu
AUR helper and pacman wrapper for Arch Linux
paru
Graphical frontend for yum package manager
pirut
Interactive TUI for managing Homebrew packages
taproom
SUSE and openSUSE package manager
sudo zypper refresh
12 commands
Useful Linux one-liner
sshfs user@host:/remote /local
cloud instance initialization and configuration
cloud-init status
secure desktop access to Cockpit pages
cockpit-desktop [url] [SSH_host]
post-exploitation tool for Windows/AD networks
crackmapexec smb [192.168.1.0/24] -u [user] -p [password] --shares
lightweight SSH client from the Dropbear suite
dbclient [user]@[host]
convert SSH keys between Dropbear and OpenSSH formats
dropbearconvert openssh dropbear ~/.ssh/id_rsa output_key
encrypted bandwidth-efficient backup tool
duplicity [/path/to/source] [sftp://user@host/backup]
secure password and key storage daemon
gnome-keyring-daemon --start
Simple tool for managing running background jobs
rum [my_long_script.sh]
adds private key identities to the OpenSSH authentication agent
ssh-add
Secure and simple terminal sharing
warp open [session-name]
Remote Wayland application forwarding over SSH
waypipe ssh [user]@[server] [program]
12 commands
Manage Azure resource locks
az lock create --name [MyLock] --resource-group [MyResourceGroup] --lock-type ReadOnly
Terminal user interface (TUI) for Kubernetes API inspired by k9s
b4n
graphical Git interface
cola
Generate a 3D model of your GitHub contribution history
gh skyline
sets or displays the targeted account, region, resource group, and Cloud
ibmcloud target
retries a cancelled or failed task using the same parameters as the original
koji resubmit [task_id]
open-source voxel game engine and sandbox game similar to Minecraft
minetest
synchronize a PostgreSQL data directory with another copy
pg_rewind -D [target_dir] --source-server="host=[host] user=[rewind_user] dbname=[postgres]"
Display Pulumi environment diagnostics
pulumi about
Shell tilde expansion shorthand
cd ~
View Zapier integration deployment history
zapier history
Zsh plugin manager with parallel loading
zplug "[user/repo]"
11 commands
Control the Apache HTTP Server
sudo apachectl start
TUI gRPC client for the terminal
chiko
HTTP server for distributing ELF debugging information
debuginfod -F [/usr/lib/debug]
HTTP stress testing tool
goldeneye.py [url]
synchronizes the local system time using HTTP headers from web servers
sudo htpdate [host]
user-friendly HTTP client
http [https://api.example.com/users]
Apache HTTP Server daemon
sudo httpd
captures and displays HTTP traffic in real-time
sudo httpflow -i [eth0]
user-friendly HTTP client for the command line
http [https://api.example.com/users]
specialized HTTP packet sniffer
sudo httpry -i [eth0]
network authentication protocol
kinit [principal]
7 commands
Edit queued pueue task properties
pueue edit [task_id]
Move stashed tasks into the pueue queue
pueue enqueue [task_id]
Display pueue task output logs
pueue log [task_id]
Set pueue task concurrency level
pueue parallel [4]
Re-queue failed or completed pueue tasks
pueue restart [task_id]
Send stdin input to running pueue tasks
pueue send [task_id] "[input]"
Move pueue tasks to stashed state
pueue stash [task_id]
5 commands
lists all resource types available in the Kubernetes cluster
kubectl api-resources
Terminal user interface for viewing and controlling Docker containers
oxker
TUI tool for Docker container management
pocker
List locally stored container images
podman images
Terminal user interface for Docker containers
sen
4 commands
Salvage files from a damaged btrfs filesystem
sudo btrfs restore [path/to/btrfs_device] [path/to/target_directory]
Extract commit ID from tar archive
git get-tar-commit-id < [archive.tar]
Create and restore GitLab instance backups
sudo gitlab-backup create
manages disk images for systemd containers and system extensions
sudo importctl pull-tar [URL] [name]
3 commands
2 commands
Manage Azure networking resources
az network dns zone create -g [resource-group] --name [example.com]
Manage Azure virtual machines
az vm create --resource-group [MyRG] --name [MyVM] --image [Ubuntu2204]
2 commands
prevent Flatpak applications from updating
flatpak mask [com.example.app]
sandboxed application distribution for Linux
flatpak run com.example.app
2 commands
Gradle dependency tracing tool
gradle dependencyInsight --dependency [library-name]
Gradle project properties viewer
gradle properties
2 commands
Manage Cloud-Init settings for Proxmox VMs
qm cloudinit dump 100 user
Show pending Proxmox VM configuration changes
qm pending [vm_id]
1 commands
Internationalization support library for Git shell scripts
. "$(git --exec-path)/git-sh-i18n"
1 commands
encrypted private directory setup
ecryptfs-setup-private
1 commands
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
1 commands
1 commands
Publish packages to the Arch User Repository
aurpublish [package_name]
1 commands
1 commands
1 commands
1 commands
Rust linter for catching common mistakes
cargo clippy
1 commands
check for AUR package updates
checkupdates-aur
1 commands
Terminal UI for exploring crates.io Rust packages
crates-tui
1 commands
PostgreSQL user creation utility
createuser [username]
1 commands
1 commands
1 commands
create Distrobox containers from Linux distribution images
distrobox-create [container_name] -i [ubuntu:latest]
1 commands
1 commands
1 commands
1 commands
1 commands
verify a fingerprint against enrolled prints
fprintd-verify
1 commands
GNOME Shell extension manager
gnome-extensions list
1 commands
GNOME graphical software manager
gnome-software
1 commands
Grafana plugin and administration manager
grafana-cli plugins install [plugin-id]
1 commands
Terminal interface for Hardcover book tracking
hardcover-tui
1 commands
connects to Microsoft SQL Server databases for executing queries and database
impacket-mssqlclient [domain]/[user]:[password]@[target]
1 commands
Scan for listening DCE/RPC interfaces on a target
impacket-rpcmap '[domain]/[user]:[password]@[192.168.1.100]'
1 commands
generic SMB client for listing shares and files, uploading
impacket-smbclient [domain]/[user]:[password]@[target]
1 commands
1 commands
1 commands
1 commands
downloads built packages from the Koji build system
koji download-build [build_id|nvr]
1 commands
manages KDE Plasma packages including plasmoids, themes, wallpapers
kpackagetool5 --list-types
1 commands
Install, list, and remove KDE Plasma 6 packages
kpackagetool6 --list-types
1 commands
writes values to KDE Plasma 5 configuration files
kwriteconfig5 --group [group_name] --key [key] [value]
1 commands
extracts Active Directory information via LDAP, including users
ldapdomaindump -u domain\username -p password [hostname]
1 commands
1 commands
1 commands
displays Linux Standard Base and distribution-specific information
lsb_release --all
1 commands
1 commands
builds Arch Linux packages in a clean chroot environment
makechrootpkg -c -r [/var/lib/archbuild/extra-x86_64]
1 commands
triggers actions on notifications displayed by the mako notification daemon
makoctl invoke
1 commands
1 commands
1 commands
administers MySQL servers
mysqladmin -u [user] -p status
1 commands
checks, repairs, and optimizes MySQL tables
mysqlcheck -u [user] -p [database]
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
creates a base backup of a PostgreSQL cluster
pg_basebackup -D [backup_dir] -h [host] -U [user]
1 commands
sets window transparency for the picom compositor
picom-trans -w [window_id] [75]
1 commands
1 commands
lists supported development boards in PlatformIO
pio boards
1 commands
Microsoft 365 tenant security assessment
prowler m365
1 commands
Manage RabbitMQ users and permissions
rabbitmqctl list_users
1 commands
1 commands
1 commands
PAM module to set the default SELinux security context
session required pam_selinux.so
1 commands
1 commands
1 commands
1 commands
Send macOS notifications from command line
terminal-notifier -message "[Task completed]"
1 commands
1 commands
Verify TeX Live installation integrity
tlmgr check all
1 commands
1 commands
1 commands
1 commands
1 commands
Display virsh command help
virsh help
1 commands
1 commands
1 commands
Manage yadm repository git configuration
yadm gitconfig --list
sudo !!
权限或系统影响较大,执行前请核对目标。
sshfs user@host:/remote /local
需要网络或远程资源。
op signin
复制后可按需替换文件名、目录或参数。
sudo a2disconf [configuration_file]
权限或系统影响较大,执行前请核对目标。
sudo a2dismod [module]
权限或系统影响较大,执行前请核对目标。
sudo a2dissite [virtual_host]
权限或系统影响较大,执行前请核对目标。
sudo a2enconf [configuration_file]
权限或系统影响较大,执行前请核对目标。
sudo a2enmod [module]
权限或系统影响较大,执行前请核对目标。
sudo a2ensite [virtual_host]
权限或系统影响较大,执行前请核对目标。
sudo a2query -m
权限或系统影响较大,执行前请核对目标。
sudo aa-audit [profile_name]
权限或系统影响较大,执行前请核对目标。
sudo aa-cleanprof [profile_name]
权限或系统影响较大,执行前请核对目标。
sudo aa-complain [path/to/profile]
权限或系统影响较大,执行前请核对目标。
sudo aa-disable [path/to/profile]
权限或系统影响较大,执行前请核对目标。
sudo aa-enforce [path/to/profile]
权限或系统影响较大,执行前请核对目标。
sudo aa-genprof [/path/to/program]
权限或系统影响较大,执行前请核对目标。
sudo aa-logprof
权限或系统影响较大,执行前请核对目标。
sudo aa-mergeprof [file1] [file2]
权限或系统影响较大,执行前请核对目标。
aa-notify --since-last
复制后可按需替换文件名、目录或参数。
sudo aa-remove-unknown -n
权限或系统影响较大,执行前请核对目标。
sudo aa-status
权限或系统影响较大,执行前请核对目标。
sudo aa-teardown
权限或系统影响较大,执行前请核对目标。
sudo aa-unconfined
权限或系统影响较大,执行前请核对目标。
sudo aa-update-browser -l
权限或系统影响较大,执行前请核对目标。
abbr --add [abbreviation_name] [command] [arguments]
权限或系统影响较大,执行前请核对目标。
sudo abroot pkg add [package]
权限或系统影响较大,执行前请核对目标。
ac
复制后可按需替换文件名、目录或参数。
sudo accton [/var/log/account/pacct]
权限或系统影响较大,执行前请核对目标。
getfacl [path/to/file]
复制后可按需替换文件名、目录或参数。
sudo acpid
权限或系统影响较大,执行前请核对目标。
adb logcat
复制后可按需替换文件名、目录或参数。
sudo adcli join [domain.com]
权限或系统影响较大,执行前请核对目标。
sudo add-apt-key [KEY_ID]
权限或系统影响较大,执行前请核对目标。
add-computer.py [domain]/[user]:[password] -computer-name [hostname]
复制后可按需替换文件名、目录或参数。
sudo add-shell [/usr/local/bin/zsh]
权限或系统影响较大,执行前请核对目标。
addcomputer.py [domain]/[user]:[password] -computer-name [hostname]
复制后可按需替换文件名、目录或参数。
sudo addgroup [groupname]
权限或系统影响较大,执行前请核对目标。
adduser [username]
复制后可按需替换文件名、目录或参数。
sudo adguardhome -s start
权限或系统影响较大,执行前请核对目标。
afmtodit [font.afm] [textmap] [fontname]
复制后可按需替换文件名、目录或参数。
agy .
复制后可按需替换文件名、目录或参数。
sudo aide -i
权限或系统影响较大,执行前请核对目标。
sudo airbase-ng -e "[FakeSSID]" -c [6] [wlan0mon]
权限或系统影响较大,执行前请核对目标。
sudo aireplay-ng -0 [5] -a [AP_BSSID] -c [CLIENT_MAC] [wlan0mon]
权限或系统影响较大,执行前请核对目标。
sudo airmon-ng
权限或系统影响较大,执行前请核对目标。
sudo airodump-ng-oui-update
权限或系统影响较大,执行前请核对目标。
sudo airodump-ng [wlan0mon]
权限或系统影响较大,执行前请核对目标。
sudo airserv-ng -d [wlan0mon] -c [6] -p [666]
权限或系统影响较大,执行前请核对目标。
sudo airtun-ng -a [AP_BSSID] [wlan0mon]
权限或系统影响较大,执行前请核对目标。
sudo alien -d [path/to/file]
权限或系统影响较大,执行前请核对目标。
sudo alsactl store
权限或系统影响较大,执行前请核对目标。
alt [path/to/file.rb]
复制后可按需替换文件名、目录或参数。
sudo anacron -n
权限或系统影响较大,执行前请核对目标。
andcli -t aegis [path/to/backup.json]
复制后可按需替换文件名、目录或参数。
sudo angryoxide -i [wlan0]
权限或系统影响较大,执行前请核对目标。
ansible-inventory --list
复制后可按需替换文件名、目录或参数。
ansible-pull -U [https://github.com/user/repo.git]
复制后可按需替换文件名、目录或参数。
anthropic -g user "Hello, Claude!"
复制后可按需替换文件名、目录或参数。
sudo apache2
权限或系统影响较大,执行前请核对目标。
sudo apache2ctl start
权限或系统影响较大,执行前请核对目标。
sudo apachectl start
权限或系统影响较大,执行前请核对目标。
apisnip [input.yaml]
复制后可按需替换文件名、目录或参数。
sudo aa-status
权限或系统影响较大,执行前请核对目标。
sudo apparmor_parser -a [profile_file]
权限或系统影响较大,执行前请核对目标。
appman -i [package_name]
复制后可按需替换文件名、目录或参数。
sudo apptainer capability list --user [username]
权限或系统影响较大,执行前请核对目标。
sudo apptainer config fakeroot --add [username]
权限或系统影响较大,执行前请核对目标。
apptainer delete library://[user/collection/container]:[tag]
复制后可按需替换文件名、目录或参数。
apptainer exec [container.sif] [command]
复制后可按需替换文件名、目录或参数。
apptainer overlay create -s [size] [path/to/image.sif]
复制后可按需替换文件名、目录或参数。
apptainer push [path/to/image.sif] library://[user/collection/container]:[tag]
复制后可按需替换文件名、目录或参数。
apptainer run-help [container.sif]
复制后可按需替换文件名、目录或参数。
apptainer shell [container.sif]
复制后可按需替换文件名、目录或参数。
sudo apt-cdrom add
权限或系统影响较大,执行前请核对目标。
sudo apt-clone clone [path/to/directory]
权限或系统影响较大,执行前请核对目标。
sudo apt update
权限或系统影响较大,执行前请核对目标。
sudo apt-get update
权限或系统影响较大,执行前请核对目标。
sudo apt install [package]
权限或系统影响较大,执行前请核对目标。
sudo apt-mark auto [package]
权限或系统影响较大,执行前请核对目标。
man apt-secure
复制后可按需替换文件名、目录或参数。
sudo apt update
权限或系统影响较大,执行前请核对目标。
sudo aptd
权限或系统影响较大,执行前请核对目标。
sudo aptitude-curses
权限或系统影响较大,执行前请核对目标。
sudo aptitude update
权限或系统影响较大,执行前请核对目标。
apturl apt:firefox
复制后可按需替换文件名、目录或参数。
apw start
复制后可按需替换文件名、目录或参数。
apx pkgmanagers new
复制后可按需替换文件名、目录或参数。
apx stacks new
复制后可按需替换文件名、目录或参数。
arch-chroot [path/to/new_root]
复制后可按需替换文件名、目录或参数。
aci
复制后可按需替换文件名、目录或参数。
aria2tui
复制后可按需替换文件名、目录或参数。
arithmetic
复制后可按需替换文件名、目录或参数。
sudo arp-scan -l
权限或系统影响较大,执行前请核对目标。
sudo arpd -a [1] -b [/var/lib/arpd/arpd.db] [eth0]
权限或系统影响较大,执行前请核对目标。
sudo arping [192.168.1.1]
权限或系统影响较大,执行前请核对目标。
sudo arpspoof -i wlan0 host_ip
权限或系统影响较大,执行前请核对目标。
sudo arptables -L
权限或系统影响较大,执行前请核对目标。
php artisan list
复制后可按需替换文件名、目录或参数。
asak rec [output]
复制后可按需替换文件名、目录或参数。
sudo aspell-autobuildhash
权限或系统影响较大,执行前请核对目标。
aspell-import
复制后可按需替换文件名、目录或参数。
at now + 5 minutes
复制后可按需替换文件名、目录或参数。
atd
复制后可按需替换文件名、目录或参数。
attr -s [attribute_name] -V [value] [path/to/file]
复制后可按需替换文件名、目录或参数。
sudo audit2allow -a
权限或系统影响较大,执行前请核对目标。
sudo audit2why
权限或系统影响较大,执行前请核对目标。
sudo auditctl -s
权限或系统影响较大,执行前请核对目标。
sudo auditd
权限或系统影响较大,执行前请核对目标。
auggie
复制后可按需替换文件名、目录或参数。
aura -As [keyword]
复制后可按需替换文件名、目录或参数。
auracle search '[regex]'
复制后可按需替换文件名、目录或参数。
sudo aureport
权限或系统影响较大,执行前请核对目标。
aurman -Syu
复制后可按需替换文件名、目录或参数。
aurpublish [package_name]
复制后可按需替换文件名、目录或参数。
aur build [package]
复制后可按需替换文件名、目录或参数。
aurvote --configure
复制后可按需替换文件名、目录或参数。
sudo ausearch -m avc
权限或系统影响较大,执行前请核对目标。
austin-tui python3 [path/to/script.py]
复制后可按需替换文件名、目录或参数。
authelia validate-config --config [config.yml]
复制后可按需替换文件名、目录或参数。
sudo auto-cpufreq --monitor
权限或系统影响较大,执行前请核对目标。
autoexpect
复制后可按需替换文件名、目录或参数。
sudo autorecon 192.168.1.1
权限或系统影响较大,执行前请核对目标。
autossh -M [20000] -N -L [8080:localhost:80] [user@remote]
需要网络或远程资源。
away [message]
复制后可按需替换文件名、目录或参数。
awk '{print $5}' [path/to/file]
复制后可按需替换文件名、目录或参数。
aws athena start-query-execution --query-string "[SELECT * FROM table LIMIT 10]" --work-group [primary]
复制后可按需替换文件名、目录或参数。
aws rds create-db-cluster --db-cluster-identifier [my-cluster] --engine aurora-mysql --master-username [admin] --master-user-password [password]
复制后可按需替换文件名、目录或参数。
aws autoscaling create-auto-scaling-group --auto-scaling-group-name [my-asg] --launch-template LaunchTemplateId=[lt-12345] --min-size [1] --max-size [5] --vpc-zone-identifier "[subnet-abc,subnet-def]"
复制后可按需替换文件名、目录或参数。
aws budgets create-budget --account-id [123456789012] --budget file://[budget.json]
复制后可按需替换文件名、目录或参数。
aws ce get-cost-and-usage --time-period Start=[YYYY-MM-DD],End=[YYYY-MM-DD] --granularity MONTHLY --metrics "BlendedCost" --group-by Type=DIMENSION,Key=SERVICE
复制后可按需替换文件名、目录或参数。
aws cloudfront create-invalidation --distribution-id [EDFDVBD6EXAMPLE] --paths "/[path/to/file.jpg]" "/[images/*]"
复制后可按需替换文件名、目录或参数。
aws cloudtrail lookup-events --lookup-attributes AttributeKey=Username,AttributeValue=[user@example.com]
复制后可按需替换文件名、目录或参数。
aws cognito-identity list-identity-pools --max-results [20]
复制后可按需替换文件名、目录或参数。
aws cognito-idp create-user-pool --pool-name [my-pool]
复制后可按需替换文件名、目录或参数。
aws dynamodb create-table --table-name [my-table] --attribute-definitions AttributeName=id,AttributeType=S --key-schema AttributeName=id,KeyType=HASH --billing-mode PAY_PER_REQUEST
复制后可按需替换文件名、目录或参数。
aws ec2 run-instances --image-id [ami-0c55b159cbfafe1f0] --instance-type [t2.micro] --key-name [my-key]
复制后可按需替换文件名、目录或参数。
aws ecr get-login-password | docker login --username AWS --password-stdin [account-id].dkr.ecr.[region].amazonaws.com
涉及管道、覆盖或删除,执行前请先确认路径和参数。
aws iam create-user --user-name [my-user]
复制后可按需替换文件名、目录或参数。
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 lightsail create-instances --instance-names [my-instance] --availability-zone [us-east-1a] --blueprint-id [amazon_linux_2] --bundle-id [nano_2_0]
复制后可按需替换文件名、目录或参数。
aws quicksight list-dashboards --aws-account-id [account-id]
复制后可按需替换文件名、目录或参数。
aws rds create-db-instance --db-instance-identifier [my-db] --db-instance-class db.t3.micro --engine mysql --master-username admin --master-user-password [password] --allocated-storage 20
复制后可按需替换文件名、目录或参数。
aws route53 list-hosted-zones
复制后可按需替换文件名、目录或参数。
sesh
复制后可按需替换文件名、目录或参数。
az account list
复制后可按需替换文件名、目录或参数。
az acr create -n [registry-name] -g [resource-group] --sku [Standard]
复制后可按需替换文件名、目录或参数。
az aks create -g [resource-group] -n [cluster-name] --generate-ssh-keys
需要网络或远程资源。
az apim create --name [MyApim] --resource-group [MyResourceGroup] --publisher-email [email@domain.com] --publisher-name [MyCompany] --location [eastus]
复制后可按需替换文件名、目录或参数。
az appconfig create --name [MyAppConfig] --resource-group [MyResourceGroup] --location [westus] --sku [Standard]
复制后可按需替换文件名、目录或参数。
az bicep build --file [main.bicep]
复制后可按需替换文件名、目录或参数。
az cognitiveservices account create --name [myaccount] --resource-group [myRG] --kind [TextAnalytics] --sku [S1] --location [eastus]
复制后可按需替换文件名、目录或参数。
az container create -g [resource-group] --name [container-name] --image [image:tag] --cpu [1] --memory [1]
复制后可按需替换文件名、目录或参数。
az deployment group create --resource-group [rg_name] --template-file [template.json]
复制后可按需替换文件名、目录或参数。
az disk create --name [MyDisk] --resource-group [MyResourceGroup] --size-gb [128]
复制后可按需替换文件名、目录或参数。
az extension list
复制后可按需替换文件名、目录或参数。
az group create -l [westus] -n [MyResourceGroup]
复制后可按需替换文件名、目录或参数。
az image create --name [MyImage] --resource-group [MyResourceGroup] --source [MyVM]
复制后可按需替换文件名、目录或参数。
az lock create --name [MyLock] --resource-group [MyResourceGroup] --lock-type ReadOnly
复制后可按需替换文件名、目录或参数。
az logicapp create --name [MyLogicApp] --resource-group [MyResourceGroup] --storage-account [MyStorageAccount] --plan [MyPlan]
复制后可按需替换文件名、目录或参数。
az network dns zone create -g [resource-group] --name [example.com]
复制后可按需替换文件名、目录或参数。
az redis create --name [MyCache] --resource-group [MyResourceGroup] --location [eastus] --sku [Basic] --vm-size [c0]
复制后可按需替换文件名、目录或参数。
az resource list
复制后可按需替换文件名、目录或参数。
az serial-console connect --name [MyVM] --resource-group [MyResourceGroup]
复制后可按需替换文件名、目录或参数。
az sshkey create --name [MySSHKey] --resource-group [MyResourceGroup]
需要网络或远程资源。
az storage account create -n [account-name] -g [resource-group] -l [westus] --sku [Standard_LRS]
复制后可按需替换文件名、目录或参数。
az storage blob upload -f [/path/to/file] -c [container-name] -n [blob-name] --account-name [account]
复制后可按需替换文件名、目录或参数。
az tag create --resource-id [resource-id] --tags [env=prod team=dev]
复制后可按需替换文件名、目录或参数。
az term accept --publisher [publisher] --product [product] --plan [plan]
复制后可按需替换文件名、目录或参数。
az-tui
复制后可按需替换文件名、目录或参数。
az vm create --resource-group [MyRG] --name [MyVM] --image [Ubuntu2204]
复制后可按需替换文件名、目录或参数。
az webapp create --resource-group [MyRG] --plan [MyPlan] --name [MyApp]
复制后可按需替换文件名、目录或参数。
b4n
复制后可按需替换文件名、目录或参数。
bagels
复制后可按需替换文件名、目录或参数。
basalt
复制后可按需替换文件名、目录或参数。
basilk
复制后可按需替换文件名、目录或参数。
bat [file.js]
复制后可按需替换文件名、目录或参数。
batch
复制后可按需替换文件名、目录或参数。
echo ["2+2"] | bc
涉及管道、覆盖或删除,执行前请先确认路径和参数。
sudo bcachefs device add --label [group].[name] [path/to/mountpoint] [path/to/device]
权限或系统影响较大,执行前请核对目标。
sudo bcachefs format [path/to/partition]
权限或系统影响较大,执行前请核对目标。
beacon [port] "[message text]"
复制后可按需替换文件名、目录或参数。
sudo betterdiscordctl install
权限或系统影响较大,执行前请核对目标。
bgpd
复制后可按需替换文件名、目录或参数。
bibiman [path/to/references.bib]
复制后可按需替换文件名、目录或参数。
sudo bindfs /path/to/source /path/to/mount
权限或系统影响较大,执行前请核对目标。
binsider [path/to/binary]
复制后可按需替换文件名、目录或参数。
sudo biosdecode
权限或系统影响较大,执行前请核对目标。
bitchat-tui
复制后可按需替换文件名、目录或参数。
bitcoin-qt
复制后可按需替换文件名、目录或参数。
bjobs
复制后可按需替换文件名、目录或参数。
bkill [job_id]
复制后可按需替换文件名、目录或参数。
bkp [path/to/file]
复制后可按需替换文件名、目录或参数。
sudo blkid
权限或系统影响较大,执行前请核对目标。
blktrace -d [/dev/sda]
复制后可按需替换文件名、目录或参数。
sudo blockdev --report
权限或系统影响较大,执行前请核对目标。
bloodhound
复制后可按需替换文件名、目录或参数。
bluetui
复制后可按需替换文件名、目录或参数。
bluetuith
复制后可按需替换文件名、目录或参数。
blueutil-tui
复制后可按需替换文件名、目录或参数。
sudo bmaptool copy [image.img] [/dev/sdX]
权限或系统影响较大,执行前请核对目标。
bmm
复制后可按需替换文件名、目录或参数。
boltd
复制后可按需替换文件名、目录或参数。
sudo bootc switch [image]
权限或系统影响较大,执行前请核对目标。
box login
复制后可按需替换文件名、目录或参数。
sudo bpftrace -l
权限或系统影响较大,执行前请核对目标。
bpython
复制后可按需替换文件名、目录或参数。
braindrop
复制后可按需替换文件名、目录或参数。
branchlet
复制后可按需替换文件名、目录或参数。
sudo brctl show
权限或系统影响较大,执行前请核对目标。
breathe
复制后可按需替换文件名、目录或参数。
brew services list
复制后可按需替换文件名、目录或参数。
bsdgames-adventure
复制后可按需替换文件名、目录或参数。
sudo btrbk stats
权限或系统影响较大,执行前请核对目标。
sudo btrfs balance status [/mnt/data]
权限或系统影响较大,执行前请核对目标。
sudo btrfs check [path/to/partition]
权限或系统影响较大,执行前请核对目标。
sudo btrfs device add /dev/sdb /dev/sdc path/to/filesystem
权限或系统影响较大,执行前请核对目标。
sudo btrfs inspect-internal dump-super [path/to/partition]
权限或系统影响较大,执行前请核对目标。
sudo btrfs property list [path/to/btrfs_object]
权限或系统影响较大,执行前请核对目标。
sudo btrfs rescue chunk-recover [path/to/partition]
权限或系统影响较大,执行前请核对目标。
sudo btrfs restore [path/to/btrfs_device] [path/to/target_directory]
权限或系统影响较大,执行前请核对目标。
sudo btrfs scrub start path/to/mount
权限或系统影响较大,执行前请核对目标。
sudo btrfs subvolume create path/to/new_subvolume
权限或系统影响较大,执行前请核对目标。
sudo btrfs subvolume create path/to/subvolume
权限或系统影响较大,执行前请核对目标。
bwrap --ro-bind /usr /usr --symlink usr/lib64 /lib64 --proc /proc --dev /dev --unshare-pid [command]
复制后可按需替换文件名、目录或参数。
bs [path/to/binary]
复制后可按需替换文件名、目录或参数。
burn -D -p [path/to/dir]
复制后可按需替换文件名、目录或参数。
c++filt [_Z1fv]
复制后可按需替换文件名、目录或参数。
calc ["2 + 2"]
复制后可按需替换文件名、目录或参数。
caligula burn [path/to/image.iso]
复制后可按需替换文件名、目录或参数。
canberra-gtk-play --id [desktop-login]
复制后可按需替换文件名、目录或参数。
cancel
复制后可按需替换文件名、目录或参数。
getcap [/path/to/binary]
复制后可按需替换文件名、目录或参数。
cargo clippy
复制后可按需替换文件名、目录或参数。
cargo pkgid
复制后可按需替换文件名、目录或参数。
cargo report future-incompatibilities --id [1]
复制后可按需替换文件名、目录或参数。
cargo seek
复制后可按需替换文件名、目录或参数。
cashd [path/to/journal.ledger]
复制后可按需替换文件名、目录或参数。
cbt -project [project_id] -instance [instance_id] ls
复制后可按需替换文件名、目录或参数。
sudo cephadm bootstrap --mon-ip [monitor_ip]
权限或系统影响较大,执行前请核对目标。
sudo certbot certonly --webroot -w [path/to/webroot] -d [subdomain.example.com]
权限或系统影响较大,执行前请核对目标。