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
May affect permissions or system state. Check the target first.
sshfs user@host:/remote /local
Requires network or a remote resource.
crontab -l
Copy it and replace filenames, paths, or keywords as needed.
mount -t tmpfs -o size=1G tmpfs /mnt/ram
May affect permissions or system state. Check the target first.
sudo aa-status
May affect permissions or system state. Check the target first.
acme.sh --issue -d [example.com] -w [/var/www/html]
Copy it and replace filenames, paths, or keywords as needed.
adb kill-server
Copy it and replace filenames, paths, or keywords as needed.
adb reboot
Copy it and replace filenames, paths, or keywords as needed.
adventure
Copy it and replace filenames, paths, or keywords as needed.
npm install -g agentbox-cli
Copy it and replace filenames, paths, or keywords as needed.
sudo airmon-ng
May affect permissions or system state. Check the target first.
sudo alsactl store
May affect permissions or system state. Check the target first.
amdump [config_name]
Copy it and replace filenames, paths, or keywords as needed.
sudo anacron -n
May affect permissions or system state. Check the target first.
sudo apache2
May affect permissions or system state. Check the target first.
sudo aa-status
May affect permissions or system state. Check the target first.
aptdcon --install "[package1 package2]"
Copy it and replace filenames, paths, or keywords as needed.
archivemount [path/to/archive] [path/to/mount_point]
May affect permissions or system state. Check the target first.
asn [8.8.8.8]
Copy it and replace filenames, paths, or keywords as needed.
sudo auditctl -s
May affect permissions or system state. Check the target first.
sudo autorecon 192.168.1.1
May affect permissions or system state. Check the target first.
avahi-autoipd [interface]
Copy it and replace filenames, paths, or keywords as needed.
avahi-browse -a -r
Copy it and replace filenames, paths, or keywords as needed.
avahi-daemon
Copy it and replace filenames, paths, or keywords as needed.
avahi-publish-service [MyService] [_http._tcp] [80]
Copy it and replace filenames, paths, or keywords as needed.
avahi-publish -s "[service_name]" [service_type] [port]
Copy it and replace filenames, paths, or keywords as needed.
avahi-resolve -4 -n service.local
Copy it and replace filenames, paths, or keywords as needed.
avahi-set-host-name [newhost]
Copy it and replace filenames, paths, or keywords as needed.
aws accessanalyzer list-analyzers
Copy it and replace filenames, paths, or keywords as needed.
aws acm-pca create-certificate-authority --certificate-authority-configuration [file://config.json] --certificate-authority-type ROOT
Copy it and replace filenames, paths, or keywords as needed.
aws acm request-certificate --domain-name [example.com] --validation-method DNS
Copy it and replace filenames, paths, or keywords as needed.
aws amplify create-app --name [app_name] --repository [repo_url]
Copy it and replace filenames, paths, or keywords as needed.
aws athena start-query-execution --query-string "[SELECT * FROM table LIMIT 10]" --work-group [primary]
Copy it and replace filenames, paths, or keywords as needed.
aws rds create-db-cluster --db-cluster-identifier [my-cluster] --engine aurora-mysql --master-username [admin] --master-user-password [password]
Copy it and replace filenames, paths, or keywords as needed.
aws backup create-backup-vault --backup-vault-name [vault_name]
Copy it and replace filenames, paths, or keywords as needed.
aws batch submit-job --job-name [my-job] --job-queue [my-queue] --job-definition [my-definition]
Copy it and replace filenames, paths, or keywords as needed.
aws 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
Copy it and replace filenames, paths, or keywords as needed.
aws configure
Copy it and replace filenames, paths, or keywords as needed.
aws cloudformation create-stack --stack-name [my-stack] --template-body file://[template.yaml]
Copy it and replace filenames, paths, or keywords as needed.
aws cloudwatch put-metric-data --namespace [MyApp] --metric-name [RequestCount] --value [1] --unit Count
Copy it and replace filenames, paths, or keywords as needed.
aws codeartifact login --tool npm --domain [my-domain] --repository [my-repo]
Copy it and replace filenames, paths, or keywords as needed.
aws codebuild start-build --project-name [my-project]
Copy it and replace filenames, paths, or keywords as needed.
aws codecommit create-repository --repository-name [my-repo] --repository-description "[Description]"
Copy it and replace filenames, paths, or keywords as needed.
aws codepipeline start-pipeline-execution --name [MyPipeline]
Copy it and replace filenames, paths, or keywords as needed.
aws cognito-identity list-identity-pools --max-results [20]
Copy it and replace filenames, paths, or keywords as needed.
aws cognito-idp create-user-pool --pool-name [my-pool]
Copy it and replace filenames, paths, or keywords as needed.
aws ec2 run-instances --image-id [ami-0c55b159cbfafe1f0] --instance-type [t2.micro] --key-name [my-key]
Copy it and replace filenames, paths, or keywords as needed.
aws ecs list-clusters
Copy it and replace filenames, paths, or keywords as needed.
aws efs describe-file-systems
Copy it and replace filenames, paths, or keywords as needed.
aws eks create-cluster --name [my-cluster] --role-arn [arn:aws:iam::account:role/eks-role] --resources-vpc-config subnetIds=[subnet-1],[subnet-2],securityGroupIds=[sg-123]
Copy it and replace filenames, paths, or keywords as needed.
aws elb describe-load-balancers
Copy it and replace filenames, paths, or keywords as needed.
aws events list-rules
Copy it and replace filenames, paths, or keywords as needed.
aws firehose list-delivery-streams
Copy it and replace filenames, paths, or keywords as needed.
aws glue create-crawler --name [my-crawler] --role [arn:aws:iam::account:role/glue-role] --database-name [my-database] --targets S3Targets=[{Path=s3://my-bucket/data/}]
Copy it and replace filenames, paths, or keywords as needed.
aws help
Copy it and replace filenames, paths, or keywords as needed.
aws iam create-user --user-name [my-user]
Copy it and replace filenames, paths, or keywords as needed.
aws kafka create-cluster --cluster-name [my-cluster] --kafka-version [3.5.1] --number-of-broker-nodes 3 --broker-node-group-info file://[broker-config.json]
Copy it and replace filenames, paths, or keywords as needed.
aws kendra create-index --name [my-index] --role-arn [arn:aws:iam::account:role/kendra-role]
Copy it and replace filenames, paths, or keywords as needed.
aws kinesis create-stream --stream-name [my-stream] --shard-count 1
Copy it and replace filenames, paths, or keywords as needed.
aws lambda create-function --function-name [my-function] --runtime python3.11 --role [arn:aws:iam::account:role/lambda-role] --handler [index.handler] --zip-file fileb://[function.zip]
Copy it and replace filenames, paths, or keywords as needed.
aws logs describe-log-groups
Copy it and replace filenames, paths, or keywords as needed.
aws mq list-brokers
Copy it and replace filenames, paths, or keywords as needed.
aws opensearch list-domain-names
Copy it and replace filenames, paths, or keywords as needed.
aws organizations describe-organization
Copy it and replace filenames, paths, or keywords as needed.
aws pricing describe-services --region us-east-1
Copy it and replace filenames, paths, or keywords as needed.
aws quicksight list-dashboards --aws-account-id [account-id]
Copy it and replace filenames, paths, or keywords as needed.
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
Copy it and replace filenames, paths, or keywords as needed.
aws redshift describe-clusters
Copy it and replace filenames, paths, or keywords as needed.
aws route53 list-hosted-zones
Copy it and replace filenames, paths, or keywords as needed.
aws secretsmanager create-secret --name [secret_name] --secret-string "[secret_value]"
Copy it and replace filenames, paths, or keywords as needed.
aws secretsmanager create-secret --name [secret-name] --secret-string "[secret-value]"
Copy it and replace filenames, paths, or keywords as needed.
aws ses send-email --from [sender@example.com] --to [recipient@example.com] --subject "[Subject]" --text "[Body text]"
Copy it and replace filenames, paths, or keywords as needed.
aws sns create-topic --name [topic-name]
Copy it and replace filenames, paths, or keywords as needed.
aws sqs create-queue --queue-name [queue-name]
Copy it and replace filenames, paths, or keywords as needed.
aws ssm describe-instance-information
Copy it and replace filenames, paths, or keywords as needed.
aws sts get-caller-identity
Copy it and replace filenames, paths, or keywords as needed.
aws workmail list-organizations
Copy it and replace filenames, paths, or keywords as needed.
az acr create -n [registry-name] -g [resource-group] --sku [Standard]
Copy it and replace filenames, paths, or keywords as needed.
az aks create -g [resource-group] -n [cluster-name] --generate-ssh-keys
Requires network or a remote resource.
az appconfig create --name [MyAppConfig] --resource-group [MyResourceGroup] --location [westus] --sku [Standard]
Copy it and replace filenames, paths, or keywords as needed.
az appservice plan list
Copy it and replace filenames, paths, or keywords as needed.
az container create -g [resource-group] --name [container-name] --image [image:tag] --cpu [1] --memory [1]
Copy it and replace filenames, paths, or keywords as needed.
az functionapp list
Copy it and replace filenames, paths, or keywords as needed.
az login
Copy it and replace filenames, paths, or keywords as needed.
az pipelines list --project [MyProject]
Copy it and replace filenames, paths, or keywords as needed.
az repos list --project [MyProject]
Copy it and replace filenames, paths, or keywords as needed.
az resource list
Copy it and replace filenames, paths, or keywords as needed.
az webapp create --resource-group [MyRG] --plan [MyPlan] --name [MyApp]
Copy it and replace filenames, paths, or keywords as needed.
azcopy copy [path/to/file] "https://[account].blob.core.windows.net/[container]/[blob]?[SAS_token]"
Copy it and replace filenames, paths, or keywords as needed.
beeline -u jdbc:hive2://[localhost]:10000/[default]
Copy it and replace filenames, paths, or keywords as needed.
biff y
Copy it and replace filenames, paths, or keywords as needed.
sudo bindfs /path/to/source /path/to/mount
May affect permissions or system state. Check the target first.
bkill [job_id]
Copy it and replace filenames, paths, or keywords as needed.
sudo bootc switch [image]
May affect permissions or system state. Check the target first.
bore local -t [remote_server_address] [local_port]
Copy it and replace filenames, paths, or keywords as needed.
bssh
Requires network or a remote resource.
btrfs filesystem usage path/to/mount
May affect permissions or system state. Check the target first.
sudo btrfs scrub start path/to/mount
May affect permissions or system state. Check the target first.
bwrap --ro-bind /usr /usr --symlink usr/lib64 /lib64 --proc /proc --dev /dev --unshare-pid [command]
Copy it and replace filenames, paths, or keywords as needed.
bvnc
Copy it and replace filenames, paths, or keywords as needed.
getcap [/path/to/binary]
Copy it and replace filenames, paths, or keywords as needed.
carbon-now [file.js]
Copy it and replace filenames, paths, or keywords as needed.
carbon-now [file.js]
Copy it and replace filenames, paths, or keywords as needed.
cbt -project [project_id] -instance [instance_id] ls
Copy it and replace filenames, paths, or keywords as needed.
sudo certbot certonly --webroot -w [path/to/webroot] -d [subdomain.example.com]
May affect permissions or system state. Check the target first.
cf login -a [api.example.com]
Copy it and replace filenames, paths, or keywords as needed.
cheatshh
Copy it and replace filenames, paths, or keywords as needed.
sudo checkrestart
May affect permissions or system state. Check the target first.
chiko
Copy it and replace filenames, paths, or keywords as needed.
chkconfig --list
Copy it and replace filenames, paths, or keywords as needed.
choom -p [pid]
Copy it and replace filenames, paths, or keywords as needed.
chpst -u [user] [command]
Copy it and replace filenames, paths, or keywords as needed.
chronic [command]
Copy it and replace filenames, paths, or keywords as needed.
cifs.idmap --help
Copy it and replace filenames, paths, or keywords as needed.
cifscreds add [server_hostname]
May affect permissions or system state. Check the target first.
clamd
Copy it and replace filenames, paths, or keywords as needed.
cli53 list
Copy it and replace filenames, paths, or keywords as needed.
clockify-cli start "[Task description]"
Copy it and replace filenames, paths, or keywords as needed.
cloudflared tunnel login
Copy it and replace filenames, paths, or keywords as needed.
cockpit-bridge --packages
Copy it and replace filenames, paths, or keywords as needed.
cockpit-desktop [url] [SSH_host]
Copy it and replace filenames, paths, or keywords as needed.
cockpit-tls --port [port]
Copy it and replace filenames, paths, or keywords as needed.
cockpit-ws --local-ssh
Requires network or a remote resource.
code-server
Copy it and replace filenames, paths, or keywords as needed.
codecovcli upload-process -t [token]
Copy it and replace filenames, paths, or keywords as needed.
consul kv get [key]
Copy it and replace filenames, paths, or keywords as needed.
consul agent -dev
Copy it and replace filenames, paths, or keywords as needed.
coredumpctl
Copy it and replace filenames, paths, or keywords as needed.
cqlsh
Copy it and replace filenames, paths, or keywords as needed.
cradle elastic start
Copy it and replace filenames, paths, or keywords as needed.
crontab -e
Copy it and replace filenames, paths, or keywords as needed.
crond
Copy it and replace filenames, paths, or keywords as needed.
cronic [command] [args...]
Copy it and replace filenames, paths, or keywords as needed.
cronitor sync
Copy it and replace filenames, paths, or keywords as needed.
crontab -e
Copy it and replace filenames, paths, or keywords as needed.
cryfs [path/to/cipher_dir] [path/to/mount_point]
May affect permissions or system state. Check the target first.
ctrlaltdel
Copy it and replace filenames, paths, or keywords as needed.
cubemastercli tpl create-from-image --image [registry/image:tag]
Copy it and replace filenames, paths, or keywords as needed.
cygcheck -s
Copy it and replace filenames, paths, or keywords as needed.
dagster dev
Copy it and replace filenames, paths, or keywords as needed.
dbus-send --session --dest=[org.freedesktop.Notifications] [/org/freedesktop/Notifications] [org.freedesktop.Notifications.GetCapabilities]
Copy it and replace filenames, paths, or keywords as needed.
debuginfod -F [/usr/lib/debug]
Copy it and replace filenames, paths, or keywords as needed.
deemix [https://www.deezer.com/track/12345]
Copy it and replace filenames, paths, or keywords as needed.
sudo dnf system-upgrade download --releasever=[40]
May affect permissions or system state. Check the target first.
docker compose logs
Copy it and replace filenames, paths, or keywords as needed.
docker-compose up
Copy it and replace filenames, paths, or keywords as needed.
docker inspect [container]
Copy it and replace filenames, paths, or keywords as needed.
docker network ls
Copy it and replace filenames, paths, or keywords as needed.
docker secret create [name] [file]
Copy it and replace filenames, paths, or keywords as needed.
docker service create --name [name] [image]
Copy it and replace filenames, paths, or keywords as needed.
docker swarm init
Copy it and replace filenames, paths, or keywords as needed.
docker run [image]
Copy it and replace filenames, paths, or keywords as needed.
dockerd
Copy it and replace filenames, paths, or keywords as needed.
doctl apps list
Copy it and replace filenames, paths, or keywords as needed.
doctl compute droplet list
Copy it and replace filenames, paths, or keywords as needed.
doctl databases options engines
Copy it and replace filenames, paths, or keywords as needed.
dokku apps:create [app_name]
Copy it and replace filenames, paths, or keywords as needed.
domainname
Copy it and replace filenames, paths, or keywords as needed.
doppler projects
Copy it and replace filenames, paths, or keywords as needed.
dosbox -c "mount c [/path/to/games]"
May affect permissions or system state. Check the target first.
dracut
Copy it and replace filenames, paths, or keywords as needed.
dss initialize --kubeconfig "$(sudo k8s config)"
May affect permissions or system state. Check the target first.
dysk
Copy it and replace filenames, paths, or keywords as needed.
e1s
Copy it and replace filenames, paths, or keywords as needed.
sudo e2label [/dev/sda1] "[label_name]"
May affect permissions or system state. Check the target first.
ecryptfs-setup-private
Copy it and replace filenames, paths, or keywords as needed.
ecryptfs-setup-swap
Copy it and replace filenames, paths, or keywords as needed.
ecryptfs-verify
Copy it and replace filenames, paths, or keywords as needed.
sudo mount -t ecryptfs [/encrypted] [/mnt/decrypted]
May affect permissions or system state. Check the target first.
eksctl create cluster --name [cluster_name]
Copy it and replace filenames, paths, or keywords as needed.
elasticsearch-croneval "[0 0 * * *]"
Copy it and replace filenames, paths, or keywords as needed.
elasticsearch-saml-metadata
Copy it and replace filenames, paths, or keywords as needed.
envoy -c [/path/to/config.yaml]
Copy it and replace filenames, paths, or keywords as needed.
sudo envycontrol [-s|--switch] [nvidia|integrated|hybrid]
Uses pipes, overwrite, or deletion. Check paths and options first.
etcd
Copy it and replace filenames, paths, or keywords as needed.
etcdctl put [mykey] "[myvalue]"
Copy it and replace filenames, paths, or keywords as needed.
eventlogadm -o addsource [Application] [/var/lib/samba/eventlog]
Copy it and replace filenames, paths, or keywords as needed.
exo compute sks list
Copy it and replace filenames, paths, or keywords as needed.
exo dbaas list
Copy it and replace filenames, paths, or keywords as needed.
exo storage list
Copy it and replace filenames, paths, or keywords as needed.
expose share [http://localhost:8000]
Copy it and replace filenames, paths, or keywords as needed.
fakecloud
Copy it and replace filenames, paths, or keywords as needed.
fast
Copy it and replace filenames, paths, or keywords as needed.
filen login
Copy it and replace filenames, paths, or keywords as needed.
findfs LABEL=[label]
Copy it and replace filenames, paths, or keywords as needed.
findmnt
Copy it and replace filenames, paths, or keywords as needed.
sudo systemctl start firewalld
May affect permissions or system state. Check the target first.
fkill
Copy it and replace filenames, paths, or keywords as needed.
tldr fprintd-list
Copy it and replace filenames, paths, or keywords as needed.
freeramdisk [/dev/ram0]
Copy it and replace filenames, paths, or keywords as needed.
from
Copy it and replace filenames, paths, or keywords as needed.
cat /etc/fstab
Copy it and replace filenames, paths, or keywords as needed.
fusermount -u [mountpoint]
May affect permissions or system state. Check the target first.
fwconsole reload
Copy it and replace filenames, paths, or keywords as needed.
fwupdmgr get-devices
Copy it and replace filenames, paths, or keywords as needed.
gcloud app deploy
Copy it and replace filenames, paths, or keywords as needed.
gcloud auth login
Copy it and replace filenames, paths, or keywords as needed.
gcloud compute instances list
Copy it and replace filenames, paths, or keywords as needed.
gcloud container clusters create [name] --zone=[zone]
Copy it and replace filenames, paths, or keywords as needed.
gcloud help
Copy it and replace filenames, paths, or keywords as needed.
gcloud iam service-accounts list
Copy it and replace filenames, paths, or keywords as needed.
gcloud kms decrypt --ciphertext-file=[encrypted.enc] --plaintext-file=[decrypted.txt] --key=[key] --keyring=[keyring] --location=[global]
Copy it and replace filenames, paths, or keywords as needed.
gcloud logging logs list
Copy it and replace filenames, paths, or keywords as needed.
gcloud init
Copy it and replace filenames, paths, or keywords as needed.
gcpdiag lint --project [project_id]
Copy it and replace filenames, paths, or keywords as needed.
gdm-binary
Copy it and replace filenames, paths, or keywords as needed.
sudo gdm-restart
May affect permissions or system state. Check the target first.
sudo gdm-stop
May affect permissions or system state. Check the target first.
systemctl start gdm
Copy it and replace filenames, paths, or keywords as needed.
gdrive files list
Copy it and replace filenames, paths, or keywords as needed.
genfstab -U /mnt >> /mnt/etc/fstab
Uses pipes, overwrite, or deletion. Check paths and options first.
get_iplayer "[search term]"
Copy it and replace filenames, paths, or keywords as needed.
getent group
Copy it and replace filenames, paths, or keywords as needed.
GetNPUsers.py [DOMAIN]/[username]:[password] -request -format hashcat -outputfile [hashes.txt]
Copy it and replace filenames, paths, or keywords as needed.
GetUserSPNs.py [domain]/[username]:[password] -dc-ip [dc_ip]
Copy it and replace filenames, paths, or keywords as needed.
ghost start
Copy it and replace filenames, paths, or keywords as needed.
git clone "ext::[command] [args]"
Copy it and replace filenames, paths, or keywords as needed.
git update-server-info
Copy it and replace filenames, paths, or keywords as needed.
gitea
Copy it and replace filenames, paths, or keywords as needed.
sudo gitlab-runner register
May affect permissions or system state. Check the target first.
openstack image list
Copy it and replace filenames, paths, or keywords as needed.
gnome-keyring-daemon --start
Copy it and replace filenames, paths, or keywords as needed.
gocryptfs -init [cipher-dir]
Copy it and replace filenames, paths, or keywords as needed.
gotop
Copy it and replace filenames, paths, or keywords as needed.
cat /etc/security/group.conf
Copy it and replace filenames, paths, or keywords as needed.
protoc --go_out=. --go-grpc_out=. [service.proto]
Copy it and replace filenames, paths, or keywords as needed.
grpcurl [localhost:50051] list
Requires network or a remote resource.
grub-editenv /boot/grub/grubenv set default=Ubuntu
Copy it and replace filenames, paths, or keywords as needed.
grub-mount [/dev/sdXY] [/mnt]
May affect permissions or system state. Check the target first.
sudo grub-reboot [entry_number]
May affect permissions or system state. Check the target first.
sudo grub-set-default [entry_number]
May affect permissions or system state. Check the target first.
gruyere
Copy it and replace filenames, paths, or keywords as needed.
gvfs-mount [smb://server/share]
May affect permissions or system state. Check the target first.
gvfsd
Copy it and replace filenames, paths, or keywords as needed.
halt
Copy it and replace filenames, paths, or keywords as needed.
systemctl start hd-idle
Copy it and replace filenames, paths, or keywords as needed.
heroku login
Copy it and replace filenames, paths, or keywords as needed.
homectl list
Copy it and replace filenames, paths, or keywords as needed.
hsw-cli get
Copy it and replace filenames, paths, or keywords as needed.
sudo -E hw-probe -all -upload
May affect permissions or system state. Check the target first.