From 55aba0c2c70bfae9c5eb556e687dd1995e5466c8 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 20 Sep 2026 13:05:20 +0300 Subject: [PATCH] *: use verbs instead of nouns 1 (#24132) --- pages/common/asnmap.md | 10 +++++----- pages/common/aws-vault.md | 2 +- pages/common/az-devops.md | 2 +- pages/common/borg.md | 2 +- pages/common/bup.md | 4 ++-- pages/common/chainctl.md | 2 +- pages/common/charm.md | 4 ++-- pages/common/colima.md | 2 +- pages/common/cs.md | 2 +- pages/common/dig.md | 2 +- pages/common/dog.md | 4 ++-- pages/common/doppler.md | 2 +- pages/common/drill.md | 4 ++-- pages/common/duplicity.md | 4 ++-- pages/common/errno.md | 2 +- pages/common/gcloud-init.md | 2 +- pages/common/gitsome.md | 2 +- pages/common/gyb.md | 4 ++-- pages/common/host.md | 4 ++-- pages/common/jbang.md | 2 +- pages/common/kdig.md | 6 +++--- pages/common/ludusavi.md | 4 ++-- pages/common/mysqldump.md | 8 ++++---- pages/common/ntfyme.md | 2 +- pages/common/papermc.md | 2 +- pages/common/reg.py.md | 4 ++-- pages/common/restic.md | 2 +- pages/common/rustfmt.md | 2 +- pages/common/sfdk.md | 2 +- pages/common/spicetify.md | 2 +- pages/common/vibe.md | 2 +- pages/common/vite.md | 2 +- pages/linux/flock.md | 2 +- pages/linux/matchpathcon.md | 4 ++-- pages/linux/znc.md | 2 +- pages/osx/ping.md | 2 +- pages/osx/route.md | 2 +- pages/windows/vcvarsall.md | 2 +- 38 files changed, 57 insertions(+), 57 deletions(-) diff --git a/pages/common/asnmap.md b/pages/common/asnmap.md index 325c3936e4..395089fd37 100644 --- a/pages/common/asnmap.md +++ b/pages/common/asnmap.md @@ -4,23 +4,23 @@ > Note: An API key is required from ProjectDiscovery Cloud Platform for the tool to work. > More information: . -- Lookup CIDR ranges for an ASN: +- Look up CIDR ranges for an ASN: `asnmap {{[-a|-asn]}} {{AS5650}} -silent` -- Lookup CIDR ranges for an IP address: +- Look up CIDR ranges for an IP address: `asnmap {{[-i|-ip]}} {{100.19.12.21}} -silent` -- Lookup CIDR ranges for a domain: +- Look up CIDR ranges for a domain: `asnmap {{[-d|-domain]}} {{example.com}} -silent` -- Lookup CIDR ranges for an organization: +- Look up CIDR ranges for an organization: `asnmap -org {{GOOGLE}} -silent` -- Lookup CIDR ranges from a file of targets: +- Look up CIDR ranges from a file of targets: `asnmap {{[-f|-file]}} {{path/to/targets.txt}} -silent` diff --git a/pages/common/aws-vault.md b/pages/common/aws-vault.md index 922990a54c..bc2ef2d7d9 100644 --- a/pages/common/aws-vault.md +++ b/pages/common/aws-vault.md @@ -11,7 +11,7 @@ `aws-vault exec {{profile}} -- {{aws s3 ls}}` -- Open a browser window and login to the AWS Console: +- Open a browser window and log in to the AWS Console: `aws-vault login {{profile}}` diff --git a/pages/common/az-devops.md b/pages/common/az-devops.md index a4d5791690..d640904ee8 100644 --- a/pages/common/az-devops.md +++ b/pages/common/az-devops.md @@ -4,7 +4,7 @@ > Part of `azure-cli` (also known as `az`). > More information: . -- Set the Personal Access Token (PAT) to login to a particular organization: +- Set the Personal Access Token (PAT) to log in to a particular organization: `az devops login {{[--org|--organization]}} {{organization_url}}` diff --git a/pages/common/borg.md b/pages/common/borg.md index 54eae49c49..1132abec6d 100644 --- a/pages/common/borg.md +++ b/pages/common/borg.md @@ -8,7 +8,7 @@ `borg init {{path/to/repo_directory}}` -- Backup a directory into the repository, creating an archive called "Monday": +- Back up a directory into the repository, creating an archive called "Monday": `borg create --progress {{path/to/repo_directory}}::{{Monday}} {{path/to/source_directory}}` diff --git a/pages/common/bup.md b/pages/common/bup.md index 49fa624e8f..8a8dc6bdf7 100644 --- a/pages/common/bup.md +++ b/pages/common/bup.md @@ -1,6 +1,6 @@ # bup -> Backup system based on the Git packfile format, providing incremental saves and global deduplication. +> Back up system based on the Git packfile format, providing incremental saves and global deduplication. > More information: . - Initialize a backup repository in a given local directory: @@ -11,7 +11,7 @@ `bup {{[-d|--bup-dir]}} {{path/to/repository}} index {{path/to/directory}}` -- Backup a directory to the repository specifying its name: +- Back up a directory to the repository specifying its name: `bup {{[-d|--bup-dir]}} {{path/to/repository}} save {{[-n|--name]}} {{backup_name}} {{path/to/directory}}` diff --git a/pages/common/chainctl.md b/pages/common/chainctl.md index b4f13279f4..22ac27bb9b 100644 --- a/pages/common/chainctl.md +++ b/pages/common/chainctl.md @@ -7,7 +7,7 @@ `chainctl auth login` -- Logout from the Chainguard Platform: +- Log out from the Chainguard Platform: `chainctl auth logout` diff --git a/pages/common/charm.md b/pages/common/charm.md index fc39a9a725..22c303f888 100644 --- a/pages/common/charm.md +++ b/pages/common/charm.md @@ -3,11 +3,11 @@ > Set of tools that makes adding a backend to your terminal-based applications, without worrying about user accounts, data storage and encryption. > More information: . -- Backup your Charm account keys: +- Back up your Charm account keys: `charm backup-keys` -- Backup Charm account keys to a specific location: +- Back up Charm account keys to a specific location: `charm backup-keys {{[-o|--output]}} {{path/to/output_file.tar}}` diff --git a/pages/common/colima.md b/pages/common/colima.md index 06d45cfca9..f103722e7c 100644 --- a/pages/common/colima.md +++ b/pages/common/colima.md @@ -11,7 +11,7 @@ `colima start --edit` -- Start and setup containerd (install `nerdctl` to use containerd via `nerdctl`): +- Start and set up containerd (install `nerdctl` to use containerd via `nerdctl`): `colima start --runtime containerd` diff --git a/pages/common/cs.md b/pages/common/cs.md index 059779d303..af12a8f13a 100644 --- a/pages/common/cs.md +++ b/pages/common/cs.md @@ -17,7 +17,7 @@ `cs uninstall {{application_name}}` -- Setup machine for the Scala development: +- Set up machine for the Scala development: `cs setup` diff --git a/pages/common/dig.md b/pages/common/dig.md index 946db03a6a..011322d95d 100644 --- a/pages/common/dig.md +++ b/pages/common/dig.md @@ -4,7 +4,7 @@ > See also: `resolvectl`, `nslookup`, `host`. > More information: . -- Lookup the IP(s) associated with a hostname (A records): +- Look up the IP(s) associated with a hostname (A records): `dig +short {{example.com}}` diff --git a/pages/common/dog.md b/pages/common/dog.md index 0e4dd9193b..953cc69f81 100644 --- a/pages/common/dog.md +++ b/pages/common/dog.md @@ -4,7 +4,7 @@ > It has colorful output, supports DNS-over-TLS and DNS-over-HTTPS protocols, and can emit JSON. > More information: . -- Lookup the IP(s) associated with a hostname (A records): +- Look up the IP(s) associated with a hostname (A records): `dog {{example.com}}` @@ -24,6 +24,6 @@ `dog {{[-q|--query]}} {{example.com}} {{[-t|--type]}} MX {{[-n|--nameserver]}} {{1.1.1.1}} {{[-T|--tcp]}}` -- Lookup the IP(s) associated with a hostname (A records) using DNS over HTTPS (DoH): +- Look up the IP(s) associated with a hostname (A records) using DNS over HTTPS (DoH): `dog {{example.com}} {{[-H|--https]}} @{{https://cloudflare-dns.com/dns-query}}` diff --git a/pages/common/doppler.md b/pages/common/doppler.md index 6e9b74fae4..55499fbe7a 100644 --- a/pages/common/doppler.md +++ b/pages/common/doppler.md @@ -4,7 +4,7 @@ > Some subcommands such as `run` and `secrets` have their own usage documentation. > More information: . -- Setup Doppler project and configuration in current directory: +- Set up Doppler project and configuration in current directory: `doppler setup` diff --git a/pages/common/drill.md b/pages/common/drill.md index 7ed4ea4fe5..237257d3a4 100644 --- a/pages/common/drill.md +++ b/pages/common/drill.md @@ -3,11 +3,11 @@ > Perform various DNS queries. > More information: . -- Lookup the IP(s) associated with a hostname (A records): +- Look up the IP(s) associated with a hostname (A records): `drill {{example.com}}` -- Lookup the mail server(s) associated with a given domain name (MX record): +- Look up the mail server(s) associated with a given domain name (MX record): `drill mx {{example.com}}` diff --git a/pages/common/duplicity.md b/pages/common/duplicity.md index 0a04b13f23..f56ac1d456 100644 --- a/pages/common/duplicity.md +++ b/pages/common/duplicity.md @@ -5,11 +5,11 @@ > Note: Depending on the version, some options may not be available (e.g. `--gio` in 2.0.0). > More information: . -- Backup a directory via FTPS to a remote machine, encrypting it with a password: +- Back up a directory via FTPS to a remote machine, encrypting it with a password: `FTP_PASSWORD={{ftp_login_password}} PASSPHRASE={{encryption_password}} duplicity {{path/to/source_directory}} {{ftps://user@hostname/path/to/target_directory}}/` -- Backup a directory to Amazon S3, doing a full backup every month: +- Back up a directory to Amazon S3, doing a full backup every month: `duplicity --full-if-older-than {{1M}} s3://{{bucket_name[/prefix]}}` diff --git a/pages/common/errno.md b/pages/common/errno.md index 3e319eb98c..182ef3be2d 100644 --- a/pages/common/errno.md +++ b/pages/common/errno.md @@ -3,7 +3,7 @@ > Look up errno names and descriptions. > More information: . -- Lookup errno description by name or code: +- Look up errno description by name or code: `errno {{name|code}}` diff --git a/pages/common/gcloud-init.md b/pages/common/gcloud-init.md index ce7905a52f..5f437c3489 100644 --- a/pages/common/gcloud-init.md +++ b/pages/common/gcloud-init.md @@ -1,6 +1,6 @@ # gcloud init -> Launch an interactive workflow to setup `gcloud` or reinitialize configurations. +> Launch an interactive workflow to set up `gcloud` or reinitialize configurations. > More information: . - Launch a "Getting Started" workflow: diff --git a/pages/common/gitsome.md b/pages/common/gitsome.md index ae6d20d03d..06080162a3 100644 --- a/pages/common/gitsome.md +++ b/pages/common/gitsome.md @@ -8,7 +8,7 @@ `gitsome` -- Setup GitHub integration with the current account: +- Set up GitHub integration with the current account: `gh configure` diff --git a/pages/common/gyb.md b/pages/common/gyb.md index 901ea11334..78a3d30724 100644 --- a/pages/common/gyb.md +++ b/pages/common/gyb.md @@ -7,11 +7,11 @@ `gyb --email {{email@gmail.com}} --action estimate` -- Backup a Gmail account to a specific directory: +- Back up a Gmail account to a specific directory: `gyb --email {{email@gmail.com}} --action backup --local-folder {{path/to/directory}}` -- Backup only important or starred emails from a Gmail account to the default local folder: +- Back up only important or starred emails from a Gmail account to the default local folder: `gyb --email {{email@gmail.com}} --search "{{is:important OR is:starred}}"` diff --git a/pages/common/host.md b/pages/common/host.md index 98ae1dee33..ac675a41e3 100644 --- a/pages/common/host.md +++ b/pages/common/host.md @@ -4,11 +4,11 @@ > See also: `dig`, `resolvectl`, `nslookup`. > More information: . -- Lookup A, AAAA, and MX records of a domain: +- Look up A, AAAA, and MX records of a domain: `host {{domain}}` -- Lookup a field (CNAME, TXT, ...) of a domain: +- Look up a field (CNAME, TXT, ...) of a domain: `host -t {{field}} {{domain}}` diff --git a/pages/common/jbang.md b/pages/common/jbang.md index e616990e27..d83ea8c939 100644 --- a/pages/common/jbang.md +++ b/pages/common/jbang.md @@ -16,7 +16,7 @@ `jbang run {{[-i|--interactive]}}` -- Setup a temporary project to edit a script in an IDE: +- Set up a temporary project to edit a script in an IDE: `jbang edit --open={{codium|code|eclipse|idea|netbeans|gitpod}} {{path/to/script.java}}` diff --git a/pages/common/kdig.md b/pages/common/kdig.md index ce611b23d8..c68b4511f9 100644 --- a/pages/common/kdig.md +++ b/pages/common/kdig.md @@ -3,7 +3,7 @@ > Advanced DNS lookup utility. > More information: . -- Lookup the IP(s) associated with a hostname (A records): +- Look up the IP(s) associated with a hostname (A records): `kdig {{example.com}}` @@ -15,10 +15,10 @@ `kdig {{example.com}} {{A|AAAA|NS|SOA|DNSKEY|ANY}}` -- Lookup the IP(s) associated with a hostname (A records) using DNS over TLS (DoT): +- Look up the IP(s) associated with a hostname (A records) using DNS over TLS (DoT): `kdig -d @{{8.8.8.8}} +tls-ca +tls-host={{dns.google}} {{example.com}}` -- Lookup the IP(s) associated with a hostname (A records) using DNS over HTTPS (DoH): +- Look up the IP(s) associated with a hostname (A records) using DNS over HTTPS (DoH): `kdig -d @{{1.1.1.1}} +https +tls-hostname={{1dot1dot1dot1.cloudflare-dns.com}} {{example.com}}` diff --git a/pages/common/ludusavi.md b/pages/common/ludusavi.md index ccee950eea..2ec9a9e1ce 100644 --- a/pages/common/ludusavi.md +++ b/pages/common/ludusavi.md @@ -1,9 +1,9 @@ # ludusavi -> Backup video game save data. +> Back up video game save data. > More information: . -- Backup games: +- Back up games: `ludusavi backup --path {{path/to/backup}}` diff --git a/pages/common/mysqldump.md b/pages/common/mysqldump.md index 321fd9b27c..a10672de9c 100644 --- a/pages/common/mysqldump.md +++ b/pages/common/mysqldump.md @@ -1,6 +1,6 @@ # mysqldump -> Backups MySQL databases. +> Back up MySQL databases. > See also: `mysql`. > More information: . @@ -8,14 +8,14 @@ `mysqldump --user {{user}} --password {{database_name}} --result-file={{path/to/file.sql}}` -- Backup a specific table redirecting the output to a file (user will be prompted for a password): +- Back up a specific table redirecting the output to a file (user will be prompted for a password): `mysqldump --user {{user}} --password {{database_name}} {{table_name}} > {{path/to/file.sql}}` -- Backup all databases redirecting the output to a file (user will be prompted for a password): +- Back up all databases redirecting the output to a file (user will be prompted for a password): `mysqldump --user {{user}} --password --all-databases > {{path/to/file.sql}}` -- Backup all databases from a remote host, redirecting the output to a file (user will be prompted for a password): +- Back up all databases from a remote host, redirecting the output to a file (user will be prompted for a password): `mysqldump --host={{ip_or_hostname}} --user {{user}} --password --all-databases > {{path/to/file.sql}}` diff --git a/pages/common/ntfyme.md b/pages/common/ntfyme.md index e1f9cf5205..3fb38ff21f 100644 --- a/pages/common/ntfyme.md +++ b/pages/common/ntfyme.md @@ -20,7 +20,7 @@ `ntfyme exec {{[-t|--track-process]}} {{[-c|--cmd]}} {{command}}` -- Setup the tool configurations interactively: +- Set up the tool configurations interactively: `ntfyme setup` diff --git a/pages/common/papermc.md b/pages/common/papermc.md index 04ee36f25b..8ac11fbc28 100644 --- a/pages/common/papermc.md +++ b/pages/common/papermc.md @@ -15,7 +15,7 @@ `papermc restart` -- Backup a world: +- Back up a world: `papermc backup` diff --git a/pages/common/reg.py.md b/pages/common/reg.py.md index f78cab3ca7..b49107b5a1 100644 --- a/pages/common/reg.py.md +++ b/pages/common/reg.py.md @@ -1,6 +1,6 @@ # reg.py -> Query, add, delete, save or backup registry keys/values on a remote Windows machine over SMB/RPC. +> Query, add, delete, save or back up registry keys/values on a remote Windows machine over SMB/RPC. > Part of the Impacket suite. > More information: . @@ -24,6 +24,6 @@ `reg.py {{domain}}/{{username}}:{{password}}@{{target}} save -keyName '{{HKLM\SOFTWARE\Example}}' -o '\\{{target}}\{{share}}\{{output_file.reg}}'` -- Backup SAM, SYSTEM, and SECURITY hives to a file on a target via UNC path (requires SYSTEM privileges): +- Back up SAM, SYSTEM, and SECURITY hives to a file on a target via UNC path (requires SYSTEM privileges): `reg.py {{domain}}/{{username}}:{{password}}@{{target}} backup -o '\\{{target}}\{{share}}'` diff --git a/pages/common/restic.md b/pages/common/restic.md index 432a8bf8ff..9d2f864aa3 100644 --- a/pages/common/restic.md +++ b/pages/common/restic.md @@ -7,7 +7,7 @@ `restic init {{[-r|--repo]}} {{path/to/repository}}` -- Backup a directory to the repository: +- Back up a directory to the repository: `restic {{[-r|--repo]}} {{path/to/repository}} backup {{path/to/directory}}` diff --git a/pages/common/rustfmt.md b/pages/common/rustfmt.md index a11de8a592..f6635c2c5a 100644 --- a/pages/common/rustfmt.md +++ b/pages/common/rustfmt.md @@ -11,7 +11,7 @@ `rustfmt --check {{path/to/source.rs}}` -- Backup any modified files before formatting (the original file is renamed with a `.bk` extension): +- Back up any modified files before formatting (the original file is renamed with a `.bk` extension): `rustfmt --backup {{path/to/source.rs}}` diff --git a/pages/common/sfdk.md b/pages/common/sfdk.md index 5517c3673c..9d925f8dde 100644 --- a/pages/common/sfdk.md +++ b/pages/common/sfdk.md @@ -4,7 +4,7 @@ > Some subcommands such as `init`, `build-init`, `device` have their own usage documentation. > More information: . -- Setup the current environment for building for SailfishOS with a specific version and architecture target: +- Set up the current environment for building for SailfishOS with a specific version and architecture target: `sfdk config target=SailfishOS-{{5.0.0.62}}-{{aarch64}}` diff --git a/pages/common/spicetify.md b/pages/common/spicetify.md index 69fae94420..89121f6339 100644 --- a/pages/common/spicetify.md +++ b/pages/common/spicetify.md @@ -7,7 +7,7 @@ `spicetify` -- Backup and preprocess Spotify application files: +- Back up and preprocess Spotify application files: `spicetify backup` diff --git a/pages/common/vibe.md b/pages/common/vibe.md index 03c2cc22ec..8689640cbb 100644 --- a/pages/common/vibe.md +++ b/pages/common/vibe.md @@ -12,7 +12,7 @@ `vibe {{[-c|--continue]}}` -- Start an interactive Vibe session to setup an API key then exit: +- Start an interactive Vibe session to set up an API key then exit: `vibe --setup` diff --git a/pages/common/vite.md b/pages/common/vite.md index 38ff7d8722..414caea9c4 100644 --- a/pages/common/vite.md +++ b/pages/common/vite.md @@ -13,7 +13,7 @@ `npm create vite@latest my-react-app -- --template react-ts` -- Setup using `yarn`: +- Set up using `yarn`: `yarn create vite my-react-app --template react-ts` diff --git a/pages/linux/flock.md b/pages/linux/flock.md index 11121bb807..f1b5192a7b 100644 --- a/pages/linux/flock.md +++ b/pages/linux/flock.md @@ -20,6 +20,6 @@ `flock {{[-w|--timeout]}} 10 {{path/to/lock.lock}} {{command}}` -- Backup a bunch of files, waiting for the previous `tar` command to finish if it's still running elsewhere and holding the same lock file (can be used in a `cron` job that runs often): +- Back up a bunch of files, waiting for the previous `tar` command to finish if it's still running elsewhere and holding the same lock file (can be used in a `cron` job that runs often): `flock {{path/to/backup.lock}} {{tar -cvf path/to/backup.tar path/to/data/}}` diff --git a/pages/linux/matchpathcon.md b/pages/linux/matchpathcon.md index 69ca005185..f891813789 100644 --- a/pages/linux/matchpathcon.md +++ b/pages/linux/matchpathcon.md @@ -1,10 +1,10 @@ # matchpathcon -> Lookup the persistent SELinux security context setting of a path. +> Look up the persistent SELinux security context setting of a path. > See also: `semanage fcontext`, `secon`, `chcon`, `restorecon`. > More information: . -- Lookup the persistent security context setting of an absolute path: +- Look up the persistent security context setting of an absolute path: `matchpathcon /{{path/to/file}}` diff --git a/pages/linux/znc.md b/pages/linux/znc.md index 1f85887a5b..2dd97e1f6c 100644 --- a/pages/linux/znc.md +++ b/pages/linux/znc.md @@ -11,7 +11,7 @@ `znc` -- Setup `znc` for systemd: +- Set up `znc` for systemd: `sudo {{[-u|--user]}} znc znc {{[-c|--makeconf]}} {{[-d|--datadir]}} /var/lib/znc` diff --git a/pages/osx/ping.md b/pages/osx/ping.md index 6894d4fdf1..0842e0fdd1 100644 --- a/pages/osx/ping.md +++ b/pages/osx/ping.md @@ -15,7 +15,7 @@ `ping -i {{seconds}} "{{host}}"` -- Ping a host without trying to lookup symbolic names for addresses: +- Ping a host without trying to look up symbolic names for addresses: `ping -n "{{host}}"` diff --git a/pages/osx/route.md b/pages/osx/route.md index b960092171..d2d3489c28 100644 --- a/pages/osx/route.md +++ b/pages/osx/route.md @@ -23,6 +23,6 @@ `sudo route delete "{{destination_ip_address}}/24"` -- Lookup and display the route for a destination (hostname or IP address): +- Look up and display the route for a destination (hostname or IP address): `sudo route get "{{destination}}"` diff --git a/pages/windows/vcvarsall.md b/pages/windows/vcvarsall.md index 20fca36ebf..db0a41a60a 100644 --- a/pages/windows/vcvarsall.md +++ b/pages/windows/vcvarsall.md @@ -4,7 +4,7 @@ > The path of `vcvarsall` for a certain Visual Studio installation can be found using `vswhere`. > More information: . -- Setup the environment for native x64: +- Set up the environment for native x64: `vcvarsall x64`