acme.sh
shell-based ACME SSL/TLS certificate client
acme.sh --issue -d [example.com] -w [/var/www/html]
Linux basics
314 System control Linux command examples grouped into 32 practical sections.
Browse grouped command cards or search directly below.
153 commands
shell-based ACME SSL/TLS certificate client
acme.sh --issue -d [example.com] -w [/var/www/html]
Manage AgentBox cloud sandboxes and templates from the terminal
npm install -g agentbox-cli
Control and manage Linux audit system rules.
sudo auditctl -s
Automated multi-threaded network reconnaissance
sudo autorecon 192.168.1.1
Analyze and validate IAM policies for security risks
aws accessanalyzer list-analyzers
Manage private certificate authorities and certificates
aws acm-pca create-certificate-authority --certificate-authority-configuration [file://config.json] --certificate-authority-type ROOT
Provision and manage SSL/TLS certificates
aws acm request-certificate --domain-name [example.com] --validation-method DNS
Build and deploy full-stack web and mobile applications
aws amplify create-app --name [app_name] --repository [repo_url]
Unified command-line interface for Amazon Web Services.
aws configure
Manage continuous delivery pipelines on AWS.
aws codepipeline start-pipeline-execution --name [MyPipeline]
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]
Manage Amazon MQ message brokers.
aws mq list-brokers
Manage multi-account AWS environments
aws organizations describe-organization
Store and manage secrets securely
aws secretsmanager create-secret --name [secret_name] --secret-string "[secret_value]"
Manage Simple Notification Service topics and subscriptions.
aws sns create-topic --name [topic-name]
Request temporary security credentials and verify identity.
aws sts get-caller-identity
JDBC command-line client for Apache Hive
beeline -u jdbc:hive2://[localhost]:10000/[default]
Mount directories with altered ownership and permissions via FUSE
sudo bindfs /path/to/source /path/to/mount
Linux process privilege capabilities system
getcap [/path/to/binary]
command-line interface for Google Cloud Bigtable
cbt -project [project_id] -instance [instance_id] ls
Cloud Foundry CLI for application deployment
cf login -a [api.example.com]
manage SysVinit service runlevels
chkconfig --list
run a program with a changed process state
chpst -u [user] [command]
Silences command output unless it fails
chronic [command]
Translate Windows SIDs to Linux UIDs/GIDs for CIFS mounts
cifs.idmap --help
Manage CIFS mount credentials in the kernel keyring
cifscreds add [server_hostname]
Cloudflare Tunnel client for secure connections
cloudflared tunnel login
TLS-terminating proxy for Cockpit web service
cockpit-tls --port [port]
Cockpit web service for server administration
cockpit-ws --local-ssh
VS Code in the browser on a remote server
code-server
manage Elasticsearch within Cradle framework
cradle elastic start
cron job output suppressor
cronic [command] [args...]
control Ctrl+Alt+Del key combination behavior
ctrlaltdel
Cygwin diagnostic and package query tool
cygcheck -s
manage container networking and connectivity
docker network ls
104 commands
Report AppArmor profile and confinement status
sudo aa-status
Enable and manage wireless monitor mode
sudo airmon-ng
Run Amanda backups
amdump [config_name]
Mandatory Access Control framework for confining applications.
sudo aa-status
Register mDNS/DNS-SD services on the local network
avahi-publish-service [MyService] [_http._tcp] [80]
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]
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 File System resources
aws efs describe-file-systems
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 Classic Load Balancers
aws elb describe-load-balancers
Manage Amazon EventBridge rules and event routing
aws events list-rules
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 real-time data streaming with Kinesis Data Streams.
aws kinesis create-stream --stream-name [my-stream] --shard-count 1
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 business intelligence dashboards and analytics
aws quicksight list-dashboards --aws-account-id [account-id]
Manage data warehouse clusters
aws redshift describe-clusters
Manage Simple Queue Service queues and messages.
aws sqs create-queue --queue-name [queue-name]
Manage Azure Functions serverless apps
az functionapp list
Manage Azure resources generically across all types
az resource list
High-performance data transfer for Azure Storage
azcopy copy [path/to/file] "https://[account].blob.core.windows.net/[container]/[blob]?[SAS_token]"
Toggle mail arrival notification at the terminal
biff y
Generate beautiful images of source code
carbon-now [file.js]
Generate beautiful images of source code
carbon-now [file.js]
terminal interface for cheat.sh
cheatshh
Amazon Route 53 DNS management tool
cli53 list
cryptographic filesystem for cloud storage
cryfs [path/to/cipher_dir] [path/to/mount_point]
download tool for Deezer music streaming service
deemix [https://www.deezer.com/track/12345]
stacked cryptographic filesystem
sudo mount -t ecryptfs [/encrypted] [/mnt/decrypted]
GPU switching utility for Nvidia Optimus laptops
sudo envycontrol [-s|--switch] [nvidia|integrated|hybrid]
end-to-end encrypted cloud storage CLI
filen login
release RAM disk memory
freeramdisk [/dev/ram0]
filesystem mount configuration file
cat /etc/fstab
/etc/fstab generator from mounted filesystems
genfstab -U /mnt >> /mnt/etc/fstab
Name Service Switch database query tool
getent group
76 commands
Original Colossal Cave text adventure game
adventure
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 App Service plans and environments
az appservice plan list
Manage Azure Container Instances
az container create -g [resource-group] --name [container-name] --image [image:tag] --cpu [1] --memory [1]
Authenticate with Azure
az login
Manage Azure DevOps CI/CD pipelines
az pipelines list --project [MyProject]
Manage Azure DevOps Git repositories and pull requests
az repos list --project [MyProject]
Expose local ports through a remote tunnel
bore local -t [remote_server_address] [local_port]
display and adjust OOM-killer score
choom -p [pid]
service discovery and configuration tool
consul agent -dev
command-line D-Bus method invocation and signaling
dbus-send --session --dest=[org.freedesktop.Notifications] [/org/freedesktop/Notifications] [org.freedesktop.Notifications.GetCapabilities]
view compose service logs
docker compose logs
display available database configuration options
doctl databases options engines
D-Bus fingerprint authentication service
tldr fprintd-list
restart the GNOME Display Manager service
sudo gdm-restart
graphical login manager for GNOME
systemctl start gdm
Self-hosted Git service with web interface
gitea
high-performance remote procedure call framework
protoc --go_out=. --go-grpc_out=. [service.proto]
instructs the system to stop all processes and halt the CPU
halt
CLI for Heroku platform-as-a-service
heroku login
manages user accounts and home directories via systemd-homed, a systemd
homectl list
manages IBM Cloud Kubernetes Service
ibmcloud ks clusters
CLI for managing resources on IBM Cloud
ibmcloud login
display information from a connected iOS device (libimobiledevice)
ideviceinfo
Determine the OS architecture of a remote Windows system
impacket-getarch -target [192.168.1.100]
Remote Windows registry manipulation tool
impacket-reg '[domain]/[user]:[password]@[target]' query -keyName 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion'
queries and displays messages from the systemd journal
journalctl -b -p 3
manages virtual Kubernetes clusters and namespaces
loft start
starts a stopped Linux container
systemctl start lxc-net
displays MySQL server activity in real-time, similar to top for processes
mytop
IT infrastructure monitoring system
nagios [/etc/nagios/nagios.cfg]
handles NFS requests from clients
sudo systemctl start nfs-server
sets authentication failure delay
auth optional pam_faildelay.so delay=3000000
reboots a Proxmox LXC container
pct reboot 100
Mount removable devices as regular user
pmount [/dev/sdb1]
74 commands
Apache HTTP Server daemon
sudo apache2
Mount archive files as virtual filesystems via FUSE
archivemount [path/to/archive] [path/to/mount_point]
ASN/IP lookup, network reconnaissance, and OSINT tool
asn [8.8.8.8]
Change the mDNS hostname advertised on the network
avahi-set-host-name [newhost]
Run batch computing workloads on managed infrastructure
aws batch submit-job --job-name [my-job] --job-queue [my-queue] --job-definition [my-definition]
Monitor resources with metrics, alarms, and dashboards.
aws cloudwatch put-metric-data --namespace [MyApp] --metric-name [RequestCount] --value [1] --unit Count
Manage Amazon Data Firehose delivery streams
aws firehose list-delivery-streams
Query AWS service pricing information
aws pricing describe-services --region us-east-1
Manage DNS hosted zones and records
aws route53 list-hosted-zones
Send and manage email through AWS
aws ses send-email --from [sender@example.com] --to [recipient@example.com] --subject "[Subject]" --text "[Body text]"
Manage Systems Manager sessions, commands, and parameters.
aws ssm describe-instance-information
Kill LSF batch jobs
bkill [job_id]
Unprivileged sandboxing using Linux namespaces
bwrap --ro-bind /usr /usr --symlink usr/lib64 /lib64 --proc /proc --dev /dev --unshare-pid [command]
distributed key-value store management
consul kv get [key]
interactive Cassandra Query Language shell
cqlsh
time-based job scheduler daemon
crontab -e
cron job monitoring service CLI
cronitor sync
Display or set the system's NIS/YP domain name
domainname
filesystem information in formatted tables
dysk
Generate SAML Service Provider metadata
elasticsearch-saml-metadata
distributed key-value store with Raft consensus
etcd
command-line client for etcd key-value store
etcdctl put [mykey] "[myvalue]"
FUSE filesystem mount manager
fusermount -u [mountpoint]
command-line interface for FreePBX administration
fwconsole reload
decrypt data using Cloud KMS keys
gcloud kms decrypt --ciphertext-file=[encrypted.enc] --plaintext-file=[decrypted.txt] --key=[key] --keyring=[keyring] --location=[global]
stop the GNOME Display Manager service
sudo gdm-stop
BBC iPlayer TV and radio downloader
get_iplayer "[search term]"
Terminal-based graphical activity monitor
gotop
captures screenshots from iOS devices
idevicescreenshot [screenshot.tiff]
finds and requests Kerberos service tickets for user accounts with SPNs
impacket-GetUserSPNs [domain]/[user]:[password] -dc-ip [dc-ip]
executes commands on remote Windows systems via SMB
impacket-psexec [domain]/[user]:[password]@[target] [command]
executes System V style init script actions
sudo invoke-rc.d [service] start
command-line client for IVPN service
ivpn connect
Run development dependencies inside pre-configured Docker containers
pip install git+https://github.com/fhsinchy/jeeves.git#egg=jeeves
shell builtin that displays the status of jobs started in the current shell
jobs
terminal UI for managing Docker containers, images, volumes, and networks
lazydocker
64 commands
Run periodic jobs on systems not running continuously
sudo anacron -n
command-line client for the aptdaemon package management service
aptdcon --install "[package1 package2]"
Browse for mDNS/DNS-SD network services
avahi-browse -a -r
Resolve mDNS hostnames and addresses
avahi-resolve -4 -n service.local
Run SQL queries on data stored in Amazon S3
aws athena start-query-execution --query-string "[SELECT * FROM table LIMIT 10]" --work-group [primary]
Centrally manage backups across AWS services
aws backup create-backup-vault --backup-vault-name [vault_name]
Provision infrastructure from declarative templates.
aws cloudformation create-stack --stack-name [my-stack] --template-body file://[template.yaml]
Manage Azure App Configuration stores
az appconfig create --name [MyAppConfig] --resource-group [MyResourceGroup] --location [westus] --sku [Standard]
Switch the base OS to a different container image
sudo bootc switch [image]
find processes using outdated shared libraries
sudo checkrestart
Clockify time tracking CLI client
clockify-cli start "[Task description]"
core dump retrieval and analysis
coredumpctl
user cron table editor
crontab -e
CLI for managing CubeSandbox templates and sandboxes
cubemastercli tpl create-from-image --image [registry/image:tag]
multi-container Docker orchestration
docker-compose up
return low-level information on Docker objects
docker inspect [container]
manage Doppler projects and environments
doppler projects
Canonical Data Science Stack CLI for Kubernetes notebooks
dss initialize --kubeconfig "$(sudo k8s config)"
locate filesystems by label or UUID
findfs LABEL=[label]
command-line firmware update client
fwupdmgr get-devices
integrated documentation for gcloud commands
gcloud help
Kerberoasting attack tool for service accounts
GetUserSPNs.py [domain]/[username]:[password] -dc-ip [dc_ip]
OpenStack image service client
openstack image list
set default boot entry for next reboot only
sudo grub-reboot [entry_number]
View and kill processes listening on ports
gruyere
GVFS daemon that handles virtual filesystem operations
gvfsd
official wallpaper utility for Hyprland
hyprpaper
Enumerate Active Directory user accounts via LDAP
impacket-getadusers -all '[domain]/[user]:[password]'
manages link-layer multicast addresses
ip maddress
creates System V IPC resources
ipcmk -M [segment_size_in_bytes]
manages SSH and GPG agent processes
eval $(keychain --eval [id_rsa])
generates Go code from Thrift or Protobuf IDL files
kitex -module [module] [idl_file.thrift]
forwards local ports to a pod, service, or deployment
kubectl port-forward [pod-name] [8080]:[80]
searches a prebuilt database to find files matching a pattern
locate "[pattern]"
TUI for scanning networks and mapping IPs to mDNS hostnames
mdns-scanner
run a local single-node Kubernetes cluster
minikube start
48 commands
Useful Linux one-liner
pkill process_name
Terminate the running adb server process
adb kill-server
Save and restore ALSA sound card settings.
sudo alsactl store
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 Git repositories hosted on AWS CodeCommit.
aws codecommit create-repository --repository-name [my-repo] --repository-description "[Description]"
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 ML-powered enterprise search indexes and data sources.
aws kendra create-index --name [my-index] --role-arn [arn:aws:iam::account:role/kendra-role]
Manage CloudWatch log groups, streams, and queries.
aws logs describe-log-groups
Manage OpenSearch Service domains for search and analytics.
aws opensearch list-domain-names
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
Store and manage secrets securely
aws secretsmanager create-secret --name [secret-name] --secret-string "[secret-value]"
Manage business email and calendaring organizations and users.
aws workmail list-organizations
Manage Azure App Service web applications
az webapp create --resource-group [MyRG] --plan [MyPlan] --name [MyApp]
Browse for VNC servers on the local network
bvnc
Let's Encrypt certificate management
sudo certbot certonly --webroot -w [path/to/webroot] -d [subdomain.example.com]
Code coverage report uploader for the Codecov service
codecovcli upload-process -t [token]
Docker daemon background service
dockerd
verify eCryptfs encryption setup
ecryptfs-verify
high-performance L4/L7 proxy and service mesh data plane
envoy -c [/path/to/config.yaml]
Exoscale managed database service operations
exo dbaas list
Display mail sender information from a mailbox
from
GNOME Display Manager daemon process
gdm-binary
CI/CD job execution agent for GitLab
sudo gitlab-runner register
set permanent default GRUB boot entry
sudo grub-set-default [entry_number]
handshake wallet client
hsw-cli get
ASGI server supporting HTTP/1
hypercorn [app:app]
FUSE filesystem for accessing MTP devices like Android phones
jmtpfs [mountpoint]
allows the system to boot directly into a new kernel without going
kexec -l [path/to/kernel] --initrd=[path/to/initrd] --command-line=[arguments]
key remapping daemon for Linux using kernel-level input
systemctl enable keyd --now
checks authorization permissions
kubectl auth can-i [create] [pods]
GNOME Shell integrated debugger and inspector
> Alt+F2, type "lg", press Enter
DNS server daemon from BIND
named
workload orchestrator by HashiCorp
nomad agent -dev
mounts a stopped container's filesystem on the Proxmox host
pct mount 100
Command-line interface for Plesk hosting panel
plesk version
43 commands
Acquire IPv4 link-local addresses automatically
avahi-autoipd [interface]
Multicast DNS/DNS-SD service discovery daemon
avahi-daemon
Register mDNS/DNS-SD services and address mappings
avahi-publish -s "[service_name]" [service_type] [port]
multi-threaded antivirus scanning daemon
clamd
Cockpit web service message relay
cockpit-bridge --packages
data orchestration platform for software-defined assets
dagster dev
DNF plugin for offline Fedora major-version upgrades
sudo dnf system-upgrade download --releasever=[40]
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
self-hosted Platform-as-a-Service powered by Docker
dokku apps:create [app_name]
interactive cross-platform process killer
fkill
Google App Engine management commands
gcloud app deploy
Google Compute Engine resource management
gcloud compute instances list
list available logs in Cloud Logging
gcloud logging logs list
Google Cloud Platform command-line interface
gcloud init
Google Cloud Platform diagnostics tool
gcpdiag lint --project [project_id]
utility that spins down external hard disks after a period of idle time
systemctl start hd-idle
Interact with the diagnostics interface of an iOS device
idevicediagnostics restart
sends a signal to all processes running the specified command
killall [process_name]
removes Kubernetes resources
kubectl delete pod [pod-name]
command-line interface for Magento/Adobe Commerce e-commerce platform
magento list
lightweight VM manager for Ubuntu instances
multipass launch --name [myvm]
Fast TUI scanner for hosts, vendors, and services on the local network
nibble
Network exploration and security auditing tool
nmap [192.168.1.1]
PAM filter module for terminal I/O
auth required pam_filter.so run1 /path/to/filter
Interactive TUI for finding and killing processes
pik
All-in-one PXE network boot server
sudo pixiecore boot [vmlinuz] [initrd.img]
RADIUS authentication plugin for PPP daemon
pppd plugin radius.so
Reference for PXELINUX-specific DHCP options
man pxelinux-options
Restart the operating system
reboot
High availability monitoring for Redis clusters
redis-sentinel [/etc/redis/sentinel.conf]
Cross-platform Unix init scheme with service supervision
runit
Schedule recurring Slurm cluster jobs
scrontab path/to/file
11 commands
Useful Linux one-liner
mount -t tmpfs -o size=1G tmpfs /mnt/ram
Manage btrfs filesystem properties and operations
btrfs filesystem usage path/to/mount
encrypted private directory setup
ecryptfs-setup-private
query and verify mounted filesystems
findmnt
helper for Discoverable Disk Images
mount.ddi [path/to/image.raw] [/mnt/image]
modifies the configuration of a Proxmox LXC container
pct set 100 --onboot
unmounts a container's filesystem that was previously mounted on the Proxmox
pct unmount 100
Unmount removable devices without root
pumount [/dev/sdb1]
Create transient mount units
systemd-mount [path/to/device]
Mount removable devices via udisks2
udiskie-mount -a
Safely unmount removable devices
udiskie-umount [path/to/mount]
11 commands
Reboot a connected Android device
adb reboot
Verify data integrity on btrfs filesystems
sudo btrfs scrub start path/to/mount
manages log files by rotating, compressing, removing, and mailing them
sudo logrotate --force [/etc/logrotate.conf]
mount SMB3 network shares
sudo mount.smb3 -o username=[user] //[server]/[share] [/mnt/point]
fixes common NTFS problems that prevent the filesystem from being mounted
sudo ntfsfix [/dev/sdXN]
informs the operating system kernel of partition table changes
sudo partprobe
Clean up Proxmox VM resources after shutdown
qm cleanup vmid clean-shutdown guest-requested
Gracefully shutdown a Proxmox VM
qm shutdown vm_id
Configure systemd-resolved DNS resolver
sudo vi /etc/systemd/resolved.conf
Synology firmware upgrade utility
sudo synoupgrade --check
Escape strings for systemd unit names
systemd-escape [text]
6 commands
TUI gRPC client for the terminal
chiko
HTTP server for distributing ELF debugging information
debuginfod -F [/usr/lib/debug]
network authentication protocol
kinit [principal]
CLI for NestJS, a progressive Node
nest new [project-name]
performs passive OS fingerprinting
p0f -i [eth0]
Cloud-native HTTP reverse proxy
traefik
6 commands
Useful Linux one-liner
sshfs user@host:/remote /local
Browse for SSH and VNC servers on the local network
bssh
secure desktop access to Cockpit pages
cockpit-desktop [url] [SSH_host]
manage DigitalOcean Droplet virtual machines
doctl compute droplet list
secure password and key storage daemon
gnome-keyring-daemon --start
displays message of the day
session optional pam_motd.so
6 commands
Samba Windows event log manager
eventlogadm -o addsource [Application] [/var/lib/samba/eventlog]
execute commands via QEMU guest agent in Proxmox VE
tldr qm guest cmd
Alias for try-reload-or-restart
systemctl-condreload
Alias for try-restart
systemctl-condrestart
Alias for try-reload-or-restart
systemctl-force-reload
Alias for try-reload-or-restart
systemctl-reload-or-try-restart
2 commands
manages IBM Cloud Container Registry
ibmcloud cr login
Terminal user interface for Docker containers
sen
2 commands
1 commands
Manage private package artifact repositories.
aws codeartifact login --tool npm --domain [my-domain] --repository [my-repo]
1 commands
1 commands
1 commands
Useful Linux one-liner
crontab -l
1 commands
encrypted swap configuration
ecryptfs-setup-swap
1 commands
1 commands
Validate and test Elasticsearch cron expressions
elasticsearch-croneval "[0 0 * * *]"
1 commands
1 commands
command-line tool for querying KScreen display configuration
kscreen-console outputs
1 commands
1 commands
Establish Proton VPN connections
protonvpn connect --fastest
1 commands
1 commands
1 commands
1 commands
Block system sleep or shutdown
systemd-inhibit --list
1 commands
1 commands
Shut down a running Vagrant machine
vagrant halt
1 commands
Run QEMU VMs without libvirtd
virt-qemu-run [path/to/guest.xml]
pkill process_name
权限或系统影响较大,执行前请核对目标。
sshfs user@host:/remote /local
需要网络或远程资源。
crontab -l
复制后可按需替换文件名、目录或参数。
mount -t tmpfs -o size=1G tmpfs /mnt/ram
权限或系统影响较大,执行前请核对目标。
sudo aa-status
权限或系统影响较大,执行前请核对目标。
acme.sh --issue -d [example.com] -w [/var/www/html]
复制后可按需替换文件名、目录或参数。
adb kill-server
复制后可按需替换文件名、目录或参数。
adb reboot
复制后可按需替换文件名、目录或参数。
adventure
复制后可按需替换文件名、目录或参数。
npm install -g agentbox-cli
复制后可按需替换文件名、目录或参数。
sudo airmon-ng
权限或系统影响较大,执行前请核对目标。
sudo alsactl store
权限或系统影响较大,执行前请核对目标。
amdump [config_name]
复制后可按需替换文件名、目录或参数。
sudo anacron -n
权限或系统影响较大,执行前请核对目标。
sudo apache2
权限或系统影响较大,执行前请核对目标。
sudo aa-status
权限或系统影响较大,执行前请核对目标。
aptdcon --install "[package1 package2]"
复制后可按需替换文件名、目录或参数。
archivemount [path/to/archive] [path/to/mount_point]
权限或系统影响较大,执行前请核对目标。
asn [8.8.8.8]
复制后可按需替换文件名、目录或参数。
sudo auditctl -s
权限或系统影响较大,执行前请核对目标。
sudo autorecon 192.168.1.1
权限或系统影响较大,执行前请核对目标。
avahi-autoipd [interface]
复制后可按需替换文件名、目录或参数。
avahi-browse -a -r
复制后可按需替换文件名、目录或参数。
avahi-daemon
复制后可按需替换文件名、目录或参数。
avahi-publish-service [MyService] [_http._tcp] [80]
复制后可按需替换文件名、目录或参数。
avahi-publish -s "[service_name]" [service_type] [port]
复制后可按需替换文件名、目录或参数。
avahi-resolve -4 -n service.local
复制后可按需替换文件名、目录或参数。
avahi-set-host-name [newhost]
复制后可按需替换文件名、目录或参数。
aws accessanalyzer list-analyzers
复制后可按需替换文件名、目录或参数。
aws acm-pca create-certificate-authority --certificate-authority-configuration [file://config.json] --certificate-authority-type ROOT
复制后可按需替换文件名、目录或参数。
aws acm request-certificate --domain-name [example.com] --validation-method DNS
复制后可按需替换文件名、目录或参数。
aws amplify create-app --name [app_name] --repository [repo_url]
复制后可按需替换文件名、目录或参数。
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 backup create-backup-vault --backup-vault-name [vault_name]
复制后可按需替换文件名、目录或参数。
aws batch submit-job --job-name [my-job] --job-queue [my-queue] --job-definition [my-definition]
复制后可按需替换文件名、目录或参数。
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 configure
复制后可按需替换文件名、目录或参数。
aws cloudformation create-stack --stack-name [my-stack] --template-body file://[template.yaml]
复制后可按需替换文件名、目录或参数。
aws cloudwatch put-metric-data --namespace [MyApp] --metric-name [RequestCount] --value [1] --unit Count
复制后可按需替换文件名、目录或参数。
aws codeartifact login --tool npm --domain [my-domain] --repository [my-repo]
复制后可按需替换文件名、目录或参数。
aws codebuild start-build --project-name [my-project]
复制后可按需替换文件名、目录或参数。
aws codecommit create-repository --repository-name [my-repo] --repository-description "[Description]"
复制后可按需替换文件名、目录或参数。
aws codepipeline start-pipeline-execution --name [MyPipeline]
复制后可按需替换文件名、目录或参数。
aws cognito-identity list-identity-pools --max-results [20]
复制后可按需替换文件名、目录或参数。
aws cognito-idp create-user-pool --pool-name [my-pool]
复制后可按需替换文件名、目录或参数。
aws ec2 run-instances --image-id [ami-0c55b159cbfafe1f0] --instance-type [t2.micro] --key-name [my-key]
复制后可按需替换文件名、目录或参数。
aws ecs list-clusters
复制后可按需替换文件名、目录或参数。
aws efs describe-file-systems
复制后可按需替换文件名、目录或参数。
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 elb describe-load-balancers
复制后可按需替换文件名、目录或参数。
aws events list-rules
复制后可按需替换文件名、目录或参数。
aws firehose list-delivery-streams
复制后可按需替换文件名、目录或参数。
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 help
复制后可按需替换文件名、目录或参数。
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 kendra create-index --name [my-index] --role-arn [arn:aws:iam::account:role/kendra-role]
复制后可按需替换文件名、目录或参数。
aws kinesis create-stream --stream-name [my-stream] --shard-count 1
复制后可按需替换文件名、目录或参数。
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 logs describe-log-groups
复制后可按需替换文件名、目录或参数。
aws mq list-brokers
复制后可按需替换文件名、目录或参数。
aws opensearch list-domain-names
复制后可按需替换文件名、目录或参数。
aws organizations describe-organization
复制后可按需替换文件名、目录或参数。
aws pricing describe-services --region us-east-1
复制后可按需替换文件名、目录或参数。
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 redshift describe-clusters
复制后可按需替换文件名、目录或参数。
aws route53 list-hosted-zones
复制后可按需替换文件名、目录或参数。
aws secretsmanager create-secret --name [secret_name] --secret-string "[secret_value]"
复制后可按需替换文件名、目录或参数。
aws secretsmanager create-secret --name [secret-name] --secret-string "[secret-value]"
复制后可按需替换文件名、目录或参数。
aws ses send-email --from [sender@example.com] --to [recipient@example.com] --subject "[Subject]" --text "[Body text]"
复制后可按需替换文件名、目录或参数。
aws sns create-topic --name [topic-name]
复制后可按需替换文件名、目录或参数。
aws sqs create-queue --queue-name [queue-name]
复制后可按需替换文件名、目录或参数。
aws ssm describe-instance-information
复制后可按需替换文件名、目录或参数。
aws sts get-caller-identity
复制后可按需替换文件名、目录或参数。
aws workmail list-organizations
复制后可按需替换文件名、目录或参数。
az acr create -n [registry-name] -g [resource-group] --sku [Standard]
复制后可按需替换文件名、目录或参数。
az aks create -g [resource-group] -n [cluster-name] --generate-ssh-keys
需要网络或远程资源。
az appconfig create --name [MyAppConfig] --resource-group [MyResourceGroup] --location [westus] --sku [Standard]
复制后可按需替换文件名、目录或参数。
az appservice plan list
复制后可按需替换文件名、目录或参数。
az container create -g [resource-group] --name [container-name] --image [image:tag] --cpu [1] --memory [1]
复制后可按需替换文件名、目录或参数。
az functionapp list
复制后可按需替换文件名、目录或参数。
az login
复制后可按需替换文件名、目录或参数。
az pipelines list --project [MyProject]
复制后可按需替换文件名、目录或参数。
az repos list --project [MyProject]
复制后可按需替换文件名、目录或参数。
az resource list
复制后可按需替换文件名、目录或参数。
az webapp create --resource-group [MyRG] --plan [MyPlan] --name [MyApp]
复制后可按需替换文件名、目录或参数。
azcopy copy [path/to/file] "https://[account].blob.core.windows.net/[container]/[blob]?[SAS_token]"
复制后可按需替换文件名、目录或参数。
beeline -u jdbc:hive2://[localhost]:10000/[default]
复制后可按需替换文件名、目录或参数。
biff y
复制后可按需替换文件名、目录或参数。
sudo bindfs /path/to/source /path/to/mount
权限或系统影响较大,执行前请核对目标。
bkill [job_id]
复制后可按需替换文件名、目录或参数。
sudo bootc switch [image]
权限或系统影响较大,执行前请核对目标。
bore local -t [remote_server_address] [local_port]
复制后可按需替换文件名、目录或参数。
bssh
需要网络或远程资源。
btrfs filesystem usage path/to/mount
权限或系统影响较大,执行前请核对目标。
sudo btrfs scrub start path/to/mount
权限或系统影响较大,执行前请核对目标。
bwrap --ro-bind /usr /usr --symlink usr/lib64 /lib64 --proc /proc --dev /dev --unshare-pid [command]
复制后可按需替换文件名、目录或参数。
bvnc
复制后可按需替换文件名、目录或参数。
getcap [/path/to/binary]
复制后可按需替换文件名、目录或参数。
carbon-now [file.js]
复制后可按需替换文件名、目录或参数。
carbon-now [file.js]
复制后可按需替换文件名、目录或参数。
cbt -project [project_id] -instance [instance_id] ls
复制后可按需替换文件名、目录或参数。
sudo certbot certonly --webroot -w [path/to/webroot] -d [subdomain.example.com]
权限或系统影响较大,执行前请核对目标。
cf login -a [api.example.com]
复制后可按需替换文件名、目录或参数。
cheatshh
复制后可按需替换文件名、目录或参数。
sudo checkrestart
权限或系统影响较大,执行前请核对目标。
chiko
复制后可按需替换文件名、目录或参数。
chkconfig --list
复制后可按需替换文件名、目录或参数。
choom -p [pid]
复制后可按需替换文件名、目录或参数。
chpst -u [user] [command]
复制后可按需替换文件名、目录或参数。
chronic [command]
复制后可按需替换文件名、目录或参数。
cifs.idmap --help
复制后可按需替换文件名、目录或参数。
cifscreds add [server_hostname]
权限或系统影响较大,执行前请核对目标。
clamd
复制后可按需替换文件名、目录或参数。
cli53 list
复制后可按需替换文件名、目录或参数。
clockify-cli start "[Task description]"
复制后可按需替换文件名、目录或参数。
cloudflared tunnel login
复制后可按需替换文件名、目录或参数。
cockpit-bridge --packages
复制后可按需替换文件名、目录或参数。
cockpit-desktop [url] [SSH_host]
复制后可按需替换文件名、目录或参数。
cockpit-tls --port [port]
复制后可按需替换文件名、目录或参数。
cockpit-ws --local-ssh
需要网络或远程资源。
code-server
复制后可按需替换文件名、目录或参数。
codecovcli upload-process -t [token]
复制后可按需替换文件名、目录或参数。
consul kv get [key]
复制后可按需替换文件名、目录或参数。
consul agent -dev
复制后可按需替换文件名、目录或参数。
coredumpctl
复制后可按需替换文件名、目录或参数。
cqlsh
复制后可按需替换文件名、目录或参数。
cradle elastic start
复制后可按需替换文件名、目录或参数。
crontab -e
复制后可按需替换文件名、目录或参数。
crond
复制后可按需替换文件名、目录或参数。
cronic [command] [args...]
复制后可按需替换文件名、目录或参数。
cronitor sync
复制后可按需替换文件名、目录或参数。
crontab -e
复制后可按需替换文件名、目录或参数。
cryfs [path/to/cipher_dir] [path/to/mount_point]
权限或系统影响较大,执行前请核对目标。
ctrlaltdel
复制后可按需替换文件名、目录或参数。
cubemastercli tpl create-from-image --image [registry/image:tag]
复制后可按需替换文件名、目录或参数。
cygcheck -s
复制后可按需替换文件名、目录或参数。
dagster dev
复制后可按需替换文件名、目录或参数。
dbus-send --session --dest=[org.freedesktop.Notifications] [/org/freedesktop/Notifications] [org.freedesktop.Notifications.GetCapabilities]
复制后可按需替换文件名、目录或参数。
debuginfod -F [/usr/lib/debug]
复制后可按需替换文件名、目录或参数。
deemix [https://www.deezer.com/track/12345]
复制后可按需替换文件名、目录或参数。
sudo dnf system-upgrade download --releasever=[40]
权限或系统影响较大,执行前请核对目标。
docker compose logs
复制后可按需替换文件名、目录或参数。
docker-compose up
复制后可按需替换文件名、目录或参数。
docker inspect [container]
复制后可按需替换文件名、目录或参数。
docker network ls
复制后可按需替换文件名、目录或参数。
docker secret create [name] [file]
复制后可按需替换文件名、目录或参数。
docker service create --name [name] [image]
复制后可按需替换文件名、目录或参数。
docker swarm init
复制后可按需替换文件名、目录或参数。
docker run [image]
复制后可按需替换文件名、目录或参数。
dockerd
复制后可按需替换文件名、目录或参数。
doctl apps list
复制后可按需替换文件名、目录或参数。
doctl compute droplet list
复制后可按需替换文件名、目录或参数。
doctl databases options engines
复制后可按需替换文件名、目录或参数。
dokku apps:create [app_name]
复制后可按需替换文件名、目录或参数。
domainname
复制后可按需替换文件名、目录或参数。
doppler projects
复制后可按需替换文件名、目录或参数。
dosbox -c "mount c [/path/to/games]"
权限或系统影响较大,执行前请核对目标。
dracut
复制后可按需替换文件名、目录或参数。
dss initialize --kubeconfig "$(sudo k8s config)"
权限或系统影响较大,执行前请核对目标。
dysk
复制后可按需替换文件名、目录或参数。
e1s
复制后可按需替换文件名、目录或参数。
sudo e2label [/dev/sda1] "[label_name]"
权限或系统影响较大,执行前请核对目标。
ecryptfs-setup-private
复制后可按需替换文件名、目录或参数。
ecryptfs-setup-swap
复制后可按需替换文件名、目录或参数。
ecryptfs-verify
复制后可按需替换文件名、目录或参数。
sudo mount -t ecryptfs [/encrypted] [/mnt/decrypted]
权限或系统影响较大,执行前请核对目标。
eksctl create cluster --name [cluster_name]
复制后可按需替换文件名、目录或参数。
elasticsearch-croneval "[0 0 * * *]"
复制后可按需替换文件名、目录或参数。
elasticsearch-saml-metadata
复制后可按需替换文件名、目录或参数。
envoy -c [/path/to/config.yaml]
复制后可按需替换文件名、目录或参数。
sudo envycontrol [-s|--switch] [nvidia|integrated|hybrid]
涉及管道、覆盖或删除,执行前请先确认路径和参数。
etcd
复制后可按需替换文件名、目录或参数。
etcdctl put [mykey] "[myvalue]"
复制后可按需替换文件名、目录或参数。
eventlogadm -o addsource [Application] [/var/lib/samba/eventlog]
复制后可按需替换文件名、目录或参数。
exo compute sks list
复制后可按需替换文件名、目录或参数。
exo dbaas list
复制后可按需替换文件名、目录或参数。
exo storage list
复制后可按需替换文件名、目录或参数。
expose share [http://localhost:8000]
复制后可按需替换文件名、目录或参数。
fakecloud
复制后可按需替换文件名、目录或参数。
fast
复制后可按需替换文件名、目录或参数。
filen login
复制后可按需替换文件名、目录或参数。
findfs LABEL=[label]
复制后可按需替换文件名、目录或参数。
findmnt
复制后可按需替换文件名、目录或参数。
sudo systemctl start firewalld
权限或系统影响较大,执行前请核对目标。
fkill
复制后可按需替换文件名、目录或参数。
tldr fprintd-list
复制后可按需替换文件名、目录或参数。
freeramdisk [/dev/ram0]
复制后可按需替换文件名、目录或参数。
from
复制后可按需替换文件名、目录或参数。
cat /etc/fstab
复制后可按需替换文件名、目录或参数。
fusermount -u [mountpoint]
权限或系统影响较大,执行前请核对目标。
fwconsole reload
复制后可按需替换文件名、目录或参数。
fwupdmgr get-devices
复制后可按需替换文件名、目录或参数。
gcloud app deploy
复制后可按需替换文件名、目录或参数。
gcloud auth login
复制后可按需替换文件名、目录或参数。
gcloud compute instances list
复制后可按需替换文件名、目录或参数。
gcloud container clusters create [name] --zone=[zone]
复制后可按需替换文件名、目录或参数。
gcloud help
复制后可按需替换文件名、目录或参数。
gcloud iam service-accounts list
复制后可按需替换文件名、目录或参数。
gcloud kms decrypt --ciphertext-file=[encrypted.enc] --plaintext-file=[decrypted.txt] --key=[key] --keyring=[keyring] --location=[global]
复制后可按需替换文件名、目录或参数。
gcloud logging logs list
复制后可按需替换文件名、目录或参数。
gcloud init
复制后可按需替换文件名、目录或参数。
gcpdiag lint --project [project_id]
复制后可按需替换文件名、目录或参数。
gdm-binary
复制后可按需替换文件名、目录或参数。
sudo gdm-restart
权限或系统影响较大,执行前请核对目标。
sudo gdm-stop
权限或系统影响较大,执行前请核对目标。
systemctl start gdm
复制后可按需替换文件名、目录或参数。
gdrive files list
复制后可按需替换文件名、目录或参数。
genfstab -U /mnt >> /mnt/etc/fstab
涉及管道、覆盖或删除,执行前请先确认路径和参数。
get_iplayer "[search term]"
复制后可按需替换文件名、目录或参数。
getent group
复制后可按需替换文件名、目录或参数。
GetNPUsers.py [DOMAIN]/[username]:[password] -request -format hashcat -outputfile [hashes.txt]
复制后可按需替换文件名、目录或参数。
GetUserSPNs.py [domain]/[username]:[password] -dc-ip [dc_ip]
复制后可按需替换文件名、目录或参数。
ghost start
复制后可按需替换文件名、目录或参数。
git clone "ext::[command] [args]"
复制后可按需替换文件名、目录或参数。
git update-server-info
复制后可按需替换文件名、目录或参数。
gitea
复制后可按需替换文件名、目录或参数。
sudo gitlab-runner register
权限或系统影响较大,执行前请核对目标。
openstack image list
复制后可按需替换文件名、目录或参数。
gnome-keyring-daemon --start
复制后可按需替换文件名、目录或参数。
gocryptfs -init [cipher-dir]
复制后可按需替换文件名、目录或参数。
gotop
复制后可按需替换文件名、目录或参数。
cat /etc/security/group.conf
复制后可按需替换文件名、目录或参数。
protoc --go_out=. --go-grpc_out=. [service.proto]
复制后可按需替换文件名、目录或参数。
grpcurl [localhost:50051] list
需要网络或远程资源。
grub-editenv /boot/grub/grubenv set default=Ubuntu
复制后可按需替换文件名、目录或参数。
grub-mount [/dev/sdXY] [/mnt]
权限或系统影响较大,执行前请核对目标。
sudo grub-reboot [entry_number]
权限或系统影响较大,执行前请核对目标。
sudo grub-set-default [entry_number]
权限或系统影响较大,执行前请核对目标。
gruyere
复制后可按需替换文件名、目录或参数。
gvfs-mount [smb://server/share]
权限或系统影响较大,执行前请核对目标。
gvfsd
复制后可按需替换文件名、目录或参数。
halt
复制后可按需替换文件名、目录或参数。
systemctl start hd-idle
复制后可按需替换文件名、目录或参数。
heroku login
复制后可按需替换文件名、目录或参数。
homectl list
复制后可按需替换文件名、目录或参数。
hsw-cli get
复制后可按需替换文件名、目录或参数。
sudo -E hw-probe -all -upload
权限或系统影响较大,执行前请核对目标。