mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-29 04:21:03 +08:00
*: adhere to the style guide (#22035)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
`asciiart {{[-w|--width]}} {{50}} {{ইমেজ.jpg/এর/পাথ}}`
|
||||
|
||||
- **ASCII** আউটপুট রঙিন করুন:
|
||||
- ASCII আউটপুট রঙিন করুন:
|
||||
|
||||
`asciiart {{[-c|--color]}} {{ইমেজ.jpg/এর/পাথ}}`
|
||||
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
|
||||
`nix why-depends {{/run/current-system}} /nix/store/{{checksum-package-version.ext}}`
|
||||
|
||||
- 显示 nixpkgs 中的某个包为何将另一个包作为**构建时**依赖:
|
||||
- 显示 nixpkgs 中的某个包为何将另一个包作为构建时依赖:
|
||||
|
||||
`nix why-depends --derivation {{nixpkgs#dependent}} {{nixpkgs#dependency}}`
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# bugreport
|
||||
|
||||
> Show an Android bug report.
|
||||
> This command can only be used through `adb shell`.
|
||||
> Note: Can only be used through `adb shell`.
|
||||
> More information: <https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/bugreport>.
|
||||
|
||||
- Display a complete bug report of an Android device:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Copy data to and from Azure Storage.
|
||||
> See also: `az storage`.
|
||||
> More information: <https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10#list-of-commands>.
|
||||
> More information: <https://learn.microsoft.com/azure/storage/common/storage-use-azcopy-v10#list-of-commands>.
|
||||
|
||||
- Log in to an Azure Tenant:
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# checkov
|
||||
|
||||
> Checkov is a static code analysis tool for Infrastructure as Code (IaC).
|
||||
> Static code analysis tool for Infrastructure as Code (IaC).
|
||||
> It is also a software composition analysis (SCA) tool for images and open source packages.
|
||||
> More information: <https://www.checkov.io/1.Welcome/Quick%20Start.html>.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# duplicity
|
||||
|
||||
> Create incremental, compressed, encrypted and versioned backups.
|
||||
> Create incremental, compressed, encrypted, and versioned backups.
|
||||
> Can also upload the backups to a variety of backend services.
|
||||
> It is worth mentioning that depending on the version, some options may not be available (e.g. `--gio` in 2.0.0).
|
||||
> Note: Depending on the version, some options may not be available (e.g. `--gio` in 2.0.0).
|
||||
> More information: <https://duplicity.gitlab.io/stable/duplicity.1.html#name>.
|
||||
|
||||
- Backup a directory via FTPS to a remote machine, encrypting it with a password:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# gmssl
|
||||
|
||||
> GmSSL is a crypto toolkit supporting SM1, SM2, SM3, SM4, SM9, and ZUC/ZUC256.
|
||||
> Crypto toolkit supporting SM1, SM2, SM3, SM4, SM9, and ZUC/ZUC256.
|
||||
> More information: <http://gmssl.org/english.html>.
|
||||
|
||||
- Generate an SM3 hash for a file:
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
- Initialize new module in current directory:
|
||||
|
||||
`go mod init {{moduleName}}`
|
||||
`go mod init {{module_name}}`
|
||||
|
||||
- Download modules to local cache:
|
||||
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
|
||||
`hn`
|
||||
|
||||
- View _number_ of stories on Hacker News:
|
||||
- View a specified number of stories on Hacker News:
|
||||
|
||||
`hn {{[-l|--limit]}} {{number}}`
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# kak
|
||||
|
||||
> Kakoune is a mode-based code editor implementing the "multiple selections" paradigm.
|
||||
> Kakoune, a mode-based code editor implementing the "multiple selections" paradigm.
|
||||
> Data can be selected and simultaneously edited in different locations, using multiple selections; users can also connect to the same session for collaborative editing.
|
||||
> More information: <https://manned.org/kak>.
|
||||
|
||||
|
||||
@@ -11,6 +11,6 @@
|
||||
|
||||
`kubectl replace {{[-f|--filename]}} -`
|
||||
|
||||
- Force replace, delete and then re-create the resource:
|
||||
- Force replace, delete, and then re-create the resource:
|
||||
|
||||
`kubectl replace {{[-f|--filename]}} {{path/to/file.yml}} --force`
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
|
||||
`nix why-depends {{/run/current-system}} /nix/store/{{checksum-package-version.ext}}`
|
||||
|
||||
- Show why a package from nixpkgs requires another package as a _build-time_ dependency:
|
||||
- Show why a package from nixpkgs requires another package as a build-time dependency:
|
||||
|
||||
`nix why-depends --derivation {{nixpkgs#dependent}} {{nixpkgs#dependency}}`
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
`qdbus {{service_name}}`
|
||||
|
||||
- List methods, signals and properties available on a specific object:
|
||||
- List methods, signals, and properties available on a specific object:
|
||||
|
||||
`qdbus {{service_name}} /{{path/to/object}}`
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
- Link to an existing Project under a Railway account or team:
|
||||
|
||||
`railway link {{projectId}}`
|
||||
`railway link {{project_id}}`
|
||||
|
||||
- Create a new project:
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# supervisord
|
||||
|
||||
> Supervisor is a client/server system for controlling some processes on UNIX-like operating systems.
|
||||
> Client/server system for controlling some processes on UNIX-like operating systems.
|
||||
> Supervisord is the server part of supervisor; it is primarily managed via a configuration file.
|
||||
> More information: <https://supervisord.org/running.html#running-supervisord>.
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
`tlsx {{[-l|-list]}} {{path/to/hosts.txt}} {{[-ex|-expired]}} {{[-ss|-self-signed]}} {{[-mm|-mismatched]}} {{[-re|-revoked]}} {{[-un|-untrusted]}}`
|
||||
|
||||
- Adjust per host concurrency, timeout, retry and delay parameters when scanning a list of hosts for wildcard SSL certificates:
|
||||
- Adjust per host concurrency, timeout, retry, and delay parameters when scanning a list of hosts for wildcard SSL certificates:
|
||||
|
||||
`tlsx {{[-l|-list]}} {{path/to/hosts.txt}} {{[-c|-concurrency]}} {{300}} -timeout {{5}} -retry {{3}} -delay {{200ms}} {{[-wc|-wildcard-cert]}}`
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# yadm transcrypt
|
||||
|
||||
> If `transcrypt` is installed, this command allows you to pass options directly to `transcrypt`.
|
||||
> If `transcrypt` is installed, allows you to pass options directly to `transcrypt`.
|
||||
> With the environment configured to use the yadm repository.
|
||||
> Transcrypt enables transparent encryption and decryption of files in a Git repository.
|
||||
> More information: <https://github.com/elasticdog/transcrypt#command-line-options>.
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
# gksu
|
||||
|
||||
> Frontend for `su`.
|
||||
> Allows you to run graphical commands which need root access without having to run an X terminal emulator.
|
||||
> Run graphical commands which need root access without having to run an X terminal emulator.
|
||||
> Note: This command is deprecated in favor of commands like `pkexec`, and is no longer maintained.
|
||||
> See also: `gksudo`.
|
||||
> More information: <https://manned.org/gksu>.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# gksudo
|
||||
|
||||
> Frontend for `sudo`.
|
||||
> Allows you to run graphical commands which need root access without having to run an X terminal emulator.
|
||||
> Run graphical commands which need root access without having to run an X terminal emulator.
|
||||
> Note: This command is deprecated in favor of commands like `pkexec`, and is no longer maintained.
|
||||
> See also: `gksu`.
|
||||
> More information: <https://manned.org/gksudo>.
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
`resolvectl --legend {{no}} {{[-t|--type]}} {{MX}} query {{domain}}`
|
||||
|
||||
- Resolve an SRV record, for example _xmpp-server._tcp gmail.com:
|
||||
- Resolve an SRV record, for example `_xmpp-server._tcp gmail.com`:
|
||||
|
||||
`resolvectl service _{{service}}._{{protocol}} {{name}}`
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# dot_clean
|
||||
|
||||
> Merge ._* files with corresponding native files.
|
||||
> Merge `._*` files with corresponding native files.
|
||||
> More information: <https://keith.github.io/xcode-man-pages/dot_clean.1.html>.
|
||||
|
||||
- Merge all `._*` files recursively:
|
||||
|
||||
Reference in New Issue
Block a user