diff --git a/tldr/aws-sso b/tldr/aws-sso index 37059ee5..57054657 100644 --- a/tldr/aws-sso +++ b/tldr/aws-sso @@ -26,4 +26,4 @@ source: https://github.com/tldr-pages/tldr.git - Retrieve short-term credentials for a specific account: -`aws get-role-credentials --account-id {{account}} --role-name {{role}} --access-token {{token}}` +`aws sso get-role-credentials --account-id {{account}} --role-name {{role}} --access-token {{token}}` diff --git a/tldr/az-version b/tldr/az-version index 5d4a2787..6f0589e1 100644 --- a/tldr/az-version +++ b/tldr/az-version @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # az version -> Shows the current version of Azure CLI modules and extensions. +> Show the current version of Azure CLI modules and extensions. > Part of `azure-cli` (also known as `az`). > More information: . diff --git a/tldr/bun-feedback b/tldr/bun-feedback index 7824d6c5..617cf2c0 100644 --- a/tldr/bun-feedback +++ b/tldr/bun-feedback @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # bun feedback -> Sends feedback to `Bun`. +> Send feedback to `Bun`. > More information: . - Send text as feedback: diff --git a/tldr/cmatrix b/tldr/cmatrix index 82215b63..3c2c0cd7 100644 --- a/tldr/cmatrix +++ b/tldr/cmatrix @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # cmatrix -> Shows a scrolling Matrix like screen in the terminal. +> Show a scrolling Matrix like screen in the terminal. > See also: `cbonsai`, `asciiquarium`, `pipes.sh`. > More information: . diff --git a/tldr/doctl-databases-replica b/tldr/doctl-databases-replica index 54eac91b..d076bf93 100644 --- a/tldr/doctl-databases-replica +++ b/tldr/doctl-databases-replica @@ -10,7 +10,7 @@ source: https://github.com/tldr-pages/tldr.git - Run a `doctl databases replica` command with an access token: -`doctl {{[d|databases]}} {{[p|pool]}} {{command}} {{[-t|--access-token]}} {{access_token}}` +`doctl {{[d|databases]}} {{[r|replica]}} {{command}} {{[-t|--access-token]}} {{access_token}}` - Retrieve information about a read-only database replica: diff --git a/tldr/ed b/tldr/ed index 537e74ee..7e43d956 100644 --- a/tldr/ed +++ b/tldr/ed @@ -33,10 +33,10 @@ source: https://github.com/tldr-pages/tldr.git `ed {{path/to/file}}` -- Replace a string with a specific replacement for all lines: +- [Interactive] Replace a string with a specific replacement for all lines: -`,s/{{regex}}/{{replacement}}/g` +`,s/{{regex}}/{{replacement}}/g` -- Exit `ed`: +- [Interactive] Exit `ed`: -`q` +`q` diff --git a/tldr/elasticsearch-croneval b/tldr/elasticsearch-croneval index 5cd19f59..9274be87 100644 --- a/tldr/elasticsearch-croneval +++ b/tldr/elasticsearch-croneval @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # elasticsearch-croneval -> Validates and evaluates a `cron` expression. This command helps verify that `cron` expressions are valid for use with Elasticsearch and produce the expected results. +> Validate and evaluate a `cron` expression. This command helps verify that `cron` expressions are valid for use with Elasticsearch and produce the expected results. > More information: . - Evaluate a `cron` expression and display the next 10 trigger times (default behavior): diff --git a/tldr/fc-pattern b/tldr/fc-pattern index 2d87dd8c..9f320c54 100644 --- a/tldr/fc-pattern +++ b/tldr/fc-pattern @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # fc-pattern -> Shows information about a font matching a pattern. +> Show information about a font matching a pattern. > More information: . - Display default information about a font: diff --git a/tldr/gendesk b/tldr/gendesk index b3408ad7..e2c6d65a 100644 --- a/tldr/gendesk +++ b/tldr/gendesk @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # gendesk -> Specifies the command to generate a `.desktop` file and a download icon with minimal information. +> Specify the command to generate a `.desktop` file and a download icon with minimal information. > More information: . - Create a `.desktop` file named `app`: diff --git a/tldr/git-bugreport b/tldr/git-bugreport index 5911e662..6b0ed3bc 100644 --- a/tldr/git-bugreport +++ b/tldr/git-bugreport @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # git bugreport -> Captures debug information from the system and user, generating a text file to aid in the reporting of a bug in Git. +> Capture debug information from the system and user, generating a text file to aid in the reporting of a bug in Git. > More information: . - Create a new bug report file in the current directory: diff --git a/tldr/go-test b/tldr/go-test index fafe416d..bc54a182 100644 --- a/tldr/go-test +++ b/tldr/go-test @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # go test -> Tests Go packages (files have to end with `_test.go`). +> Test Go packages (files have to end with `_test.go`). > More information: . - Test the package found in the current directory: diff --git a/tldr/highlight b/tldr/highlight index 9a09994d..7a93ae8a 100644 --- a/tldr/highlight +++ b/tldr/highlight @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # highlight -> Outputs syntax-highlighted source code to a variety of formats. +> Output syntax-highlighted source code to a variety of formats. > More information: . - Produce a complete HTML document from a source code file: diff --git a/tldr/hugo b/tldr/hugo index d8867dad..1d443e0c 100644 --- a/tldr/hugo +++ b/tldr/hugo @@ -5,7 +5,8 @@ source: https://github.com/tldr-pages/tldr.git --- # hugo -> Template-based static site generator. Uses modules, components, and themes. +> Template-based static site generator. +> Uses modules, components, and themes. > Some subcommands such as `server` have their own usage documentation. > More information: . diff --git a/tldr/if b/tldr/if index 29f6e839..55666c5f 100644 --- a/tldr/if +++ b/tldr/if @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # if -> Performs conditional processing in shell scripts. +> Perform conditional processing in shell scripts. > See also: `test`, `[`. > More information: . diff --git a/tldr/khal b/tldr/khal index 73264fd7..b25ea57d 100644 --- a/tldr/khal +++ b/tldr/khal @@ -8,9 +8,9 @@ source: https://github.com/tldr-pages/tldr.git > A text-based calendar and scheduling application. > More information: . -- Start Khal on interactive mode: +- Start Khal in interactive mode: -`ikhal` +`khal interactive` - Print all events scheduled in personal calendar for the next seven days: diff --git a/tldr/kill b/tldr/kill index c1626d1f..cca00a90 100644 --- a/tldr/kill +++ b/tldr/kill @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # kill -> Sends a signal to a process, usually related to stopping the process. +> Send a signal to a process, usually related to stopping the process. > All signals except for SIGKILL and SIGSTOP can be intercepted by the process to perform a clean exit. > More information: . diff --git a/tldr/kubectl-config b/tldr/kubectl-config index 060fe2e3..40c3ee97 100644 --- a/tldr/kubectl-config +++ b/tldr/kubectl-config @@ -36,4 +36,4 @@ source: https://github.com/tldr-pages/tldr.git - Permanently add custom kubeconfig files: -`export KUBECONFIG="{{$HOME.kube/config:path/to/custom_kubeconfig.yaml}}" kubectl config get-contexts` +`export KUBECONFIG="{{path/to/kubeconfig1.yaml}}:{{path/to/kubeconfig2.yaml}}"` diff --git a/tldr/kubectl-run b/tldr/kubectl-run index 7871ae4c..4b35a22d 100644 --- a/tldr/kubectl-run +++ b/tldr/kubectl-run @@ -5,7 +5,8 @@ source: https://github.com/tldr-pages/tldr.git --- # kubectl run -> Run pods in Kubernetes. Specifies pod generator to avoid deprecation error in some K8S versions. +> Run pods in Kubernetes. +> Specifies pod generator to avoid deprecation error in some K8S versions. > More information: . - Run an nginx pod and expose port 80: diff --git a/tldr/linux/acpi b/tldr/linux/acpi index c1d5b661..76afdb47 100644 --- a/tldr/linux/acpi +++ b/tldr/linux/acpi @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # acpi -> Shows battery status or thermal information. +> Show battery status or thermal information. > More information: . - Show battery information: diff --git a/tldr/linux/bootc b/tldr/linux/bootc index 6df79186..9bb65092 100644 --- a/tldr/linux/bootc +++ b/tldr/linux/bootc @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # bootc > Boot and upgrade via container images. -> Manages transactional, in-place operating system updates using OCI/Docker container images. +> Manage transactional, in-place operating system updates using OCI/Docker container images. > More information: . - Show deployments in the order they will appear in the bootloader: diff --git a/tldr/linux/kill b/tldr/linux/kill index e3f55ae5..8848b240 100644 --- a/tldr/linux/kill +++ b/tldr/linux/kill @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # kill -> Sends a signal to a process, usually related to stopping the process. +> Send a signal to a process, usually related to stopping the process. > All signals except for SIGKILL and SIGSTOP can be intercepted by the process to perform a clean exit. > More information: . diff --git a/tldr/linux/nixos-container b/tldr/linux/nixos-container index 8c5c9410..581f1749 100644 --- a/tldr/linux/nixos-container +++ b/tldr/linux/nixos-container @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # nixos-container -> Starts NixOS containers using Linux containers. +> Start NixOS containers using Linux containers. > More information: . - List running containers: diff --git a/tldr/linux/qm-suspend b/tldr/linux/qm-suspend index a1f87fcd..6981310a 100644 --- a/tldr/linux/qm-suspend +++ b/tldr/linux/qm-suspend @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # qm suspend -> Suspends a virtual machine (VM) in the Proxmox Virtual Environment (PVE). +> Suspend a virtual machine (VM) in the Proxmox Virtual Environment (PVE). > Use `--skiplock` and `--skiplockstorage` flags with caution, as they may lead to data corruption in certain situations. > More information: . diff --git a/tldr/linux/speedread b/tldr/linux/speedread index ef84b703..b4b55278 100644 --- a/tldr/linux/speedread +++ b/tldr/linux/speedread @@ -5,8 +5,8 @@ source: https://github.com/tldr-pages/tldr.git --- # speedread -> A simple terminal-based open source Spritz-alike. -> Shows input text as a per-word RSVP (rapid serial visual presentation) aligned on optimal reading points, which allows reading text at a much more rapid pace than usual as the eye can stay fixed on a single place. +> A Spritz-alike speed reader. +> Show text using per-word Rapid Serial Visual Presentation (RSVP). > More information: . - Read a text file at a specific speed: diff --git a/tldr/logname b/tldr/logname index 103eae8c..a0bf5df3 100644 --- a/tldr/logname +++ b/tldr/logname @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # logname -> Shows the user's login name. +> Show the user's login name. > See also: `id`. > More information: . diff --git a/tldr/luanti b/tldr/luanti new file mode 100644 index 00000000..92d9be01 --- /dev/null +++ b/tldr/luanti @@ -0,0 +1,41 @@ +--- +syntax: markdown +tags: [tldr, common] +source: https://github.com/tldr-pages/tldr.git +--- +# luanti + +> Infinite-world block sandbox game. +> More information: . + +- Start Luanti in client mode: + +`luanti` + +- List downloaded gamemodes: + +`luanti --gameid list` + +- Start Luanti in server mode by hosting a specific gamemode: + +`luanti --server --gameid {{game_id}}` + +- Start a server with the default world once it has been created: + +`luanti --server` + +- Start a server with a specific world: + +`luanti --server --world {{world_name}}` + +- Start a server on a specific port: + +`luanti --server --port {{port}}` + +- Write logs to a specific file: + +`luanti --logfile {{path/to/file}}` + +- Only write errors to the console: + +`luanti --quiet` diff --git a/tldr/luantiserver b/tldr/luantiserver new file mode 100644 index 00000000..604a4d97 --- /dev/null +++ b/tldr/luantiserver @@ -0,0 +1,12 @@ +--- +syntax: markdown +tags: [tldr, common] +source: https://github.com/tldr-pages/tldr.git +--- +# luantiserver + +> This command is an alias of `luanti --server`. + +- View documentation for the original command: + +`tldr luanti` diff --git a/tldr/minetestserver b/tldr/minetestserver index 8cad51ba..3d2b4888 100644 --- a/tldr/minetestserver +++ b/tldr/minetestserver @@ -5,8 +5,8 @@ source: https://github.com/tldr-pages/tldr.git --- # minetestserver -> This command is an alias of `luantiserver`. +> This command is an alias of `luanti --server`. - View documentation for the original command: -`tldr luantiserver` +`tldr luanti` diff --git a/tldr/npm-audit b/tldr/npm-audit index c636b1f8..7406d545 100644 --- a/tldr/npm-audit +++ b/tldr/npm-audit @@ -5,8 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # npm audit -> Scan for known vulnerabilities in project dependencies. -> Reports vulnerabilities and suggests remediation. +> Scan project dependencies for known security vulnerabilities. > More information: . - Scan the project's dependencies for known vulnerabilities: diff --git a/tldr/osx/contactsd b/tldr/osx/contactsd index c9edeb7e..9b1199f0 100644 --- a/tldr/osx/contactsd +++ b/tldr/osx/contactsd @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # contactsd -> Manages the information in your contacts database. +> Manage the information in your contacts database. > It provides functionality to apps using the Contacts API and performs various background maintenance tasks. > It should not be invoked manually. > More information: . diff --git a/tldr/osx/launchd b/tldr/osx/launchd index 72296046..8abc588c 100644 --- a/tldr/osx/launchd +++ b/tldr/osx/launchd @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # launchd -> Manages processes, both for the system and users. +> Manage processes, both for the system and users. > You cannot invoke launchd manually, use launchctl to interact with it. > More information: . diff --git a/tldr/osx/secd b/tldr/osx/secd index b0c63916..ddac4d27 100644 --- a/tldr/osx/secd +++ b/tldr/osx/secd @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # secd -> Controls access to and modification of keychain items. +> Control access to and modification of keychain items. > It should not be invoked manually. > More information: . diff --git a/tldr/osx/translationd b/tldr/osx/translationd index 2a919b7e..28e4c2cc 100644 --- a/tldr/osx/translationd +++ b/tldr/osx/translationd @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # translationd -> Enables Translation features. +> Enable Translation features. > It should not be invoked manually. - Start the daemon: diff --git a/tldr/osx/warmd b/tldr/osx/warmd index e57d50dd..fe36833f 100644 --- a/tldr/osx/warmd +++ b/tldr/osx/warmd @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # warmd -> Controls caches used during startup and login. +> Control caches used during startup and login. > It should not be invoked manually. > More information: . diff --git a/tldr/pkl b/tldr/pkl index ab2ac3f1..69d39f7e 100644 --- a/tldr/pkl +++ b/tldr/pkl @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # pkl -> Manages, evaluates, and tests Pkl configuration modules. +> Manage, evaluate, and test Pkl configuration modules. > More information: . - Evaluate the given Pkl modules and produce their rendering results: diff --git a/tldr/poetry-publish b/tldr/poetry-publish index 71d62dce..1098fcd7 100644 --- a/tldr/poetry-publish +++ b/tldr/poetry-publish @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # poetry publish -> Publishes a package to a remote repository. +> Publish a package to a remote repository. > More information: . - Publish the current package to PyPI: diff --git a/tldr/print.zsh b/tldr/print.zsh index 2beeb60c..a5ae9d16 100644 --- a/tldr/print.zsh +++ b/tldr/print.zsh @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # print -> Z Shell (`zsh`) builtin. Prints arguments, similar to `echo`. +> Z Shell (`zsh`) builtin. Print arguments, similar to `echo`. > See also: `echo`, `printf`, `zsh`. > More information: . diff --git a/tldr/pueue-switch b/tldr/pueue-switch index 1bb04edb..78dd8631 100644 --- a/tldr/pueue-switch +++ b/tldr/pueue-switch @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # pueue switch -> Switches the queue position of two enqueued or stashed commands. +> Switch the queue position of two enqueued or stashed commands. > More information: . - Switch the priority of two tasks: diff --git a/tldr/pyflakes b/tldr/pyflakes index d13aa565..b157c068 100644 --- a/tldr/pyflakes +++ b/tldr/pyflakes @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # pyflakes -> Checks Python source code files for errors. +> Check Python source code files for errors. > More information: . - Check a single Python file: diff --git a/tldr/streamlink b/tldr/streamlink index 17ab8afb..ea5a2209 100644 --- a/tldr/streamlink +++ b/tldr/streamlink @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # streamlink -> Extracts streams from various services and pipes them into a video player of choice. +> Extract streams from various services and pipes them into a video player of choice. > More information: . - Attempt to extract streams from the URL specified, and if it's successful, print out a list of available streams to choose from: diff --git a/tldr/vulkaninfo b/tldr/vulkaninfo index 10f23745..39686636 100644 --- a/tldr/vulkaninfo +++ b/tldr/vulkaninfo @@ -19,3 +19,7 @@ source: https://github.com/tldr-pages/tldr.git - Make a HTML document of the full Vulkan information: `vulkaninfo --html` + +- Display help: + +`vulkaninfo {{[-h|--help]}}` diff --git a/tldr/where b/tldr/where index a760bf47..de2da6fc 100644 --- a/tldr/where +++ b/tldr/where @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # where -> Reports all known instances of a command. +> Report all known instances of a command. > It could be an executable in the `$PATH` environment variable, an alias, or a shell builtin. > More information: . diff --git a/tldr/windows/if b/tldr/windows/if index a2c6b038..01f85eda 100644 --- a/tldr/windows/if +++ b/tldr/windows/if @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # if -> Performs conditional processing in batch scripts. +> Perform conditional processing in batch scripts. > More information: . - Execute the specified commands if the condition is true: diff --git a/tldr/windows/invoke-webrequest b/tldr/windows/invoke-webrequest index 4ece6481..ea013966 100644 --- a/tldr/windows/invoke-webrequest +++ b/tldr/windows/invoke-webrequest @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # Invoke-WebRequest -> Performs a HTTP/HTTPS request to the Web. +> Perform a HTTP/HTTPS request to the Web. > Note: This command can only be used through PowerShell. > More information: . diff --git a/tldr/windows/measure-object b/tldr/windows/measure-object index 76b2ee1c..cbd15424 100644 --- a/tldr/windows/measure-object +++ b/tldr/windows/measure-object @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # Measure-Object -> Calculates the numeric properties of objects, and the characters, words, and lines in string objects, such as files of text. +> Calculate the numeric properties of objects, and the characters, words, and lines in string objects, such as files of text. > Note: This command can only be used through PowerShell. > More information: . diff --git a/tldr/windows/out-string b/tldr/windows/out-string index e678e662..13049aaf 100644 --- a/tldr/windows/out-string +++ b/tldr/windows/out-string @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # Out-String -> Outputs input objects as a string. +> Output input objects as a string. > Note: This command can only be used through PowerShell. > More information: . diff --git a/tldr/windows/popd b/tldr/windows/popd index 75b99f55..a38f5c23 100644 --- a/tldr/windows/popd +++ b/tldr/windows/popd @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # popd -> Changes the current directory to the directory stored by the `pushd` command. +> Change the current directory to the directory stored by the `pushd` command. > More information: . - Switch to directory at the top of the stack: diff --git a/tldr/windows/set-acl b/tldr/windows/set-acl index 02976644..9044c408 100644 --- a/tldr/windows/set-acl +++ b/tldr/windows/set-acl @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # Set-Acl -> Changes the security descriptor of a specified item, such as a file or a registry key. +> Change the security descriptor of a specified item, such as a file or a registry key. > Note: This command can only be used through PowerShell. > More information: . diff --git a/tldr/windows/set-date b/tldr/windows/set-date index f87eda4d..64231c53 100644 --- a/tldr/windows/set-date +++ b/tldr/windows/set-date @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # Set-Date -> Changes the system time on the computer to a time that you specify. +> Change the system time on the computer to a time that you specify. > Note: This command can only be used through PowerShell. > More information: . diff --git a/tldr/windows/set-service b/tldr/windows/set-service index 9fd362ae..e4df0999 100644 --- a/tldr/windows/set-service +++ b/tldr/windows/set-service @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # Set-Service -> Starts, stops, and suspends a service, and changes its properties. +> Start, stop, and suspend a service, and changes its properties. > Note: This command can only be used through PowerShell. > More information: . diff --git a/tldr/windows/set-volume b/tldr/windows/set-volume index 284dc78d..ebe25f9a 100644 --- a/tldr/windows/set-volume +++ b/tldr/windows/set-volume @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # Set-Volume -> Sets or changes the file system label of an existing volume. +> Set or change the file system label of an existing volume. > Note: This command can only be used through PowerShell. > More information: . diff --git a/tldr/windows/sfc b/tldr/windows/sfc index a0b1c183..18f3b392 100644 --- a/tldr/windows/sfc +++ b/tldr/windows/sfc @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # sfc -> Scans the integrity of Windows system files. +> Scan the integrity of Windows system files. > More information: . - Display information about the usage of the command: diff --git a/tldr/windows/show-markdown b/tldr/windows/show-markdown index 34ed4026..bd169a85 100644 --- a/tldr/windows/show-markdown +++ b/tldr/windows/show-markdown @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # Show-Markdown -> Shows a Markdown file or string in the console in a friendly way using VT100 escape sequences or in a browser using HTML. +> Show a Markdown file or string in the console in a friendly way using VT100 escape sequences or in a browser using HTML. > Note: This command can only be used through PowerShell. > More information: . diff --git a/tldr/windows/start-service b/tldr/windows/start-service index 6ca34553..d7f0996d 100644 --- a/tldr/windows/start-service +++ b/tldr/windows/start-service @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # Start-Service -> Starts stopped services. +> Start stopped services. > Note: This command can only be used through PowerShell. > More information: . diff --git a/tldr/windows/stop-service b/tldr/windows/stop-service index 37d3d5a0..0d20e984 100644 --- a/tldr/windows/stop-service +++ b/tldr/windows/stop-service @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # Stop-Service -> Stops running services. +> Stop running services. > Note: This command can only be used through PowerShell. > More information: . diff --git a/tldr/zabbix_agent2 b/tldr/zabbix_agent2 new file mode 100644 index 00000000..cdb09224 --- /dev/null +++ b/tldr/zabbix_agent2 @@ -0,0 +1,37 @@ +--- +syntax: markdown +tags: [tldr, common] +source: https://github.com/tldr-pages/tldr.git +--- +# zabbix_agent2 + +> Daemon for monitoring server parameters. +> More information: . + +- Start the agent with the default configuration file: + +`zabbix_agent2` + +- Start the agent with a custom configuration file: + +`zabbix_agent2 {{[-c|--config]}} {{path/to/zabbix_agent2.conf}}` + +- Test the configuration file and exit: + +`zabbix_agent2 {{[-c|--config]}} {{path/to/zabbix_agent2.conf}} {{[-T|--test-config]}}` + +- Test a specific item with verbose output: + +`zabbix_agent2 {{[-c|--config]}} {{path/to/zabbix_agent2.conf}} {{[-t|--test]}} {{item_key}} {{[-v|--verbose]}}` + +- Reload user parameters from the configuration file (runtime control): + +`zabbix_agent2 {{[-c|--config]}} {{path/to/zabbix_agent2.conf}} {{[-R|--runtime-control]}} userparameter_reload` + +- Increase or decrease log level (runtime control): + +`zabbix_agent2 {{[-c|--config]}} {{path/to/zabbix_agent2.conf}} {{[-R|--runtime-control]}} loglevel {{increase|decrease}}` + +- Display help: + +`zabbix_agent2 {{[-h|--help]}}` diff --git a/tldr/zabbix_agentd b/tldr/zabbix_agentd new file mode 100644 index 00000000..3456d584 --- /dev/null +++ b/tldr/zabbix_agentd @@ -0,0 +1,41 @@ +--- +syntax: markdown +tags: [tldr, common] +source: https://github.com/tldr-pages/tldr.git +--- +# zabbix_agentd + +> Daemon for monitoring server parameters. +> More information: . + +- Start the agent with the default configuration file: + +`zabbix_agentd` + +- Start the agent with a custom configuration file: + +`zabbix_agentd {{[-c|--config]}} {{path/to/zabbix_agentd.conf}}` + +- Run the agent in foreground (it stays attached to the current terminal session): + +`zabbix_agentd {{[-c|--config]}} {{path/to/zabbix_agentd.conf}} {{[-f|--foreground]}}` + +- Test the configuration file: + +`zabbix_agentd {{[-c|--config]}} {{path/to/zabbix_agentd.conf}} {{[-T|--test-config]}}` + +- Test a specific item with verbose output: + +`zabbix_agentd {{[-c|--config]}} {{path/to/zabbix_agentd.conf}} {{[-t|--test]}} {{item_key}} {{[-v|--verbose]}}` + +- Reload user parameters from the configuration file (runtime control): + +`zabbix_agentd {{[-c|--config]}} {{path/to/zabbix_agentd.conf}} {{[-R|--runtime-control]}} userparameter_reload` + +- Increase or decrease log level for all processes (runtime control): + +`zabbix_agentd {{[-c|--config]}} {{path/to/zabbix_agentd.conf}} {{[-R|--runtime-control]}} log_level_{{increase|decrease}}` + +- Display help: + +`zabbix_agentd {{[-h|--help]}}` diff --git a/tldr/zabbix_server b/tldr/zabbix_server new file mode 100644 index 00000000..8ec03d93 --- /dev/null +++ b/tldr/zabbix_server @@ -0,0 +1,41 @@ +--- +syntax: markdown +tags: [tldr, common] +source: https://github.com/tldr-pages/tldr.git +--- +# zabbix_server + +> Core daemon of Zabbix software. +> More information: . + +- Start the server with the default configuration file: + +`zabbix_server` + +- Start the server with a custom configuration file: + +`zabbix_server {{[-c|--config]}} {{path/to/zabbix_server.conf}}` + +- Run the server in foreground: + +`zabbix_server {{[-c|--config]}} {{path/to/zabbix_server.conf}} {{[-f|--foreground]}}` + +- Test the configuration file and exit: + +`zabbix_server {{[-c|--config]}} {{path/to/zabbix_server.conf}} {{[-T|--test-config]}}` + +- Reload configuration cache (runtime control): + +`zabbix_server {{[-c|--config]}} {{path/to/zabbix_server.conf}} {{[-R|--runtime-control]}} config_cache_reload` + +- Execute the housekeeper (runtime control): + +`zabbix_server {{[-c|--config]}} {{path/to/zabbix_server.conf}} {{[-R|--runtime-control]}} housekeeper_execute` + +- Increase or decrease log level for all processes (runtime control): + +`zabbix_server {{[-c|--config]}} {{path/to/zabbix_server.conf}} {{[-R|--runtime-control]}} log_level_{{increase|decrease}}` + +- Display help: + +`zabbix_server {{[-h|--help]}}` diff --git a/tldr/zerotier-idtool b/tldr/zerotier-idtool new file mode 100644 index 00000000..1d4c238e --- /dev/null +++ b/tldr/zerotier-idtool @@ -0,0 +1,41 @@ +--- +syntax: markdown +tags: [tldr, common] +source: https://github.com/tldr-pages/tldr.git +--- +# zerotier-idtool + +> Create and manipulate ZeroTier identities. +> More information: . + +- Generate a new ZeroTier identity and output the secret part to `stdout`: + +`zerotier-idtool generate` + +- Generate a new ZeroTier identity and save the secret and public parts to files: + +`zerotier-idtool generate {{path/to/identity.secret}} {{path/to/identity.public}}` + +- Generate a new ZeroTier identity with a specific hexadecimal vanity prefix (can take a long time): + +`zerotier-idtool generate {{path/to/identity.secret}} {{path/to/identity.public}} {{vanity_prefix}}` + +- Extract the public portion from a secret identity: + +`zerotier-idtool getpublic {{path/to/identity.secret}}` + +- Sign a file using a secret identity: + +`zerotier-idtool sign {{path/to/identity.secret}} {{path/to/file}}` + +- Verify a signed file using a public identity and a hexadecimal signature: + +`zerotier-idtool verify {{path/to/identity.public}} {{path/to/file}} {{signature_hex}}` + +- Locally validate an identity's key and proof of work: + +`zerotier-idtool validate {{path/to/identity.public}}` + +- Display help: + +`zerotier-idtool help`