From b199fb0a31a617c2ed785599c232c1ab819b61f2 Mon Sep 17 00:00:00 2001 From: Kristopher Date: Thu, 24 Jul 2025 09:02:27 -0700 Subject: [PATCH 001/133] audit2allow: add page (#17208) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com> --- pages/common/audit2allow.md | 38 +++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 pages/common/audit2allow.md diff --git a/pages/common/audit2allow.md b/pages/common/audit2allow.md new file mode 100644 index 0000000000..911ab67a26 --- /dev/null +++ b/pages/common/audit2allow.md @@ -0,0 +1,38 @@ +# audit2allow + +> Scan logs for messages pertaining to denied permissions. +> Generate a report of Type Enforcement (TE) rules that might allow successful operations. +> See also `audit2why`. +> More information: . + +- Show all generated messages in audit and message logs: + +`audit2allow {{[-a|--all]}}` + +- Show all generated messages since last boot: + +`audit2allow {{[-b|--boot]}}` + +- Display detailed information around generated messages: + +`audit2allow {{[-e|--explain]}}` + +- Enable verbose output mode: + +`audit2allow {{[-v|--verbose]}}` + +- Use installed macros to generate a reference policy: + +`audit2allow {{[-R|--reference]}}` + +- Specify a policy file for further analysis: + +`audit2allow {{[-p|--policy]}} {{path/to/policyfile}}` + +- Limit analysis to messages with a type specified in `regex`: + +`audit2allow {{[-t|--type]}} {{type_regex}}` + +- Display help: + +`audit2allow {{[-h|--help]}}` From 538ed871cf52673d75c7f963aa2ccf7551a62732 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 24 Jul 2025 19:25:02 +0300 Subject: [PATCH 002/133] CONTRIBUTING: update name collision link (#17354) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2cec6f7e81..30fc20f4fe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -281,7 +281,7 @@ For other cases, it is suggested to follow Date: Thu, 24 Jul 2025 21:22:24 +0300 Subject: [PATCH 003/133] style-guide: reduce the number after which ellipsis is suggested to be used for multiselect placeholders (#17363) --- contributing-guides/style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing-guides/style-guide.md b/contributing-guides/style-guide.md index 277f203df7..39835d9b60 100644 --- a/contributing-guides/style-guide.md +++ b/contributing-guides/style-guide.md @@ -490,7 +490,7 @@ Keep the following guidelines in mind when choosing placeholders: - If a command can optionally take 1 or more arguments of the same kind, use an ellipsis: `{{placeholder1 placeholder2 ...}}`. For instance, if multiple paths are expected, use `{{path/to/directory1 path/to/directory2 ...}}`. -- If only one of the multiple options is possible, write it as: `{{placeholder1|placeholder2|placeholder3}}`. If there are more than 4 possible values, you can use `|...` after the last item. +- If only one of the multiple options is possible, write it as: `{{placeholder1|placeholder2|placeholder3}}`. If there are more than 3 possible values, you can use `|...` after the last item. - Use two dots to mark a range of possible values, for example `{{1..5}}` or `{{a..z}}`. #### Optional placeholders From ba6daef39d4e825d959169ca5e05c6009cb8cb83 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 25 Jul 2025 08:50:06 +0300 Subject: [PATCH 004/133] *: standardize regex usage (#17328) Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> --- pages/android/logcat.md | 4 ++-- pages/common/[[.md | 2 +- pages/common/ack.md | 2 +- pages/common/adb-logcat.md | 4 ++-- pages/common/ag.md | 2 +- pages/common/apropos.md | 10 +++++----- pages/common/brew-search.md | 4 ++-- pages/common/bzegrep.md | 6 +++--- pages/common/bzgrep.md | 2 +- pages/common/cariddi.md | 2 +- pages/common/cbt.md | 2 +- pages/common/csvgrep.md | 4 ++-- pages/common/ctest.md | 2 +- pages/common/dlv.md | 2 +- pages/common/ed.md | 2 +- pages/common/egrep.md | 2 +- pages/common/ex.md | 4 ++-- pages/common/exrex.md | 26 +++++++++++++------------- pages/common/fastmod.md | 12 ++++++------ pages/common/gdu.md | 2 +- pages/common/gem.md | 2 +- pages/common/git-annotate.md | 2 +- pages/common/git-fame.md | 4 ++-- pages/common/git-sed.md | 2 +- pages/common/grep.md | 6 +++--- pages/common/grex.md | 6 +++--- pages/common/httpflow.md | 4 ++-- pages/common/ippfind.md | 2 +- pages/common/jest.md | 8 ++++---- pages/common/linkchecker.md | 4 ++-- pages/common/mlr.md | 2 +- pages/common/mocha.md | 2 +- pages/common/ncu.md | 2 +- pages/common/ngrep.md | 2 +- pages/common/nix-classic.md | 2 +- pages/common/nl.md | 2 +- pages/common/nvim.md | 4 ++-- pages/common/onefetch.md | 2 +- pages/common/perl.md | 6 +++--- pages/common/pt.md | 4 ++-- pages/common/ptargrep.md | 2 +- pages/common/recsel.md | 6 +++--- pages/common/repren.md | 4 ++-- pages/common/rg.md | 2 +- pages/common/rga.md | 6 +++--- pages/common/rgrep.md | 6 +++--- pages/common/ropgadget.md | 2 +- pages/common/ropper.md | 2 +- pages/common/sd.md | 2 +- pages/common/sed.md | 2 +- pages/common/smbmap.md | 4 ++-- pages/common/stern.md | 2 +- pages/common/stow.md | 4 ++-- pages/common/tac.md | 2 +- pages/common/tlmgr-search.md | 18 +++++++++--------- pages/common/trawl.md | 2 +- pages/common/tre.md | 4 ++-- pages/common/tuc.md | 2 +- pages/common/ugrep.md | 2 +- pages/common/varnishlog.md | 2 +- pages/common/vim.md | 4 ++-- pages/common/vitest.md | 8 ++++---- pages/common/xzgrep.md | 6 +++--- pages/common/z.md | 2 +- pages/common/zegrep.md | 6 +++--- pages/common/zgrep.md | 4 ++-- pages/common/zipgrep.md | 2 +- pages/common/zmore.md | 2 +- pages/common/zmv.md | 2 +- pages/freebsd/sed.md | 6 +++--- pages/linux/aide.md | 4 ++-- pages/linux/apt-file.md | 4 ++-- pages/linux/aura.md | 2 +- pages/linux/auracle.md | 4 ++-- pages/linux/btrfs-restore.md | 2 +- pages/linux/csplit.md | 4 ++-- pages/linux/esearch.md | 2 +- pages/linux/file-rename.md | 2 +- pages/linux/guix-package.md | 2 +- pages/linux/inotifywait.md | 4 ++-- pages/linux/logread.md | 2 +- pages/linux/mate-search-tool.md | 2 +- pages/linux/mksquashfs.md | 4 ++-- pages/linux/nala.md | 2 +- pages/linux/nl.md | 2 +- pages/linux/pacman-files.md | 4 ++-- pages/linux/pacman-sync.md | 2 +- pages/linux/pacman.md | 2 +- pages/linux/perl-rename.md | 2 +- pages/linux/prename.md | 2 +- pages/linux/rnm.md | 2 +- pages/linux/sed.md | 6 +++--- pages/linux/semanage-fcontext.md | 4 ++-- pages/linux/sqfstar.md | 4 ++-- pages/linux/whatis.md | 2 +- pages/linux/xbps-query.md | 4 ++-- pages/netbsd/sed.md | 6 +++--- pages/openbsd/sed.md | 6 +++--- pages/osx/rename.md | 2 +- pages/osx/sed.md | 6 +++--- pages/osx/split.md | 2 +- pages/windows/es.md | 4 ++-- pages/windows/findstr.md | 4 ++-- pages/windows/select-string.md | 2 +- 104 files changed, 195 insertions(+), 195 deletions(-) diff --git a/pages/android/logcat.md b/pages/android/logcat.md index 82fd3d6ac7..9834b08cab 100644 --- a/pages/android/logcat.md +++ b/pages/android/logcat.md @@ -11,9 +11,9 @@ `logcat -f {{path/to/file}}` -- Display lines that match a regular expression: +- Display lines that match a `regex`: -`logcat --regex {{regular_expression}}` +`logcat --regex {{regex}}` - Display logs for a specific PID: diff --git a/pages/common/[[.md b/pages/common/[[.md index 304e17eebb..a56a392826 100644 --- a/pages/common/[[.md +++ b/pages/common/[[.md @@ -8,7 +8,7 @@ `[[ ${{variable}} {{==|!=}} "{{string}}" ]]` -- Test if a given string conforms the specified glob/regex: +- Test if a given string conforms the specified glob/`regex`: `[[ ${{variable}} {{==|=~}} {{pattern}} ]]` diff --git a/pages/common/ack.md b/pages/common/ack.md index 417437aa62..db86ac518a 100644 --- a/pages/common/ack.md +++ b/pages/common/ack.md @@ -4,7 +4,7 @@ > See also: `rg`, which is much faster. > More information: . -- Search for files containing a string or regular expression in the current directory recursively: +- Search for files containing a string or `regex` in the current directory recursively: `ack "{{search_pattern}}"` diff --git a/pages/common/adb-logcat.md b/pages/common/adb-logcat.md index 8e2b9e6f32..af0d97ceb0 100644 --- a/pages/common/adb-logcat.md +++ b/pages/common/adb-logcat.md @@ -7,9 +7,9 @@ `adb logcat` -- Display lines that match a regular [e]xpression: +- Display lines that match a `reg[e]x`: -`adb logcat -e {{regular_expression}}` +`adb logcat -e {{regex}}` - Display logs for a tag in a specific mode ([V]erbose, [D]ebug, [I]nfo, [W]arning, [E]rror, [F]atal, [S]ilent), filtering other tags: diff --git a/pages/common/ag.md b/pages/common/ag.md index eb7db8a61d..aa074de346 100644 --- a/pages/common/ag.md +++ b/pages/common/ag.md @@ -23,7 +23,7 @@ `ag foo {{[-G|--file-search-regex]}} bar` -- Find files whose contents match a regular expression: +- Find files whose contents match a `regex`: `ag '{{^ba(r|z)$}}'` diff --git a/pages/common/apropos.md b/pages/common/apropos.md index 75083597f9..c484d003c5 100644 --- a/pages/common/apropos.md +++ b/pages/common/apropos.md @@ -3,14 +3,14 @@ > Search the manual pages for names and descriptions. > More information: . -- Search for a keyword using a regular expression: +- Search for a keyword using a `regex`: -`apropos {{regular_expression}}` +`apropos {{regex}}` - Search without restricting the output to the terminal width ([l]ong output): -`apropos {{[-l|--long]}} {{regular_expression}}` +`apropos {{[-l|--long]}} {{regex}}` -- Search for pages that match all the expressions given: +- Search for pages that match all the `regex` given: -`apropos {{regular_expression_1}} {{[-a|--and]}} {{regular_expression_2}} {{[-a|--and]}} {{regular_expression_3}}` +`apropos {{regex_1}} {{[-a|--and]}} {{regex_2}} {{[-a|--and]}} {{regex_3}}` diff --git a/pages/common/brew-search.md b/pages/common/brew-search.md index 253c8ed993..e425407f64 100644 --- a/pages/common/brew-search.md +++ b/pages/common/brew-search.md @@ -7,9 +7,9 @@ `brew search {{keyword}}` -- Search for casks and formulae using a regular expression: +- Search for casks and formulae using a `regex`: -`brew search /{{regular_expression}}/` +`brew search /{{regex}}/` - Enable searching through descriptions: diff --git a/pages/common/bzegrep.md b/pages/common/bzegrep.md index 7f0c6b9870..3fb9260b9a 100644 --- a/pages/common/bzegrep.md +++ b/pages/common/bzegrep.md @@ -1,13 +1,13 @@ # bzegrep -> Find extended regular expression patterns in `bzip2` compressed files using `egrep`. +> Find extended `regex` patterns in `bzip2` compressed files using `egrep`. > More information: . -- Search for extended regular expressions (supporting `?`, `+`, `{}`, `()` and `|`) in a compressed file (case-sensitive): +- Search for extended `regex` (supporting `?`, `+`, `{}`, `()` and `|`) in a compressed file (case-sensitive): `bzegrep "{{search_pattern}}" {{path/to/file}}` -- Search for extended regular expressions (supporting `?`, `+`, `{}`, `()` and `|`) in a compressed file (case-insensitive): +- Search for extended `regex` (supporting `?`, `+`, `{}`, `()` and `|`) in a compressed file (case-insensitive): `bzegrep {{[-i|--ignore-case]}} "{{search_pattern}}" {{path/to/file}}` diff --git a/pages/common/bzgrep.md b/pages/common/bzgrep.md index 9295b26b43..bbb8cfa13c 100644 --- a/pages/common/bzgrep.md +++ b/pages/common/bzgrep.md @@ -7,7 +7,7 @@ `bzgrep "{{search_pattern}}" {{path/to/file}}` -- Use extended regular expressions (supports `?`, `+`, `{}`, `()` and `|`), in case-insensitive mode: +- Use extended `regex` (supports `?`, `+`, `{}`, `()` and `|`), in case-insensitive mode: `bzgrep {{[-E|--extended-regexp]}} {{[-i|--ignore-case]}} "{{search_pattern}}" {{path/to/file}}` diff --git a/pages/common/cariddi.md b/pages/common/cariddi.md index dfdad9ca9d..72ed965701 100644 --- a/pages/common/cariddi.md +++ b/pages/common/cariddi.md @@ -3,7 +3,7 @@ > Crawl URLs and scan for endpoints, secrets, api keys, file extensions, tokens, and more from a list of domains. > More information: . -- Hunt for secrets using custom regexes and output results in JSON: +- Hunt for secrets using custom `regex`es and output results in JSON: `cat {{path/to/urls.txt}} | cariddi -s -sf {{path/to/custom_secrets.txt}} -json` diff --git a/pages/common/cbt.md b/pages/common/cbt.md index 2ddd2efec7..c5665e51cf 100644 --- a/pages/common/cbt.md +++ b/pages/common/cbt.md @@ -19,7 +19,7 @@ `cbt lookup "{{table_name}}" "{{row_key}}" columns="{{family1:qualifier1,family2:qualifier2,...}}"` -- Search up to 5 rows in the current project by a specific regex pattern and print them: +- Search up to 5 rows in the current project by a specific `regex` pattern and print them: `cbt read "{{table_name}}" regex="{{row_key_pattern}}" count={{5}}` diff --git a/pages/common/csvgrep.md b/pages/common/csvgrep.md index bfae6aa229..370b206615 100644 --- a/pages/common/csvgrep.md +++ b/pages/common/csvgrep.md @@ -8,9 +8,9 @@ `csvgrep {{[-c|--columns]}} {{1}} {{[-m|--match]}} {{string_to_match}} {{data.csv}}` -- Find rows in which columns 3 or 4 match a certain regular expression: +- Find rows in which columns 3 or 4 match a certain `regex`: -`csvgrep {{[-c|--columns]}} {{3,4}} {{[-r|--regex]}} {{regular_expression}} {{data.csv}}` +`csvgrep {{[-c|--columns]}} {{3,4}} {{[-r|--regex]}} {{regex}} {{data.csv}}` - Find rows in which the "name" column does NOT include the string "John Doe": diff --git a/pages/common/ctest.md b/pages/common/ctest.md index 0124712de2..9577651e8b 100644 --- a/pages/common/ctest.md +++ b/pages/common/ctest.md @@ -11,6 +11,6 @@ `ctest {{[-N|--show-only]}}` -- Run a single test based on its name, or filter on a regular expression: +- Run a single test based on its name, or filter on a `regex`: `ctest --output-on-failure {{[-R|--tests-regex]}} '^{{test_name}}$'` diff --git a/pages/common/dlv.md b/pages/common/dlv.md index 8112f63201..e10af08f1a 100644 --- a/pages/common/dlv.md +++ b/pages/common/dlv.md @@ -25,4 +25,4 @@ - Compile and begin tracing a program: -`dlv trace {{package}} --regexp '{{regular_expression}}'` +`dlv trace {{package}} --regexp '{{regex}}'` diff --git a/pages/common/ed.md b/pages/common/ed.md index e997daca2e..122897b3c3 100644 --- a/pages/common/ed.md +++ b/pages/common/ed.md @@ -30,7 +30,7 @@ - Replace a string with a specific replacement for all lines: -`,s/{{regular_expression}}/{{replacement}}/g` +`,s/{{regex}}/{{replacement}}/g` - Exit `ed`: diff --git a/pages/common/egrep.md b/pages/common/egrep.md index 2e0e4d1a65..dc4a8c674c 100644 --- a/pages/common/egrep.md +++ b/pages/common/egrep.md @@ -1,6 +1,6 @@ # egrep -> Find patterns in files using extended regular expression (supports `?`, `+`, `{}`, `()`, and `|`). +> Find patterns in files using extended `regex` (supports `?`, `+`, `{}`, `()`, and `|`). > More information: . - Search for a pattern within a file: diff --git a/pages/common/ex.md b/pages/common/ex.md index 93c58fbf55..4e7f333519 100644 --- a/pages/common/ex.md +++ b/pages/common/ex.md @@ -20,9 +20,9 @@ `/{{search_pattern}}` -- Perform a regular expression substitution in the whole file: +- Perform a `regex` substitution in the whole file: -`%s/{{regular_expression}}/{{replacement}}/g` +`%s/{{regex}}/{{replacement}}/g` - Insert text: diff --git a/pages/common/exrex.md b/pages/common/exrex.md index a8c8e82500..54930df71f 100644 --- a/pages/common/exrex.md +++ b/pages/common/exrex.md @@ -1,30 +1,30 @@ # exrex -> Generate all/random matching strings for a regular expression. -> It can also simplify regular expressions. +> Generate all/random matching strings for a `regex`. +> It can also simplify `regex`es. > More information: . -- Generate all possible strings that match a regular expression: +- Generate all possible strings that match a `regex`: -`exrex '{{regular_expression}}'` +`exrex '{{regex}}'` -- Generate a random string that matches a regular expression: +- Generate a random string that matches a `regex`: -`exrex --random '{{regular_expression}}'` +`exrex --random '{{regex}}'` -- Generate at most 100 strings that match a regular expression: +- Generate at most 100 strings that match a `regex`: -`exrex --max-number {{100}} '{{regular_expression}}'` +`exrex --max-number {{100}} '{{regex}}'` -- Generate all possible strings that match a regular expression, joined by a custom delimiter string: +- Generate all possible strings that match a `regex`, joined by a custom delimiter string: -`exrex --delimiter "{{, }}" '{{regular_expression}}'` +`exrex --delimiter "{{, }}" '{{regex}}'` -- Print count of all possible strings that match a regular expression: +- Print count of all possible strings that match a `regex`: -`exrex --count '{{regular_expression}}'` +`exrex --count '{{regex}}'` -- Simplify a regular expression: +- Simplify a `regex`: `exrex --simplify '{{ab|ac}}'` diff --git a/pages/common/fastmod.md b/pages/common/fastmod.md index dbf664ce8c..7405aced03 100644 --- a/pages/common/fastmod.md +++ b/pages/common/fastmod.md @@ -4,15 +4,15 @@ > Regexes are matched by Rust regex crate. > More information: . -- Replace a regex pattern in all files of the current directory, ignoring files on .ignore and .gitignore: +- Replace a `regex` in all files of the current directory, ignoring files on .ignore and .gitignore: -`fastmod {{regex_pattern}} {{replacement}}` +`fastmod {{regex}} {{replacement}}` -- Replace a regex pattern in case-insensitive mode in specific files or directories: +- Replace a `regex` in case-insensitive mode in specific files or directories: -`fastmod --ignore-case {{regex_pattern}} {{replacement}} -- {{path/to/file path/to/directory ...}}` +`fastmod --ignore-case {{regex}} {{replacement}} -- {{path/to/file path/to/directory ...}}` -- Replace a regex pattern in a specific directory in files filtered with a case-insensitive glob pattern: +- Replace a `regex` in a specific directory in files filtered with a case-insensitive glob pattern: `fastmod {{regex}} {{replacement}} --dir {{path/to/directory}} --iglob {{'**/*.{js,json}'}}` @@ -20,7 +20,7 @@ `fastmod --fixed-strings {{exact_string}} {{replacement}} --extensions {{json,js}}` -- Replace for an exact string without prompt for a confirmation (disables regular expressions): +- Replace for an exact string without prompt for a confirmation (disables `regex`): `fastmod --accept-all --fixed-strings {{exact_string}} {{replacement}}` diff --git a/pages/common/gdu.md b/pages/common/gdu.md index ca1946e035..bda0cb4311 100644 --- a/pages/common/gdu.md +++ b/pages/common/gdu.md @@ -19,7 +19,7 @@ `gdu --ignore-dirs {{path/to/directory1,path/to/directory2,...}}` -- Ignore paths by regular expression: +- Ignore paths by `regex`: `gdu --ignore-dirs-pattern '{{.*[abc]+}}'` diff --git a/pages/common/gem.md b/pages/common/gem.md index 500029c8de..4d038cbeec 100644 --- a/pages/common/gem.md +++ b/pages/common/gem.md @@ -5,7 +5,7 @@ - Search for remote gem(s) and show all available versions: -`gem search {{regular_expression}} --all` +`gem search {{regex}} --all` - Install the latest version of a gem: diff --git a/pages/common/git-annotate.md b/pages/common/git-annotate.md index b16e4b08e0..372b8943f7 100644 --- a/pages/common/git-annotate.md +++ b/pages/common/git-annotate.md @@ -13,6 +13,6 @@ `git annotate {{[-e|--show-email]}} {{path/to/file}}` -- Print only rows that match a regular expression: +- Print only rows that match a `regex`: `git annotate -L :{{regexp}} {{path/to/file}}` diff --git a/pages/common/git-fame.md b/pages/common/git-fame.md index dbe8b22c65..d7517117de 100644 --- a/pages/common/git-fame.md +++ b/pages/common/git-fame.md @@ -7,9 +7,9 @@ `git fame` -- Exclude files/directories that match the specified regular expression: +- Exclude files/directories that match the specified `regex`: -`git fame --excl "{{regular_expression}}"` +`git fame --excl "{{regex}}"` - Calculate contributions made after the specified date: diff --git a/pages/common/git-sed.md b/pages/common/git-sed.md index f0f6f04c1f..2a3b42fda8 100644 --- a/pages/common/git-sed.md +++ b/pages/common/git-sed.md @@ -12,7 +12,7 @@ `git sed -c '{{find_text}}' '{{replace_text}}'` -- Replace the specified text, using regular expressions: +- Replace the specified text, using `regex`: `git sed -f g '{{find_text}}' '{{replace_text}}'` diff --git a/pages/common/grep.md b/pages/common/grep.md index e7b0b5f662..a284f39e8a 100644 --- a/pages/common/grep.md +++ b/pages/common/grep.md @@ -1,13 +1,13 @@ # grep -> Find patterns in files using regular expressions. +> Find patterns in files using `regex`es. > More information: . - Search for a pattern within a file: `grep "{{search_pattern}}" {{path/to/file}}` -- Search for an exact string (disables regular expressions): +- Search for an exact string (disables `regex`es): `grep {{[-F|--fixed-strings]}} "{{exact_string}}" {{path/to/file}}` @@ -15,7 +15,7 @@ `grep {{[-rnI|--recursive --line-number --binary-files=without-match]}} "{{search_pattern}}" {{path/to/directory}}` -- Use extended regular expressions (supports `?`, `+`, `{}`, `()`, and `|`), in case-insensitive mode: +- Use extended `regex`es (supports `?`, `+`, `{}`, `()`, and `|`), in case-insensitive mode: `grep {{[-Ei|--extended-regexp --ignore-case]}} "{{search_pattern}}" {{path/to/file}}` diff --git a/pages/common/grex.md b/pages/common/grex.md index e90347438d..ae868a7f01 100644 --- a/pages/common/grex.md +++ b/pages/common/grex.md @@ -1,13 +1,13 @@ # grex -> Generate regular expressions. +> Generate `regex`s. > More information: . -- Generate a simple regular expression: +- Generate a simple `regex`: `grex {{space_separated_strings}}` -- Generate a case-insensitive regular expression: +- Generate a case-insensitive `regex`: `grex {{[-i|--ignore-case]}} {{space_separated_strings}}` diff --git a/pages/common/httpflow.md b/pages/common/httpflow.md index e649cba618..44765634f0 100644 --- a/pages/common/httpflow.md +++ b/pages/common/httpflow.md @@ -11,9 +11,9 @@ `httpflow {{host httpbin.org or host baidu.com}}` -- Use a regular expression to filter requests by URLs: +- Use a `regex` to filter requests by URLs: -`httpflow -u '{{regular_expression}}'` +`httpflow -u '{{regex}}'` - Read packets from PCAP format binary file: diff --git a/pages/common/ippfind.md b/pages/common/ippfind.md index 20714e8e5b..c5d39771ca 100644 --- a/pages/common/ippfind.md +++ b/pages/common/ippfind.md @@ -16,6 +16,6 @@ `ippfind --txt-pdl application/postscript {{[-x|--exec]}} ipptool -f onepage-letter.ps '{}' print-job.test \;` -- Send a PostScript test document to every PostScript printer on the network, whose name matches a regular expression: +- Send a PostScript test document to every PostScript printer on the network, whose name matches a `regex`: `ippfind --txt-pdl application/postscript {{[-h|--host]}} {{regex}} {{[-x|--exec]}} ipptool -f onepage-letter.ps '{}' print-job.test \;` diff --git a/pages/common/jest.md b/pages/common/jest.md index 3cfadbfbb4..1f733f4320 100644 --- a/pages/common/jest.md +++ b/pages/common/jest.md @@ -11,13 +11,13 @@ `jest {{path/to/file1 path/to/file2 ...}}` -- Run the test suites from files within the current and subdirectories, whose paths match the given regular expression: +- Run the test suites from files within the current and subdirectories, whose paths match the given `regex`: -`jest {{regular_expression1}} {{regular_expression2}}` +`jest {{regex1}} {{regex2}}` -- Run the tests whose names match the given regular expression: +- Run the tests whose names match the given `regex`: -`jest --testNamePattern {{regular_expression}}` +`jest --testNamePattern {{regex}}` - Run test suites related to a given source file: diff --git a/pages/common/linkchecker.md b/pages/common/linkchecker.md index 5849cc8204..c8bb01b41a 100644 --- a/pages/common/linkchecker.md +++ b/pages/common/linkchecker.md @@ -11,9 +11,9 @@ `linkchecker --check-extern {{https://example.com/}}` -- Ignore URLs that match a specific regular expression: +- Ignore URLs that match a specific `regex`: -`linkchecker --ignore-url {{regular_expression}} {{https://example.com/}}` +`linkchecker --ignore-url {{regex}} {{https://example.com/}}` - Output results to a CSV file: diff --git a/pages/common/mlr.md b/pages/common/mlr.md index cc20ddef39..d9cc6ee245 100644 --- a/pages/common/mlr.md +++ b/pages/common/mlr.md @@ -29,4 +29,4 @@ - Filter lines of a compressed CSV file treating numbers as [S]trings: -`mlr --prepipe 'gunzip' {{[-c|--csv]}} filter {{[-S|--infer-none]}} '${{fieldName}} =~ "{{regular_expression}}"' {{example.csv.gz}}` +`mlr --prepipe 'gunzip' {{[-c|--csv]}} filter {{[-S|--infer-none]}} '${{fieldName}} =~ "{{regex}}"' {{example.csv.gz}}` diff --git a/pages/common/mocha.md b/pages/common/mocha.md index 210e545ef9..c797814012 100644 --- a/pages/common/mocha.md +++ b/pages/common/mocha.md @@ -13,7 +13,7 @@ - Run tests that match a specific `grep` pattern: -`mocha --grep {{regular_expression}}` +`mocha --grep {{regex}}` - Run tests on changes to JavaScript files in the current directory and once initially: diff --git a/pages/common/ncu.md b/pages/common/ncu.md index f91695cbf9..ea1ea37925 100644 --- a/pages/common/ncu.md +++ b/pages/common/ncu.md @@ -24,7 +24,7 @@ `ncu --target {{minor}}` -- List outdated dependencies that match a keyword or regular expression: +- List outdated dependencies that match a keyword or `regex`: `ncu --filter {{keyword|/regex/}}` diff --git a/pages/common/ngrep.md b/pages/common/ngrep.md index 79f3730389..71c1905331 100644 --- a/pages/common/ngrep.md +++ b/pages/common/ngrep.md @@ -1,6 +1,6 @@ # ngrep -> Filter network traffic packets using regular expressions. +> Filter network traffic packets using `regex`. > More information: . - Capture traffic of all interfaces: diff --git a/pages/common/nix-classic.md b/pages/common/nix-classic.md index 55d2e7e77b..ac6154f2ad 100644 --- a/pages/common/nix-classic.md +++ b/pages/common/nix-classic.md @@ -7,7 +7,7 @@ - Search for a package in nixpkgs via its name: -`nix-env {{[-qaP|--query --available --attr-path]}} {{search_term_regexp}}` +`nix-env {{[-qaP|--query --available --attr-path]}} {{search_term_regex}}` - Start a shell with the specified packages available: diff --git a/pages/common/nl.md b/pages/common/nl.md index 4370335171..6d3c7f6321 100644 --- a/pages/common/nl.md +++ b/pages/common/nl.md @@ -15,7 +15,7 @@ `nl -b {{a|n}} {{path/to/file}}` -- Number only the [b]ody lines that match a basic regular expression (BRE) [p]attern: +- Number only the [b]ody lines that match a basic `regex` (BRE) [p]attern: `nl -b p'FooBar[0-9]' {{path/to/file}}` diff --git a/pages/common/nvim.md b/pages/common/nvim.md index fcf0bcb826..e326b70884 100644 --- a/pages/common/nvim.md +++ b/pages/common/nvim.md @@ -25,9 +25,9 @@ `{{search_pattern}}` -- Perform a regular expression substitution in the whole file: +- Perform a `regex` substitution in the whole file: -`<:>%s/{{regular_expression}}/{{replacement}}/g` +`<:>%s/{{regex}}/{{replacement}}/g` - Enter normal mode and save (write) the file, and quit: diff --git a/pages/common/onefetch.md b/pages/common/onefetch.md index da387ef4e7..070fc6ac08 100644 --- a/pages/common/onefetch.md +++ b/pages/common/onefetch.md @@ -29,7 +29,7 @@ - Ignore the specified files and directories: -`onefetch {{[-e|--exclude]}} {{path/to/file_or_directory|regular_expression}}` +`onefetch {{[-e|--exclude]}} {{path/to/file_or_directory|regex}}` - Only detect languages from the specified categories (default: programming and markup): diff --git a/pages/common/perl.md b/pages/common/perl.md index 2d99d80428..eceab0cd91 100644 --- a/pages/common/perl.md +++ b/pages/common/perl.md @@ -3,15 +3,15 @@ > The Perl 5 language interpreter. > More information: . -- Print lines from `stdin` [m/] matching regex1 and case insensitive [/i] regex2: +- Print lines from `stdin` [m/] matching `regex1` and case insensitive [/i] `regex2`: `perl -n -e 'print if m/{{regex1}}/ and m/{{regex2}}/i'` -- Say [-E] first match group, using a regexp, ignoring space in regex [/x]: +- Say [-E] first match group, using a `regex`, ignoring space in `regex` [/x]: `perl -n -E 'say $1 if m/{{before}} ( {{group_regex}} ) {{after}}/x'` -- [-i]n-place, with backup, [s/] substitute all occurrence [/g] of regex with replacement: +- [-i]n-place, with backup, [s/] substitute all occurrence [/g] of `regex` with replacement: `perl -i'.bak' -p -e 's/{{regex}}/{{replacement}}/g' {{path/to/files}}` diff --git a/pages/common/pt.md b/pages/common/pt.md index c3b23958b3..fe00e53186 100644 --- a/pages/common/pt.md +++ b/pages/common/pt.md @@ -16,10 +16,10 @@ `pt {{[-wi|--word-regexp --ignore-case]}} {{foo}}` -- Find "foo" in files with a given extension using a regular expression: +- Find "foo" in files with a given extension using a `regex`: `pt {{[-G|--file-search-regexp]}}='{{\.bar$}}' {{foo}}` -- Find files whose contents match the regular expression, up to 2 directories deep: +- Find files whose contents match the `regex`, up to 2 directories deep: `pt --depth={{2}} -e '{{^ba[rz]*$}}'` diff --git a/pages/common/ptargrep.md b/pages/common/ptargrep.md index 5f8b991101..2c06f0241d 100644 --- a/pages/common/ptargrep.md +++ b/pages/common/ptargrep.md @@ -1,6 +1,6 @@ # ptargrep -> Find regular expression patterns in tar archive files. +> Find `regex` patterns in tar archive files. > More information: . - Search for a pattern within one or more tar archives: diff --git a/pages/common/recsel.md b/pages/common/recsel.md index 4e345ce057..47c92aacc8 100644 --- a/pages/common/recsel.md +++ b/pages/common/recsel.md @@ -7,10 +7,10 @@ `recsel {{[-p|--print]}} name,version {{data.rec}}` -- Use "~" to match a string with a given regular expression: +- Use "~" to match a string with a given `regex`: -`recsel {{[-e|--expression]}} "{{field_name}} ~ '{{regular_expression}}' {{data.rec}}"` +`recsel {{[-e|--expression]}} "{{field_name}} ~ '{{regex}}' {{data.rec}}"` - Use a predicate to match a name and a version: -`recsel {{[-e|--expression]}} "name ~ '{{regular_expression}}' && version ~ '{{regular_expression}}'" {{data.rec}}` +`recsel {{[-e|--expression]}} "name ~ '{{regex}}' && version ~ '{{regex}}'" {{data.rec}}` diff --git a/pages/common/repren.md b/pages/common/repren.md index 901de56b2b..74621d29dc 100644 --- a/pages/common/repren.md +++ b/pages/common/repren.md @@ -7,9 +7,9 @@ `repren {{[-n|--dry-run]}} --rename --literal --from '{{find_string}}' --to '{{replacement_string}}' {{*.png}}` -- Do a dry-run renaming a directory of JPEGs with a regular expression: +- Do a dry-run renaming a directory of JPEGs with a `regex`: -`repren --rename {{[-n|--dry-run]}} --from '{{regular_expression}}' --to '{{replacement_string}}' {{*.jpg}} {{*.jpeg}}` +`repren --rename {{[-n|--dry-run]}} --from '{{regex}}' --to '{{replacement_string}}' {{*.jpg}} {{*.jpeg}}` - Do a find-and-replace on the contents of a directory of CSV files: diff --git a/pages/common/rg.md b/pages/common/rg.md index c7be77feb6..99ae5ccce1 100644 --- a/pages/common/rg.md +++ b/pages/common/rg.md @@ -4,7 +4,7 @@ > Aims to be a faster alternative to `grep`. > More information: . -- Recursively search current directory for a pattern (regular expression): +- Recursively search current directory for a pattern (`regex`): `rg {{pattern}}` diff --git a/pages/common/rga.md b/pages/common/rga.md index 7b778f5ecb..e1ace376f2 100644 --- a/pages/common/rga.md +++ b/pages/common/rga.md @@ -5,7 +5,7 @@ - Search recursively for a pattern in all files in the current directory: -`rga {{regular_expression}}` +`rga {{regex}}` - List available adapters: @@ -13,11 +13,11 @@ - Change which adapters to use (e.g. ffmpeg, pandoc, poppler etc.): -`rga --rga-adapters={{adapter1,adapter2}} {{regular_expression}}` +`rga --rga-adapters={{adapter1,adapter2}} {{regex}}` - Search for a pattern using the mime type instead of the file extension (slower): -`rga --rga-accurate {{regular_expression}}` +`rga --rga-accurate {{regex}}` - Display help: diff --git a/pages/common/rgrep.md b/pages/common/rgrep.md index e996f1ed4d..2e6560e31b 100644 --- a/pages/common/rgrep.md +++ b/pages/common/rgrep.md @@ -1,6 +1,6 @@ # rgrep -> Recursively find patterns in files using regular expressions. +> Recursively find patterns in files using `regex`. > Equivalent to `grep -r`. > More information: . @@ -12,11 +12,11 @@ `rgrep {{[-i|--ignore-case]}} "{{search_pattern}}"` -- Recursively search for an extended regular expression pattern (supports `?`, `+`, `{}`, `()` and `|`) in the current working directory: +- Recursively search for an extended `regex` pattern (supports `?`, `+`, `{}`, `()` and `|`) in the current working directory: `rgrep {{[-E|--extended-regexp]}} "{{search_pattern}}"` -- Recursively search for an exact string (disables regular expressions) in the current working directory: +- Recursively search for an exact string (disables `regex`) in the current working directory: `rgrep {{[-F|--fixed-strings]}} "{{exact_string}}"` diff --git a/pages/common/ropgadget.md b/pages/common/ropgadget.md index 97b76a760e..7b634039ba 100644 --- a/pages/common/ropgadget.md +++ b/pages/common/ropgadget.md @@ -7,7 +7,7 @@ `ROPgadget --binary {{path/to/binary}}` -- Filter gadgets in the binary file by a regular expression: +- Filter gadgets in the binary file by a `regex`: `ROPgadget --binary {{path/to/binary}} --re {{regex}}` diff --git a/pages/common/ropper.md b/pages/common/ropper.md index c44f68cfa1..d1cb560e3f 100644 --- a/pages/common/ropper.md +++ b/pages/common/ropper.md @@ -7,7 +7,7 @@ `ropper --file {{path/to/binary}}` -- Filter gadgets in the binary file by a regular expression: +- Filter gadgets in the binary file by a `regex`: `ropper --file {{path/to/binary}} --search {{regex}}` diff --git a/pages/common/sd.md b/pages/common/sd.md index 2aff96d553..11d61097e7 100644 --- a/pages/common/sd.md +++ b/pages/common/sd.md @@ -3,7 +3,7 @@ > Intuitive find and replace. > More information: . -- Trim some whitespace using a regular expression (output stream: `stdout`): +- Trim some whitespace using a `regex` (output stream: `stdout`): `{{echo 'lorem ipsum 23 '}} | sd '\s+$' ''` diff --git a/pages/common/sed.md b/pages/common/sed.md index e1f382293b..7c6b2b4a97 100644 --- a/pages/common/sed.md +++ b/pages/common/sed.md @@ -4,7 +4,7 @@ > See also: `awk`, `ed`. > More information: . -- Replace all `apple` (basic regex) occurrences with `mango` (basic regex) in all input lines and print the result to `stdout`: +- Replace all `apple` (basic `regex`) occurrences with `mango` (basic `regex`) in all input lines and print the result to `stdout`: `{{command}} | sed 's/apple/mango/g'` diff --git a/pages/common/smbmap.md b/pages/common/smbmap.md index 45e5db2e63..9717ca58ce 100644 --- a/pages/common/smbmap.md +++ b/pages/common/smbmap.md @@ -23,7 +23,7 @@ `smbmap {{[-u|--username]}} {{username}} {{[-p|--password]}} {{password}} -d {{domain}} -H {{ip_or_hostname}}` -- Locate and download files [R]ecursively up to N levels depth, searching for filename pattern (regex), and excluding certain shares: +- Locate and download files [R]ecursively up to N levels depth, searching for filename pattern (`regex`), and excluding certain shares: `smbmap --host-file {{path/to/file}} {{[-u|--username]}} {{username}} {{[-p|--password]}} {{password}} -q -R --depth {{number}} --exclude {{sharename}} -A {{filepattern}}` @@ -31,6 +31,6 @@ `smbmap {{[-u|--username]}} {{username}} {{[-p|--password]}} {{password}} -d {{domain}} -H {{ip_or_hostname}} --upload {{path/to/file}} '{{/share_name/remote_filename}}'` -- Display SMB shares and recursively list directories and files, searching for file content matching a regular expression: +- Display SMB shares and recursively list directories and files, searching for file content matching a `regex`: `smbmap {{[-u|--username]}} {{username}} --prompt -H {{ip}} -R -F {{pattern}}` diff --git a/pages/common/stern.md b/pages/common/stern.md index 1a986726a5..13db743314 100644 --- a/pages/common/stern.md +++ b/pages/common/stern.md @@ -11,7 +11,7 @@ `stern . --container-state {{running|waiting|terminated}}` -- Tail all pods that matches a given regular expression: +- Tail all pods that matches a given `regex`: `stern {{pod_query}}` diff --git a/pages/common/stow.md b/pages/common/stow.md index 07790c0990..9abaa94146 100644 --- a/pages/common/stow.md +++ b/pages/common/stow.md @@ -21,6 +21,6 @@ `stow {{[-R|--restow]}} {{[-t|--target]}} {{path/to/target_directory}} {{file1 directory1 file2 directory2}}` -- Exclude files matching a regular expression: +- Exclude files matching a `regex`: -`stow --ignore={{regular_expression}} {{[-t|--target]}} {{path/to/target_directory}} {{file1 directory1 file2 directory2}}` +`stow --ignore={{regex}} {{[-t|--target]}} {{path/to/target_directory}} {{file1 directory1 file2 directory2}}` diff --git a/pages/common/tac.md b/pages/common/tac.md index 2fc0c8b5c6..a17940529d 100644 --- a/pages/common/tac.md +++ b/pages/common/tac.md @@ -16,7 +16,7 @@ `tac {{[-s|--separator]}} {{separator}} {{path/to/file1 path/to/file2 ...}}` -- Use a specific regex as a separator: +- Use a specific `regex` as a separator: `tac {{[-r|--regex]}} {{[-s|--separator]}} {{separator}} {{path/to/file1 path/to/file2 ...}}` diff --git a/pages/common/tlmgr-search.md b/pages/common/tlmgr-search.md index a8dc15033e..8272871081 100644 --- a/pages/common/tlmgr-search.md +++ b/pages/common/tlmgr-search.md @@ -1,24 +1,24 @@ # tlmgr search -> Search for TeX Live packages using (Perl) regular expressions. +> Search for TeX Live packages using (Perl) `regex`. > More information: . -- Search for a package name and descriptions of all locally installed packages from a specific regular expression: +- Search for a package name and descriptions of all locally installed packages from a specific `regex`: -`tlmgr search "{{regular_expression}}"` +`tlmgr search "{{regex}}"` -- Search for all file names of all locally installed packages from a regular expression: +- Search for all file names of all locally installed packages from a `regex`: -`tlmgr search --file "{{regular_expression}}"` +`tlmgr search --file "{{regex}}"` -- Search for all file names, package names, and descriptions of all locally installed packages from a regular expression: +- Search for all file names, package names, and descriptions of all locally installed packages from a `regex`: -`tlmgr search --all "{{regular_expression}}"` +`tlmgr search --all "{{regex}}"` - Search the TeX Live database, instead of the local installation: -`tlmgr search --global "{{regular_expression}}"` +`tlmgr search --global "{{regex}}"` - Restrict the matches for package names and descriptions (but not for file names) to whole words: -`tlmgr search --all --word "{{regular_expression}}"` +`tlmgr search --all --word "{{regex}}"` diff --git a/pages/common/trawl.md b/pages/common/trawl.md index 222046c398..11c7bd6035 100644 --- a/pages/common/trawl.md +++ b/pages/common/trawl.md @@ -7,7 +7,7 @@ `trawl -n` -- Filter interface names using a case-insensitive regular expression: +- Filter interface names using a case-insensitive `regex`: `trawl -f wi` diff --git a/pages/common/tre.md b/pages/common/tre.md index b0a5cbffa8..952c3d95dc 100644 --- a/pages/common/tre.md +++ b/pages/common/tre.md @@ -24,9 +24,9 @@ `tre --editor {{command}}` -- Print files within the tree hierarchy, excluding all paths that match the provided regular expression: +- Print files within the tree hierarchy, excluding all paths that match the provided `regex`: -`tre --exclude {{regular_expression}}` +`tre --exclude {{regex}}` - Display version: diff --git a/pages/common/tuc.md b/pages/common/tuc.md index 14ed1c3522..6ea91fb46f 100644 --- a/pages/common/tuc.md +++ b/pages/common/tuc.md @@ -16,7 +16,7 @@ `echo "foo bar baz" | tuc {{[-d|--delimiter]}} ' ' {{[-f|--fields]}} {{2:}}` -- Cut using regular expressions: +- Cut using `regex`: `echo "a,b, c" | tuc {{[-e|--regex]}} '{{[, ]+}}' {{[-f|--fields]}} {{1,3}}` diff --git a/pages/common/ugrep.md b/pages/common/ugrep.md index f7faabef22..448a3f1d5c 100644 --- a/pages/common/ugrep.md +++ b/pages/common/ugrep.md @@ -7,7 +7,7 @@ `ugrep {{[-Q|--query]}}` -- Search the current directory recursively for files containing a regex search pattern: +- Search the current directory recursively for files containing a `regex` search pattern: `ugrep "{{search_pattern}}"` diff --git a/pages/common/varnishlog.md b/pages/common/varnishlog.md index fecdedcb0d..a1b912ff94 100644 --- a/pages/common/varnishlog.md +++ b/pages/common/varnishlog.md @@ -19,6 +19,6 @@ `varnishlog -q 'ReqURL eq "{{/path}}"'` -- Only display requests to paths matching a regular expression: +- Only display requests to paths matching a `regex`: `varnishlog -q 'ReqURL ~ "{{regex}}"'` diff --git a/pages/common/vim.md b/pages/common/vim.md index 8f00b4538b..26cc9c54d4 100644 --- a/pages/common/vim.md +++ b/pages/common/vim.md @@ -29,9 +29,9 @@ `{{search_pattern}}` -- Perform a regular expression substitution in the whole file: +- Perform a `regex` substitution in the whole file: -`<:>%s/{{regular_expression}}/{{replacement}}/g` +`<:>%s/{{regex}}/{{replacement}}/g` - Display the line numbers: diff --git a/pages/common/vitest.md b/pages/common/vitest.md index 86ff55cb8e..b9a4c8d03f 100644 --- a/pages/common/vitest.md +++ b/pages/common/vitest.md @@ -11,13 +11,13 @@ `vitest run {{path/to/file1 path/to/file2 ...}}` -- Run the test suites from files within the current and subdirectories, whose paths match the given regular expression: +- Run the test suites from files within the current and subdirectories, whose paths match the given `regex`: -`vitest run {{regular_expression1}} {{regular_expression2}}` +`vitest run {{regex1}} {{regex2}}` -- Run the tests whose names match the given regular expression: +- Run the tests whose names match the given `regex`: -`vitest run --testNamePattern {{regular_expression}}` +`vitest run --testNamePattern {{regex}}` - Watch files for changes and automatically re-run related tests: diff --git a/pages/common/xzgrep.md b/pages/common/xzgrep.md index eba66aa124..1037ae38ef 100644 --- a/pages/common/xzgrep.md +++ b/pages/common/xzgrep.md @@ -1,6 +1,6 @@ # xzgrep -> Search files possibly compressed with `xz`, `lzma`, `gzip`, `bzip2`, `lzop`, or `zstd` using regular expressions. +> Search files possibly compressed with `xz`, `lzma`, `gzip`, `bzip2`, `lzop`, or `zstd` using `regex`. > See also: `grep`. > More information: . @@ -8,7 +8,7 @@ `xzgrep "{{search_pattern}}" {{path/to/file}}` -- Search for an exact string (disables regular expressions): +- Search for an exact string (disables `regex`): `xzgrep {{[-F|--fixed-strings]}} "{{exact_string}}" {{path/to/file}}` @@ -16,7 +16,7 @@ `xzgrep {{[-n|--line-number]}} "{{search_pattern}}" {{path/to/file}}` -- Use extended regular expressions (supports `?`, `+`, `{}`, `()` and `|`), in case-insensitive mode: +- Use extended `regex` (supports `?`, `+`, `{}`, `()` and `|`), in case-insensitive mode: `xzgrep {{[-E|--extended-regexp]}} {{[-i|--ignore-case]}} "{{search_pattern}}" {{path/to/file}}` diff --git a/pages/common/z.md b/pages/common/z.md index 978f978975..29aea3525d 100644 --- a/pages/common/z.md +++ b/pages/common/z.md @@ -1,6 +1,6 @@ # z -> Tracks the most used (by frequency) directories and enables quickly navigating to them using string patterns or regular expressions. +> Tracks the most used (by frequency) directories and enables quickly navigating to them using string patterns or `regex`. > More information: . - Go to a directory that contains "foo" in the name: diff --git a/pages/common/zegrep.md b/pages/common/zegrep.md index 7da62e5a18..78e6b566a3 100644 --- a/pages/common/zegrep.md +++ b/pages/common/zegrep.md @@ -1,13 +1,13 @@ # zegrep -> Find extended regular expression patterns in compressed files using `egrep`. +> Find extended `regex` patterns in compressed files using `egrep`. > More information: . -- Search for extended regular expressions (supporting `?`, `+`, `{}`, `()` and `|`) in a compressed file (case-sensitive): +- Search for extended `regex` (supporting `?`, `+`, `{}`, `()` and `|`) in a compressed file (case-sensitive): `zegrep "{{search_pattern}}" {{path/to/file}}` -- Search for extended regular expressions (supporting `?`, `+`, `{}`, `()` and `|`) in a compressed file (case-insensitive): +- Search for extended `regex` (supporting `?`, `+`, `{}`, `()` and `|`) in a compressed file (case-insensitive): `zegrep {{[-i|--ignore-case]}} "{{search_pattern}}" {{path/to/file}}` diff --git a/pages/common/zgrep.md b/pages/common/zgrep.md index 1a026b3e37..cfeef5a574 100644 --- a/pages/common/zgrep.md +++ b/pages/common/zgrep.md @@ -23,9 +23,9 @@ `zgrep {{[-e|--regexp]}} "{{pattern_1}}" {{[-e|--regexp]}} "{{pattern_2}}" {{path/to/compressed/file}}` -- Use extended regular expressions (supporting `?`, `+`, `{}`, `()` and `|`): +- Use extended `regex` (supporting `?`, `+`, `{}`, `()` and `|`): -`zgrep {{[-E|--extended-regexp]}} {{regular_expression}} {{path/to/file}}` +`zgrep {{[-E|--extended-regexp]}} {{regex}} {{path/to/file}}` - Print 3 lines of [C]ontext around, [B]efore, or [A]fter each match: diff --git a/pages/common/zipgrep.md b/pages/common/zipgrep.md index b7f87c14b6..ac0733b04a 100644 --- a/pages/common/zipgrep.md +++ b/pages/common/zipgrep.md @@ -1,6 +1,6 @@ # zipgrep -> Find patterns in files in a Zip archive using extended regular expression (supports `?`, `+`, `{}`, `()` and `|`). +> Find patterns in files in a Zip archive using extended `regex` (supports `?`, `+`, `{}`, `()` and `|`). > More information: . - Search for a pattern within a Zip archive: diff --git a/pages/common/zmore.md b/pages/common/zmore.md index 8b965124d6..26c7e68458 100644 --- a/pages/common/zmore.md +++ b/pages/common/zmore.md @@ -13,7 +13,7 @@ - Search for a pattern in the file (press `` to go to next match): -`{{regular_expression}}` +`{{regex}}` - Exit: diff --git a/pages/common/zmv.md b/pages/common/zmv.md index f9f0a03104..8d81142385 100644 --- a/pages/common/zmv.md +++ b/pages/common/zmv.md @@ -4,7 +4,7 @@ > See also `zcp` and `zln`. > More information: . -- Move files using a regular expression-like pattern: +- Move files using a `regex`-like pattern: `zmv '{{(*).log}}' '{{$1.txt}}'` diff --git a/pages/freebsd/sed.md b/pages/freebsd/sed.md index 6b37834de5..f7adcafc55 100644 --- a/pages/freebsd/sed.md +++ b/pages/freebsd/sed.md @@ -4,7 +4,7 @@ > See also: `awk`, `ed`. > More information: . -- Replace all `apple` (basic regex) occurrences with `mango` (basic regex) in all input lines and print the result to `stdout`: +- Replace all `apple` (basic `regex`) occurrences with `mango` (basic `regex`) in all input lines and print the result to `stdout`: `{{command}} | sed 's/apple/mango/g'` @@ -16,7 +16,7 @@ `{{command}} | sed -fa {{path/to/script.sed}}` -- Replace all `apple` (extended regex) occurrences with `APPLE` (extended regex) in all input lines and print the result to `stdout`: +- Replace all `apple` (extended `regex`) occurrences with `APPLE` (extended `regex`) in all input lines and print the result to `stdout`: `{{command}} | sed -E 's/(apple)/\U\1/g'` @@ -24,6 +24,6 @@ `{{command}} | sed -n '1p'` -- Replace all `apple` (basic regex) occurrences with `mango` (basic regex) in a specific file and overwrite the original file in place: +- Replace all `apple` (basic `regex`) occurrences with `mango` (basic `regex`) in a specific file and overwrite the original file in place: `sed -i 's/apple/mango/g' {{path/to/file}}` diff --git a/pages/linux/aide.md b/pages/linux/aide.md index 6a852809b9..0271b479ec 100644 --- a/pages/linux/aide.md +++ b/pages/linux/aide.md @@ -23,9 +23,9 @@ `sudo aide {{[-c|--config]}} {{path/to/config_file}}` -- Use REGEX to limit AIDE to a specific string: +- Use `regex` to limit AIDE to a specific string: -`sudo aide {{[-l|--limit]}} {{REGEX}}` +`sudo aide {{[-l|--limit]}} {{regex}}` - Send reporter results to a URL: diff --git a/pages/linux/apt-file.md b/pages/linux/apt-file.md index 70150b9e35..1d87cb9b0b 100644 --- a/pages/linux/apt-file.md +++ b/pages/linux/apt-file.md @@ -15,6 +15,6 @@ `apt-file {{show|list}} {{package}}` -- Search for packages that match the `regular_expression`: +- Search for packages that match the `regex`: -`apt-file {{search|find}} {{[-x|--regexp]}} {{regular_expression}}` +`apt-file {{search|find}} {{[-x|--regexp]}} {{regex}}` diff --git a/pages/linux/aura.md b/pages/linux/aura.md index 1c9087a620..b1ff550aa5 100644 --- a/pages/linux/aura.md +++ b/pages/linux/aura.md @@ -5,7 +5,7 @@ - Search for packages from the official repositories and AUR: -`aura --aursync --both --search {{keyword|regular_expression}}` +`aura --aursync --both --search {{keyword|regex}}` - Install a package from the AUR: diff --git a/pages/linux/auracle.md b/pages/linux/auracle.md index 0850134ec7..3c3d4389ba 100644 --- a/pages/linux/auracle.md +++ b/pages/linux/auracle.md @@ -3,9 +3,9 @@ > Interact with Arch Linux's User Repository, commonly referred to as the AUR. > More information: . -- Display AUR packages that match a regular expression: +- Display AUR packages that match a `regex`: -`auracle search '{{regular_expression}}'` +`auracle search '{{regex}}'` - Display information about one or more AUR packages: diff --git a/pages/linux/btrfs-restore.md b/pages/linux/btrfs-restore.md index c105bbaeba..8c471737eb 100644 --- a/pages/linux/btrfs-restore.md +++ b/pages/linux/btrfs-restore.md @@ -11,7 +11,7 @@ `sudo btrfs {{[rest|restore]}} {{[-D|--dry-run]}} {{path/to/btrfs_device}} {{path/to/target_directory}}` -- Restore files matching a given regex ([c]ase-insensitive) files to be restored from a btrfs filesystem (all parent directories of target file(s) must match as well): +- Restore files matching a given `regex` ([c]ase-insensitive) files to be restored from a btrfs filesystem (all parent directories of target file(s) must match as well): `sudo btrfs {{[rest|restore]}} --path-regex {{regex}} -c {{path/to/btrfs_device}} {{path/to/target_directory}}` diff --git a/pages/linux/csplit.md b/pages/linux/csplit.md index ebf03fc9c3..328fc05c52 100644 --- a/pages/linux/csplit.md +++ b/pages/linux/csplit.md @@ -20,6 +20,6 @@ `csplit {{path/to/file}} 5 {{[-f|--prefix]}} {{prefix}}` -- Split a file at a line matching a regular expression: +- Split a file at a line matching a `regex`: -`csplit {{path/to/file}} /{{regular_expression}}/` +`csplit {{path/to/file}} /{{regex}}/` diff --git a/pages/linux/esearch.md b/pages/linux/esearch.md index 31f2c006f1..e75938224c 100644 --- a/pages/linux/esearch.md +++ b/pages/linux/esearch.md @@ -8,7 +8,7 @@ `esearch -db pubmed -query "{{selective serotonin reuptake inhibitor}}"` -- Search the protein database using a query and regexp: +- Search the protein database using a query and `regex`: `esearch -db {{protein}} -query {{'Escherichia*'}}` diff --git a/pages/linux/file-rename.md b/pages/linux/file-rename.md index 5bd9a73d7d..1469dbad3b 100644 --- a/pages/linux/file-rename.md +++ b/pages/linux/file-rename.md @@ -4,7 +4,7 @@ > Note: This page refers to the command from the `rename` Debian package. > More information: . -- Rename files using a Perl Common Regular Expression (substitute 'foo' with 'bar' wherever found): +- Rename files using a Perl Common `regex` (substitute 'foo' with 'bar' wherever found): `rename {{'s/foo/bar/'}} {{*}}` diff --git a/pages/linux/guix-package.md b/pages/linux/guix-package.md index 3d80491a50..8091999011 100644 --- a/pages/linux/guix-package.md +++ b/pages/linux/guix-package.md @@ -11,7 +11,7 @@ `guix package {{[-r|--remove]}} {{package}}` -- Search the package database for a regular expression: +- Search the package database for a `regex`: `guix package {{[-s|--search]}} "{{search_pattern}}"` diff --git a/pages/linux/inotifywait.md b/pages/linux/inotifywait.md index 632253f63d..68a8c44a2b 100644 --- a/pages/linux/inotifywait.md +++ b/pages/linux/inotifywait.md @@ -15,9 +15,9 @@ `inotifywait {{[-m|--monitor]}} {{[-r|--recursive]}} {{path/to/directory}}` -- Watch a directory for changes, excluding files, whose names match a regular expression: +- Watch a directory for changes, excluding files, whose names match a `regex`: -`inotifywait {{[-m|--monitor]}} {{[-r|--recursive]}} --exclude "{{regular_expression}}" {{path/to/directory}}` +`inotifywait {{[-m|--monitor]}} {{[-r|--recursive]}} --exclude "{{regex}}" {{path/to/directory}}` - Watch a file for changes, exiting when no event occurs for 30 seconds: diff --git a/pages/linux/logread.md b/pages/linux/logread.md index a235cae04f..60b34c4f60 100644 --- a/pages/linux/logread.md +++ b/pages/linux/logread.md @@ -11,7 +11,7 @@ `logread -l {{n}}` -- Filter messages by (Keyword/Regular Expression): +- Filter messages by (Keyword/`regex`): `logread -e {{pattern}}` diff --git a/pages/linux/mate-search-tool.md b/pages/linux/mate-search-tool.md index e300979f8c..5eb83a3e73 100644 --- a/pages/linux/mate-search-tool.md +++ b/pages/linux/mate-search-tool.md @@ -11,7 +11,7 @@ `mate-search-tool --start --named={{string}} --path={{path/to/directory}}` -- Search files with name matching a specific regular expression: +- Search files with name matching a specific `regex`: `mate-search-tool --start --regex={{string}} --path={{path/to/directory}}` diff --git a/pages/linux/mksquashfs.md b/pages/linux/mksquashfs.md index bc9f836b53..1be03e2def 100644 --- a/pages/linux/mksquashfs.md +++ b/pages/linux/mksquashfs.md @@ -19,6 +19,6 @@ `mksquashfs {{path/to/file_or_directory1 path/to/file_or_directory2 ...}} {{filesystem.squashfs}} -wildcards -e "{{*.gz}}"` -- Create or append files and directories to a squashfs filesystem, [e]xcluding those matching a regular expression: +- Create or append files and directories to a squashfs filesystem, [e]xcluding those matching a `regex`: -`mksquashfs {{path/to/file_or_directory1 path/to/file_or_directory2 ...}} {{filesystem.squashfs}} -regex -e "{{regular_expression}}"` +`mksquashfs {{path/to/file_or_directory1 path/to/file_or_directory2 ...}} {{filesystem.squashfs}} -regex -e "{{regex}}"` diff --git a/pages/linux/nala.md b/pages/linux/nala.md index ac9a736810..b42a472318 100644 --- a/pages/linux/nala.md +++ b/pages/linux/nala.md @@ -16,7 +16,7 @@ `nala purge {{package}}` -- Search package names and descriptions using a word, regex (default) or glob: +- Search package names and descriptions using a word, `regex` (default) or glob: `nala search "{{pattern}}"` diff --git a/pages/linux/nl.md b/pages/linux/nl.md index e4fe18c61e..1fa1937f89 100644 --- a/pages/linux/nl.md +++ b/pages/linux/nl.md @@ -15,7 +15,7 @@ `nl {{[-b|--body-numbering]}} {{a|n}} {{path/to/file}}` -- Number only the body lines that match a basic regular expression (BRE) [p]attern: +- Number only the body lines that match a basic `regex` (BRE) [p]attern: `nl {{[-b|--body-numbering]}} p'FooBar[0-9]' {{path/to/file}}` diff --git a/pages/linux/pacman-files.md b/pages/linux/pacman-files.md index e0e4a8aa59..02b51c0a72 100644 --- a/pages/linux/pacman-files.md +++ b/pages/linux/pacman-files.md @@ -12,9 +12,9 @@ `pacman -F {{filename}}` -- Find the package that owns a specific [F]ile, using a regular e[x]pression: +- Find the package that owns a specific [F]ile, using a `rege[x]`: -`pacman -Fx '{{regular_expression}}'` +`pacman -Fx '{{regex}}'` - List only the package names: diff --git a/pages/linux/pacman-sync.md b/pages/linux/pacman-sync.md index 82963bc254..8e2c4ff596 100644 --- a/pages/linux/pacman-sync.md +++ b/pages/linux/pacman-sync.md @@ -16,7 +16,7 @@ `sudo pacman -Syu --noconfirm {{package}}` -- [s]earch the package database for a regular expression or keyword: +- [s]earch the package database for a `regex` or keyword: `pacman -Ss "{{search_pattern}}"` diff --git a/pages/linux/pacman.md b/pages/linux/pacman.md index ca0bb1ad43..69f6c26a43 100644 --- a/pages/linux/pacman.md +++ b/pages/linux/pacman.md @@ -17,7 +17,7 @@ `sudo pacman -Rs {{package}}` -- Search ([s]) the package database for a regular expression or keyword: +- Search ([s]) the package database for a `regex` or keyword: `pacman -Ss "{{search_pattern}}"` diff --git a/pages/linux/perl-rename.md b/pages/linux/perl-rename.md index 2ce6f90ad4..fce0047068 100644 --- a/pages/linux/perl-rename.md +++ b/pages/linux/perl-rename.md @@ -4,7 +4,7 @@ > Note: This page refers to the command from the `perl-rename` Arch Linux package. > More information: . -- Rename files using a Perl Common Regular Expression (substitute 'foo' with 'bar' wherever found): +- Rename files using a Perl Common `regex` (substitute 'foo' with 'bar' wherever found): `rename {{'s/foo/bar/'}} {{*}}` diff --git a/pages/linux/prename.md b/pages/linux/prename.md index ef54dc312a..3906b62b17 100644 --- a/pages/linux/prename.md +++ b/pages/linux/prename.md @@ -4,7 +4,7 @@ > Note: This page refers to the command from the `prename` Fedora package. > More information: . -- Rename files using a Perl Common Regular Expression (substitute 'foo' with 'bar' wherever found): +- Rename files using a Perl Common `regex` (substitute 'foo' with 'bar' wherever found): `rename {{'s/foo/bar/'}} {{*}}` diff --git a/pages/linux/rnm.md b/pages/linux/rnm.md index a83386fabc..326b49eda8 100644 --- a/pages/linux/rnm.md +++ b/pages/linux/rnm.md @@ -7,7 +7,7 @@ `rnm -ss {{old}} -rs {{new}} {{path/to/directory}}` -- Use a fixed (literal) search and replace string instead of regex: +- Use a fixed (literal) search and replace string instead of `regex`: `rnm -ssf {{old}} -rs {{new}} {{path/to/files}}` diff --git a/pages/linux/sed.md b/pages/linux/sed.md index 9332124708..6a3a52f7af 100644 --- a/pages/linux/sed.md +++ b/pages/linux/sed.md @@ -4,15 +4,15 @@ > See also: `awk`, `ed`. > More information: . -- Replace `apple` with `mango` on all lines using basic regex, print to `stdout`: +- Replace `apple` with `mango` on all lines using basic `regex`, print to `stdout`: `{{command}} | sed 's/apple/mango/g'` -- Replace `apple` with `APPLE` on all lines using extended regex, print to `stdout`: +- Replace `apple` with `APPLE` on all lines using extended `regex`, print to `stdout`: `{{command}} | sed {{[-E|--regexp-extended]}} 's/(apple)/\U\1/g'` -- Use basic regex to replace `apple` with `mango` and `orange` with `lime` in-place in a file (overwriting original file): +- Use basic `regex` to replace `apple` with `mango` and `orange` with `lime` in-place in a file (overwriting original file): `sed {{[-i|--in-place]}} -e 's/apple/mango/g' -e 's/orange/lime/g' {{path/to/file}}` diff --git a/pages/linux/semanage-fcontext.md b/pages/linux/semanage-fcontext.md index 7a17ffe198..35cd39f032 100644 --- a/pages/linux/semanage-fcontext.md +++ b/pages/linux/semanage-fcontext.md @@ -12,11 +12,11 @@ `sudo semanage fcontext {{[-l|--list]}} {{[-C|--locallist]}} {{[-n|--noheading]}}` -- Add a user-defined rule that labels any path which matches a PCRE regex: +- Add a user-defined rule that labels any path which matches a PCRE `regex`: `sudo semanage fcontext {{[-a|--add]}} {{[-t|--type]}} {{samba_share_t}} {{'/mnt/share(/.*)?'}}` -- Delete a user-defined rule using its PCRE regex: +- Delete a user-defined rule using its PCRE `regex`: `sudo semanage fcontext {{[-d|--delete]}} {{'/mnt/share(/.*)?'}}` diff --git a/pages/linux/sqfstar.md b/pages/linux/sqfstar.md index a8c304d196..1ff283595a 100644 --- a/pages/linux/sqfstar.md +++ b/pages/linux/sqfstar.md @@ -19,6 +19,6 @@ `zstdcat {{archive.tar.zst}} | sqfstar {{filesystem.squashfs}} "{{*.gz}}"` -- Create a squashfs filesystem from a tar archive compressed with `lz4`, excluding files matching a regular expression: +- Create a squashfs filesystem from a tar archive compressed with `lz4`, excluding files matching a `regex`: -`lz4cat {{archive.tar.lz4}} | sqfstar {{filesystem.squashfs}} -regex "{{regular_expression}}"` +`lz4cat {{archive.tar.lz4}} | sqfstar {{filesystem.squashfs}} -regex "{{regex}}"` diff --git a/pages/linux/whatis.md b/pages/linux/whatis.md index d3491b4a78..2366698132 100644 --- a/pages/linux/whatis.md +++ b/pages/linux/whatis.md @@ -15,7 +15,7 @@ `whatis --wildcard {{net*}}` -- Search man page descriptions with a regular expression: +- Search man page descriptions with a `regex`: `whatis --regex '{{wish[0-9]\.[0-9]}}'` diff --git a/pages/linux/xbps-query.md b/pages/linux/xbps-query.md index c9b7b312f5..71d8327391 100644 --- a/pages/linux/xbps-query.md +++ b/pages/linux/xbps-query.md @@ -4,9 +4,9 @@ > See also: `xbps`. > More information: . -- Search for a package in remote repositories using a regular expression or a keyword (if `--regex` is omitted): +- Search for a package in remote repositories using a `regex` or a keyword (if `--regex` is omitted): -`xbps-query {{[-s|--search]}} {{regular_expression|keyword}} --repository --regex` +`xbps-query {{[-s|--search]}} {{regex|keyword}} --repository --regex` - Show information about an installed package: diff --git a/pages/netbsd/sed.md b/pages/netbsd/sed.md index 7f3e75b7dc..decf3621af 100644 --- a/pages/netbsd/sed.md +++ b/pages/netbsd/sed.md @@ -4,7 +4,7 @@ > See also: `awk`, `ed`. > More information: . -- Replace all `apple` (basic regex) occurrences with `mango` (basic regex) in all input lines and print the result to `stdout`: +- Replace all `apple` (basic `regex`) occurrences with `mango` (basic `regex`) in all input lines and print the result to `stdout`: `{{command}} | sed 's/apple/mango/g'` @@ -20,7 +20,7 @@ `{{command}} | sed -fg {{path/to/script.sed}}` -- Replace all `apple` (extended regex) occurrences with `APPLE` (extended regex) in all input lines and print the result to `stdout`: +- Replace all `apple` (extended `regex`) occurrences with `APPLE` (extended `regex`) in all input lines and print the result to `stdout`: `{{command}} | sed -E 's/(apple)/\U\1/g'` @@ -28,6 +28,6 @@ `{{command}} | sed -n '1p'` -- Replace all `apple` (basic regex) occurrences with `mango` (basic regex) in a specific file and overwrite the original file in place: +- Replace all `apple` (basic `regex`) occurrences with `mango` (basic `regex`) in a specific file and overwrite the original file in place: `sed -i 's/apple/mango/g' {{path/to/file}}` diff --git a/pages/openbsd/sed.md b/pages/openbsd/sed.md index 76c8da562c..5cbcdd2185 100644 --- a/pages/openbsd/sed.md +++ b/pages/openbsd/sed.md @@ -4,7 +4,7 @@ > See also: `awk`, `ed`. > More information: . -- Replace all `apple` (basic regex) occurrences with `mango` (basic regex) in all input lines and print the result to `stdout`: +- Replace all `apple` (basic `regex`) occurrences with `mango` (basic `regex`) in all input lines and print the result to `stdout`: `{{command}} | sed 's/apple/mango/g'` @@ -16,7 +16,7 @@ `{{command}} | sed -fa {{path/to/script.sed}}` -- Replace all `apple` (extended regex) occurrences with `APPLE` (extended regex) in all input lines and print the result to `stdout`: +- Replace all `apple` (extended `regex`) occurrences with `APPLE` (extended `regex`) in all input lines and print the result to `stdout`: `{{command}} | sed -E 's/(apple)/\U\1/g'` @@ -24,6 +24,6 @@ `{{command}} | sed -n '1p'` -- Replace all `apple` (basic regex) occurrences with `mango` (basic regex) in a specific file and overwrite the original file in place: +- Replace all `apple` (basic `regex`) occurrences with `mango` (basic `regex`) in a specific file and overwrite the original file in place: `sed -i 's/apple/mango/g' {{path/to/file}}` diff --git a/pages/osx/rename.md b/pages/osx/rename.md index 44b7578e39..dda4d3d678 100644 --- a/pages/osx/rename.md +++ b/pages/osx/rename.md @@ -1,6 +1,6 @@ # rename -> Rename a file or group of files with a regular expression. +> Rename a file or group of files with a `regex`. > More information: . - Replace `from` with `to` in the filenames of the specified files: diff --git a/pages/osx/sed.md b/pages/osx/sed.md index cf3efe433f..aef99ce083 100644 --- a/pages/osx/sed.md +++ b/pages/osx/sed.md @@ -4,7 +4,7 @@ > See also: `awk`, `ed`. > More information: . -- Replace all `apple` (basic regex) occurrences with `mango` (basic regex) in all input lines and print the result to `stdout`: +- Replace all `apple` (basic `regex`) occurrences with `mango` (basic `regex`) in all input lines and print the result to `stdout`: `{{command}} | sed 's/apple/mango/g'` @@ -12,7 +12,7 @@ `{{command}} | sed -f {{path/to/script_file.sed}}` -- Replace all `apple` (extended regex) occurrences with `APPLE` (extended regex) in all input lines and print the result to `stdout`: +- Replace all `apple` (extended `regex`) occurrences with `APPLE` (extended `regex`) in all input lines and print the result to `stdout`: `{{command}} | sed -E 's/(apple)/\U\1/g'` @@ -20,6 +20,6 @@ `{{command}} | sed -n '1p'` -- Replace all `apple` (basic regex) occurrences with `mango` (basic regex) in a `file` and save a backup of the original to `file.bak`: +- Replace all `apple` (basic `regex`) occurrences with `mango` (basic `regex`) in a `file` and save a backup of the original to `file.bak`: `sed -i bak 's/apple/mango/g' {{path/to/file}}` diff --git a/pages/osx/split.md b/pages/osx/split.md index 17b91647fa..70c22b2c12 100644 --- a/pages/osx/split.md +++ b/pages/osx/split.md @@ -7,7 +7,7 @@ `split -l 10 {{path/to/file}}` -- Split a file by a regular expression. The matching line will be the first line of the next output file: +- Split a file by a `regex`. The matching line will be the first line of the next output file: `split -p {{cat|^[dh]og}} {{path/to/file}}` diff --git a/pages/windows/es.md b/pages/windows/es.md index 390624ae22..f64d3bb006 100644 --- a/pages/windows/es.md +++ b/pages/windows/es.md @@ -8,9 +8,9 @@ `es {{search_term}}` -- Search using a regular expression: +- Search using a `regex`: -`es -r {{regex_pattern}}` +`es -r {{regex}}` - Match whole words: diff --git a/pages/windows/findstr.md b/pages/windows/findstr.md index 1a9c7ebf6d..1f729b3b9c 100644 --- a/pages/windows/findstr.md +++ b/pages/windows/findstr.md @@ -19,9 +19,9 @@ `findstr /i "{{string1 string2 ...}}" *` -- Find strings in all files using regular expressions: +- Find strings in all files using `regex`: -`findstr /r "{{expression}}" *` +`findstr /r "{{regex}}" *` - Find a literal string (containing spaces) in all text files: diff --git a/pages/windows/select-string.md b/pages/windows/select-string.md index 106ca0e116..98b10da8d1 100644 --- a/pages/windows/select-string.md +++ b/pages/windows/select-string.md @@ -9,7 +9,7 @@ `Select-String -Path "{{path\to\file}}" -Pattern '{{search_pattern}}'` -- Search for an exact string (disables regular expressions): +- Search for an exact string (disables `regex`): `Select-String -SimpleMatch "{{exact_string}}" {{path\to\file}}` From a0fead3bfc09d0a41011b8eeb21182514d397f60 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 25 Jul 2025 09:58:43 +0300 Subject: [PATCH 005/133] pct: add aliases (#17368) --- pages/linux/pct.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/linux/pct.md b/pages/linux/pct.md index 6737222df8..3f24457210 100644 --- a/pages/linux/pct.md +++ b/pages/linux/pct.md @@ -13,24 +13,24 @@ - Access a specific container's shell: -`pct enter {{100}}` +`pct {{[en|enter]}} {{100}}` - Create a container from template: -`pct create {{100}} {{/var/lib/vz/template/cache/distro-name.tar.zst}} -hostname {{hostname}} -password {{password}} --rootfs {{local-lvm}} --on-boot` +`pct {{[cr|create]}} {{100}} {{/var/lib/vz/template/cache/distro-name.tar.zst}} -hostname {{hostname}} -password {{password}} --rootfs {{local-lvm}} --on-boot` - Resize the container's disk to 20G: -`pct resize {{100}} {{rootfs|mpX}} {{20G}}` +`pct {{[resi|resize]]} {{100}} {{rootfs|mpX}} {{20G}}` - Show the configuration of a container, specifying its ID: -`pct config {{100}}` +`pct {{[conf|config]}} {{100}}` - Snapshot a specific container with description: -`pct snapshot {{100}} {{my-snapshot}} --description {{My snapshot description}}` +`pct {{[sn|snapshot]}} {{100}} {{my-snapshot}} --description {{My snapshot description}}` - Destroy a container and remove all related resources: -`pct destroy {{100}} --purge` +`pct {{[des|destroy]}} {{100}} --purge` From c547e2e903880a65b20c8403b98bfe7684bc4cf0 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 25 Jul 2025 19:00:05 +0300 Subject: [PATCH 006/133] qm*: add aliases (#17367) --- pages/linux/qm-cleanup.md | 2 +- pages/linux/qm-cloudinit-dump.md | 2 +- pages/linux/qm-config.md | 6 +++--- pages/linux/qm-create.md | 10 +++++----- pages/linux/qm-delsnapshot.md | 4 ++-- pages/linux/qm-destroy.md | 8 ++++---- pages/linux/qm-disk-import.md | 2 +- pages/linux/qm-disk-move.md | 4 ++-- pages/linux/qm-disk-resize.md | 2 +- pages/linux/qm-guest-cmd.md | 2 +- pages/linux/qm-guest-exec-status.md | 2 +- pages/linux/qm-guest-exec.md | 8 ++++---- pages/linux/qm-guest-passwd.md | 4 ++-- pages/linux/qm-help.md | 4 ++-- pages/linux/qm-listsnapshot.md | 2 +- pages/linux/qm-migrate.md | 10 +++++----- pages/linux/qm-monitor.md | 2 +- pages/linux/qm-mtunnel.md | 2 +- pages/linux/qm-nbdstop.md | 2 +- pages/linux/qm-pending.md | 2 +- pages/linux/qm-reboot.md | 4 ++-- pages/linux/qm-resume.md | 4 ++-- pages/linux/qm-rollback.md | 2 +- pages/linux/qm-sendkey.md | 4 ++-- pages/linux/qm-showcmd.md | 6 +++--- pages/linux/qm-shutdown.md | 10 +++++----- pages/linux/qm-snapshot.md | 6 +++--- pages/linux/qm-status.md | 4 ++-- pages/linux/qm-suspend.md | 6 +++--- pages/linux/qm-template.md | 2 +- pages/linux/qm-unlock.md | 2 +- pages/linux/qm-vncproxy.md | 2 +- pages/linux/qm-wait.md | 6 +++--- pages/linux/qm.md | 8 ++++---- 34 files changed, 73 insertions(+), 73 deletions(-) diff --git a/pages/linux/qm-cleanup.md b/pages/linux/qm-cleanup.md index 88067b107f..d9834b361c 100644 --- a/pages/linux/qm-cleanup.md +++ b/pages/linux/qm-cleanup.md @@ -6,4 +6,4 @@ - Clean up resources: -`qm cleanup {{vm_id}} {{clean-shutdown}} {{guest-requested}}` +`qm {{[cl|cleanup]}} {{vm_id}} {{clean-shutdown}} {{guest-requested}}` diff --git a/pages/linux/qm-cloudinit-dump.md b/pages/linux/qm-cloudinit-dump.md index e6b3e561cb..97de0b6c72 100644 --- a/pages/linux/qm-cloudinit-dump.md +++ b/pages/linux/qm-cloudinit-dump.md @@ -5,4 +5,4 @@ - Generate a cloudinit file for a specific configuration type: -`qm cloudinit dump {{virtual_machine_id}} {{meta|network|user}}` +`qm {{[clou|cloudinit]}} dump {{virtual_machine_id}} {{meta|network|user}}` diff --git a/pages/linux/qm-config.md b/pages/linux/qm-config.md index 2a320f0a36..40dd1eaa9a 100644 --- a/pages/linux/qm-config.md +++ b/pages/linux/qm-config.md @@ -5,12 +5,12 @@ - Display the virtual machine configuration: -`qm config {{vm_id}}` +`qm {{[co|config]}} {{vm_id}}` - Display the current configuration values instead of pending values for the virtual machine: -`qm config --current {{true}} {{vm_id}}` +`qm {{[co|config]}} --current {{true}} {{vm_id}}` - Fetch the configuration values from the given snapshot: -`qm config --snapshot {{snapshot_name}} {{vm_id}}` +`qm {{[co|config]}} --snapshot {{snapshot_name}} {{vm_id}}` diff --git a/pages/linux/qm-create.md b/pages/linux/qm-create.md index a17d4bf3d1..a0d247fcf1 100644 --- a/pages/linux/qm-create.md +++ b/pages/linux/qm-create.md @@ -5,20 +5,20 @@ - Create a virtual machine: -`qm create {{100}}` +`qm {{[cr|create]}} {{100}}` - Automatically start the machine after creation: -`qm create {{100}} --start 1` +`qm {{[cr|create]}} {{100}} --start 1` - Specify the type of operating system on the machine: -`qm create {{100}} --ostype {{win10}}` +`qm {{[cr|create]}} {{100}} --ostype {{win10}}` - Replace an existing machine (requires archiving it): -`qm create {{100}} --archive {{path/to/backup_file.tar}} --force 1` +`qm {{[cr|create]}} {{100}} --archive {{path/to/backup_file.tar}} --force 1` - Specify a script that is executed automatically depending on the state of the virtual machine: -`qm create {{100}} --hookscript {{path/to/script.pl}}` +`qm {{[cr|create]}} {{100}} --hookscript {{path/to/script.pl}}` diff --git a/pages/linux/qm-delsnapshot.md b/pages/linux/qm-delsnapshot.md index 5e64974caa..18e27d77fe 100644 --- a/pages/linux/qm-delsnapshot.md +++ b/pages/linux/qm-delsnapshot.md @@ -5,8 +5,8 @@ - Delete a snapshot: -`qm delsnapshot {{vm_id}} {{snapshot_name}}` +`qm {{[del|delsnapshot]}} {{vm_id}} {{snapshot_name}}` - Delete a snapshot from a configuration file (even if removing the disk snapshot fails): -`qm delsnapshot {{vm_id}} {{snapshot_name}} --force 1` +`qm {{[del|delsnapshot]}} {{vm_id}} {{snapshot_name}} --force 1` diff --git a/pages/linux/qm-destroy.md b/pages/linux/qm-destroy.md index 0ab67546f4..e02b2bb5db 100644 --- a/pages/linux/qm-destroy.md +++ b/pages/linux/qm-destroy.md @@ -5,16 +5,16 @@ - Destroy a specific virtual machine: -`qm destroy {{vm_id}}` +`qm {{[des|destroy]}} {{vm_id}}` - Destroy all disks that are not explicitly referenced in a specific virtual machine's configuration: -`qm destroy {{vm_id}} --destroy-unreferenced-disks` +`qm {{[des|destroy]}} {{vm_id}} --destroy-unreferenced-disks` - Destroy a virtual machine and remove from all locations (inventory, backup jobs, high availability managers, etc.): -`qm destroy {{vm_id}} --purge` +`qm {{[des|destroy]}} {{vm_id}} --purge` - Destroy a specific virtual machine ignoring locks and forcing destroy: -`sudo qm destroy {{vm_id}} --skiplock` +`sudo qm {{[des|destroy]}} {{vm_id}} --skiplock` diff --git a/pages/linux/qm-disk-import.md b/pages/linux/qm-disk-import.md index d95ecd5ace..959d983ea9 100644 --- a/pages/linux/qm-disk-import.md +++ b/pages/linux/qm-disk-import.md @@ -6,4 +6,4 @@ - Import a VMDK/qcow2/raw disk image using a specific storage name: -`qm disk import {{vm_id}} {{path/to/disk}} {{storage_name}} --format {{qcow2|raw|vmdk}}` +`qm {{[di|disk]}} import {{vm_id}} {{path/to/disk}} {{storage_name}} --format {{qcow2|raw|vmdk}}` diff --git a/pages/linux/qm-disk-move.md b/pages/linux/qm-disk-move.md index 73a04197fa..da2e35e1ed 100644 --- a/pages/linux/qm-disk-move.md +++ b/pages/linux/qm-disk-move.md @@ -5,8 +5,8 @@ - Move a virtual disk: -`qm disk move {{vm_id}} {{destination}} {{index}}` +`qm {{[di|disk]}} move {{vm_id}} {{destination}} {{index}}` - Delete the previous copy of the virtual disk: -`qm disk move -delete {{vm_id}} {{destination}} {{index}}` +`qm {{[di|disk]}} move -delete {{vm_id}} {{destination}} {{index}}` diff --git a/pages/linux/qm-disk-resize.md b/pages/linux/qm-disk-resize.md index a28b344ca0..997ae3cf46 100644 --- a/pages/linux/qm-disk-resize.md +++ b/pages/linux/qm-disk-resize.md @@ -5,4 +5,4 @@ - Add `n` gigabytes to a virtual disk: -`qm disk resize {{vm_id}} {{disk_name}} +{{n}}G` +`qm {{[di|disk]}} resize {{vm_id}} {{disk_name}} +{{n}}G` diff --git a/pages/linux/qm-guest-cmd.md b/pages/linux/qm-guest-cmd.md index 6e22369655..5c88f61949 100644 --- a/pages/linux/qm-guest-cmd.md +++ b/pages/linux/qm-guest-cmd.md @@ -5,4 +5,4 @@ - Execute a specific QEMU Guest Agent command: -`qm guest cmd {{virtual_machine_id}} {{fsfreeze-freeze|fsfreeze-status|fsfreeze-thaw|fstrim|get-fsinfo|...}}` +`qm {{[g|guest]}} cmd {{virtual_machine_id}} {{fsfreeze-freeze|fsfreeze-status|fsfreeze-thaw|fstrim|get-fsinfo|...}}` diff --git a/pages/linux/qm-guest-exec-status.md b/pages/linux/qm-guest-exec-status.md index 275166395f..76d44442d8 100644 --- a/pages/linux/qm-guest-exec-status.md +++ b/pages/linux/qm-guest-exec-status.md @@ -5,4 +5,4 @@ - Print the status of a specific PID: -`qm guest exec-status {{vm_id}} {{pid}}` +`qm {{[g|guest]}} exec-status {{vm_id}} {{pid}}` diff --git a/pages/linux/qm-guest-exec.md b/pages/linux/qm-guest-exec.md index dbb8603660..d6d4a86d49 100644 --- a/pages/linux/qm-guest-exec.md +++ b/pages/linux/qm-guest-exec.md @@ -5,16 +5,16 @@ - Execute a specific command via a guest agent: -`qm guest exec {{vm_id}} {{command}} {{argument1 argument2 ...}}` +`qm {{[g|guest]}} exec {{vm_id}} {{command}} {{argument1 argument2 ...}}` - Execute a specific command via a guest agent asynchronously: -`qm guest exec {{vm_id}} {{argument1 argument2 ...}} --synchronous 0` +`qm {{[g|guest]}} exec {{vm_id}} {{argument1 argument2 ...}} --synchronous 0` - Execute a specific command via a guest agent with a specified timeout of 10 seconds: -`qm guest exec {{vm_id}} {{argument1 argument2...}} --timeout {{10}}` +`qm {{[g|guest]}} exec {{vm_id}} {{argument1 argument2...}} --timeout {{10}}` - Execute a specific command via a guest agent and forward input from `stdin` until EOF to the guest agent: -`qm guest exec {{vm_id}} {{argument1 argument2 ...}} --pass-stdin 1` +`qm {{[g|guest]}} exec {{vm_id}} {{argument1 argument2 ...}} --pass-stdin 1` diff --git a/pages/linux/qm-guest-passwd.md b/pages/linux/qm-guest-passwd.md index 7879934cbc..d358c26af2 100644 --- a/pages/linux/qm-guest-passwd.md +++ b/pages/linux/qm-guest-passwd.md @@ -5,8 +5,8 @@ - Set a password for a specific user in a virtual machine interactively: -`qm guest passwd {{vm_id}} {{username}}` +`qm {{[g|guest]}} passwd {{vm_id}} {{username}}` - Set an already hashed password for a specific user in a virtual machine interactively: -`qm guest passwd {{vm_id}} {{username}} --crypted 1` +`qm {{[g|guest]}} passwd {{vm_id}} {{username}} --crypted 1` diff --git a/pages/linux/qm-help.md b/pages/linux/qm-help.md index 1d12b92978..595374a90c 100644 --- a/pages/linux/qm-help.md +++ b/pages/linux/qm-help.md @@ -5,8 +5,8 @@ - Display help for a specific command: -`qm help {{command}}` +`qm {{[h|help]}} {{command}}` - Display help for a specific command with detailed information: -`qm help {{command}} --verbose {{true|false}}` +`qm {{[h|help]}} {{command}} --verbose {{true|false}}` diff --git a/pages/linux/qm-listsnapshot.md b/pages/linux/qm-listsnapshot.md index a7343179cb..f126cc95a4 100644 --- a/pages/linux/qm-listsnapshot.md +++ b/pages/linux/qm-listsnapshot.md @@ -5,4 +5,4 @@ - List all snapshots of a specific virtual machine: -`qm listsnapshot {{vm_id}}` +`qm {{[lists|listsnapshot]}} {{vm_id}}` diff --git a/pages/linux/qm-migrate.md b/pages/linux/qm-migrate.md index a61799ded6..2de6d05aa9 100644 --- a/pages/linux/qm-migrate.md +++ b/pages/linux/qm-migrate.md @@ -6,20 +6,20 @@ - Migrate a specific virtual machine: -`qm migrate {{vm_id}} {{target}}` +`qm {{[mi|migrate]}} {{vm_id}} {{target}}` - Override the current I/O bandwidth limit with 10 KiB/s: -`qm migrate {{vm_id}} {{target}} --bwlimit 10` +`qm {{[mi|migrate]}} {{vm_id}} {{target}} --bwlimit 10` - Allow migration of virtual machines using local devices (root only): -`qm migrate {{vm_id}} {{target}} --force true` +`qm {{[mi|migrate]}} {{vm_id}} {{target}} --force true` - Use online/live migration if a virtual machine is running: -`qm migrate {{vm_id}} {{target}} --online true` +`qm {{[mi|migrate]}} {{vm_id}} {{target}} --online true` - Enable live storage migration for local disks: -`qm migrate {{vm_id}} {{target}} --with-local-disks true` +`qm {{[mi|migrate]}} {{vm_id}} {{target}} --with-local-disks true` diff --git a/pages/linux/qm-monitor.md b/pages/linux/qm-monitor.md index 379f3ea486..6eee380d23 100644 --- a/pages/linux/qm-monitor.md +++ b/pages/linux/qm-monitor.md @@ -5,4 +5,4 @@ - Enter the QEMU Monitor interface of a specific virtual machine: -`qm monitor {{vm_id}}` +`qm {{[mo|monitor]}} {{vm_id}}` diff --git a/pages/linux/qm-mtunnel.md b/pages/linux/qm-mtunnel.md index 6445578aee..33d00ebed6 100644 --- a/pages/linux/qm-mtunnel.md +++ b/pages/linux/qm-mtunnel.md @@ -6,4 +6,4 @@ - Command used by `qmigrate` during data migration from a VM to another host: -`qm mtunnel` +`qm {{[mt|mtunnel]}}` diff --git a/pages/linux/qm-nbdstop.md b/pages/linux/qm-nbdstop.md index 54c4eafcc0..71329ce816 100644 --- a/pages/linux/qm-nbdstop.md +++ b/pages/linux/qm-nbdstop.md @@ -5,4 +5,4 @@ - Stop embedded nbd server: -`qm nbdstop {{VM_ID}}` +`qm {{[n|nbdstop]}} {{VM_ID}}` diff --git a/pages/linux/qm-pending.md b/pages/linux/qm-pending.md index d6186bde6b..57e2761dec 100644 --- a/pages/linux/qm-pending.md +++ b/pages/linux/qm-pending.md @@ -5,4 +5,4 @@ - Get the virtual machine configuration of a specific virtual machine: -`qm pending {{vm_id}}` +`qm {{[p|pending]}} {{vm_id}}` diff --git a/pages/linux/qm-reboot.md b/pages/linux/qm-reboot.md index d1c1b876ef..9bbd189f6f 100644 --- a/pages/linux/qm-reboot.md +++ b/pages/linux/qm-reboot.md @@ -5,8 +5,8 @@ - Reboot a virtual machine: -`qm reboot {{vm_id}}` +`qm {{[reb|reboot]}} {{vm_id}}` - Reboot a virtual machine after wait for at most 10 seconds: -`qm reboot --timeout {{10}} {{vm_id}}` +`qm {{[reb|reboot]}} --timeout {{10}} {{vm_id}}` diff --git a/pages/linux/qm-resume.md b/pages/linux/qm-resume.md index 049f62f5c1..262c15fa15 100644 --- a/pages/linux/qm-resume.md +++ b/pages/linux/qm-resume.md @@ -5,8 +5,8 @@ - Resume a specific virtual machine: -`qm resume {{vm_id}}` +`qm {{[resu|resume]}} {{vm_id}}` - Resume a specific virtual machine ignoring locks (requires root): -`sudo qm resume {{vm_id}} --skiplock true` +`sudo qm {{[resu|resume]}} {{vm_id}} --skiplock true` diff --git a/pages/linux/qm-rollback.md b/pages/linux/qm-rollback.md index bea67a373b..6eae52685f 100644 --- a/pages/linux/qm-rollback.md +++ b/pages/linux/qm-rollback.md @@ -5,4 +5,4 @@ - Rollback the state of a specific VM to a specified snapshot: -`qm rollback {{vm_id}} {{snap_name}}` +`qm {{[ro|rollback]}} {{vm_id}} {{snap_name}}` diff --git a/pages/linux/qm-sendkey.md b/pages/linux/qm-sendkey.md index de220e6a02..9e8373c03e 100644 --- a/pages/linux/qm-sendkey.md +++ b/pages/linux/qm-sendkey.md @@ -5,8 +5,8 @@ - Send the specified key event to a specific virtual machine: -`qm sendkey {{vm_id}} {{key}}` +`qm {{[sen|sendkey]}} {{vm_id}} {{key}}` - Allow root user to send key event and ignore locks: -`qm sendkey --skiplock {{true}} {{vm_id}} {{key}}` +`qm {{[sen|sendkey]}} --skiplock {{true}} {{vm_id}} {{key}}` diff --git a/pages/linux/qm-showcmd.md b/pages/linux/qm-showcmd.md index 70cba7176f..3769c8ea86 100644 --- a/pages/linux/qm-showcmd.md +++ b/pages/linux/qm-showcmd.md @@ -5,12 +5,12 @@ - Show command-line for a specific virtual machine: -`qm showcmd {{vm_id}}` +`qm {{[sho|showcmd]}} {{vm_id}}` - Put each option on a new line to enhance human readability: -`qm showcmd --pretty {{true}} {{vm_id}}` +`qm {{[sho|showcmd]}} --pretty {{true}} {{vm_id}}` - Fetch configuration values from a specific snapshot: -`qm showcmd --snapshot {{string}} {{vm_id}}` +`qm {{[sho|showcmd]}} --snapshot {{string}} {{vm_id}}` diff --git a/pages/linux/qm-shutdown.md b/pages/linux/qm-shutdown.md index 9410568019..b79594d30d 100644 --- a/pages/linux/qm-shutdown.md +++ b/pages/linux/qm-shutdown.md @@ -5,20 +5,20 @@ - Shutdown a virtual machine: -`qm shutdown {{VM_ID}}` +`qm {{[shu|shutdown]}} {{VM_ID}}` - Shutdown a virtual machine after wait for at most 10 seconds: -`qm shutdown --timeout {{10}} {{VM_ID}}` +`qm {{[shu|shutdown]}} --timeout {{10}} {{VM_ID}}` - Shutdown a virtual machine and do not deactivate storage volumes: -`qm shutdown --keepActive {{true}} {{VM_ID}}` +`qm {{[shu|shutdown]}} --keepActive {{true}} {{VM_ID}}` - Shutdown a virtual machine and skip lock (only root can use this option): -`qm shutdown --skiplock {{true}} {{VM_ID}}` +`qm {{[shu|shutdown]}} --skiplock {{true}} {{VM_ID}}` - Stop and shutdown a virtual machine: -`qm shutdown --forceStop {{true}} {{VM_ID}}` +`qm {{[shu|shutdown]}} --forceStop {{true}} {{VM_ID}}` diff --git a/pages/linux/qm-snapshot.md b/pages/linux/qm-snapshot.md index 1329a4ea12..45c561217a 100644 --- a/pages/linux/qm-snapshot.md +++ b/pages/linux/qm-snapshot.md @@ -5,12 +5,12 @@ - Create a snapshot of a specific virtual machine: -`qm snapshot {{vm_id}} {{snapshot_name}}` +`qm {{[sn|snapshot]}} {{vm_id}} {{snapshot_name}}` - Create a snapshot with a specific description: -`qm snapshot {{vm_id}} {{snapshot_name}} --description {{description}}` +`qm {{[sn|snapshot]}} {{vm_id}} {{snapshot_name}} --description {{description}}` - Create a snapshot including the vmstate: -`qm snapshot {{vm_id}} {{snapshot_name}} --description {{description}} --vmstate 1` +`qm {{[sn|snapshot]}} {{vm_id}} {{snapshot_name}} --description {{description}} --vmstate 1` diff --git a/pages/linux/qm-status.md b/pages/linux/qm-status.md index d89ed296b4..f52c46e750 100644 --- a/pages/linux/qm-status.md +++ b/pages/linux/qm-status.md @@ -5,8 +5,8 @@ - Display the status of a specific virtual machine: -`qm status {{vm_id}}` +`qm {{[stat|status]}} {{vm_id}}` - Display detailed status of a specific virtual machine: -`qm status --verbose {{true}} {{vm_id}}` +`qm {{[stat|status]}} --verbose {{true}} {{vm_id}}` diff --git a/pages/linux/qm-suspend.md b/pages/linux/qm-suspend.md index c4fd707d54..bdfd7885eb 100644 --- a/pages/linux/qm-suspend.md +++ b/pages/linux/qm-suspend.md @@ -6,12 +6,12 @@ - Suspend a virtual machine by ID: -`qm suspend {{vm_id}} {{integer}}` +`qm {{[su|suspend]}} {{vm_id}} {{integer}}` - Skip the lock check when suspending the VM: -`qm suspend {{vm_id}} {{integer}} --skiplock` +`qm {{[su|suspend]}} {{vm_id}} {{integer}} --skiplock` - Skip the lock check for storage when suspending the VM: -`qm suspend {{vm_id}} {{integer}} --skiplockstorage` +`qm {{[su|suspend]}} {{vm_id}} {{integer}} --skiplockstorage` diff --git a/pages/linux/qm-template.md b/pages/linux/qm-template.md index c8d51fbb3d..4d5e011c27 100644 --- a/pages/linux/qm-template.md +++ b/pages/linux/qm-template.md @@ -5,4 +5,4 @@ - Create a template out of a specific virtual machine: -`qm template {{vm_id}}` +`qm {{[tem|template]}} {{vm_id}}` diff --git a/pages/linux/qm-unlock.md b/pages/linux/qm-unlock.md index f3b15ae580..3cfa909b34 100644 --- a/pages/linux/qm-unlock.md +++ b/pages/linux/qm-unlock.md @@ -5,4 +5,4 @@ - Unlock a specific virtual machine: -`qm unlock {{vm_id}}` +`qm {{[u|unlock]}} {{vm_id}}` diff --git a/pages/linux/qm-vncproxy.md b/pages/linux/qm-vncproxy.md index 0da99b4ba0..276c2c15b3 100644 --- a/pages/linux/qm-vncproxy.md +++ b/pages/linux/qm-vncproxy.md @@ -5,4 +5,4 @@ - Proxy a specific virtual machine: -`qm vncproxy {{vm_id}}` +`qm {{[v|vncproxy]}} {{vm_id}}` diff --git a/pages/linux/qm-wait.md b/pages/linux/qm-wait.md index d83b793ebb..c1c7b2cc0a 100644 --- a/pages/linux/qm-wait.md +++ b/pages/linux/qm-wait.md @@ -5,12 +5,12 @@ - Wait until the virtual machine is stopped: -`qm wait {{vm_id}}` +`qm {{[w|wait]}} {{vm_id}}` - Wait until the virtual machine is stopped with a 10 second timeout: -`qm wait --timeout {{10}} {{vm_id}}` +`qm {{[w|wait]}} --timeout {{10}} {{vm_id}}` - Send a shutdown request, then wait until the virtual machine is stopped with a 10 second timeout: -`qm shutdown {{vm_id}} && qm wait --timeout {{10}} {{vm_id}}` +`qm {{[shu|shutdown]}} {{vm_id}} && qm {{[w|wait]}} --timeout {{10}} {{vm_id}}` diff --git a/pages/linux/qm.md b/pages/linux/qm.md index 2fd818452b..4e4746ce67 100644 --- a/pages/linux/qm.md +++ b/pages/linux/qm.md @@ -10,11 +10,11 @@ - Using an ISO file uploaded on the local storage, create a virtual machine with a 4 GB IDE disk on the `local-lvm` storage and an ID of 100: -`qm create {{100}} -ide0 {{local-lvm:4}} -net0 {{e1000}} -cdrom {{local:iso/proxmox-mailgateway_2.1.iso}}` +`qm {{[cr|create]}} {{100}} -ide0 {{local-lvm:4}} -net0 {{e1000}} -cdrom {{local:iso/proxmox-mailgateway_2.1.iso}}` - Show the configuration of a virtual machine, specifying its ID: -`qm config {{100}}` +`qm {{[co|config]}} {{100}}` - Start a specific virtual machine: @@ -22,8 +22,8 @@ - Send a shutdown request, then wait until the virtual machine is stopped: -`qm shutdown {{100}} && qm wait {{100}}` +`qm {{[shu|shutdown]}} {{100}} && qm {{[w|wait]}} {{100}}` - Destroy a virtual machine and remove all related resources: -`qm destroy {{100}} --purge` +`qm {{[des|destroy]}} {{100}} --purge` From 633fd40dc51f9a2acfa5e10b133876f8ab342049 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 25 Jul 2025 19:01:05 +0300 Subject: [PATCH 007/133] qm-cloud-init: rename to qm-cloudinit and fix typos (#17366) --- pages/linux/{qm-cloud-init.md => qm-cloudinit.md} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename pages/linux/{qm-cloud-init.md => qm-cloudinit.md} (61%) diff --git a/pages/linux/qm-cloud-init.md b/pages/linux/qm-cloudinit.md similarity index 61% rename from pages/linux/qm-cloud-init.md rename to pages/linux/qm-cloudinit.md index 18293c5cf3..a854d1106d 100644 --- a/pages/linux/qm-cloud-init.md +++ b/pages/linux/qm-cloudinit.md @@ -1,24 +1,24 @@ -# qm cloud init +# qm cloudinit > Configure cloudinit settings for virtual machines managed by Proxmox Virtual Environment (PVE). > More information: . - Configure cloudinit settings for a specific user and set password for the user: -`qm cloud-init {{vm_id}} -user={{user}} -password={{password}}` +`qm {{[clou|cloudinit]}} {{vm_id}} -user={{user}} -password={{password}}` - Configure cloudinit settings for a specific user and set password for the user with a specific SSH key: -`qm cloud-init {{vm_id}} -user={{user}} -password={{password}} -sshkey={{ssh_key}}` +`qm {{[clou|cloudinit]}} {{vm_id}} -user={{user}} -password={{password}} -sshkey={{ssh_key}}` - Set the hostname for a specific virtual machine: -`qm cloud-init {{vm_id}} -hostname={{hostname}}` +`qm {{[clou|cloudinit]}} {{vm_id}} -hostname={{hostname}}` - Configure the network interface settings for a specific virtual machine: -`qm cloud-init {{vm_id}} -ipconfig {{ipconfig}}` +`qm {{[clou|cloudinit]}} {{vm_id}} -ipconfig {{ipconfig}}` - Configure a shell script to execute before `cloud-ini` is run on a virtual machine: -`qm cloud-init {{vm_id}} -pre {{script}}` +`qm {{[clou|cloudinit]}} {{vm_id}} -pre {{script}}` From 1c741f9958be23dc97cb33b9cd42d5fc14b6eec0 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 25 Jul 2025 20:04:52 +0300 Subject: [PATCH 008/133] fastfetch: be explicit on what the structure looks like (#17372) --- pages/common/fastfetch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/fastfetch.md b/pages/common/fastfetch.md index f410e8848d..b63ace2c97 100644 --- a/pages/common/fastfetch.md +++ b/pages/common/fastfetch.md @@ -17,7 +17,7 @@ - Fetch a specific structure: -`fastfetch {{[-s|--structure]}} {{structure}}` +`fastfetch {{[-s|--structure]}} {{os:kernel:de:cpu:gpu}}` - Use a specific logo: From 3b6fb489e597687faf4ca8fb31d062a477d32419 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 25 Jul 2025 20:28:39 +0300 Subject: [PATCH 009/133] nmtui, nmcli: refer to each other (#17349) --- pages/linux/nmcli.md | 1 + pages/linux/nmtui.md | 1 + 2 files changed, 2 insertions(+) diff --git a/pages/linux/nmcli.md b/pages/linux/nmcli.md index f65f3414da..9c5dcca96a 100644 --- a/pages/linux/nmcli.md +++ b/pages/linux/nmcli.md @@ -1,6 +1,7 @@ # nmcli > Manage the network configuration using NetworkManager. +> See also: `nmtui`. > More information: . - View documentation for managing network interfaces and establishing new Wi-Fi connections: diff --git a/pages/linux/nmtui.md b/pages/linux/nmtui.md index d6001ea3c2..51ea3fb761 100644 --- a/pages/linux/nmtui.md +++ b/pages/linux/nmtui.md @@ -2,6 +2,7 @@ > Text user interface for controlling NetworkManager. > Use `` to navigate, `` to select an option. +> See also: `nmcli`. > More information: . - Open the user interface: From 10d2042e7cbb345b64ab50d48db0c06e562e0279 Mon Sep 17 00:00:00 2001 From: Shinsei Date: Sat, 26 Jul 2025 01:31:11 +0800 Subject: [PATCH 010/133] gofmt: add Chinese translation (#17211) --- pages.zh/common/gofmt.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages.zh/common/gofmt.md diff --git a/pages.zh/common/gofmt.md b/pages.zh/common/gofmt.md new file mode 100644 index 0000000000..8ffd46ee1b --- /dev/null +++ b/pages.zh/common/gofmt.md @@ -0,0 +1,20 @@ +# gofmt + +> 格式化 Go 源代码。 +> 更多信息:. + +- 格式化文件并在控制台输出结果: + +`gofmt {{源代码.go}}` + +- 格式化文件并覆盖原文件: + +`gofmt -w {{源代码.go}}` + +- 格式化文件和简化代码并覆盖原文件: + +`gofmt -s -w {{源代码.go}}` + +- 打印所有(包括虚假的)错误: + +`gofmt -e {{源代码.go}}` From ce12f7a5bedc1606b6b852c56b1fbf2d608fb69a Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 25 Jul 2025 22:36:05 +0300 Subject: [PATCH 011/133] nmcli-device: add example (#17348) --- pages/linux/nmcli-device.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/nmcli-device.md b/pages/linux/nmcli-device.md index 88714894e7..b50381f256 100644 --- a/pages/linux/nmcli-device.md +++ b/pages/linux/nmcli-device.md @@ -18,3 +18,7 @@ - Print the password and QR code for the current Wi-Fi network: `nmcli {{[d|device]}} {{[w|wifi]}} {{[s|show-password]}}` + +- Print detailed information about a device: + +`nmcli {{[d|device]}} {{[sh|show]}} {{wlan0}}` From c7b677a569627a2fae4507f5edf8217af4c091f4 Mon Sep 17 00:00:00 2001 From: Kristopher Date: Fri, 25 Jul 2025 13:29:28 -0700 Subject: [PATCH 012/133] hddtemp: add page (#17343) * Create hddtemp.md * Update hddtemp.md * Update pages/linux/hddtemp.md Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> * Update pages/linux/hddtemp.md Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> * Update pages/linux/hddtemp.md Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> * Update pages/linux/hddtemp.md Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> * Update pages/linux/hddtemp.md Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> * Update pages/linux/hddtemp.md Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> * Update pages/linux/hddtemp.md Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> * Update hddtemp.md --------- Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/linux/hddtemp.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages/linux/hddtemp.md diff --git a/pages/linux/hddtemp.md b/pages/linux/hddtemp.md new file mode 100644 index 0000000000..5aca7a2240 --- /dev/null +++ b/pages/linux/hddtemp.md @@ -0,0 +1,36 @@ +# hddtemp + +> Display temperature of HDD via S.M.A.R.T. +> More information: . + +- Display temperature of a specific drive: + +`hddtemp {{type}}:{{/dev/sdX}}` + +- Display temperature of a SATA drive assigned to `sda`: + +`hddtemp SATA:/dev/sda` + +- Log temperatures to syslog every `n` seconds: + +`hddtemp {{[-S|--syslog]}} {{nseconds}} {{type}}:{{/dev/sdX}}` + +- Print only numeric value of temperature without unit: + +`hddtemp {{[-n|--numeric]}} {{type}}:{{/dev/sdX}}` + +- Define the unit used to denote temperature: + +`hddtemp {{[-u|--unit]}} {{C|F}} {{type}}:{{/dev/sdX}}` + +- Wake ATA drive before attempting to read temperature: + +`hddtemp {{[-w|--wake-up]}} {{type}}:{{/dev/sdX}}` + +- Enter debug mode to show S.M.A.R.T. fields and their values: + +`hddtemp {{[-D|--debug]}} {{type}}:{{/dev/sdX}}` + +- Suppress compatibility check for drive types: + +`hddtemp {{[-q|--quiet]}} {{type}}:{{/dev/sdX}}` From 712cd1650f697d60cb86ac710f55afd6c242c7a2 Mon Sep 17 00:00:00 2001 From: Dylan <145150333+dmmqz@users.noreply.github.com> Date: Sat, 26 Jul 2025 03:07:45 +0000 Subject: [PATCH 013/133] systemctl*: add Dutch translation (#17346) --- pages.nl/linux/systemctl-disable.md | 12 ++++++++++ pages.nl/linux/systemctl-enable.md | 12 ++++++++++ pages.nl/linux/systemctl-reboot.md | 12 ++++++++++ pages.nl/linux/systemctl.md | 36 +++++++++++++++++++++++++++++ 4 files changed, 72 insertions(+) create mode 100644 pages.nl/linux/systemctl-disable.md create mode 100644 pages.nl/linux/systemctl-enable.md create mode 100644 pages.nl/linux/systemctl-reboot.md create mode 100644 pages.nl/linux/systemctl.md diff --git a/pages.nl/linux/systemctl-disable.md b/pages.nl/linux/systemctl-disable.md new file mode 100644 index 0000000000..5584baaf7a --- /dev/null +++ b/pages.nl/linux/systemctl-disable.md @@ -0,0 +1,12 @@ +# systemctl disable + +> Schakel systemd-services uit. +> Meer informatie: . + +- Voorkom dat een service automatisch opstart: + +`systemctl disable {{eenheid}}` + +- Voorkom dat een service automatisch opstart en stop de huidige uitvoering: + +`systemctl disable {{eenheid}} --now` diff --git a/pages.nl/linux/systemctl-enable.md b/pages.nl/linux/systemctl-enable.md new file mode 100644 index 0000000000..eea9908abb --- /dev/null +++ b/pages.nl/linux/systemctl-enable.md @@ -0,0 +1,12 @@ +# systemctl enable + +> Schakel systemd-services aan. +> Meer informatie: . + +- Schakel het automatisch opstarten van een service in: + +`systemctl enable {{eenheid}}` + +- Schakel het automatisch opstarten van een service in en start het nu: + +`systemctl enable {{eenheid}} --now` diff --git a/pages.nl/linux/systemctl-reboot.md b/pages.nl/linux/systemctl-reboot.md new file mode 100644 index 0000000000..5dc25bfb80 --- /dev/null +++ b/pages.nl/linux/systemctl-reboot.md @@ -0,0 +1,12 @@ +# systemctl reboot + +> Herstart het systeem. +> Meer informatie: . + +- Herstart het systeem: + +`systemctl reboot` + +- Herstart het systeem in de BIOS/UEFI-menu: + +`systemctl reboot --firmware-setup` diff --git a/pages.nl/linux/systemctl.md b/pages.nl/linux/systemctl.md new file mode 100644 index 0000000000..35fe981786 --- /dev/null +++ b/pages.nl/linux/systemctl.md @@ -0,0 +1,36 @@ +# systemctl + +> Beheer het systemd-systeem en de service manager. +> Meer informatie: . + +- Toon alle actieve services: + +`systemctl status` + +- Toon gefaalde eenheden: + +`systemctl --failed` + +- Start/Stop/Herstart/Herlaad/Toon de status van een service: + +`systemctl {{start|stop|restart|reload|status}} {{eenheid}}` + +- Schakel een eenheid die bij het opstarten wordt uitgevoerd in/uit: + +`systemctl {{enable|disable}} {{eenheid}}` + +- Herlaad systemd, scan voor nieuwe of veranderde eenheden: + +`systemctl daemon-reload` + +- Controleer of een eenheid actief/ingeschakeld/gefaald is: + +`systemctl {{is-active|is-enabled|is-failed}} {{eenheid}}` + +- Toon alle service/socket/automount eenheden, waarbij wordt gefilterd op de actief/gefaald status: + +`systemctl list-units {{[-t|--type]}} {{service|socket|automount}} --state {{failed|running}}` + +- Toon of bewerk de inhoud en het absolute pad van een eenheidsbestand: + +`systemctl {{cat|edit}} {{eenheid}}` From 39feb0bacd6fab1c44c269ce9fded8c05b52d933 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 26 Jul 2025 06:35:33 +0300 Subject: [PATCH 014/133] apt-install: add page (#17353) Co-authored-by: Fazle Arefin --- pages/linux/apt-install.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/apt-install.md diff --git a/pages/linux/apt-install.md b/pages/linux/apt-install.md new file mode 100644 index 0000000000..1f2d4252ff --- /dev/null +++ b/pages/linux/apt-install.md @@ -0,0 +1,12 @@ +# apt install + +> Install packages for Debian-based distributions. +> More information: . + +- Install a package, or update it to the latest version: + +`sudo apt install {{package}}` + +- Display verbose package version information during installation or update: + +`sudo apt install {{[-V|--verbose-versions]}} {{package}}` From 172c039a1342ccf62651eef6080f15a1b3f89c1f Mon Sep 17 00:00:00 2001 From: Dylan <145150333+dmmqz@users.noreply.github.com> Date: Sat, 26 Jul 2025 04:58:59 +0000 Subject: [PATCH 015/133] free: add Dutch translation (#17345) --- pages.nl/linux/free.md | 20 ++++++++++++++++++++ pages/linux/free.md | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 pages.nl/linux/free.md diff --git a/pages.nl/linux/free.md b/pages.nl/linux/free.md new file mode 100644 index 0000000000..a9cdad9101 --- /dev/null +++ b/pages.nl/linux/free.md @@ -0,0 +1,20 @@ +# free + +> Toon hoeveelheid beschikbare en gebruikt geheugen in het systeem. +> Meer informatie: . + +- Toon systeemgeheugen: + +`free` + +- Toon geheugen in Bytes/KB/MB/GB: + +`free -{{b|k|m|g}}` + +- Toon geheugen in leesbare eenheden: + +`free {{[-h|--human]}}` + +- Ververs de uitvoer elke 2 seconden: + +`free {{[-s|--seconds]}} 2` diff --git a/pages/linux/free.md b/pages/linux/free.md index c3b4d71b80..4b92d35086 100644 --- a/pages/linux/free.md +++ b/pages/linux/free.md @@ -17,4 +17,4 @@ - Refresh the output every 2 seconds: -`free {{[-s|--seconds]}} {{2}}` +`free {{[-s|--seconds]}} 2` From 18131e57bde6a04972ad53cf2c25624f558b7aa1 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 26 Jul 2025 08:04:05 +0300 Subject: [PATCH 016/133] exrex: add short options (#17347) --- pages/common/exrex.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/common/exrex.md b/pages/common/exrex.md index 54930df71f..cc99be8dae 100644 --- a/pages/common/exrex.md +++ b/pages/common/exrex.md @@ -10,23 +10,23 @@ - Generate a random string that matches a `regex`: -`exrex --random '{{regex}}'` +`exrex {{[-r|--random]}} '{{regex}}'` - Generate at most 100 strings that match a `regex`: -`exrex --max-number {{100}} '{{regex}}'` +`exrex {{[-m|--max-number]}} {{100}} '{{regex}}'` - Generate all possible strings that match a `regex`, joined by a custom delimiter string: -`exrex --delimiter "{{, }}" '{{regex}}'` +`exrex {{[-d|--delimiter]}} "{{, }}" '{{regex}}'` - Print count of all possible strings that match a `regex`: -`exrex --count '{{regex}}'` +`exrex {{[-c|--count]}} '{{regex}}'` - Simplify a `regex`: -`exrex --simplify '{{ab|ac}}'` +`exrex {{[-s|--simplify]}} '{{ab|ac}}'` - Print eyes: From 32eaf30c802ea2aee1ed3aae3bfe752bbfc7e35d Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 26 Jul 2025 08:04:43 +0300 Subject: [PATCH 017/133] dnf-install: mark version as placeholder (#17352) --- pages/linux/dnf-install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/dnf-install.md b/pages/linux/dnf-install.md index e26f6b7f6d..43c99ec048 100644 --- a/pages/linux/dnf-install.md +++ b/pages/linux/dnf-install.md @@ -17,8 +17,8 @@ - Add the Extra Packages for Enterprise Linux (EPEL) repositories: -`sudo dnf {{[in|install]}} https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm` +`sudo dnf {{[in|install]}} https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{10}}.noarch.rpm` - Add Remi's RPM repository: -`sudo dnf {{[in|install]}} https://rpms.remirepo.net/enterprise/remi-release-8.rpm` +`sudo dnf {{[in|install]}} https://rpms.remirepo.net/enterprise/remi-release-{{8}}.rpm` From ab31a637d5ce2f39aa666a857ec8dfbb9ce4ab64 Mon Sep 17 00:00:00 2001 From: Nelson Figueroa <30811275+nelsonfigueroa@users.noreply.github.com> Date: Sat, 26 Jul 2025 06:05:45 -0700 Subject: [PATCH 018/133] fish: refresh translation pages (#17377) --- pages.de/common/fish.md | 12 ++++++------ pages.fr/common/fish.md | 10 +++++----- pages.ko/common/fish.md | 12 ++++++------ pages.nl/common/fish.md | 12 ++++++------ pages.zh/common/fish.md | 12 ++++++------ 5 files changed, 29 insertions(+), 29 deletions(-) diff --git a/pages.de/common/fish.md b/pages.de/common/fish.md index 18bd85089d..c86d2cb299 100644 --- a/pages.de/common/fish.md +++ b/pages.de/common/fish.md @@ -2,7 +2,7 @@ > The Friendly Interactive SHell. > Eine benutzerfreundliche Eingabeaufforderung. -> Weitere Informationen: . +> Weitere Informationen: . - Starte eine interaktive Shell-Sitzung: @@ -10,11 +10,11 @@ - Starte eine interaktive Shell-Sitzung ohne die Start-Konfiguration zu laden: -`fish --no-config` +`fish {{[-N|--no-config]}}` - Führe einen bestimmten Befehl aus: -`fish --command "{{echo 'fish wird ausgeführt'}}"` +`fish {{[-c|--command]}} "{{echo 'fish wird ausgeführt'}}"` - Führe ein bestimmtes Skript aus: @@ -22,12 +22,12 @@ - Überprüfe ein bestimmtes Skript auf Syntaxfehler: -`fish --no-execute {{pfad/zu/skript.fish}}` +`fish {{[-N|--no-execute]}} {{pfad/zu/skript.fish}}` - Starte eine private, interaktive Shell-Sitzung, in der fish weder auf die Shell-History zugreift, noch diese verändert: -`fish --private` +`fish {{[-P|--private]}}` - Definiere und exportiere eine Umgebungsvariable, die über mehrere Shell-Neustarts hinweg existiert (builtin): -`set --universal --export {{variablenname}} {{variablenwert}}` +`set {{[-U|--universal]}} {{[-x|--export]}} {{variablenname}} {{variablenwert}}` diff --git a/pages.fr/common/fish.md b/pages.fr/common/fish.md index 23dc3278e8..c8d30588dc 100644 --- a/pages.fr/common/fish.md +++ b/pages.fr/common/fish.md @@ -1,7 +1,7 @@ # fish > Friendly Interactive SHell, un interpréteur de ligne de commande, conçu pour être facile à utiliser. -> Plus d'informations : . +> Plus d'informations : . - Démarre une session shell interactive : @@ -9,7 +9,7 @@ - Exécute une commande, puis termine la session : -`fish -c "{{commande}}"` +`fish {{[-c|--command]}} "{{commande}}"` - Exécute un script : @@ -17,15 +17,15 @@ - Vérifie les erreurs de syntaxe dans un script : -`fish --no-execute {{chemin/vers/le/script.fish}}` +`fish {{[-N|--no-execute]}} {{chemin/vers/le/script.fish}}` - Démarre une session shell interactive en mode privé, dans laquelle le shell n'a pas accès à l'historique et n'y écrit rien : -`fish --private` +`fish {{[-P|--private]}}` - Affiche les informations de version : -`fish --version` +`fish {{[-v|--version]}}` - Ajoute et exporte une variable d'environnement, qui persiste entre les redémarrages du shell (à exécuter depuis le shell uniquement) : diff --git a/pages.ko/common/fish.md b/pages.ko/common/fish.md index 5d7e5633aa..fe781e3dc9 100644 --- a/pages.ko/common/fish.md +++ b/pages.ko/common/fish.md @@ -1,7 +1,7 @@ # fish > 사용자 친화적으로 설계된 명령줄 해석기인 Friendly Interactive SHell입니다. -> 더 많은 정보: . +> 더 많은 정보: . - 대화형 쉘 세션을 시작: @@ -9,11 +9,11 @@ - 시작 구성을 로드하지 않고 대화형 쉘 세션을 시작: -`fish --no-config` +`fish {{[-N|--no-config]}}` - 특정 명령을 실행: -`fish --command "{{echo 'fish is executed'}}"` +`fish {{[-c|--command]}} "{{echo 'fish is executed'}}"` - 특정 스크립트를 실행: @@ -21,7 +21,7 @@ - 구문 오류가 있는지 특정 스크립트를 확인: -`fish --no-execute {{경로/대상/스크립트.fish}}` +`fish {{[-N|--no-execute]}} {{경로/대상/스크립트.fish}}` - `stdin`에서 특정 명령을 실행: @@ -29,8 +29,8 @@ - 쉘이 이전 기록에 액세스하거나 새 기록을 저장하지 않는 비공개 모드에서 대화형 쉘 세션을 시작: -`fish --private` +`fish {{[-P|--private]}}` - 쉘을 다시 시작해도 지속되는 환경 변수를 정의하고 내보냄 (기본 제공): -`set --universal --export {{변수_이름}} {{변수_값}}` +`set {{[-U|--universal]}} {{[-x|--export]}} {{변수_이름}} {{변수_값}}` diff --git a/pages.nl/common/fish.md b/pages.nl/common/fish.md index 9b81adafad..e908d4bdd4 100644 --- a/pages.nl/common/fish.md +++ b/pages.nl/common/fish.md @@ -1,7 +1,7 @@ # fish > De Friendly Interactive SHell, een commandoregel-interpreteerder die is ontworpen voor gebruiksvriendelijkheid. -> Meer informatie: . +> Meer informatie: . - Start een interactieve shell sessie: @@ -9,11 +9,11 @@ - Start een interactieve shell sessie zonder opstartconfiguraties te laden: -`fish --no-config` +`fish {{[-N|--no-config]}}` - Voer specifieke commando's uit: -`fish --command "{{echo 'fish is executed'}}"` +`fish {{[-c|--command]}} "{{echo 'fish is executed'}}"` - Voer een specifiek script uit: @@ -21,7 +21,7 @@ - Controleer een specifiek script op syntax fouten: -`fish --no-execute {{pad/naar/script.fish}}` +`fish {{[-N|--no-execute]}} {{pad/naar/script.fish}}` - Voer specifieke commando's uit van `stdin`: @@ -29,8 +29,8 @@ - Start een interactieve shell sessie in privémodus, waarbij de shell geen toegang heeft tot oude geschiedenis of nieuwe geschiedenis opslaat: -`fish --private` +`fish {{[-P|--private]}}` - Definieer en exporteer een omgevingsvariabele die blijft na het herstarten van de shell (ingebouwd): -`set --universal --export {{variabele_naam}} {{variabele_waarde}}` +`set {{[-U|--universal]}} {{[-x|--export]}} {{variabele_naam}} {{variabele_waarde}}` diff --git a/pages.zh/common/fish.md b/pages.zh/common/fish.md index 203e229492..068efd2a6a 100644 --- a/pages.zh/common/fish.md +++ b/pages.zh/common/fish.md @@ -1,7 +1,7 @@ # fish > The Friendly Interactive SHell, 一个设计为用户友好的命令行解释器。 -> 更多信息:. +> 更多信息:. - 启动交互式 shell 会话: @@ -9,11 +9,11 @@ - 启动不加载启动配置的交互式 shell 会话: -`fish --no-config` +`fish {{[-N|--no-config]}}` - 执行特定命令: -`fish --command "{{echo 'fish is executed'}}"` +`fish {{[-c|--command]}} "{{echo 'fish is executed'}}"` - 执行特定脚本: @@ -21,7 +21,7 @@ - 检查特定脚本是否有语法错误: -`fish --no-execute {{路径/到/脚本.fish}}` +`fish {{[-N|--no-execute]}} {{路径/到/脚本.fish}}` - 从 `stdin` 执行特定命令: @@ -29,8 +29,8 @@ - 在专用模式下启动交互式 shell 会话,其中 shell 不会访问旧历史记录或保存新历史记录: -`fish --private` +`fish {{[-P|--private]}}` - 定义并导出一个在 shell 重启后持续存在的环境变量(内置): -`set --universal --export {{变量名}} {{变量值}}` +`set {{[-U|--universal]}} {{[-x|--export]}} {{变量名}} {{变量值}}` From 820bb32694a6fa3de4bb276777c45c3a75a64ef1 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Sat, 26 Jul 2025 13:06:56 +0000 Subject: [PATCH 019/133] pages.*: move translations to the correct location (#17374) --- .../{qm-cloud-init.md => qm-cloudinit.md} | 14 +++++------ pages.ko/common/qemu.md | 25 ------------------- .../{qm-cloud-init.md => qm-cloudinit.md} | 14 +++++------ pages.ko/{common => linux}/wireplumber.md | 0 pages.ko/{common => linux}/wpexec.md | 0 pages.zh/common/qemu.md | 25 ------------------- pages/linux/qm-cloudinit.md | 2 +- 7 files changed, 15 insertions(+), 65 deletions(-) rename pages.es/linux/{qm-cloud-init.md => qm-cloudinit.md} (62%) delete mode 100644 pages.ko/common/qemu.md rename pages.ko/linux/{qm-cloud-init.md => qm-cloudinit.md} (50%) rename pages.ko/{common => linux}/wireplumber.md (100%) rename pages.ko/{common => linux}/wpexec.md (100%) delete mode 100644 pages.zh/common/qemu.md diff --git a/pages.es/linux/qm-cloud-init.md b/pages.es/linux/qm-cloudinit.md similarity index 62% rename from pages.es/linux/qm-cloud-init.md rename to pages.es/linux/qm-cloudinit.md index 6acead630a..d333574eab 100644 --- a/pages.es/linux/qm-cloud-init.md +++ b/pages.es/linux/qm-cloudinit.md @@ -1,24 +1,24 @@ -# qm cloud init +# qm cloudinit > Configuración de ajustes de cloudinit para máquinas virtuales gestionadas por Ambiente Virtual Proxmox (Virtual Environment) (PVE). > Más información: . - Configura ajustes de cloudinit para un usuario específico y establece una contraseña para el mismo: -`qm cloud-init {{id_mv}} -user={{usuario}} -password={{contraseña}}` +`qm cloudinit {{id_mv}} -user={{usuario}} -password={{contraseña}}` - Configura ajustes de cloudinit para un usuario específico y le establece una contraseña con una clave SSH específica: -`qm cloud-init {{id_mv}} -user={{usuario}} -password={{contraseña}} -sshkey={{clave_ssh}}` +`qm cloudinit {{id_mv}} -user={{usuario}} -password={{contraseña}} -sshkey={{clave_ssh}}` - Establece el nombre de host para una máquina virtual específica: -`qm cloud-init {{id_mv}} -hostname={{nombre_del_equipo}}` +`qm cloudinit {{id_mv}} -hostname={{nombre_del_equipo}}` - Configura los ajustes de interfaz de red para una máquina virtual específica: -`qm cloud-init {{id_mv}} -ipconfig {{ipconfig}}` +`qm cloudinit {{id_mv}} -ipconfig {{ipconfig}}` -- Configura un script de interfaz de comandos (shell) para ejecutarse antes de que `cloud-ini` se ejecute en una máquina virtual: +- Configura un script de interfaz de comandos (shell) para ejecutarse antes de que `cloudinit` se ejecute en una máquina virtual: -`qm cloud-init {{id_mv}} -pre {{script}}` +`qm cloudinit {{id_mv}} -pre {{script}}` diff --git a/pages.ko/common/qemu.md b/pages.ko/common/qemu.md deleted file mode 100644 index 9ebb93caf2..0000000000 --- a/pages.ko/common/qemu.md +++ /dev/null @@ -1,25 +0,0 @@ -# qemu - -> 범용 머신 에뮬레이터 및 가상화 도구. -> 다양한 CPU 아키텍처를 지원. -> 더 많은 정보: . - -- i386 아키텍처를 에뮬레이트하여 이미지에서 부팅: - -`qemu-system-i386 -hda {{이미지_이름.img}}` - -- x64 아키텍처를 에뮬레이트하여 이미지에서 부팅: - -`qemu-system-x86_64 -hda {{이미지_이름.img}}` - -- 라이브 ISO 이미지를 사용하여 QEMU 인스턴스 부팅: - -`qemu-system-i386 -hda {{이미지_이름.img}} -cdrom {{os_이미지.iso}} -boot d` - -- 인스턴스에 할당할 RAM의 양 지정: - -`qemu-system-i386 -m 256 -hda {{이미지_이름.img}} -cdrom {{os_이미지.iso}} -boot d` - -- 물리적 장치에서 부팅 (예: 부팅 가능한 매체 테스트를 위한 USB): - -`qemu-system-i386 -hda {{/dev/저장장치}}` diff --git a/pages.ko/linux/qm-cloud-init.md b/pages.ko/linux/qm-cloudinit.md similarity index 50% rename from pages.ko/linux/qm-cloud-init.md rename to pages.ko/linux/qm-cloudinit.md index 0fd3445c2c..3caeedbd4c 100644 --- a/pages.ko/linux/qm-cloud-init.md +++ b/pages.ko/linux/qm-cloudinit.md @@ -1,24 +1,24 @@ -# qm cloud init +# qm cloudinit > Proxmox Virtual Environment (PVE)에서 관리하는 가상 머신에 대한 cloudinit 설정 구성. > 더 많은 정보: . - 특정 사용자에 대한 cloudinit 설정 구성 및 사용자 비밀번호 설정: -`qm cloud-init {{가상_머신_ID}} -user={{사용자}} -password={{비밀번호}}` +`qm cloudinit {{가상_머신_ID}} -user={{사용자}} -password={{비밀번호}}` - 특정 사용자에 대한 cloudinit 설정 구성 및 특정 SSH 키로 사용자 비밀번호 설정: -`qm cloud-init {{가상_머신_ID}} -user={{사용자}} -password={{비밀번호}} -sshkey={{ssh_키}}` +`qm cloudinit {{가상_머신_ID}} -user={{사용자}} -password={{비밀번호}} -sshkey={{ssh_키}}` - 특정 가상 머신의 호스트네임 설정: -`qm cloud-init {{가상_머신_ID}} -hostname={{호스트네임}}` +`qm cloudinit {{가상_머신_ID}} -hostname={{호스트네임}}` - 특정 가상 머신의 네트워크 인터페이스 설정 구성: -`qm cloud-init {{가상_머신_ID}} -ipconfig {{ipconfig}}` +`qm cloudinit {{가상_머신_ID}} -ipconfig {{ipconfig}}` -- 가상 머신에서 `cloud-init`이 실행되기 전에 수행할 셸 스크립트 구성: +- 가상 머신에서 `cloudinit`이 실행되기 전에 수행할 셸 스크립트 구성: -`qm cloud-init {{가상_머신_ID}} -pre {{스크립트}}` +`qm cloudinit {{가상_머신_ID}} -pre {{스크립트}}` diff --git a/pages.ko/common/wireplumber.md b/pages.ko/linux/wireplumber.md similarity index 100% rename from pages.ko/common/wireplumber.md rename to pages.ko/linux/wireplumber.md diff --git a/pages.ko/common/wpexec.md b/pages.ko/linux/wpexec.md similarity index 100% rename from pages.ko/common/wpexec.md rename to pages.ko/linux/wpexec.md diff --git a/pages.zh/common/qemu.md b/pages.zh/common/qemu.md deleted file mode 100644 index 56592f264a..0000000000 --- a/pages.zh/common/qemu.md +++ /dev/null @@ -1,25 +0,0 @@ -# qemu - -> 通用机器模拟器和虚拟化器。 -> 支持多种 CPU 架构。 -> 更多信息:. - -- 启动镜像并模拟 i386 架构: - -`qemu-system-i386 -hda {{镜像名称.img}}` - -- 启动镜像并模拟 x64 架构: - -`qemu-system-x86_64 -hda {{镜像名称.img}}` - -- 使用现场 ISO 镜像启动 QEMU 实例: - -`qemu-system-i386 -hda {{镜像名称.img}} -cdrom {{操作系统镜像.iso}} -boot d` - -- 为实例指定 RAM 大小: - -`qemu-system-i386 -m 256 -hda {{镜像名称.img}} -cdrom {{操作系统镜像.iso}} -boot d` - -- 从物理设备启动(例如,从 USB 启动以测试可启动介质): - -`qemu-system-i386 -hda {{/dev/存储设备}}` diff --git a/pages/linux/qm-cloudinit.md b/pages/linux/qm-cloudinit.md index a854d1106d..e9033192b0 100644 --- a/pages/linux/qm-cloudinit.md +++ b/pages/linux/qm-cloudinit.md @@ -19,6 +19,6 @@ `qm {{[clou|cloudinit]}} {{vm_id}} -ipconfig {{ipconfig}}` -- Configure a shell script to execute before `cloud-ini` is run on a virtual machine: +- Configure a shell script to execute before `cloudinit` is run on a virtual machine: `qm {{[clou|cloudinit]}} {{vm_id}} -pre {{script}}` From ca10ab00a5adf4ce2f9c6d269f9e21b2895279a5 Mon Sep 17 00:00:00 2001 From: Dylan <145150333+dmmqz@users.noreply.github.com> Date: Sat, 26 Jul 2025 13:13:24 +0000 Subject: [PATCH 020/133] qwen: add page (#17369) --- pages/common/qwen.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 pages/common/qwen.md diff --git a/pages/common/qwen.md b/pages/common/qwen.md new file mode 100644 index 0000000000..2e909a4319 --- /dev/null +++ b/pages/common/qwen.md @@ -0,0 +1,33 @@ +# qwen + +> Launch an interactive prompt with Qwen3-Coder. +> See also: `gemini`. +> More information: . + +- Start a REPL session to chat interactively: + +`qwen` + +- Send the output of another command to Qwen and exit immediately: + +`{{echo "Summarize the history of Rome"}} | qwen {{[-p|--prompt]}}` + +- Override the default model (default: qwen3-coder-max): + +`qwen {{[-m|--model]}} {{model_name}}` + +- Run inside a sandbox container: + +`qwen {{[-s|--sandbox]}}` + +- Execute a prompt then stay in interactive mode: + +`qwen {{[-i|--prompt-interactive]}} "{{Give me an example of recursion in Python}}"` + +- Include all files in context: + +`qwen {{[-a|--all-files]}}` + +- Show memory usage in status bar: + +`qwen --show-memory-usage` From d46ccf8a7d24d324c7d30a4838bf8809e9bf68ce Mon Sep 17 00:00:00 2001 From: Harshavardhan Date: Sat, 26 Jul 2025 18:48:23 +0530 Subject: [PATCH 021/133] manim: add page (#17257) --- pages.ko/common/manim.md | 32 ++++++++++++++++++++++++++++++++ pages.zh/common/manim.md | 32 ++++++++++++++++++++++++++++++++ pages/common/manim.md | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 96 insertions(+) create mode 100644 pages.ko/common/manim.md create mode 100644 pages.zh/common/manim.md create mode 100644 pages/common/manim.md diff --git a/pages.ko/common/manim.md b/pages.ko/common/manim.md new file mode 100644 index 0000000000..3819a00ffd --- /dev/null +++ b/pages.ko/common/manim.md @@ -0,0 +1,32 @@ +# manim + +> 수학 설명 영상을 위한 애니메이션 엔진입니다. +> 더 많은 정보: . + +- 기본 설정으로 Python 스크립트의 장면을 렌더링: + +`manim {{경로/파일.py}} {{장면이름}}` + +- 실시간 미리보기로 렌더링 (렌더링 후 자동으로 영상 열기): + +`manim {{[-pql|--preview --quality low]}} {{경로/파일.py}} {{장면이름}}` + +- 고화질(1080p 60fps)로 렌더링: + +`manim {{[-pqh|--preview --quality high]}} {{경로/파일.py}} {{장면이름}}` + +- 출력 파일 이름을 직접 지정: + +`manim {{[-o|--output_file]}} {{출력파일이름}} {{경로/파일.py}} {{장면이름}}` + +- 특정 해상도와 프레임 속도로 렌더링: + +`manim {{[-r|--resolution]}} {{1920,1080}} {{[-f|--fps]}} {{60}} {{경로/파일.py}} {{장면이름}}` + +- 렌더링 없이 스크립트에 정의된 장면 목록 보기: + +`manim --list_scenes {{경로/파일.py}}` + +- 도움말 표시: + +`manim --help` diff --git a/pages.zh/common/manim.md b/pages.zh/common/manim.md new file mode 100644 index 0000000000..819651eacc --- /dev/null +++ b/pages.zh/common/manim.md @@ -0,0 +1,32 @@ +# manim + +> 用于制作数学动画的视频引擎。 +> 更多信息:. + +- 使用默认设置渲染 Python 脚本中的场景: + +`manim {{路径/文件.py}} {{场景名称}}` + +- 实时预览渲染(渲染后自动打开视频): + +`manim {{[-pql|--preview --quality low]}} {{路径/文件.py}} {{场景名称}}` + +- 以高质量渲染(1080p 60帧): + +`manim {{[-pqh|--preview --quality high]}} {{路径/文件.py}} {{场景名称}}` + +- 指定自定义输出文件名: + +`manim {{[-o|--output_file]}} {{输出文件名}} {{路径/文件.py}} {{场景名称}}` + +- 使用指定分辨率和帧率进行渲染: + +`manim {{[-r|--resolution]}} {{1920,1080}} {{[-f|--fps]}} {{60}} {{路径/文件.py}} {{场景名称}}` + +- 列出文件中可用的场景而不进行渲染: + +`manim --list_scenes {{路径/文件.py}}` + +- 显示帮助信息: + +`manim --help` diff --git a/pages/common/manim.md b/pages/common/manim.md new file mode 100644 index 0000000000..a82680d9e5 --- /dev/null +++ b/pages/common/manim.md @@ -0,0 +1,32 @@ +# manim + +> Animation engine for explanatory math videos. +> More information: . + +- Render a scene from a Python script using the default settings: + +`manim {{path/to/file.py}} {{SceneName}}` + +- Render with live preview (auto-opens the video file after rendering): + +`manim {{[-pql|--preview --quality low]}} {{path/to/file.py}} {{SceneName}}` + +- Render at high quality (1080p 60fps): + +`manim {{[-pqh|--preview --quality high]}} {{path/to/file.py}} {{SceneName}}` + +- Specify a custom output file name: + +`manim {{[-o|--output_file]}} {{output_file_name}} {{path/to/file.py}} {{SceneName}}` + +- Render using a specific resolution and frame rate: + +`manim {{[-r|--resolution]}} {{1920,1080}} {{[-f|--fps]}} {{60}} {{path/to/file.py}} {{SceneName}}` + +- List available scenes in a file without rendering: + +`manim --list_scenes {{path/to/file.py}}` + +- Display help: + +`manim --help` From 3860d4b4a703a51a02b90b66139da82826b618c7 Mon Sep 17 00:00:00 2001 From: Dylan <145150333+dmmqz@users.noreply.github.com> Date: Sat, 26 Jul 2025 17:51:17 +0000 Subject: [PATCH 022/133] cargo-install: add local example (#17384) --- pages/common/cargo-install.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/cargo-install.md b/pages/common/cargo-install.md index 022dd8305f..4f0d32102f 100644 --- a/pages/common/cargo-install.md +++ b/pages/common/cargo-install.md @@ -15,6 +15,10 @@ `cargo install --git {{repo_url}} --{{branch|tag|rev}} {{branch_name|tag|commit_hash}}` +- Install a package from a local directory: + +`cargo install --path {{path/to/package}}` + - List all installed packages and their versions: `cargo install --list` From c3c0cf6ed93fa13d14e1134ed49223d19953356d Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Sat, 26 Jul 2025 18:31:06 +0000 Subject: [PATCH 023/133] sbctl: add option placeholders (#17382) --- pages.es/linux/sbctl.md | 2 +- pages.ko/linux/sbctl.md | 2 +- pages/linux/sbctl.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages.es/linux/sbctl.md b/pages.es/linux/sbctl.md index 7aeff7f02d..ab2f6d7a94 100644 --- a/pages.es/linux/sbctl.md +++ b/pages.es/linux/sbctl.md @@ -14,7 +14,7 @@ - Inscribe las claves de arranque seguro personalizadas y los certificados de proveedor UEFI de Microsoft: -`sbctl enroll-keys --microsoft` +`sbctl enroll-keys {{[-m|--microsoft]}}` - Ejecuta automáticamente `create-keys` y `enroll-keys` basado en los parámetros de `/etc/sbctl/sbctl.conf`: diff --git a/pages.ko/linux/sbctl.md b/pages.ko/linux/sbctl.md index a67574c382..c30c9f4071 100644 --- a/pages.ko/linux/sbctl.md +++ b/pages.ko/linux/sbctl.md @@ -14,7 +14,7 @@ - 사용자 정의 보안 부트 키 및 Microsoft의 UEFI 공급업체 인증서 등록: -`sbctl enroll-keys --microsoft` +`sbctl enroll-keys {{[-m|--microsoft]}}` - `/etc/sbctl/sbctl.conf`의 설정에 따라 `create-keys`와 `enroll-keys` 자동 실행: diff --git a/pages/linux/sbctl.md b/pages/linux/sbctl.md index 790d430092..b254ae05ba 100644 --- a/pages/linux/sbctl.md +++ b/pages/linux/sbctl.md @@ -14,7 +14,7 @@ - Enroll the custom secure boot keys and Microsoft's UEFI vendor certificates: -`sbctl enroll-keys --microsoft` +`sbctl enroll-keys {{[-m|--microsoft]}}` - Automatically run `create-keys` and `enroll-keys` based on the settings in `/etc/sbctl/sbctl.conf`: From 02a086c29a5efbb289c37ee69f70a0803aa875e9 Mon Sep 17 00:00:00 2001 From: Rubens Altimari Date: Sat, 26 Jul 2025 22:17:25 +0200 Subject: [PATCH 024/133] rename, file-rename, perl-rename, prename: rework pages (#17259) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/common/file-rename.md | 7 +++++++ pages/common/perl-rename.md | 7 +++++++ pages/common/prename.md | 7 +++++++ pages/common/rename.md | 30 ++++++++++++++++++++++++++++++ pages/linux/file-rename.md | 25 ------------------------- pages/linux/perl-rename.md | 25 ------------------------- pages/linux/prename.md | 25 ------------------------- pages/linux/rename.md | 30 +++++------------------------- pages/linux/rename.util.md | 30 ++++++++++++++++++++++++++++++ pages/osx/rename.md | 8 -------- 10 files changed, 86 insertions(+), 108 deletions(-) create mode 100644 pages/common/file-rename.md create mode 100644 pages/common/perl-rename.md create mode 100644 pages/common/prename.md create mode 100644 pages/common/rename.md delete mode 100644 pages/linux/file-rename.md delete mode 100644 pages/linux/perl-rename.md delete mode 100644 pages/linux/prename.md create mode 100644 pages/linux/rename.util.md delete mode 100644 pages/osx/rename.md diff --git a/pages/common/file-rename.md b/pages/common/file-rename.md new file mode 100644 index 0000000000..417d5882c1 --- /dev/null +++ b/pages/common/file-rename.md @@ -0,0 +1,7 @@ +# file-rename + +> This command is an alias of `rename`. + +- View documentation for the original command: + +`tldr -p common rename` diff --git a/pages/common/perl-rename.md b/pages/common/perl-rename.md new file mode 100644 index 0000000000..ca469cec82 --- /dev/null +++ b/pages/common/perl-rename.md @@ -0,0 +1,7 @@ +# perl-rename + +> This command is an alias of `rename`. + +- View documentation for the original command: + +`tldr -p common rename` diff --git a/pages/common/prename.md b/pages/common/prename.md new file mode 100644 index 0000000000..698097eea8 --- /dev/null +++ b/pages/common/prename.md @@ -0,0 +1,7 @@ +# prename + +> This command is an alias of `rename`. + +- View documentation for the original command: + +`tldr -p common rename` diff --git a/pages/common/rename.md b/pages/common/rename.md new file mode 100644 index 0000000000..71c05dbe33 --- /dev/null +++ b/pages/common/rename.md @@ -0,0 +1,30 @@ +# rename + +> Rename a file or group of files with a regular expression. +> WARNING: This command will overwrite files without prompting unless the dry-run option is used. +> Note: This page refers to the Perl version, also known as `file-rename`. +> More information: . + +- Replace `from` with `to` in the filenames of the specified files: + +`rename 's/{{from}}/{{to}}/' {{*.txt}}` + +- Dry-run - display which changes would occur without performing them: + +`rename -n 's/{{from}}/{{to}}/' {{*.txt}}` + +- Change the extension: + +`rename 's/\.old$/\.new/' {{*.txt}}` + +- Change to lowercase (use `-f` in case-insensitive filesystems): + +`rename {{[-f|--force]}} 'y/A-Z/a-z/' {{*.txt}}` + +- Capitalize first letter of every word in the name: + +`rename {{[-f|--force]}} 's/\b(\w)/\U$1/g' {{*.txt}}` + +- Replace spaces with underscores: + +`rename 's/\s+/_/g' {{*.txt}}` diff --git a/pages/linux/file-rename.md b/pages/linux/file-rename.md deleted file mode 100644 index 1469dbad3b..0000000000 --- a/pages/linux/file-rename.md +++ /dev/null @@ -1,25 +0,0 @@ -# rename - -> Rename multiple files. -> Note: This page refers to the command from the `rename` Debian package. -> More information: . - -- Rename files using a Perl Common `regex` (substitute 'foo' with 'bar' wherever found): - -`rename {{'s/foo/bar/'}} {{*}}` - -- Dry-run - display which renames would occur without performing them: - -`rename {{[-n|--nono]}} {{'s/foo/bar/'}} {{*}}` - -- Force renaming even if the operation would remove existing destination files: - -`rename {{[-f|--force]}} {{'s/foo/bar/'}} {{*}}` - -- Convert filenames to lower case (use `-f` in case-insensitive filesystems to prevent "already exists" errors): - -`rename 'y/A-Z/a-z/' {{*}}` - -- Replace whitespace with underscores: - -`rename 's/\s+/_/g' {{*}}` diff --git a/pages/linux/perl-rename.md b/pages/linux/perl-rename.md deleted file mode 100644 index fce0047068..0000000000 --- a/pages/linux/perl-rename.md +++ /dev/null @@ -1,25 +0,0 @@ -# rename - -> Rename multiple files. -> Note: This page refers to the command from the `perl-rename` Arch Linux package. -> More information: . - -- Rename files using a Perl Common `regex` (substitute 'foo' with 'bar' wherever found): - -`rename {{'s/foo/bar/'}} {{*}}` - -- Dry-run - display which renames would occur without performing them: - -`rename {{[-n|--no-act]}} {{'s/foo/bar/'}} {{*}}` - -- Force renaming even if the operation would remove existing destination files: - -`rename -f {{'s/foo/bar/'}} {{*}}` - -- Convert filenames to lower case (use `-f` in case-insensitive filesystems to prevent "already exists" errors): - -`rename 'y/A-Z/a-z/' {{*}}` - -- Replace whitespace with underscores: - -`rename 's/\s+/_/g' {{*}}` diff --git a/pages/linux/prename.md b/pages/linux/prename.md deleted file mode 100644 index 3906b62b17..0000000000 --- a/pages/linux/prename.md +++ /dev/null @@ -1,25 +0,0 @@ -# rename - -> Rename multiple files. -> Note: This page refers to the command from the `prename` Fedora package. -> More information: . - -- Rename files using a Perl Common `regex` (substitute 'foo' with 'bar' wherever found): - -`rename {{'s/foo/bar/'}} {{*}}` - -- Dry-run - display which renames would occur without performing them: - -`rename {{[-n|--nono]}} {{'s/foo/bar/'}} {{*}}` - -- Force renaming even if the operation would remove existing destination files: - -`rename {{[-f|--force]}} {{'s/foo/bar/'}} {{*}}` - -- Convert filenames to lower case (use `-f` in case-insensitive filesystems to prevent "already exists" errors): - -`rename 'y/A-Z/a-z/' {{*}}` - -- Replace whitespace with underscores: - -`rename 's/\s+/_/g' {{*}}` diff --git a/pages/linux/rename.md b/pages/linux/rename.md index 92940e4f96..0d9f1a9c71 100644 --- a/pages/linux/rename.md +++ b/pages/linux/rename.md @@ -1,31 +1,11 @@ # rename -> Rename multiple files. -> Note: This page refers to the command from the `util-linux` package. -> For the Perl version, see `file-rename` or `perl-rename`. -> Warning: This command has no safeguards and will overwrite files without prompting. -> More information: . +> `rename` can refer to multiple commands with the same name. -- Rename files using simple substitutions (substitute 'foo' with 'bar' wherever found): +- View documentation for the Perl version: -`rename {{foo}} {{bar}} {{*}}` +`tldr -p common rename` -- Dry-run - display which renames would occur without performing them: +- View documentation for the `util-linux` version: -`rename {{[-vn|--verbose --no-act]}} {{foo}} {{bar}} {{*}}` - -- Do not overwrite existing files: - -`rename {{[-o|--no-overwrite]}} {{foo}} {{bar}} {{*}}` - -- Change file extensions: - -`rename {{.ext}} {{.bak}} {{*.ext}}` - -- Prepend "foo" to all filenames in the current directory: - -`rename {{''}} {{'foo'}} {{*}}` - -- Rename a group of increasingly numbered files zero-padding the numbers up to 3 digits: - -`rename {{foo}} {{foo00}} {{foo?}} && rename {{foo}} {{foo0}} {{foo??}}` +`tldr rename.util` diff --git a/pages/linux/rename.util.md b/pages/linux/rename.util.md new file mode 100644 index 0000000000..72a06b55c8 --- /dev/null +++ b/pages/linux/rename.util.md @@ -0,0 +1,30 @@ +# rename + +> Rename multiple files. +> WARNING: This command will overwrite files without prompting unless the dry-run option is used. +> Note: This page refers to the command from the `util-linux` package. +> More information: . + +- Rename files using simple substitutions (substitute 'foo' with 'bar' wherever found): + +`rename {{foo}} {{bar}} {{*}}` + +- Dry-run - display which renames would occur without performing them: + +`rename {{[-vn|--verbose --no-act]}} {{foo}} {{bar}} {{*}}` + +- Do not overwrite existing files: + +`rename {{[-o|--no-overwrite]}} {{foo}} {{bar}} {{*}}` + +- Change file extensions: + +`rename {{.ext}} {{.bak}} {{*.ext}}` + +- Prepend "foo" to all filenames in the current directory: + +`rename {{''}} {{'foo'}} {{*}}` + +- Rename a group of increasingly numbered files zero-padding the numbers up to 3 digits: + +`rename {{foo}} {{foo00}} {{foo?}} && rename {{foo}} {{foo0}} {{foo??}}` diff --git a/pages/osx/rename.md b/pages/osx/rename.md deleted file mode 100644 index dda4d3d678..0000000000 --- a/pages/osx/rename.md +++ /dev/null @@ -1,8 +0,0 @@ -# rename - -> Rename a file or group of files with a `regex`. -> More information: . - -- Replace `from` with `to` in the filenames of the specified files: - -`rename 's/{{from}}/{{to}}/' {{*.txt}}` From 02f6ea0cc0d6269eb48ed0527c07dd5272d4907c Mon Sep 17 00:00:00 2001 From: Dylan <145150333+dmmqz@users.noreply.github.com> Date: Sun, 27 Jul 2025 02:34:48 +0000 Subject: [PATCH 025/133] pages.nl/*: update Dutch translations (#17380) --- pages.nl/common/git-switch.md | 4 ++++ pages.nl/common/objdump.md | 4 ++++ pages.nl/common/tar.md | 14 +++++++------- pages.nl/linux/nmcli-device.md | 4 ++++ pages.nl/linux/pacman-upgrade.md | 2 +- pages.nl/linux/qm-disk-import.md | 2 +- pages.nl/linux/qm-disk-move.md | 4 ++-- pages.nl/linux/qm-disk-resize.md | 2 +- pages.nl/linux/systemd-mount.md | 2 +- 9 files changed, 25 insertions(+), 13 deletions(-) diff --git a/pages.nl/common/git-switch.md b/pages.nl/common/git-switch.md index 8400ff1061..03ba4f267a 100644 --- a/pages.nl/common/git-switch.md +++ b/pages.nl/common/git-switch.md @@ -27,3 +27,7 @@ - Wissel naar een branch en voeg automatisch de huidige branch en alle niet-vastgelegde aanpassingen hierin samen: `git switch {{[-m|--merge]}} {{branch_naam}}` + +- Wissel naar een tag: + +`git switch {{[-d|--detach]}} {{tag}}` diff --git a/pages.nl/common/objdump.md b/pages.nl/common/objdump.md index ec4d19cae1..a909fa3769 100644 --- a/pages.nl/common/objdump.md +++ b/pages.nl/common/objdump.md @@ -19,6 +19,10 @@ `objdump {{[-M|--disassembler-options]}} intel {{[-d|--disassemble]}} {{pad/naar/binary}}` +- Toon de symbooltabel: + +`objdump {{[-t|--syms]}} {{pad/naar/binary}}` + - Toon een complete binary hex dump van alle secties: `objdump {{[-s|--full-contents]}} {{pad/naar/binary}}` diff --git a/pages.nl/common/tar.md b/pages.nl/common/tar.md index 43609cd5e6..4f36abd19b 100644 --- a/pages.nl/common/tar.md +++ b/pages.nl/common/tar.md @@ -4,17 +4,17 @@ > Vaak gecombineerd met een compressiemethode, zoals `gzip` of `bzip2`. > Meer informatie: . -- [c]reeër een archief en schrijf het naar een bestand ([f]): +- [c]reëer een archief en schrijf het naar een bestand ([f]): `tar cf {{pad/naar/doel.tar}} {{pad/naar/bestand1 pad/naar/bestand2 ...}}` -- [c]reeër een g[z]ipt archief en schrijf het naar een bestand ([f]): +- [c]reëer een g[z]ipt archief en schrijf het naar een bestand ([f]): `tar czf {{pad/naar/doel.tar.gz}} {{pad/naar/bestand1 pad/naar/bestand2 ...}}` -- [c]reeër een g[z]ipt archief van een map met relatieve paden: +- [c]reëer een g[z]ipt (gecomprimeerd) archief van een map met relatieve paden: -`tar czf {{pad/naar/doel.tar.gz}} --directory={{pad/naar/map}} .` +`tar czf {{pad/naar/doel.tar.gz}} {{[-C|--directory]}} {{pad/naar/map}} .` - E[x]traheer een (gecomprimeerd) archiefbestand ([f]) naar de huidige map [v]erbose: @@ -22,13 +22,13 @@ - E[x]traheer een (gecomprimeerd) archiefbestand ([f]) naar de doelmap: -`tar xf {{pad/naar/bron.tar[.gz|.bz2|.xz]}} --directory={{pad/naar/map}}` +`tar xf {{pad/naar/bron.tar[.gz|.bz2|.xz]}} {{[-C|--directory]}} {{pad/naar/map}}` -- [c]reeër een gecomprimeerd archief en schrijf het naar een bestand ([f]), gebruikmakend van de bestandsnaam extensie om [a]utomatisch het compressieprogramma te bepalen: +- [c]reëer een gecomprimeerd archief en schrijf het naar een bestand ([f]), gebruikmakend van de bestandsnaam extensie om [a]utomatisch het compressieprogramma te bepalen: `tar caf {{pad/naar/doel.tar.xz}} {{pad/naar/bestand1 pad/naar/bestand2 ...}}` -- Lis[t] de inhoud van een tarbestand ([f]) [v]erbose: +- [t]oon de inhoud van een tarbestand ([f]) [v]erbose: `tar tvf {{pad/naar/bron.tar}}` diff --git a/pages.nl/linux/nmcli-device.md b/pages.nl/linux/nmcli-device.md index 722a8e08ea..dcb2e61a61 100644 --- a/pages.nl/linux/nmcli-device.md +++ b/pages.nl/linux/nmcli-device.md @@ -18,3 +18,7 @@ - Toon het wachtwoord en de QR-code voor het huidige Wi-Fi netwerk: `nmcli {{[d|device]}} {{[w|wifi]}} {{[s|show-password]}}` + +- Toon gedetailleerde informatie over een device: + +`nmcli {{[d|device]}} {{[sh|show]}} {{wlan0}}` diff --git a/pages.nl/linux/pacman-upgrade.md b/pages.nl/linux/pacman-upgrade.md index b70ea0fcc7..cb60354ac8 100644 --- a/pages.nl/linux/pacman-upgrade.md +++ b/pages.nl/linux/pacman-upgrade.md @@ -6,7 +6,7 @@ - Installeer een of meerdere pakketten vanuit bestanden: -`sudo pacman -U {{pad/naar/pakket1.pkg.tar.zst}} {{pad/naar/pakket2.pkg.tar.zst}}` +`sudo pacman -U {{pad/naar/pakket1.pkg.tar.zst pad/naar/pakket2.pkg.tar.zst ...}}` - Installeer een pakket zonder vragen te stellen: diff --git a/pages.nl/linux/qm-disk-import.md b/pages.nl/linux/qm-disk-import.md index ecdefda5c9..9fbe46c0af 100644 --- a/pages.nl/linux/qm-disk-import.md +++ b/pages.nl/linux/qm-disk-import.md @@ -6,4 +6,4 @@ - Importeer een VMDK/qcow2/raw schijf image met behulp van een specifieke opslagnaam: -`qm disk import {{vm_id}} {{pad/naar/schijf}} {{opslagnaam}} --format {{qcow2|raw|vmdk}}` +`qm {{[di|disk]}} import {{vm_id}} {{pad/naar/schijf}} {{opslagnaam}} --format {{qcow2|raw|vmdk}}` diff --git a/pages.nl/linux/qm-disk-move.md b/pages.nl/linux/qm-disk-move.md index f36ecdfc1e..47506ab590 100644 --- a/pages.nl/linux/qm-disk-move.md +++ b/pages.nl/linux/qm-disk-move.md @@ -5,8 +5,8 @@ - Verplaats een virtuele schijf: -`qm disk move {{vm_id}} {{bestemming}} {{index}}` +`qm {{[di|disk]}} move {{vm_id}} {{bestemming}} {{index}}` - Verwijder de vorige kopie van de virtuele schijf: -`qm disk move -delete {{vm_id}} {{bestemming}} {{index}}` +`qm {{[di|disk]}} move -delete {{vm_id}} {{bestemming}} {{index}}` diff --git a/pages.nl/linux/qm-disk-resize.md b/pages.nl/linux/qm-disk-resize.md index 6f4f507627..d96360e4e4 100644 --- a/pages.nl/linux/qm-disk-resize.md +++ b/pages.nl/linux/qm-disk-resize.md @@ -5,4 +5,4 @@ - Voeg `n` gigabytes toe aan een virtuele schijf: -`qm disk resize {{vm_id}} {{schijfnaam}} +{{n}}G` +`qm {{[di|disk]}} resize {{vm_id}} {{schijfnaam}} +{{n}}G` diff --git a/pages.nl/linux/systemd-mount.md b/pages.nl/linux/systemd-mount.md index 15a7bcaeb5..ceca04c1ee 100644 --- a/pages.nl/linux/systemd-mount.md +++ b/pages.nl/linux/systemd-mount.md @@ -21,7 +21,7 @@ - Unmount een of meerdere apparaten: -`systemd-mount {{[-u|--umount]}} {{pad/naar/mount_point_of_apparaat1}} {{pad/naar/mount_point_of_apparaat2}}` +`systemd-mount {{[-u|--umount]}} {{pad/naar/mount_point_of_apparaat1 pad/naar/mount_point_of_apparaat2 ...}}` - Mount een bestandssysteem (afbeelding of blokapparaat) met een specifiek bestandssysteemtype: From ea7c92c146d54afc994199cfd594406244644510 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 27 Jul 2025 15:45:53 +0300 Subject: [PATCH 026/133] openrgb: add page (#17364) Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/openrgb.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/openrgb.md diff --git a/pages/common/openrgb.md b/pages/common/openrgb.md new file mode 100644 index 0000000000..0ba884b35a --- /dev/null +++ b/pages/common/openrgb.md @@ -0,0 +1,20 @@ +# openrgb + +> Control RGB lighting. +> More information: . + +- Start the OpenRGB GUI: + +`openrgb` + +- List devices supported by OpenRGB: + +`openrgb --noautoconnect {{[-l|--list-devices]}}` + +- Set the mode and color of a device: + +`openrgb {{[-m|--mode]}} {{off|static|breathing|rainbow|flashing|...}} {{[-c|--color]}} {{random|red|00AAFF|...}}` + +- Display help: + +`openrgb {{[-h|--help]}}` From 38d9554e21d82cc844059606b1d873ef9c7d0d5e Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 27 Jul 2025 16:09:00 +0300 Subject: [PATCH 027/133] CODEOWNERS: remove @tricantivu, @vitorhcl, and @waldyrious (#17375) --- .github/CODEOWNERS | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b97dd49ad2..ef33160a34 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,6 @@ /pages.ar/ @MachiavelliII /pages.de/ @pixelcmtd @gutjuri -/pages.es/ @kant @tricantivu @ikks +/pages.es/ @kant @ikks /pages.fa/ @MrMw3 /pages.fi/ @Managor /pages.fr/ @Nico385412 @nicokosi @noraj @@ -10,8 +10,7 @@ /pages.ko/ @IMHOJEONG @Zamoca42 @CodePsy-2001 /pages.nl/ @sebastiaanspeck @leonvsc @Waples @dmmqz /pages.pl/ @acuteenvy @spageektti -/pages.pt_BR/ @isaacvicente @vitorhcl @renie -/pages.pt_PT/ @waldyrious +/pages.pt_BR/ @isaacvicente @renie /pages.ta/ @kbdharun /pages.tr/ @tansiret /pages.zh/ @blueskyson @einverne @@ -30,7 +29,7 @@ /contributing-guides/translation-templates/ @kbdharun @sebastiaanspeck /contributing-guides/*.ar.md @MachiavelliII /contributing-guides/*.de.md @pixelcmtd @gutjuri -/contributing-guides/*.es.md @kant @tricantivu @ikks +/contributing-guides/*.es.md @kant @ikks /contributing-guides/*.fa.md @MrMw3 /contributing-guides/*.fr.md @Nico385412 @nicokosi @noraj /contributing-guides/*.hi.md @kbdharun @debghs @karthik-script @@ -39,8 +38,7 @@ /contributing-guides/*.ko.md @IMHOJEONG @Zamoca42 @CodePsy-2001 /contributing-guides/*.nl.md @sebastiaanspeck @leonvsc @Waples @dmmqz /contributing-guides/*.pl.md @acuteenvy @spageektti -/contributing-guides/*.pt_BR.md @isaacvicente @vitorhcl @renie -/contributing-guides/*.pt_PT.md @waldyrious +/contributing-guides/*.pt_BR.md @isaacvicente @renie /contributing-guides/*.ta.md @kbdharun /contributing-guides/*.tr.md @tansiret /contributing-guides/*.zh.md @blueskyson @einverne From d0dc4ed9de8de9848eafcafd0e2ab5426d82bb36 Mon Sep 17 00:00:00 2001 From: Kristopher Date: Sun, 27 Jul 2025 10:59:56 -0700 Subject: [PATCH 028/133] slocate: add page (#17237) Co-authored-by: Wiktor Perskawiec Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> --- pages/common/slocate.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 pages/common/slocate.md diff --git a/pages/common/slocate.md b/pages/common/slocate.md new file mode 100644 index 0000000000..7db78cc2de --- /dev/null +++ b/pages/common/slocate.md @@ -0,0 +1,37 @@ +# slocate + +> Secure variant of GNU Locate. +> See also: `locate`. +> More information: . + +- Enable quiet mode to suppress error messages: + +`slocate -q` + +- Limit the number of results shown: + +`slocate -n {{number}}` + +- Build an `slocate` database starting at path `/`: + +`slocate -u` + +- Build an `slocate` database starting at a given directory: + +`slocate -U {{path/to/directory}}` + +- Update an `slocate` database using the default `/etc/updatedb.conf` configuration: + +`slocate -c` + +- Set the security level of `slocate`, with `0` being disabled, and `1` being secure: + +`slocate -l {{0|1}}` + +- Specify the database that `slocate` should search in: + +`slocate {{[-d|--database]}} {{path/to/directory}}` + +- Search the `slocate` database using a specific `regex` string: + +`slocate {{[-r|--regexp]}} {{regex}}` From 005b0c0baa0bce33e59154590d2568725d1bee6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sun, 27 Jul 2025 16:24:57 -0300 Subject: [PATCH 029/133] dnf-builddep: add Spanish translation (#17199) --- pages.es/linux/dnf-builddep.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 pages.es/linux/dnf-builddep.md diff --git a/pages.es/linux/dnf-builddep.md b/pages.es/linux/dnf-builddep.md new file mode 100644 index 0000000000..ec08e66e19 --- /dev/null +++ b/pages.es/linux/dnf-builddep.md @@ -0,0 +1,30 @@ +# dnf builddep + +> Instala dependencias para construir un paquete dado. +> No está predeterminado en `dnf` pero está soportado a través de `dnf-plugins-core`. +> Vea también: `dnf`. +> Más información: . + +- Instala dependencias para un paquete dado: + +`dnf builddep {{ruta/a/especificacion.spec}}` + +- Instala dependencias para un paquete dado pero ignora los no disponibles: + +`dnf builddep --skip-unavailable {{ruta/a/especificacion.spec}}` + +- Define la macro RPM a una expresión dada: + +`dnf builddep {{[-D|--define]}} '{{expresión}}'` + +- Define un argumento para una ruta de archivo `.spec`: + +`dnf builddep --spec {{argumento}}` + +- Define un argumento para una ruta de archivo `.rpm`: + +`dnf builddep --srpm {{argumento}}` + +- Muestra la ayuda: + +`dnf builddep --help-cmd` From f96eb69344d4e2018d2beaaa6cec8b35a4efa05c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sun, 27 Jul 2025 16:25:30 -0300 Subject: [PATCH 030/133] minio-client: add Spanish translation (#17220) From 5365c5efc33a8f79473edfebd79537d0eabf9a78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sun, 27 Jul 2025 16:25:47 -0300 Subject: [PATCH 031/133] mpiexec: add Spanish translation (#17221) --- pages.es/common/mpiexec.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pages.es/common/mpiexec.md diff --git a/pages.es/common/mpiexec.md b/pages.es/common/mpiexec.md new file mode 100644 index 0000000000..580551fd1e --- /dev/null +++ b/pages.es/common/mpiexec.md @@ -0,0 +1,7 @@ +# mpiexec + +> Este comando es un alias de `mpirun`. + +- Vea la documentación del comando original: + +`tldr mpirun` From 7f62bf9113f1cfdc8def2a0ea50bb39f2ce51784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sun, 27 Jul 2025 16:26:31 -0300 Subject: [PATCH 032/133] bunzip2: add Spanish translation (#17226) --- pages.es/common/bunzip2.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pages.es/common/bunzip2.md diff --git a/pages.es/common/bunzip2.md b/pages.es/common/bunzip2.md new file mode 100644 index 0000000000..e6973d80bb --- /dev/null +++ b/pages.es/common/bunzip2.md @@ -0,0 +1,7 @@ +# bunzip2 + +> Este comando es un alias de `bzip2 --decompress`. + +- Vea la documentación del comando original: + +`tldr bzip2` From d74d927fb69ada3bd3c3ec23ce4c8c70806c0263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sun, 27 Jul 2025 16:26:57 -0300 Subject: [PATCH 033/133] gdm-binary: add Spanish translation (#17227) --- pages.es/common/gdm-binary.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pages.es/common/gdm-binary.md diff --git a/pages.es/common/gdm-binary.md b/pages.es/common/gdm-binary.md new file mode 100644 index 0000000000..af9143d1b3 --- /dev/null +++ b/pages.es/common/gdm-binary.md @@ -0,0 +1,7 @@ +# gdm-binary + +> Este comando es un alias de `gdm`. + +- Vea la documentación del comando original: + +`tldr gdm` From 89c626f2ad65d9987d372f8d9d3167ebe3f4651d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sun, 27 Jul 2025 16:27:17 -0300 Subject: [PATCH 034/133] wlc: add Spanish translation (#17276) --- pages.es/common/wlc.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages.es/common/wlc.md diff --git a/pages.es/common/wlc.md b/pages.es/common/wlc.md new file mode 100644 index 0000000000..acc5841e53 --- /dev/null +++ b/pages.es/common/wlc.md @@ -0,0 +1,24 @@ +# wlc + +> Gestiona proyectos de localización en una instancia de Weblate. +> Más información: . + +- Lista los proyectos usando un archivo de configuración: + +`wlc {{[-c|--config]}} {{ruta/al/archivo}} list-projects` + +- Lista los componentes de un proyecto y anula la URL y la clave de la API: + +`wlc {{[-u|--url]}} {{URL}} {{[-k|--key]}} {{clave}} ls {{proyecto}}` + +- Lista las traducciones de un componente en un formato específico: + +`wlc {{[-f|--format]}} {{text|csv|json|html}} ls {{proyecto}}/{{componente}}` + +- Imprime las estadísticas de un proyecto: + +`wlc stats {{proyecto}}` + +- Muestra la ayuda: + +`wlc {{[-h|--help]}}` From e3073d244bcaa6da2e905f2301d28392dc3b7a0e Mon Sep 17 00:00:00 2001 From: koalp <49921473+koalp@users.noreply.github.com> Date: Sun, 27 Jul 2025 21:30:50 +0200 Subject: [PATCH 035/133] mypy, dmypy: add French translation (#17342) --- pages.fr/common/dmypy.md | 21 +++++++++++++++++++++ pages.fr/common/mypy.md | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 pages.fr/common/dmypy.md create mode 100644 pages.fr/common/mypy.md diff --git a/pages.fr/common/dmypy.md b/pages.fr/common/dmypy.md new file mode 100644 index 0000000000..b436b1782f --- /dev/null +++ b/pages.fr/common/dmypy.md @@ -0,0 +1,21 @@ +# dmypy + +> Vérifie les types dans du code Python, en utilisant `mypy` dans un démon pour une exécution plus rapide. +> Voir aussi : `mypy` pour plus d'options à utiliser avec check et run. +> Plus d'informations : . + +- Vérifie les types dans un fichier, et démarre le démon s'il n'est pas lancé : + +`dmypy check -- {{chemin/vers/fichier.py}}` + +- Démarre le démon : + +`dmypy start` + +- Vérifie les types dans un fichier (nécéssite que le démon soit lancé) : + +`dmypy run -- {{chemin/vers/fichier.py}}` + +- Arrête le démon : + +`dmypy stop` diff --git a/pages.fr/common/mypy.md b/pages.fr/common/mypy.md new file mode 100644 index 0000000000..8cd7d420cf --- /dev/null +++ b/pages.fr/common/mypy.md @@ -0,0 +1,36 @@ +# mypy + +> Vérifie les types dans un code Python. +> Plus d'informations : . + +- Vérifie les types pour un fichier spécifique : + +`mypy {{chemin/vers/fichier.py}}` + +- Vérifie les types pour un module : + +`mypy {{[-m|--module]}} {{nom_module}}` + +- Vérifie les types pour un paquet : + +`mypy {{[-p|--package]}} {{nom_paquet}}` + +- Vérifie les types pour une chaîne de code : + +`mypy {{[-c|--command]}} "{{code}}"` + +- Ignore les imports manquants : + +`mypy --ignore-missing-imports {{chemin/vers/fichier_ou_dossier}}` + +- Montre le détail des messages d'erreurs : + +`mypy {{[--tb|--show-traceback]}} {{chemin/vers/fichier_ou_dossier}}` + +- Spécifie un fichier de configuration : + +`mypy --config-file {{chemin/vers/fichier_de_configuration}}` + +- Affiche l'aide : + +`mypy {{[-h|--help]}}` From 674a08ee91d98b332183c1a75a89763a3adf5e05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sun, 27 Jul 2025 16:38:11 -0300 Subject: [PATCH 036/133] check-dfsg-status: update Spanish translation (#17242) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages.es/linux/check-dfsg-status.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages.es/linux/check-dfsg-status.md b/pages.es/linux/check-dfsg-status.md index 013699f6f5..9b9bb46d30 100644 --- a/pages.es/linux/check-dfsg-status.md +++ b/pages.es/linux/check-dfsg-status.md @@ -1,13 +1,13 @@ # check-dfsg-status -> Informa de paquetes no libres instalados en sistemas operativos basados en Debian. -> Este comando se conocía anteriormente como `vrms`. -> Más información: . +> Informa de los paquetes no libres instalados en sistemas operativos basados en Debian. +> Este comando se conocía antes como `vrms`. +> Más información: . -- Lista los paquetes no libres y `contrib` (más la descripción): +- Lista los paquetes no libres y asociados (y sus descripciones): `check-dfsg-status` -- Muestra solo los nombres de los paquetes: +- Solo muestra los nombres de los paquetes: -`check-dfsg-status --sparse` +`check-dfsg-status {{[-s|--sparse]}}` From 02be26f3017ffbc05bd831c9e651d654306ea657 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 28 Jul 2025 09:31:34 +0300 Subject: [PATCH 037/133] wol, bzip3, gh-api, lzop, pct: fix typos (#17381) --- pages/common/bzip3.md | 2 +- pages/common/gh-api.md | 2 +- pages/common/lzop.md | 4 ++-- pages/linux/pct.md | 2 +- pages/linux/wol.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/common/bzip3.md b/pages/common/bzip3.md index 9042925e46..c435ab2c1c 100644 --- a/pages/common/bzip3.md +++ b/pages/common/bzip3.md @@ -25,7 +25,7 @@ - Decompress a file overwriting existing files: -`bzip3 {{[-d|--decode]}} {{[-f--force]}} {{path/to/compressed_file.bz3}}` +`bzip3 {{[-d|--decode]}} {{[-f|--force]}} {{path/to/compressed_file.bz3}}` - Display help: diff --git a/pages/common/gh-api.md b/pages/common/gh-api.md index de093ca012..1aebb42c67 100644 --- a/pages/common/gh-api.md +++ b/pages/common/gh-api.md @@ -21,7 +21,7 @@ - Include the HTTP response headers in the output: -`gh api {{[--include]}} {{endpoint}}` +`gh api {{[-i|--include]}} {{endpoint}}` - Do not print the response body: diff --git a/pages/common/lzop.md b/pages/common/lzop.md index 9355950d9f..d678336510 100644 --- a/pages/common/lzop.md +++ b/pages/common/lzop.md @@ -17,8 +17,8 @@ - Compress a file with the best compression level: -`lzop {{[-9|--best]}} {{[path/to/file]}}` +`lzop {{[-9|--best]}} {{path/to/file}}` - Compress a file with the fastest compression level: -`lzop {{[-1|--fast]}} {{[path/to/file]}}` +`lzop {{[-1|--fast]}} {{path/to/file}}` diff --git a/pages/linux/pct.md b/pages/linux/pct.md index 3f24457210..ddec683b8e 100644 --- a/pages/linux/pct.md +++ b/pages/linux/pct.md @@ -21,7 +21,7 @@ - Resize the container's disk to 20G: -`pct {{[resi|resize]]} {{100}} {{rootfs|mpX}} {{20G}}` +`pct {{[resi|resize]}} {{100}} {{rootfs|mpX}} {{20G}}` - Show the configuration of a container, specifying its ID: diff --git a/pages/linux/wol.md b/pages/linux/wol.md index 00ce12d4df..ec194b38d8 100644 --- a/pages/linux/wol.md +++ b/pages/linux/wol.md @@ -21,7 +21,7 @@ - Read hardware addresses, IP addresses/hostnames, optional ports and SecureON passwords from a file: -`wol {{[-f|--file]]} {{path/to/file}}` +`wol {{[-f|--file]}} {{path/to/file}}` - Turn on verbose output: From 692807b2f52e20f060c7fbedf5ad6f6d0a7250b9 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 28 Jul 2025 09:35:12 +0300 Subject: [PATCH 038/133] nvidia-smi-mig: add page (#17350) --- pages/common/nvidia-smi-mig.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/nvidia-smi-mig.md diff --git a/pages/common/nvidia-smi-mig.md b/pages/common/nvidia-smi-mig.md new file mode 100644 index 0000000000..4c0e0fc795 --- /dev/null +++ b/pages/common/nvidia-smi-mig.md @@ -0,0 +1,16 @@ +# nvidia-smi mig + +> Manage Nvidia multi-instance GPUs. +> More information: . + +- Create a compute instance from device 0: + +`nvidia-smi mig {{[-cgi|--create-gpu-instance]}} {{0}} {{[-C|--default-compute-instance]}}` + +- List GPU instances: + +`nvidia-smi mig {{[-lgi|--list-gpu-instances]}}` + +- Display help: + +`nvidia-smi mig {{[-h|--help]}}` From a26f7fe0cb96ddb2de4b73a0581003510a44b675 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 28 Jul 2025 09:37:05 +0300 Subject: [PATCH 039/133] cisco_ios: add platform, cisco_ios/enable: add page (#17370) Co-authored-by: K.B.Dharun Krishna --- CONTRIBUTING.md | 1 + README.md | 2 +- pages/cisco_ios/enable.md | 8 ++++++++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 pages/cisco_ios/enable.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 30fc20f4fe..5fdd0b2396 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,6 +73,7 @@ The `pages` directory and `pages.*` language-specific directories contain the pl 2. If the command is **only** available for **one** platform, these are the available directories followed by their right platform: - `android`: Android +- `cisco-ios`: Cisco IOS - `freebsd`: FreeBSD - `openbsd`: OpenBSD - `osx`: OSX/Mac OS/macOS (will be replaced by `macos`) diff --git a/README.md b/README.md index 96ea4d707d..36243b41ee 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ How about: This repository is just that: an ever-growing collection of examples for the most common UNIX, Linux, macOS, FreeBSD, NetBSD, OpenBSD, -SunOS, Android, and Windows command-line tools. +SunOS, Android, Windows, and Cisco IOS command-line tools. ## How do I use it? diff --git a/pages/cisco_ios/enable.md b/pages/cisco_ios/enable.md new file mode 100644 index 0000000000..4864edec04 --- /dev/null +++ b/pages/cisco_ios/enable.md @@ -0,0 +1,8 @@ +# enable + +> Enter privileged execution mode. +> More information: . + +- Enter privileged execution mode: + +`enable` From dba3b6c70c014bbcee57060ed693dda6a87c178c Mon Sep 17 00:00:00 2001 From: Adriano Inghingolo <68734231+SpikeTheDragon40k@users.noreply.github.com> Date: Mon, 28 Jul 2025 18:41:26 +0200 Subject: [PATCH 040/133] dnsmasq: add page (#17371) Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> --- pages/common/dnsmasq.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/dnsmasq.md diff --git a/pages/common/dnsmasq.md b/pages/common/dnsmasq.md new file mode 100644 index 0000000000..252795d2af --- /dev/null +++ b/pages/common/dnsmasq.md @@ -0,0 +1,28 @@ +# dnsmasq + +> Lightweight DNS, DHCP, TFTP, and PXE server. +> More information: . + +- Start dnsmasq with default configuration: + +`dnsmasq` + +- Run dnsmasq in the foreground (for debugging): + +`dnsmasq --no-daemon` + +- Specify a custom configuration file: + +`dnsmasq --conf-file={{path/to/config.conf}}` + +- Enable verbose logging: + +`dnsmasq --log-queries --log-facility=-` + +- Set a DHCP range and lease time: + +`dnsmasq --dhcp-range={{192.168.0.50,192.168.0.150,12h}}` + +- Print dnsmasq version: + +`dnsmasq --version` From 105e3b4f36d9a1d8f32bed06bea997406a1431c7 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 28 Jul 2025 23:28:28 +0300 Subject: [PATCH 041/133] cisco-ios: fix platform name (#17397) --- pages/{cisco_ios => cisco-ios}/enable.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pages/{cisco_ios => cisco-ios}/enable.md (100%) diff --git a/pages/cisco_ios/enable.md b/pages/cisco-ios/enable.md similarity index 100% rename from pages/cisco_ios/enable.md rename to pages/cisco-ios/enable.md From 40ad8689ca0562fc62ee4317e646f240d3f670f1 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Tue, 29 Jul 2025 00:18:23 +0000 Subject: [PATCH 042/133] {file,perl}-rename, {,p}rename: delete translation (#17396) --- pages.ko/linux/file-rename.md | 25 ------------------------- pages.ko/linux/perl-rename.md | 25 ------------------------- pages.ko/linux/prename.md | 25 ------------------------- pages.ko/linux/rename.md | 31 ------------------------------- pages.ko/osx/rename.md | 8 -------- pages.nl/linux/rename.md | 31 ------------------------------- pages.nl/osx/rename.md | 8 -------- pages.pt_BR/linux/rename.md | 31 ------------------------------- pages.pt_PT/osx/rename.md | 8 -------- 9 files changed, 192 deletions(-) delete mode 100644 pages.ko/linux/file-rename.md delete mode 100644 pages.ko/linux/perl-rename.md delete mode 100644 pages.ko/linux/prename.md delete mode 100644 pages.ko/linux/rename.md delete mode 100644 pages.ko/osx/rename.md delete mode 100644 pages.nl/linux/rename.md delete mode 100644 pages.nl/osx/rename.md delete mode 100644 pages.pt_BR/linux/rename.md delete mode 100644 pages.pt_PT/osx/rename.md diff --git a/pages.ko/linux/file-rename.md b/pages.ko/linux/file-rename.md deleted file mode 100644 index 6ac9854596..0000000000 --- a/pages.ko/linux/file-rename.md +++ /dev/null @@ -1,25 +0,0 @@ -# rename - -> 여러 파일 이름 변경. -> 참고: 이 페이지는 `rename` Debian 패키지의 명령을 설명합니다. -> 더 많은 정보: . - -- Perl 공통 정규 표현식을 사용하여 파일 이름 변경 ('foo'를 'bar'로 대체): - -`rename {{'s/foo/bar/'}} {{*}}` - -- 실행하지 않고 변경될 파일 이름 표시 (드라이런): - -`rename -n {{'s/foo/bar/'}} {{*}}` - -- 기존 대상 파일이 제거될 수 있어도 강제로 이름 변경: - -`rename -f {{'s/foo/bar/'}} {{*}}` - -- 파일명을 소문자로 변환 (`-f`를 대소문자 구분 없는 파일 시스템에서 사용하여 "이미 존재" 오류 방지): - -`rename 'y/A-Z/a-z/' {{*}}` - -- 공백을 밑줄로 대체: - -`rename 's/\s+/_/g' {{*}}` diff --git a/pages.ko/linux/perl-rename.md b/pages.ko/linux/perl-rename.md deleted file mode 100644 index 8efae8ff9c..0000000000 --- a/pages.ko/linux/perl-rename.md +++ /dev/null @@ -1,25 +0,0 @@ -# rename - -> 여러 파일의 이름을 변경합니다. -> 참고: 이 페이지는 `perl-rename` Arch Linux 패키지의 명령어에 대한 것입니다. -> 더 많은 정보: . - -- Perl 정규표현식을 사용해 파일 이름 변경 ('foo'를 'bar'로 변경): - -`rename {{'s/foo/bar/'}} {{*}}` - -- 실행 없이 변경 사항 미리 보기: - -`rename -n {{'s/foo/bar/'}} {{*}}` - -- 기존 대상 파일을 덮어쓰면서 강제 이름 변경: - -`rename -f {{'s/foo/bar/'}} {{*}}` - -- 파일명을 소문자로 변환 (대소문자 구분 없는 파일 시스템에서는 "이미 존재" 오류 방지를 위해 `-f` 사용): - -`rename 'y/A-Z/a-z/' {{*}}` - -- 공백을 밑줄로 대체: - -`rename 's/\s+/_/g' {{*}}` diff --git a/pages.ko/linux/prename.md b/pages.ko/linux/prename.md deleted file mode 100644 index d989625a29..0000000000 --- a/pages.ko/linux/prename.md +++ /dev/null @@ -1,25 +0,0 @@ -# rename - -> 다수의 파일 이름을 변경. -> 참고: 이 페이지는 `prename` Fedora 패키지의 명령어에 관한 것입니다. -> 더 많은 정보: . - -- Perl 공통 정규 표현식을 사용하여 파일 이름 바꾸기 ('foo'를 'bar'로 대체): - -`rename {{'s/foo/bar/'}} {{*}}` - -- 실행하지 않고 변경될 파일 이름 미리보기: - -`rename -n {{'s/foo/bar/'}} {{*}}` - -- 기존 대상 파일을 제거하면서 강제로 이름 변경: - -`rename -f {{'s/foo/bar/'}} {{*}}` - -- 파일 이름을 소문자로 변환 (대소문자 구분 없는 파일 시스템에서는 "이미 존재함" 오류를 방지하기 위해 `-f` 사용): - -`rename 'y/A-Z/a-z/' {{*}}` - -- 공백을 밑줄로 대체: - -`rename 's/\s+/_/g' {{*}}` diff --git a/pages.ko/linux/rename.md b/pages.ko/linux/rename.md deleted file mode 100644 index 0abc16897d..0000000000 --- a/pages.ko/linux/rename.md +++ /dev/null @@ -1,31 +0,0 @@ -# rename - -> 여러 파일의 이름을 변경합니다. -> 참고: 이 페이지는 `util-linux` 패키지의 명령어를 다룹니다. -> Perl 버전에 대해서는 `file-rename` 또는 `perl-rename`을 참조하세요. -> 경고: 이 명령어는 안전장치가 없으며, 파일을 덮어쓰기 전에 확인하지 않습니다. -> 더 많은 정보: . - -- 간단한 치환을 사용하여 파일 이름 변경 ('foo'를 'bar'로 변경): - -`rename {{foo}} {{bar}} {{*}}` - -- 실행하지 않고 변경 내용을 표시하는 드라이런: - -`rename {{[-vn|--verbose --no-act]}} {{foo}} {{bar}} {{*}}` - -- 기존 파일을 덮어쓰지 않음: - -`rename {{[-o|--no-overwrite]}} {{foo}} {{bar}} {{*}}` - -- 파일 확장자 변경: - -`rename {{.ext}} {{.bak}} {{*.ext}}` - -- 현재 디렉토리의 모든 파일 이름 앞에 "foo" 추가: - -`rename {{''}} {{'foo'}} {{*}}` - -- 숫자가 점차 증가하는 파일 그룹의 이름을 3자리로 0을 채워 변경: - -`rename {{foo}} {{foo00}} {{foo?}} && rename {{foo}} {{foo0}} {{foo??}}` diff --git a/pages.ko/osx/rename.md b/pages.ko/osx/rename.md deleted file mode 100644 index 9e82d0ba23..0000000000 --- a/pages.ko/osx/rename.md +++ /dev/null @@ -1,8 +0,0 @@ -# rename - -> 정규 표현식을 사용하여 파일 또는 파일 그룹의 이름을 변경. -> 더 많은 정보: . - -- 지정된 파일들의 파일명에서 `from`을 `to`로 변경: - -`rename 's/{{from}}/{{to}}/' {{*.txt}}` diff --git a/pages.nl/linux/rename.md b/pages.nl/linux/rename.md deleted file mode 100644 index 152a300760..0000000000 --- a/pages.nl/linux/rename.md +++ /dev/null @@ -1,31 +0,0 @@ -# rename - -> Hernoem meerdere bestanden. -> Opmerking: deze pagina verwijst naar het commando uit het `util-linux` pakket. -> Voor de Perl-versie, zie `file-rename` of `perl-rename`. -> Waarschuwing: Dit commando heeft geen beveiligingen en zal bestanden zonder waarschuwing overschrijven. -> Meer informatie: . - -- Hernoem bestanden door eenvoudige vervangingen (vervang 'foo' door 'bar' waar dan ook gevonden): - -`rename {{foo}} {{bar}} {{*}}` - -- Test - toon welke hernoemingen zouden plaatsvinden zonder ze werkelijk uit te voeren: - -`rename {{[-vn|--verbose --no-act]}} {{foo}} {{bar}} {{*}}` - -- Overschrijf geen bestaande bestanden: - -`rename {{[-o|--no-overwrite]}} {{foo}} {{bar}} {{*}}` - -- Verander bestandsextensies: - -`rename {{.ext}} {{.bak}} {{*.ext}}` - -- Voeg "foo" toe aan alle bestandsnamen in de huidige directory: - -`rename {{''}} {{'foo'}} {{*}}` - -- Hernoem een groep opeenvolgend genummerde bestanden door de nummers tot 3 cijfers te vullen met nullen: - -`rename {{foo}} {{foo00}} {{foo?}} && rename {{foo}} {{foo0}} {{foo??}}` diff --git a/pages.nl/osx/rename.md b/pages.nl/osx/rename.md deleted file mode 100644 index 30b507fd73..0000000000 --- a/pages.nl/osx/rename.md +++ /dev/null @@ -1,8 +0,0 @@ -# rename - -> Hernoem een bestand of groep bestanden met een reguliere expressie. -> Meer informatie: . - -- Vervang `from` door `to` in de bestandsnamen van de opgegeven bestanden: - -`rename 's/{{from}}/{{to}}/' {{*.txt}}` diff --git a/pages.pt_BR/linux/rename.md b/pages.pt_BR/linux/rename.md deleted file mode 100644 index 88d5a78534..0000000000 --- a/pages.pt_BR/linux/rename.md +++ /dev/null @@ -1,31 +0,0 @@ -# rename - -> Renomeia múltiplos arquivos. -> Nota: essa página refere-se ao comando do pacote `util-linux`. -> Para a versão em Perl, veja `file-rename` ou `perl-rename`. -> Aviso: Esse comando não tem nenhuma proteção e sobrescreverá arquivos sem aviso prévio. -> Mais informações: . - -- Renomeia arquivos usando substituições simples (substitui 'foo' por 'bar' onde quer que se encontre): - -`rename {{foo}} {{bar}} {{*}}` - -- Dry-run - exibe quais renomeações ocorreriam sem executá-las: - -`rename {{[-vn|--verbose --no-act]}} {{foo}} {{bar}} {{*}}` - -- Não sobrescreve os arquivos existentes: - -`rename {{[-o|--no-overwrite]}} {{foo}} {{bar}} {{*}}` - -- Altera as extensões dos arquivos: - -`rename {{.ext}} {{.bak}} {{*.ext}}` - -- Acrescenta "foo" no início de todos os nomes de arquivos no diretório atual: - -`rename {{''}} {{'foo'}} {{*}}` - -- Renomeia um grupo de arquivos com numerações crescente acrescentando zeros aos números até terem 3 dígitos: - -`rename {{foo}} {{foo00}} {{foo?}} && rename {{foo}} {{foo0}} {{foo??}}` diff --git a/pages.pt_PT/osx/rename.md b/pages.pt_PT/osx/rename.md deleted file mode 100644 index e065436f8e..0000000000 --- a/pages.pt_PT/osx/rename.md +++ /dev/null @@ -1,8 +0,0 @@ -# rename - -> Altera o nome de um ficheiro ou grupo de ficheiros com uma expressão regular. -> Mais informações: . - -- Altera "antes" para "depois" o nome dos ficheiros especificados: - -`rename 's/{{antes}}/{{depois}}/' {{*.txt}}` From d2bbb7eb705362d767fd96567e326781d1d8bf63 Mon Sep 17 00:00:00 2001 From: Dylan <145150333+dmmqz@users.noreply.github.com> Date: Tue, 29 Jul 2025 02:00:04 +0000 Subject: [PATCH 043/133] cmus: update page and add Dutch translation (#17400) --- pages.nl/linux/cmus.md | 34 ++++++++++++++++++++++++++++++++++ pages/linux/cmus.md | 14 +++++++++++--- 2 files changed, 45 insertions(+), 3 deletions(-) create mode 100644 pages.nl/linux/cmus.md diff --git a/pages.nl/linux/cmus.md b/pages.nl/linux/cmus.md new file mode 100644 index 0000000000..bb65f2251c --- /dev/null +++ b/pages.nl/linux/cmus.md @@ -0,0 +1,34 @@ +# cmus + +> Command-line muziekspeler. +> Gebruik `` om te navigeren, `` om te selecteren en nummers `<1>`-`<8>` om te wisselen tussen verschillende weergaven. +> Bekijk ook: `ncmpcpp`, `clementine`, `qmmp`. +> Meer informatie: . + +- Open `cmus` in de opgegeven map (dit wordt uw nieuwe werkmap): + +`cmus {{pad/naar/map}}` + +- Voeg een bestand/map toe aan bibliotheek: + +`<:>add {{pad/naar/bestand_of_map}}` + +- Ververs de metadata van nummers in de bibliotheek: + +`<:>update-cache` + +- Zoek naar nummers, albums of artiesten: + +`{{iets}}` + +- Pauzeer/hervat huidig nummer: + +`` + +- Schakel shuffle-modus in/uit: + +`` + +- Sluit `cmus`: + +`` diff --git a/pages/linux/cmus.md b/pages/linux/cmus.md index a47258ee27..9881da4ed7 100644 --- a/pages/linux/cmus.md +++ b/pages/linux/cmus.md @@ -3,9 +3,9 @@ > Command-line Music Player. > Use `` to navigate, `` to select, and numbers `<1>`-`<8>` switch between different views. > See also: `ncmpcpp`, `clementine`, `qmmp`. -> More information: . +> More information: . -- Open cmus into the specified directory (this will become your new working directory): +- Open `cmus` into the specified directory (this will become your new working directory): `cmus {{path/to/directory}}` @@ -13,6 +13,14 @@ `<:>add {{path/to/file_or_directory}}` +- Refresh the metadata of songs in the library: + +`<:>update-cache` + +- Search for songs, albums, or artists: + +`{{something}}` + - Pause/unpause current song: `` @@ -21,6 +29,6 @@ `` -- Quit cmus: +- Quit `cmus`: `` From c6ae175234d0b3a774e48003ad1b7a54b54baa7c Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Tue, 29 Jul 2025 05:12:25 +0000 Subject: [PATCH 044/133] masscan: update description and Polish translation (#17395) --- pages.pl/common/masscan.md | 30 +++++++++++++++++++++--------- pages/common/masscan.md | 4 ++-- 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/pages.pl/common/masscan.md b/pages.pl/common/masscan.md index 1a9222744d..2e29bf8f9d 100644 --- a/pages.pl/common/masscan.md +++ b/pages.pl/common/masscan.md @@ -1,25 +1,37 @@ # masscan > Bardzo efektywny skaner sieci. -> Najlepiej używać z podwyższonymi uprawnieniami. Żeby sprawdzić kompatybilność z Nmap'em, użyj komendy `masscan --nmap`. -> Więcej informacji: . +> Najlepiej działa z podwyższonymi uprawnieniami. Aby uzyskać pomoc dotyczącą zgodności z Nmap'em, użyj komendy `masscan --nmap`. +> Więcej informacji: . - Skanuj adres IP lub podsieć w poszukowaniu portu 80: -`masscan {{adres_ip|maska_podsieci}} --ports {{80}}` +`masscan {{adres_ip|maska_podsieci}} {{[-p|--ports]}} {{80}}` -- Skanuj podsieć klasy B w dla 100 najwyższych portów z prędkością 100,000 pakietów na sekundę: +- Skanuj podsieć klasy B w poszukiwaniu 100 najczęstszych portów z prędkością 100 000 pakietów na sekundę: `masscan {{10.0.0.0/16}} --top-ports {{100}} --rate {{100000}}` -- Skanuj podsieć klasy B unikając zakresów adresów zadanych z pliku: +- Skanuj podsieć klasy B unikając zakresów podanych w pliku: `masscan {{10.0.0.0/16}} --top-ports {{100}} --excludefile {{ścieżka/do/pliku}}` -- Skanuj Internet w poszukowaniu portu 443: +- Skanuj podsieć klasy B używając wykrywania wersji podobnego do Nmap'a (banner grabbing): -`masscan {{0.0.0.0/0}} --ports {{443}} --rate {{10000000}}` +`masscan {{10.0.0.0/16}} {{[-p|--ports]}} {{22,80}} --banners --rate {{100000}}` -- Skanuj Internet dla zadanego zakresu portów i eksportuj wynik do pliku: +- Skanuj Internet w poszukiwaniu serwerów WWW działających na portach 80 i 443: -`masscan {{0.0.0.0/0}} --ports {{0-65535}} -output-format {{binary|grepable|json|list|xml}} --output-filename {{ścieżka/do/pliku}}` +`masscan {{0.0.0.0/0}} {{[-p|--ports]}} {{80,443}} --rate {{10000000}}` + +- Skanuj Internet w poszukiwaniu serwerów DNS działających na porcie UDP 53: + +`masscan {{0.0.0.0/0}} {{[-p|--ports]}} {{U:53}} --rate {{10000000}}` + +- Skanuj Internet w poszukiwaniu podanego zakresu portów i eksportuj wynik do pliku: + +`masscan {{0.0.0.0/0}} {{[-p|--ports]}} {{0-65535}} --output-format {{binary|grepable|json|list|xml}} --output-filename {{path/to/file}}` + +- Odczytaj binarny wynik skanu z pliku i wypisz do `stdout`: + +`masscan --readscan {{path/to/file}}` diff --git a/pages/common/masscan.md b/pages/common/masscan.md index ec461dbcf1..c3135bb41b 100644 --- a/pages/common/masscan.md +++ b/pages/common/masscan.md @@ -1,7 +1,7 @@ # masscan -> Network scanner for scanning as fast as possible. -> Best run with elevated privileges. Nmap compatibility run `masscan --nmap` to find out more. +> A very fast network scanner. +> Works best with elevated privileges. For help with Nmap compatibility, run `masscan --nmap`. > More information: . - Scan an IP or network subnet for port 80: From 6fe5816968a20b9433d5f0a8e123c751ef20f3bf Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 29 Jul 2025 08:27:43 +0300 Subject: [PATCH 045/133] papermc: add page (#17365) Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages/common/papermc.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/papermc.md diff --git a/pages/common/papermc.md b/pages/common/papermc.md new file mode 100644 index 0000000000..0c11e17655 --- /dev/null +++ b/pages/common/papermc.md @@ -0,0 +1,28 @@ +# papermc + +> Manage a Minecraft server. +> More information: . + +- Start a server: + +`papermc start` + +- Stop a server: + +`papermc stop` + +- Restart a server: + +`papermc restart` + +- Backup a world: + +`papermc backup` + +- Restore world data from a backup: + +`papermc restore {{path/to/filename}}` + +- Display help: + +`papermc` From cf3e915b301152647b1f0ea9fdbeb2889baa63d8 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 29 Jul 2025 10:41:49 +0300 Subject: [PATCH 046/133] dcgmi: add page (#17351) --- pages/common/dcgmi.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/dcgmi.md diff --git a/pages/common/dcgmi.md b/pages/common/dcgmi.md new file mode 100644 index 0000000000..9511289375 --- /dev/null +++ b/pages/common/dcgmi.md @@ -0,0 +1,24 @@ +# dcgmi + +> Manage and monitor NVIDIA Data Center GPUs. +> More information: . + +- Display information on all available GPUs and processes using them: + +`dcgmi discovery {{[-l|--list]}}` + +- List created groups: + +`dcgmi group {{[-l|--list]}}` + +- Display current usage statistics for device 0: + +`dcgmi dmon {{[-e|--field-id]}}{{1001,1002,1003,1004,1005}}` + +- Display help: + +`dcgmi {{[-h|--help]}}` + +- Display help for a subcommand: + +`dcgmi {{subcommand}} {{[-h|--help]}}` From 20c4dad07946b7d996b04e64c95e98d1f29ec49b Mon Sep 17 00:00:00 2001 From: Kristopher Date: Tue, 29 Jul 2025 00:47:25 -0700 Subject: [PATCH 047/133] pirut: add page (#17398) --- pages/linux/pirut.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/linux/pirut.md diff --git a/pages/linux/pirut.md b/pages/linux/pirut.md new file mode 100644 index 0000000000..32514b9c1e --- /dev/null +++ b/pages/linux/pirut.md @@ -0,0 +1,9 @@ +# pirut + +> Graphical frontend for `yum`. +> See also: `yum`. +> More information: . + +- Launch `pirut`: + +`pirut` From 50f3b3aee6039621539b0ec4a5e733199e9d1d3e Mon Sep 17 00:00:00 2001 From: Aadish M Date: Tue, 29 Jul 2025 15:20:29 +0530 Subject: [PATCH 048/133] certtool: add page (#17391) * certtool: add page --------- Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Fazle Arefin --- pages/linux/certtool.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/certtool.md diff --git a/pages/linux/certtool.md b/pages/linux/certtool.md new file mode 100644 index 0000000000..63e0fc2f0c --- /dev/null +++ b/pages/linux/certtool.md @@ -0,0 +1,24 @@ +# certtool + +> Generate and manage X.509 certificates, keys, and PKI structures using GnuTLS. +> More information: . + +- Generate a private key and save it to a file: + +`certtool {{[-p|--generate-privkey]}} --outfile {{path/to/private.key}}` + +- Generate a self-signed certificate using a private key and a template file: + +`certtool {{[-s|--generate-self-signed]}} --load-privkey {{path/to/private.key}} --template {{path/to/info.template}} --outfile {{path/to/certificate.crt}}` + +- Generate a certificate signing request (CSR): + +`certtool {{[-q|--generate-request]}} --load-privkey {{path/to/private.key}} --template {{path/to/info.template}} --outfile {{path/to/request.csr}}` + +- Generate a certificate authority (CA) certificate: + +`certtool {{[-s|--generate-self-signed]}} --load-privkey {{path/to/ca.key}} --template {{path/to/ca.template}} --outfile {{path/to/ca.crt}}` + +- Verify a certificate against a CA certificate: + +`certtool --verify --infile {{path/to/certificate.crt}} --load-ca-certificate {{path/to/ca.crt}}` From 6ef5e1702e0b30adcc5177c7e84a24f2570bb6ac Mon Sep 17 00:00:00 2001 From: Aiglelevant Date: Tue, 29 Jul 2025 20:12:24 +0530 Subject: [PATCH 049/133] %: add Hindi translation (#17206) Co-authored-by: K.B.Dharun Krishna --- pages.hi/common/%.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages.hi/common/%.md diff --git a/pages.hi/common/%.md b/pages.hi/common/%.md new file mode 100644 index 0000000000..dd77788ee2 --- /dev/null +++ b/pages.hi/common/%.md @@ -0,0 +1,28 @@ +# % + +> काम प्रबन्ध करता है। +> अधिक जानकारी: । + +- वर्तमान काम को आगे लाता हैं: + +`%` + +- पिछले काम को आगे लाता हैं: + +`%-` + +- काम नंबर `n` को आगे लाता हैं: + +`%{{n}}` + +- काम आगे लाती हैं जिसके आदेश `string` से शुरू होती हैं: + +`%{{string}}` + +- काम आगे लाती हैं जिसके आदेश में `string` हैं: + +`%?{{string}}` + +- निलंबित काम को पूर्व शुरू करता हैं: + +`%{{1}} &` From 1a8b711f71a4f072080e740e7ac144bc2f90a2f2 Mon Sep 17 00:00:00 2001 From: Harshavardhan Date: Wed, 30 Jul 2025 02:15:09 +0530 Subject: [PATCH 050/133] elasticsearch-croneval: add page (#17406) --- pages/common/elasticsearch-croneval.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/elasticsearch-croneval.md diff --git a/pages/common/elasticsearch-croneval.md b/pages/common/elasticsearch-croneval.md new file mode 100644 index 0000000000..34b631cc1c --- /dev/null +++ b/pages/common/elasticsearch-croneval.md @@ -0,0 +1,24 @@ +# 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. +> More information: . + +- Evaluate a `cron` expression and display the next 10 trigger times (default behavior): + +`elasticsearch-croneval "{{cron_expression}}"` + +- Evaluate a `cron` expression and display a specific number of future trigger times: + +`elasticsearch-croneval "{{cron_expression}}" {{[-c|--count]}} {{integer}}` + +- Display detailed information (including stack trace) for an invalid `cron` expression: + +`elasticsearch-croneval "{{invalid_cron_expression}}" {{[-d|--detail]}}` + +- Display minimal output (silent mode): + +`elasticsearch-croneval "{{cron_expression}}" {{[-s|--silent]}}` + +- Display verbose output: + +`elasticsearch-croneval "{{cron_expression}}" {{[-v|--verbose]}}` From 4eee899bcacb8b1ae7e637d12cf2f540c25cd20e Mon Sep 17 00:00:00 2001 From: Andrzej Voss Date: Tue, 29 Jul 2025 23:02:18 +0200 Subject: [PATCH 051/133] pw-link: fix typo in id option (#17409) Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages.ko/linux/pw-link.md | 4 ++-- pages.pt_BR/linux/pw-link.md | 4 ++-- pages/linux/pw-link.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages.ko/linux/pw-link.md b/pages.ko/linux/pw-link.md index 6ea5a74ffe..010f27e861 100644 --- a/pages.ko/linux/pw-link.md +++ b/pages.ko/linux/pw-link.md @@ -5,7 +5,7 @@ - 모든 오디오 출력 및 입력 포트와 해당 ID 나열: -`pw-link --output --input --ids` +`pw-link {{[-oiI|--output --input --id]}}` - 출력 포트와 입력 포트 간 링크 생성: @@ -17,7 +17,7 @@ - 모든 링크와 해당 ID 나열: -`pw-link {{[-lI|--links --ids]}}` +`pw-link {{[-lI|--links --id]}}` - 도움말 표시: diff --git a/pages.pt_BR/linux/pw-link.md b/pages.pt_BR/linux/pw-link.md index 7a69ee1db5..a0d77bf5ec 100644 --- a/pages.pt_BR/linux/pw-link.md +++ b/pages.pt_BR/linux/pw-link.md @@ -5,7 +5,7 @@ - Lista todos as saídas e entradas de áudio com seus IDs: -`pw-link {{[-oiI|--output --input --ids]}}` +`pw-link {{[-oiI|--output --input --id]}}` - Cria uma conexão entre uma porta de entrada e uma porta de saída: @@ -17,7 +17,7 @@ - Lista todas as conexões com seus IDs: -`pw-link {{[-lI|--links --ids]}}` +`pw-link {{[-lI|--links --id]}}` - Exibe ajuda: diff --git a/pages/linux/pw-link.md b/pages/linux/pw-link.md index 0140932e6b..1b768b9ae3 100644 --- a/pages/linux/pw-link.md +++ b/pages/linux/pw-link.md @@ -5,7 +5,7 @@ - List all audio output and input ports with their IDs: -`pw-link {{[-oiI|--output --input --ids]}}` +`pw-link {{[-oiI|--output --input --id]}}` - Create a link between an output and an input port: @@ -17,7 +17,7 @@ - List all links with their IDs: -`pw-link {{[-lI|--links --ids]}}` +`pw-link {{[-lI|--links --id]}}` - Display help: From ae6f3b55e413331b1b383e04494f97e547058801 Mon Sep 17 00:00:00 2001 From: nbaud <125445692+nbaud@users.noreply.github.com> Date: Wed, 30 Jul 2025 06:05:37 +0200 Subject: [PATCH 052/133] stratis: add page (#17387) Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/linux/stratis.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 pages/linux/stratis.md diff --git a/pages/linux/stratis.md b/pages/linux/stratis.md new file mode 100644 index 0000000000..a37b258474 --- /dev/null +++ b/pages/linux/stratis.md @@ -0,0 +1,37 @@ +# stratis + +> Manage local storage pools and volumes using the Stratis storage manager. +> Stratis volumes use the XFS filesystem and require the `stratisd` service. +> More information: . + +- Start the Stratis service (must be active before managing pools or volumes): + +`sudo systemctl start stratisd` + +- Create a storage pool from one or more devices: + +`sudo stratis pool create {{pool_name}} {{/dev/sdX}} {{/dev/sdY}}` + +- Create a filesystem (volume) in a pool: + +`sudo stratis filesystem create {{pool_name}} {{volume_name}}` + +- List all Stratis filesystems: + +`sudo stratis filesystem list` + +- Format and mount a Stratis volume manually: + +`sudo mkfs.xfs /dev/stratis/{{pool_name}}/{{volume_name}} && sudo mount /dev/stratis/{{pool_name}}/{{volume_name}} {{/mnt/target}}` + +- Add a volume to `/etc/fstab` for mounting at boot: + +`echo /dev/stratis/{{pool_name}}/{{volume_name}} {{/mnt/target}} xfs defaults,x-systemd.requires=stratisd.service 0 0 | sudo tee {{[-a|--append]}} /etc/fstab` + +- Extend an existing pool by adding a new device: + +`sudo stratis pool add-data {{pool_name}} {{/dev/sdZ}}` + +- Delete a volume: + +`sudo stratis filesystem destroy {{pool_name}} {{volume_name}}` From b6472a3f08463ea887bf61d1b7c58c5620b92387 Mon Sep 17 00:00:00 2001 From: p0358 Date: Wed, 30 Jul 2025 06:11:06 +0200 Subject: [PATCH 053/133] flock: improvements and fix of misleading wording (#17373) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages/linux/flock.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/pages/linux/flock.md b/pages/linux/flock.md index 1f00325227..8ae2346818 100644 --- a/pages/linux/flock.md +++ b/pages/linux/flock.md @@ -1,17 +1,25 @@ # flock -> Manage locks from shell scripts. -> It can be used to ensure that only one process of a command is running. +> Manage file locks from shell scripts. +> It can be used to ensure that only one instance of a command is running. > More information: . -- Run a command with a file lock as soon as the lock is not required by others: +- Run a command with a file lock as soon as the lock is available: -`flock {{path/to/lock.lock}} {{[-c|--command]}} "{{command}}"` +`flock {{path/to/lock.lock}} {{command}}` -- Run a command with a file lock, and exit if the lock doesn't exist: +- Run a command with a file lock, or exit if the lock is currently being held (with exit code 1): -`flock {{path/to/lock.lock}} {{[-n|--nonblock]}} {{[-c|--command]}} "{{command}}"` +`flock {{path/to/lock.lock}} {{[-n|--nonblock]}} {{command}}` -- Run a command with a file lock, and exit with a specific error code if the lock doesn't exist: +- Run a command with a file lock, or exit with a specific error code if the lock is currently being held: -`flock {{path/to/lock.lock}} {{[-n|--nonblock]}} {{[-E|--conflict-exit-code]}} {{error_code}} {{[-c|--command]}} "{{command}}"` +`flock {{path/to/lock.lock}} {{[-n|--nonblock]}} {{[-E|--conflict-exit-code]}} {{123}} {{command}}` + +- Run a command with a file lock, waiting up to 10 seconds for the lock to be available before giving up: + +`flock {{path/to/lock.lock}} {{[-w|--timeout]}} 10 {{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): + +`flock {{path/to/backup.lock}} {{tar -cvf path/to/backup.tar path/to/data/}}` From af14ad74e24b49b78844dd5bc0e4e90fe80bbfa2 Mon Sep 17 00:00:00 2001 From: Hech Date: Tue, 29 Jul 2025 21:31:11 -0700 Subject: [PATCH 054/133] trunk: add page (#17376) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/common/trunk.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/trunk.md diff --git a/pages/common/trunk.md b/pages/common/trunk.md new file mode 100644 index 0000000000..4140a4a62b --- /dev/null +++ b/pages/common/trunk.md @@ -0,0 +1,24 @@ +# trunk + +> Bundle and serve Rust web apps with CI/CD pipelines. +> More information: . + +- Start local/production server with hot reloading: + +`trunk serve --port {{port}} --release --proxy-backend {{URL}}` + +- Build for production at root or subdirectory: + +`trunk build --release --dist {{path/to/distribution}} --public-url {{/path/to/app/subdir}}` + +- List all available tools in the repo and if they are enabled: + +`trunk tools list` + +- Enable/disable a tool at a specific version: + +`trunk tools {{enable|disable}} {{tool}}@{{version}}` + +- Print an action's execution history: + +`trunk actions history {{action}}` From b969e91aed8e28188f1be6fce80b3c0a0af86d7c Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 30 Jul 2025 07:32:48 +0300 Subject: [PATCH 055/133] *: fix `See also:` syntax (#17383) --- pages/common/acme.sh.md | 2 +- pages/common/arch.md | 2 +- pages/common/audit2allow.md | 2 +- pages/common/bg.md | 2 +- pages/common/bshell.md | 2 +- pages/common/bssh.md | 2 +- pages/common/bvnc.md | 2 +- pages/common/byobu.md | 2 +- pages/common/docker-image.md | 2 +- pages/common/dvc-freeze.md | 2 +- pages/common/dvc-unfreeze.md | 2 +- pages/common/emacs.md | 2 +- pages/common/emacsclient.md | 2 +- pages/common/encfs.md | 2 +- pages/common/eqn.md | 2 +- pages/common/fg.md | 2 +- pages/common/flutter-pub.md | 3 ++- pages/common/gcloud-help.md | 2 +- pages/common/gcloud-logging-logs-list.md | 3 ++- pages/common/gcloud-sql-export-sql.md | 3 ++- pages/common/git-am.md | 2 +- pages/common/git-apply.md | 2 +- pages/common/git-cherry-pick.md | 2 +- pages/common/git-format-patch.md | 2 +- pages/common/git-ignore.md | 3 ++- pages/common/git-lock.md | 3 ++- pages/common/git-restore.md | 2 +- pages/common/git-switch.md | 2 +- pages/common/git-unlock.md | 3 ++- pages/common/git-whatchanged.md | 2 +- pages/common/grap.md | 2 +- pages/common/hub-branch.md | 2 +- pages/common/kube-fzf.md | 2 +- pages/common/lambo.md | 2 +- pages/common/local.md | 2 +- pages/common/lpr.md | 2 +- pages/common/mesg.md | 2 +- pages/common/minetest.md | 2 +- pages/common/minetestserver.md | 2 +- pages/common/mitmproxy.md | 2 +- pages/common/mosquitto_passwd.md | 2 +- pages/common/mysqldump.md | 2 +- pages/common/netperf.md | 2 +- pages/common/netserver.md | 2 +- pages/common/odps-auth.md | 2 +- pages/common/odps-func.md | 2 +- pages/common/odps-inst.md | 2 +- pages/common/odps-resource.md | 2 +- pages/common/odps-table.md | 2 +- pages/common/odps-tunnel.md | 2 +- pages/common/pic.md | 2 +- pages/common/podman-image.md | 2 +- pages/common/pueue-stash.md | 2 +- pages/common/qownnotes.md | 2 +- pages/common/rbash.md | 2 +- pages/common/screen.md | 2 +- pages/common/sh.md | 2 +- pages/common/showfigfonts.md | 2 +- pages/common/ssh-agent.md | 2 +- pages/common/tbl.md | 2 +- pages/common/troff.md | 2 +- pages/common/uname.md | 2 +- pages/common/vegeta.md | 2 +- pages/common/write.md | 3 ++- pages/common/x11docker.md | 2 +- pages/common/ybacklight.md | 3 ++- pages/common/zellij.md | 2 +- pages/common/zmv.md | 2 +- pages/linux/alien.md | 2 +- pages/linux/aurman.md | 2 +- pages/linux/bspwm.md | 2 +- pages/linux/compsize.md | 2 +- pages/linux/ddcutil.md | 3 ++- pages/linux/dos2unix.md | 2 +- pages/linux/extundelete.md | 2 +- pages/linux/insmod.md | 2 +- pages/linux/iptables.md | 3 ++- pages/linux/iw-dev.md | 2 +- pages/linux/kwrite.md | 2 +- pages/linux/ldapdomaindump.md | 2 +- pages/linux/lsmod.md | 2 +- pages/linux/mac2unix.md | 2 +- pages/linux/mesg.md | 2 +- pages/linux/modinfo.md | 2 +- pages/linux/modprobe.md | 2 +- pages/linux/openrc.md | 2 +- pages/linux/pkgfile.md | 2 +- pages/linux/postfix.md | 2 +- pages/linux/pw-dot.md | 2 +- pages/linux/quickemu.md | 2 +- pages/linux/rc-service.md | 2 +- pages/linux/rc-status.md | 2 +- pages/linux/rc-update.md | 2 +- pages/linux/rmmod.md | 2 +- pages/linux/sinfo.md | 2 +- pages/linux/tlp-stat.md | 2 +- pages/linux/tlp.md | 2 +- pages/linux/unix2dos.md | 2 +- pages/linux/unix2mac.md | 2 +- pages/linux/uuid.md | 2 +- pages/linux/uuidgen.md | 2 +- pages/linux/vgscan.md | 2 +- pages/linux/write.md | 3 ++- pages/osx/coreautha.md | 3 ++- pages/osx/coreauthd.md | 3 ++- pages/osx/dhcp6d.md | 3 ++- pages/windows/pushd.md | 2 +- pages/windows/replace.md | 2 +- 108 files changed, 122 insertions(+), 108 deletions(-) diff --git a/pages/common/acme.sh.md b/pages/common/acme.sh.md index 417630f4d4..3ba62542d4 100644 --- a/pages/common/acme.sh.md +++ b/pages/common/acme.sh.md @@ -1,7 +1,7 @@ # acme.sh > Shell script implementing ACME client protocol, an alternative to `certbot`. -> See also `acme.sh dns`. +> See also: `acme.sh dns`. > More information: . - Issue a certificate using webroot mode: diff --git a/pages/common/arch.md b/pages/common/arch.md index 18027fca0c..f930fd68ba 100644 --- a/pages/common/arch.md +++ b/pages/common/arch.md @@ -1,7 +1,7 @@ # arch > Display the name of the system architecture. -> See also `uname`. +> See also: `uname`. > More information: . - Display the system's architecture: diff --git a/pages/common/audit2allow.md b/pages/common/audit2allow.md index 911ab67a26..2ff207146c 100644 --- a/pages/common/audit2allow.md +++ b/pages/common/audit2allow.md @@ -2,7 +2,7 @@ > Scan logs for messages pertaining to denied permissions. > Generate a report of Type Enforcement (TE) rules that might allow successful operations. -> See also `audit2why`. +> See also: `audit2why`. > More information: . - Show all generated messages in audit and message logs: diff --git a/pages/common/bg.md b/pages/common/bg.md index 6d94ca2be7..4c7fc233ed 100644 --- a/pages/common/bg.md +++ b/pages/common/bg.md @@ -1,7 +1,7 @@ # bg > Resume suspended jobs (e.g. using ``), and keeps them running in the background. -> See also: `jobs`, `fg` and `disown`. +> See also: `jobs`, `fg`, `disown`. > More information: . - Resume the most recently suspended job and run it in the background: diff --git a/pages/common/bshell.md b/pages/common/bshell.md index cd99382838..f5c95f755f 100644 --- a/pages/common/bshell.md +++ b/pages/common/bshell.md @@ -1,7 +1,7 @@ # bshell > A GUI for browsing for SSH/VNC servers on the local network. -> See also: `bssh` and `bvnc`. +> See also: `bssh`, `bvnc`. > More information: . - Browse for both SSH and VNC servers: diff --git a/pages/common/bssh.md b/pages/common/bssh.md index 63e284a178..d86af9abb3 100644 --- a/pages/common/bssh.md +++ b/pages/common/bssh.md @@ -1,7 +1,7 @@ # bssh > A GUI tool for browsing for SSH/VNC servers on the local network. -> See also: `bvnc` and `bshell`. +> See also: `bvnc`, `bshell`. > More information: . - Browse for SSH servers: diff --git a/pages/common/bvnc.md b/pages/common/bvnc.md index 63e3f60a38..582ebe783d 100644 --- a/pages/common/bvnc.md +++ b/pages/common/bvnc.md @@ -1,7 +1,7 @@ # bvnc > A GUI tool for browsing for SSH/VNC servers on the local network. -> See also: `bssh` and `bshell`. +> See also: `bssh`, `bshell`. > More information: . - Browse for VNC servers: diff --git a/pages/common/byobu.md b/pages/common/byobu.md index 4e8a850f42..8a7859874b 100644 --- a/pages/common/byobu.md +++ b/pages/common/byobu.md @@ -1,7 +1,7 @@ # byobu > Window manager and terminal multiplexer. -> See also: `tmux` and `screen`. +> See also: `tmux`, `screen`. > More information: . - Start a new session: diff --git a/pages/common/docker-image.md b/pages/common/docker-image.md index aa66893355..a1585c63ca 100644 --- a/pages/common/docker-image.md +++ b/pages/common/docker-image.md @@ -1,7 +1,7 @@ # docker image > Manage Docker images. -> See also: `docker build`, `docker import`, and `docker pull`. +> See also: `docker build`, `docker import`, `docker pull`. > More information: . - List local Docker images: diff --git a/pages/common/dvc-freeze.md b/pages/common/dvc-freeze.md index 143a444bf6..a6868db8ac 100644 --- a/pages/common/dvc-freeze.md +++ b/pages/common/dvc-freeze.md @@ -2,7 +2,7 @@ > Freeze stages in the DVC pipeline. > This prevents DVC from tracking changes in stage dependencies and re-execution until unfreeze. -> See also `dvs unfreeze`. +> See also: `dvs unfreeze`. > More information: . - Freeze one or more specified stages: diff --git a/pages/common/dvc-unfreeze.md b/pages/common/dvc-unfreeze.md index ab6d0ba54f..6ff2d1a78e 100644 --- a/pages/common/dvc-unfreeze.md +++ b/pages/common/dvc-unfreeze.md @@ -2,7 +2,7 @@ > Unfreeze stages in the DVC pipeline. > This allows DVC to start tracking changes in stage dependencies again after they were frozen. -> See also `dvc freeze`. +> See also: `dvc freeze`. > More information: . - Unfreeze one or more specified stages: diff --git a/pages/common/emacs.md b/pages/common/emacs.md index 49c4cc57f4..c4ebeea62d 100644 --- a/pages/common/emacs.md +++ b/pages/common/emacs.md @@ -1,7 +1,7 @@ # emacs > The extensible, customizable, self-documenting, real-time display editor. -> See also `emacsclient`. +> See also: `emacsclient`. > More information: . - Start Emacs and open a file: diff --git a/pages/common/emacsclient.md b/pages/common/emacsclient.md index 93decb2bb1..755da7dc86 100644 --- a/pages/common/emacsclient.md +++ b/pages/common/emacsclient.md @@ -1,7 +1,7 @@ # emacsclient > Open files in an existing Emacs server. -> See also `emacs`. +> See also: `emacs`. > More information: . - Open a file in an existing Emacs server (using GUI if available): diff --git a/pages/common/encfs.md b/pages/common/encfs.md index fd8a9f40f3..2affea7b25 100644 --- a/pages/common/encfs.md +++ b/pages/common/encfs.md @@ -1,7 +1,7 @@ # encfs > Mount or create encrypted virtual filesystems. -> See also `fusermount`, which can unmount filesystems mounted by this command. +> See also: `fusermount` which can unmount filesystems mounted by this command. > More information: . - Initialize or mount an encrypted filesystem: diff --git a/pages/common/eqn.md b/pages/common/eqn.md index c90004b755..f86b8dcecd 100644 --- a/pages/common/eqn.md +++ b/pages/common/eqn.md @@ -1,7 +1,7 @@ # eqn > Equation preprocessor for the groff (GNU Troff) document formatting system. -> See also `troff` and `groff`. +> See also: `troff`, `groff`. > More information: . - Process input with equations, saving the output for future typesetting with groff to PostScript: diff --git a/pages/common/fg.md b/pages/common/fg.md index 79f69d34ae..233955cecd 100644 --- a/pages/common/fg.md +++ b/pages/common/fg.md @@ -1,7 +1,7 @@ # fg > Run jobs in foreground. -> See also: `jobs`, `bg` and `disown`. +> See also: `jobs`, `bg`, `disown`. > More information: . - Bring most recently suspended or running background job to foreground: diff --git a/pages/common/flutter-pub.md b/pages/common/flutter-pub.md index 2917acec8f..7b2ce6bc3f 100644 --- a/pages/common/flutter-pub.md +++ b/pages/common/flutter-pub.md @@ -1,7 +1,8 @@ # flutter pub > Flutter's package manager. -> Note: Packages are available on . See also: `flutter`. +> Note: Packages are available on . +> See also: `flutter`. > More information: . - Download/Update all packages specified in `pubspec.yaml`: diff --git a/pages/common/gcloud-help.md b/pages/common/gcloud-help.md index 211b0dba71..2ba93837ad 100644 --- a/pages/common/gcloud-help.md +++ b/pages/common/gcloud-help.md @@ -1,7 +1,7 @@ # gcloud help > Display help and reference information for `gcloud`. -> See also: `gcloud topic`, for supplementary help topics not directly associated with individual commands. +> See also: `gcloud topic` for supplementary help topics not directly associated with individual commands. > More information: . - Search the `gcloud` CLI reference documents for specific terms: diff --git a/pages/common/gcloud-logging-logs-list.md b/pages/common/gcloud-logging-logs-list.md index 961e2ff2e6..28735bcac5 100644 --- a/pages/common/gcloud-logging-logs-list.md +++ b/pages/common/gcloud-logging-logs-list.md @@ -1,7 +1,8 @@ # gcloud logging logs list > List logs in a Google Cloud project. -> Useful for identifying available logs for monitoring and analysis. See also: `gcloud`. +> Useful for identifying available logs for monitoring and analysis. +> See also: `gcloud`. > More information: . - List all logs in the current project: diff --git a/pages/common/gcloud-sql-export-sql.md b/pages/common/gcloud-sql-export-sql.md index 74766acd2f..85cdf56e50 100644 --- a/pages/common/gcloud-sql-export-sql.md +++ b/pages/common/gcloud-sql-export-sql.md @@ -1,7 +1,8 @@ # gcloud sql export sql > Export data from a Cloud SQL instance to an SQL file in Google Cloud Storage. -> Useful for creating backups or migrating data. See also: `gcloud`. +> Useful for creating backups or migrating data. +> See also: `gcloud`. > More information: . - Export data from a specific Cloud SQL instance to a Google Cloud Storage bucket as an SQL dump file: diff --git a/pages/common/git-am.md b/pages/common/git-am.md index 9b08085d88..fb0ec5e5da 100644 --- a/pages/common/git-am.md +++ b/pages/common/git-am.md @@ -1,7 +1,7 @@ # git am > Apply patch files and create a commit. Useful when receiving commits via email. -> See also `git format-patch`, which can generate patch files. +> See also: `git format-patch` which can generate patch files. > More information: . - Apply and commit changes following a local patch file: diff --git a/pages/common/git-apply.md b/pages/common/git-apply.md index 035d6404de..338ff09f6b 100644 --- a/pages/common/git-apply.md +++ b/pages/common/git-apply.md @@ -1,7 +1,7 @@ # git apply > Apply a patch to files and/or to the index without creating a commit. -> See also `git am`, which applies a patch and also creates a commit. +> See also: `git am` which applies a patch and also creates a commit. > More information: . - Print messages about the patched files: diff --git a/pages/common/git-cherry-pick.md b/pages/common/git-cherry-pick.md index 8821fbe661..658e83eda2 100644 --- a/pages/common/git-cherry-pick.md +++ b/pages/common/git-cherry-pick.md @@ -8,7 +8,7 @@ `git cherry-pick {{commit}}` -- Apply a range of commits to the current branch (see also `git rebase --onto`): +- Apply a range of commits to the current branch (see also: `git rebase --onto`): `git cherry-pick {{start_commit}}~..{{end_commit}}` diff --git a/pages/common/git-format-patch.md b/pages/common/git-format-patch.md index c1866980a4..6bef27a320 100644 --- a/pages/common/git-format-patch.md +++ b/pages/common/git-format-patch.md @@ -1,7 +1,7 @@ # git format-patch > Prepare .patch files. Useful when emailing commits elsewhere. -> See also `git am`, which can apply generated .patch files. +> See also: `git am` which can apply generated .patch files. > More information: . - Create an auto-named `.patch` file for all the unpushed commits: diff --git a/pages/common/git-ignore.md b/pages/common/git-ignore.md index 0cb047f537..a6491846cc 100644 --- a/pages/common/git-ignore.md +++ b/pages/common/git-ignore.md @@ -1,7 +1,8 @@ # git ignore > Show/update `.gitignore` files. -> Part of `git-extras`. See also `git ignore-io`. +> Part of `git-extras`. +> See also: `git ignore-io`. > More information: . - Show the content of all global and local `.gitignore` files: diff --git a/pages/common/git-lock.md b/pages/common/git-lock.md index bfc09598d4..72bd4b9ad2 100644 --- a/pages/common/git-lock.md +++ b/pages/common/git-lock.md @@ -1,7 +1,8 @@ # git lock > Lock a file in a Git repository from being modified by a commit. -> Part of `git-extras`. See also `git-unlock`. +> Part of `git-extras`. +> See also: `git-unlock`. > More information: . - Disable the ability to commit changes of a local file: diff --git a/pages/common/git-restore.md b/pages/common/git-restore.md index 0aa603beff..687baebf52 100644 --- a/pages/common/git-restore.md +++ b/pages/common/git-restore.md @@ -1,7 +1,7 @@ # git restore > Restore working tree files. Requires Git version 2.23+. -> See also `git checkout` and `git reset`. +> See also: `git checkout`, `git reset`. > More information: . - Restore an unstaged file to the staged version: diff --git a/pages/common/git-switch.md b/pages/common/git-switch.md index 95319c8657..61151a79f1 100644 --- a/pages/common/git-switch.md +++ b/pages/common/git-switch.md @@ -1,7 +1,7 @@ # git switch > Switch between Git branches. Requires Git version 2.23+. -> See also `git checkout`. +> See also: `git checkout`. > More information: . - Switch to an existing branch: diff --git a/pages/common/git-unlock.md b/pages/common/git-unlock.md index e29f202635..e4d2493ba1 100644 --- a/pages/common/git-unlock.md +++ b/pages/common/git-unlock.md @@ -1,7 +1,8 @@ # git unlock > Unlock a file in a Git repository so it can be modified by a commit. -> Part of `git-extras`. See also `git lock`. +> Part of `git-extras`. +> See also: `git lock`. > More information: . - Enable the ability to commit changes of a previously-locked local file: diff --git a/pages/common/git-whatchanged.md b/pages/common/git-whatchanged.md index 69a3dac91b..bf3b45cf62 100644 --- a/pages/common/git-whatchanged.md +++ b/pages/common/git-whatchanged.md @@ -1,7 +1,7 @@ # git whatchanged > Show what has changed with recent commits or files. -> See also `git log`. +> See also: `git log`. > More information: . - Display logs and changes for recent commits: diff --git a/pages/common/grap.md b/pages/common/grap.md index cf1510bd82..4f2a3f4dd0 100644 --- a/pages/common/grap.md +++ b/pages/common/grap.md @@ -1,7 +1,7 @@ # grap > A charting preprocessor for the groff (GNU Troff) document formatting system. -> See also `pic` and `groff`. +> See also: `pic`, `groff`. > More information: . - Process a `grap` file and save the output file for future processing with `pic` and `groff`: diff --git a/pages/common/hub-branch.md b/pages/common/hub-branch.md index fbed103cf9..c1296949df 100644 --- a/pages/common/hub-branch.md +++ b/pages/common/hub-branch.md @@ -1,7 +1,7 @@ # hub branch > Create a branch or show current branch. -> See also `git branch`. +> See also: `git branch`. - Show the name of the currently active branch: diff --git a/pages/common/kube-fzf.md b/pages/common/kube-fzf.md index 97f7c46010..9f217c852a 100644 --- a/pages/common/kube-fzf.md +++ b/pages/common/kube-fzf.md @@ -1,7 +1,7 @@ # kube-fzf > Shell commands for command-line fuzzy searching of Kubernetes Pods. -> See also `kubectl` for related commands. +> See also: `kubectl` for related commands. > More information: . - Get pod details (from current namespace): diff --git a/pages/common/lambo.md b/pages/common/lambo.md index 989c6eccd7..b18493911e 100644 --- a/pages/common/lambo.md +++ b/pages/common/lambo.md @@ -1,7 +1,7 @@ # lambo > A super-powered `laravel new` for Laravel and Valet. -> See also `lambo new` for additional command flags. +> See also: `lambo new` for additional command flags. > More information: . - Create a new Laravel application: diff --git a/pages/common/local.md b/pages/common/local.md index 2aefbc6b01..4f15c413f8 100644 --- a/pages/common/local.md +++ b/pages/common/local.md @@ -1,7 +1,7 @@ # local > Declare local variables and give them attributes. -> See also: `declare` and `export`. +> See also: `declare`, `export`. > More information: . - Declare a string variable with the specified value: diff --git a/pages/common/lpr.md b/pages/common/lpr.md index e57cf286d3..f623ccbdd5 100644 --- a/pages/common/lpr.md +++ b/pages/common/lpr.md @@ -1,7 +1,7 @@ # lpr > Print files. -> See also: `lpstat` and `lpadmin`. +> See also: `lpstat`, `lpadmin`. > More information: . - Print a file to the default printer: diff --git a/pages/common/mesg.md b/pages/common/mesg.md index fe225939ad..8ff34a4526 100644 --- a/pages/common/mesg.md +++ b/pages/common/mesg.md @@ -1,7 +1,7 @@ # mesg > Check or set a terminal's ability to receive messages from other users, usually from the `write` command. -> See also `write`, `talk`. +> See also: `write`, `talk`. > More information: . - Check terminal's openness to write messages: diff --git a/pages/common/minetest.md b/pages/common/minetest.md index 68759c8064..4c0d3a29e3 100644 --- a/pages/common/minetest.md +++ b/pages/common/minetest.md @@ -1,7 +1,7 @@ # minetest > Multiplayer infinite-world block sandbox. -> See also `minetestserver`, the server-only binary. +> See also: `minetestserver`, the server-only binary. > More information: . - Start Minetest in client mode: diff --git a/pages/common/minetestserver.md b/pages/common/minetestserver.md index 737b264609..82f878c8eb 100644 --- a/pages/common/minetestserver.md +++ b/pages/common/minetestserver.md @@ -1,7 +1,7 @@ # minetestserver > Multiplayer infinite-world block sandbox server. -> See also `minetest`, the graphical client. +> See also: `minetest`, the graphical client. > More information: . - Start the server: diff --git a/pages/common/mitmproxy.md b/pages/common/mitmproxy.md index ded6196afa..1d9e3dfd5f 100644 --- a/pages/common/mitmproxy.md +++ b/pages/common/mitmproxy.md @@ -1,7 +1,7 @@ # mitmproxy > An interactive man-in-the-middle HTTP proxy. -> See also: `mitmweb` and `mitmdump`. +> See also: `mitmweb`, `mitmdump`. > More information: . - Start `mitmproxy` with default settings (will listen on port `8080`): diff --git a/pages/common/mosquitto_passwd.md b/pages/common/mosquitto_passwd.md index 48b17dc149..8c6ed8a862 100644 --- a/pages/common/mosquitto_passwd.md +++ b/pages/common/mosquitto_passwd.md @@ -1,7 +1,7 @@ # mosquitto_passwd > Manage password files for mosquitto. -> See also `mosquitto`, the MQTT server that this manages. +> See also: `mosquitto`, the MQTT server that this manages. > More information: . - Add a new user to a password file (will prompt to enter the password): diff --git a/pages/common/mysqldump.md b/pages/common/mysqldump.md index 569a4a84c6..1a0aa62b6e 100644 --- a/pages/common/mysqldump.md +++ b/pages/common/mysqldump.md @@ -1,7 +1,7 @@ # mysqldump > Backups MySQL databases. -> See also `mysql` for restoring databases. +> See also: `mysql` for restoring databases. > More information: . - Create a backup (user will be prompted for a password): diff --git a/pages/common/netperf.md b/pages/common/netperf.md index c061953bc1..f9cd007708 100644 --- a/pages/common/netperf.md +++ b/pages/common/netperf.md @@ -1,7 +1,7 @@ # netperf > Client-side command for `netperf`, the benchmarking application that measures network throughput. Similar to `iperf`. -> See also: `netserver`, for the server-side command. +> See also: `netserver` for the server-side command. > More information: . - Connect to server on a specific IP address via default port (12865): diff --git a/pages/common/netserver.md b/pages/common/netserver.md index 5c329142d1..01dd68517d 100644 --- a/pages/common/netserver.md +++ b/pages/common/netserver.md @@ -1,7 +1,7 @@ # netserver > Server-side command for `netperf`, the benchmarking application that measures network throughput. -> See also: `netperf`, for the client-side command. +> See also: `netperf` for the client-side command. > More information: . - Start a server on the default port (12865) and fork to background: diff --git a/pages/common/odps-auth.md b/pages/common/odps-auth.md index ed661fd69e..79059383fb 100644 --- a/pages/common/odps-auth.md +++ b/pages/common/odps-auth.md @@ -1,7 +1,7 @@ # odps auth > User authorities in ODPS (Open Data Processing Service). -> See also `odps`. +> See also: `odps`. > More information: . - Add a user to the current project: diff --git a/pages/common/odps-func.md b/pages/common/odps-func.md index 71307a1048..4434829e42 100644 --- a/pages/common/odps-func.md +++ b/pages/common/odps-func.md @@ -1,7 +1,7 @@ # odps func > Manage functions in ODPS (Open Data Processing Service). -> See also `odps`. +> See also: `odps`. > More information: . - Show functions in the current project: diff --git a/pages/common/odps-inst.md b/pages/common/odps-inst.md index 1ee6004a6e..9f3385a8e7 100644 --- a/pages/common/odps-inst.md +++ b/pages/common/odps-inst.md @@ -1,7 +1,7 @@ # odps inst > Manage instances in ODPS (Open Data Processing Service). -> See also `odps`. +> See also: `odps`. > More information: . - Show instances created by current user: diff --git a/pages/common/odps-resource.md b/pages/common/odps-resource.md index 2f3199838d..bc55788012 100644 --- a/pages/common/odps-resource.md +++ b/pages/common/odps-resource.md @@ -1,7 +1,7 @@ # odps resource > Manage resources in ODPS (Open Data Processing Service). -> See also `odps`. +> See also: `odps`. > More information: . - Show resources in the current project: diff --git a/pages/common/odps-table.md b/pages/common/odps-table.md index 793b223ee2..271b314380 100644 --- a/pages/common/odps-table.md +++ b/pages/common/odps-table.md @@ -1,7 +1,7 @@ # odps table > Create and modify tables in ODPS (Open Data Processing Service). -> See also `odps`. +> See also: `odps`. > More information: . - Create a table with partition and lifecycle: diff --git a/pages/common/odps-tunnel.md b/pages/common/odps-tunnel.md index 36efaf83e3..2d46aff7f3 100644 --- a/pages/common/odps-tunnel.md +++ b/pages/common/odps-tunnel.md @@ -1,7 +1,7 @@ # odps tunnel > Data tunnel in ODPS (Open Data Processing Service). -> See also `odps`. +> See also: `odps`. > More information: . - Download table to local file: diff --git a/pages/common/pic.md b/pages/common/pic.md index eb54e1cda7..938fed186f 100644 --- a/pages/common/pic.md +++ b/pages/common/pic.md @@ -1,7 +1,7 @@ # pic > Picture preprocessor for the groff (GNU Troff) document formatting system. -> See also `groff` and `troff`. +> See also: `groff`, `troff`. > More information: . - Process input with pictures, saving the output for future typesetting with groff to PostScript: diff --git a/pages/common/podman-image.md b/pages/common/podman-image.md index 959d828a78..5377bcc664 100644 --- a/pages/common/podman-image.md +++ b/pages/common/podman-image.md @@ -1,7 +1,7 @@ # podman image > Manage Docker images. -> See also: `podman build`, `podman import`, and `podman pull`. +> See also: `podman build`, `podman import`, `podman pull`. > More information: . - List local Docker images: diff --git a/pages/common/pueue-stash.md b/pages/common/pueue-stash.md index fb23d848e5..a31f199f58 100644 --- a/pages/common/pueue-stash.md +++ b/pages/common/pueue-stash.md @@ -1,7 +1,7 @@ # pueue stash > Stash tasks to prevent them starting automatically. -> See also `pueue start` and `pueue enqueue`. +> See also: `pueue start`, `pueue enqueue`. > More information: . - Stash an enqueued task: diff --git a/pages/common/qownnotes.md b/pages/common/qownnotes.md index 8cf50f17b3..4819079a79 100644 --- a/pages/common/qownnotes.md +++ b/pages/common/qownnotes.md @@ -2,7 +2,7 @@ > Markdown note-taking application. > Optionally integrates with the note-taking applications of Nextcloud and ownCloud. -> See also: `qc`, for managing command snippets. +> See also: `qc` for managing command snippets. > More information: . - Run in portable mode: diff --git a/pages/common/rbash.md b/pages/common/rbash.md index 1d04538da5..d3bb282bf7 100644 --- a/pages/common/rbash.md +++ b/pages/common/rbash.md @@ -2,7 +2,7 @@ > Restricted Bash shell, equivalent to `bash --restricted`. > Does not permit changing the working directory, redirecting command output, or modifying environment variables, among other things. -> See also `histexpand` for history expansion. +> See also: `histexpand` for history expansion. > More information: . - Start an interactive shell session: diff --git a/pages/common/screen.md b/pages/common/screen.md index 916d67a91d..fc7513a8f3 100644 --- a/pages/common/screen.md +++ b/pages/common/screen.md @@ -1,7 +1,7 @@ # screen > Hold a session open on a remote server. Manage multiple windows with a single SSH connection. -> See also `tmux` and `zellij`. +> See also: `tmux`, `zellij`. > More information: . - Start a new screen session: diff --git a/pages/common/sh.md b/pages/common/sh.md index d69bac9ba1..5d0265b6c7 100644 --- a/pages/common/sh.md +++ b/pages/common/sh.md @@ -1,7 +1,7 @@ # sh > Bourne shell, the standard command language interpreter. -> See also `histexpand` for history expansion. +> See also: `histexpand` for history expansion. > More information: . - Start an interactive shell session: diff --git a/pages/common/showfigfonts.md b/pages/common/showfigfonts.md index 5175b5fe1e..be62e9a0a4 100644 --- a/pages/common/showfigfonts.md +++ b/pages/common/showfigfonts.md @@ -1,7 +1,7 @@ # showfigfonts > Display available figlet fonts. -> See also `figlet`. +> See also: `figlet`. > More information: . - Display available fonts: diff --git a/pages/common/ssh-agent.md b/pages/common/ssh-agent.md index 2855264b2a..389221cec4 100644 --- a/pages/common/ssh-agent.md +++ b/pages/common/ssh-agent.md @@ -2,7 +2,7 @@ > Spawn an SSH Agent process. > An SSH Agent holds SSH keys decrypted in memory until removed or the process is killed. -> See also `ssh-add`, which can add and manage keys held by an SSH Agent. +> See also: `ssh-add`, which can add and manage keys held by an SSH Agent. > More information: . - Start an SSH Agent for the current shell: diff --git a/pages/common/tbl.md b/pages/common/tbl.md index aa8790dc4a..121750b545 100644 --- a/pages/common/tbl.md +++ b/pages/common/tbl.md @@ -1,7 +1,7 @@ # tbl > Table preprocessor for the groff (GNU Troff) document formatting system. -> See also `groff` and `troff`. +> See also: `groff`, `troff`. > More information: . - Process input with tables, saving the output for future typesetting with groff to PostScript: diff --git a/pages/common/troff.md b/pages/common/troff.md index 43f679022b..dad68a4b30 100644 --- a/pages/common/troff.md +++ b/pages/common/troff.md @@ -1,7 +1,7 @@ # troff > Typesetting processor for the groff (GNU Troff) document formatting system. -> See also `groff`. +> See also: `groff`. > More information: . - Format output for a PostScript printer, saving the output to a file: diff --git a/pages/common/uname.md b/pages/common/uname.md index 62a2e571c0..9c2cefca39 100644 --- a/pages/common/uname.md +++ b/pages/common/uname.md @@ -1,7 +1,7 @@ # uname > Print details about the current machine and the operating system running on it. -> See also `lsb_release`. +> See also: `lsb_release`. > More information: . - Print kernel name: diff --git a/pages/common/vegeta.md b/pages/common/vegeta.md index 3ab7b9ac5c..83c33a41a5 100644 --- a/pages/common/vegeta.md +++ b/pages/common/vegeta.md @@ -1,7 +1,7 @@ # vegeta > A utility and a library for HTTP load testing. -> See also `ab`. +> See also: `ab`. > More information: . - Launch an attack lasting 30 seconds: diff --git a/pages/common/write.md b/pages/common/write.md index 464921d1eb..0d869ea4a0 100644 --- a/pages/common/write.md +++ b/pages/common/write.md @@ -1,7 +1,8 @@ # write > Write a message on the terminal of a specified logged in user (`` to stop writing messages). -> Use the `who` command to find out all terminal_ids of all active users active on the system. See also `mesg`. +> Use the `who` command to find out all terminal_ids of all active users active on the system. +> See also: `mesg`. > More information: . - Send a message to a given user on a given terminal ID: diff --git a/pages/common/x11docker.md b/pages/common/x11docker.md index d3601c199b..d4cf0797c0 100644 --- a/pages/common/x11docker.md +++ b/pages/common/x11docker.md @@ -1,7 +1,7 @@ # x11docker > Securely run GUI applications and desktop UIs in Docker containers. -> See also `xephyr`. +> See also: `xephyr`. > More information: . - Launch VLC in a container: diff --git a/pages/common/ybacklight.md b/pages/common/ybacklight.md index 98f4b3b390..7cabd461e8 100644 --- a/pages/common/ybacklight.md +++ b/pages/common/ybacklight.md @@ -1,6 +1,7 @@ # ybacklight -> Manage screen backlight brightness. See also `xbacklight`. +> Manage screen backlight brightness. +> See also: `xbacklight`. > More information: . - Print current brightness and maximal brightness, shortened and separated by a slash: diff --git a/pages/common/zellij.md b/pages/common/zellij.md index 5b8fa6bbe4..c06a8e2061 100644 --- a/pages/common/zellij.md +++ b/pages/common/zellij.md @@ -1,7 +1,7 @@ # zellij > Terminal multiplexer with batteries included. -> See also `tmux` and `screen`. +> See also: `tmux`, `screen`. > More information: . - Start a new named session: diff --git a/pages/common/zmv.md b/pages/common/zmv.md index 8d81142385..c4f915f72a 100644 --- a/pages/common/zmv.md +++ b/pages/common/zmv.md @@ -1,7 +1,7 @@ # zmv > Move or rename files matching a specified extended glob pattern. -> See also `zcp` and `zln`. +> See also: `zcp`, `zln`. > More information: . - Move files using a `regex`-like pattern: diff --git a/pages/linux/alien.md b/pages/linux/alien.md index a895b4bb0b..ec05e10e45 100644 --- a/pages/linux/alien.md +++ b/pages/linux/alien.md @@ -1,7 +1,7 @@ # alien > Convert different installation packages to other formats. -> See also: `debtap`, for `.deb` conversion on Arch Linux. +> See also: `debtap` for `.deb` conversion on Arch Linux. > More information: . - Convert a specific installation file to Debian format (`.deb` extension): diff --git a/pages/linux/aurman.md b/pages/linux/aurman.md index 1196f4ddf0..35cb21840e 100644 --- a/pages/linux/aurman.md +++ b/pages/linux/aurman.md @@ -1,7 +1,7 @@ # aurman > An Arch Linux utility to build and install packages from the Arch User Repository. -> See also `pacman`. +> See also: `pacman`. > More information: . - Synchronize and update all packages: diff --git a/pages/linux/bspwm.md b/pages/linux/bspwm.md index ee32e5a56a..24557986c8 100644 --- a/pages/linux/bspwm.md +++ b/pages/linux/bspwm.md @@ -1,7 +1,7 @@ # bspwm > A tiling window manager based on binary space partitioning. -> See also: `bspc`, for controlling it. +> See also: `bspc` for controlling it. > More information: . - Start `bspwm` (note that a pre-existing window manager must not be open when this command is run): diff --git a/pages/linux/compsize.md b/pages/linux/compsize.md index acd558897d..2cd5af0e47 100644 --- a/pages/linux/compsize.md +++ b/pages/linux/compsize.md @@ -1,7 +1,7 @@ # compsize > Calculate the compression ratio of a set of files on a btrfs filesystem. -> See also `btrfs filesystem` for recompressing a file by defragmenting it. +> See also: `btrfs filesystem` for recompressing a file by defragmenting it. > More information: . - Calculate the current compression ratio for a file or directory: diff --git a/pages/linux/ddcutil.md b/pages/linux/ddcutil.md index 1a531340ff..492882303b 100644 --- a/pages/linux/ddcutil.md +++ b/pages/linux/ddcutil.md @@ -1,7 +1,8 @@ # ddcutil > Control the settings of connected displays via DDC/CI. -> This command requires the kernel module `i2c-dev` to be loaded. See also: `modprobe`. +> This command requires the kernel module `i2c-dev` to be loaded. +> See also: `modprobe`. > More information: . - List all compatible displays: diff --git a/pages/linux/dos2unix.md b/pages/linux/dos2unix.md index 19ef0f508d..ba9da1ae8f 100644 --- a/pages/linux/dos2unix.md +++ b/pages/linux/dos2unix.md @@ -2,7 +2,7 @@ > Change DOS-style line endings to Unix-style. > Replaces CRLF with LF. -> See also `unix2dos`, `unix2mac`, and `mac2unix`. +> See also: `unix2dos`, `unix2mac`, `mac2unix`. > More information: . - Change the line endings of a file: diff --git a/pages/linux/extundelete.md b/pages/linux/extundelete.md index 95a574ab18..2e2a27ace1 100644 --- a/pages/linux/extundelete.md +++ b/pages/linux/extundelete.md @@ -1,7 +1,7 @@ # extundelete > Recover deleted files from ext3 or ext4 partitions by parsing the journal. -> See also `date` for Unix time information and `umount` for unmounting partitions. +> See also: `date` for Unix time information and `umount` for unmounting partitions. > More information: . - Restore all deleted files inside partition N on device X: diff --git a/pages/linux/insmod.md b/pages/linux/insmod.md index e880c58b2f..ed8734ecb6 100644 --- a/pages/linux/insmod.md +++ b/pages/linux/insmod.md @@ -1,7 +1,7 @@ # insmod > Dynamically load modules into the Linux Kernel. -> See also: `kmod`, for other module management commands. +> See also: `kmod` for other module management commands. > More information: . - Insert a kernel module into the Linux kernel: diff --git a/pages/linux/iptables.md b/pages/linux/iptables.md index f2008a7ee8..c622a20da0 100644 --- a/pages/linux/iptables.md +++ b/pages/linux/iptables.md @@ -1,7 +1,8 @@ # iptables > Configure tables, chains and rules of the Linux kernel IPv4 firewall. -> Use `ip6tables` to set rules for IPv6 traffic. See also: `iptables-save`, `iptables-restore`. +> Use `ip6tables` to set rules for IPv6 traffic. +> See also: `iptables-save`, `iptables-restore`. > More information: . - View chains, rules, packet/byte counters and line numbers for the filter table: diff --git a/pages/linux/iw-dev.md b/pages/linux/iw-dev.md index d464dce877..32fb98d5dd 100644 --- a/pages/linux/iw-dev.md +++ b/pages/linux/iw-dev.md @@ -4,7 +4,7 @@ > For a list of channels, frequencies and reg information: . > More information: . -- Set device to monitor mode (interface must be down first. See also `ip link`): +- Set device to monitor mode (interface must be down first. See also: `ip link`): `sudo iw dev {{wlp}} set type monitor` diff --git a/pages/linux/kwrite.md b/pages/linux/kwrite.md index 308e15a10e..c6d4b83505 100644 --- a/pages/linux/kwrite.md +++ b/pages/linux/kwrite.md @@ -1,7 +1,7 @@ # kwrite > Text editor of the KDE Desktop project. -> See also `kate`. +> See also: `kate`. > More information: . - Open a text file: diff --git a/pages/linux/ldapdomaindump.md b/pages/linux/ldapdomaindump.md index cc478adbb8..d5e2dedb9e 100644 --- a/pages/linux/ldapdomaindump.md +++ b/pages/linux/ldapdomaindump.md @@ -1,7 +1,7 @@ # ldapdomaindump > Dump users, computers, groups, OS and membership information via LDAP to HTML, JSON and greppable output. -> See also `ldapsearch`. +> See also: `ldapsearch`. > More information: . - Dump all information using the given LDAP account: diff --git a/pages/linux/lsmod.md b/pages/linux/lsmod.md index 28b06655a6..25e616e831 100644 --- a/pages/linux/lsmod.md +++ b/pages/linux/lsmod.md @@ -1,7 +1,7 @@ # lsmod > Show the status of Linux kernel modules. -> See also: `kmod`, for other module management commands. +> See also: `kmod` for other module management commands. > More information: . - List all currently loaded kernel modules: diff --git a/pages/linux/mac2unix.md b/pages/linux/mac2unix.md index 7a1bcae3a5..b03e60628e 100644 --- a/pages/linux/mac2unix.md +++ b/pages/linux/mac2unix.md @@ -2,7 +2,7 @@ > Change macOS-style line endings to Unix-style. > Replaces CR with LF. -> See also `unix2dos`, `unix2mac`, and `dos2unix`. +> See also: `unix2dos`, `unix2mac`, `dos2unix`. > More information: . - Change the line endings of a file: diff --git a/pages/linux/mesg.md b/pages/linux/mesg.md index 1e69362a69..768e63bd82 100644 --- a/pages/linux/mesg.md +++ b/pages/linux/mesg.md @@ -1,7 +1,7 @@ # mesg > Check or set a terminal's ability to receive messages from other users, usually from the `write` command. -> See also `write`, `talk`. +> See also: `write`, `talk`. > More information: . - Check terminal's openness to write messages: diff --git a/pages/linux/modinfo.md b/pages/linux/modinfo.md index c2bc01ad32..79c859abd8 100644 --- a/pages/linux/modinfo.md +++ b/pages/linux/modinfo.md @@ -1,7 +1,7 @@ # modinfo > Extract information about a Linux kernel module. -> See also: `kmod`, for other module management commands. +> See also: `kmod` for other module management commands. > More information: . - List all attributes of a kernel module: diff --git a/pages/linux/modprobe.md b/pages/linux/modprobe.md index a7f58ae533..936b19b72a 100644 --- a/pages/linux/modprobe.md +++ b/pages/linux/modprobe.md @@ -1,7 +1,7 @@ # modprobe > Add or remove modules from the Linux kernel. -> See also: `kmod`, for other module management commands. +> See also: `kmod` for other module management commands. > More information: . - Pretend to load a module into the kernel, but don't actually do it: diff --git a/pages/linux/openrc.md b/pages/linux/openrc.md index c412792291..673a7b3328 100644 --- a/pages/linux/openrc.md +++ b/pages/linux/openrc.md @@ -1,7 +1,7 @@ # openrc > The OpenRC service manager. -> See also: `rc-status`, `rc-update`, and `rc-service`. +> See also: `rc-status`, `rc-update`, `rc-service`. > More information: . - Change to a specific runlevel: diff --git a/pages/linux/pkgfile.md b/pages/linux/pkgfile.md index be73a1c98c..ac41d41f57 100644 --- a/pages/linux/pkgfile.md +++ b/pages/linux/pkgfile.md @@ -1,7 +1,7 @@ # pkgfile > Search files from packages in the official repositories on Arch-based systems. -> See also: `pacman files`, describing the usage of `pacman --files`. +> See also: `pacman files` describing the usage of `pacman --files`. > More information: . - Synchronize the pkgfile database: diff --git a/pages/linux/postfix.md b/pages/linux/postfix.md index d4695ff5b9..2e7be556cb 100644 --- a/pages/linux/postfix.md +++ b/pages/linux/postfix.md @@ -1,7 +1,7 @@ # postfix > Postfix mail transfer agent (MTA) control program. -> See also `dovecot`, a mail delivery agent (MDA) that integrates with Postfix. +> See also: `dovecot`, a mail delivery agent (MDA) that integrates with Postfix. > More information: . - Check the configuration: diff --git a/pages/linux/pw-dot.md b/pages/linux/pw-dot.md index 31a5d4ba14..0eee2ad81e 100644 --- a/pages/linux/pw-dot.md +++ b/pages/linux/pw-dot.md @@ -1,7 +1,7 @@ # pw-dot > Create `.dot` files of the PipeWire graph. -> See also: `dot`, for rendering graph. +> See also: `dot` for rendering graph. > More information: . - Generate a graph to `pw.dot` file: diff --git a/pages/linux/quickemu.md b/pages/linux/quickemu.md index 9968306a20..9c7b23810e 100644 --- a/pages/linux/quickemu.md +++ b/pages/linux/quickemu.md @@ -1,7 +1,7 @@ # quickemu > Build and manage highly optimised desktop virtual machines quickly. -> See also: `quickget`, for preparing VM configurations. +> See also: `quickget` for preparing VM configurations. > More information: . - Create and run a virtual machine from a configuration file: diff --git a/pages/linux/rc-service.md b/pages/linux/rc-service.md index 3cef42b9d8..87304d86b1 100644 --- a/pages/linux/rc-service.md +++ b/pages/linux/rc-service.md @@ -1,7 +1,7 @@ # rc-service > Locate and run OpenRC services with arguments. -> See also `openrc`. +> See also: `openrc`. > More information: . - Show a service's status: diff --git a/pages/linux/rc-status.md b/pages/linux/rc-status.md index 544ed8d36b..ab7fb4bad8 100644 --- a/pages/linux/rc-status.md +++ b/pages/linux/rc-status.md @@ -1,7 +1,7 @@ # rc-status > Show status info about runlevels. -> See also `openrc`. +> See also: `openrc`. > More information: . - Show a summary of services and their status: diff --git a/pages/linux/rc-update.md b/pages/linux/rc-update.md index d7f7f2ff2a..520b572f5f 100644 --- a/pages/linux/rc-update.md +++ b/pages/linux/rc-update.md @@ -1,7 +1,7 @@ # rc-update > Add and remove OpenRC services to and from runlevels. -> See also `openrc`. +> See also: `openrc`. > More information: . - List enabled services and the runlevels they are added to: diff --git a/pages/linux/rmmod.md b/pages/linux/rmmod.md index 15c9e37f36..4fbbeb30c4 100644 --- a/pages/linux/rmmod.md +++ b/pages/linux/rmmod.md @@ -1,7 +1,7 @@ # rmmod > Remove modules from the Linux kernel. -> See also: `kmod`, for other module management commands. +> See also: `kmod` for other module management commands. > More information: . - Remove a module from the kernel: diff --git a/pages/linux/sinfo.md b/pages/linux/sinfo.md index 6053ad0fcf..1ee380c987 100644 --- a/pages/linux/sinfo.md +++ b/pages/linux/sinfo.md @@ -1,7 +1,7 @@ # sinfo > View information about Slurm nodes and partitions. -> See also `squeue` and `sbatch`, which are also part of the Slurm workload manager. +> See also: `squeue`, `sbatch`, which are also part of the Slurm workload manager. > More information: . - Show a quick summary overview of the cluster: diff --git a/pages/linux/tlp-stat.md b/pages/linux/tlp-stat.md index e0fb478783..fba652a37c 100644 --- a/pages/linux/tlp-stat.md +++ b/pages/linux/tlp-stat.md @@ -1,7 +1,7 @@ # tlp-stat > Generate TLP status reports. -> See also `tlp`. +> See also: `tlp`. > More information: . - Generate status report with configuration and all active settings: diff --git a/pages/linux/tlp.md b/pages/linux/tlp.md index ef923741c0..a82a01e6a0 100644 --- a/pages/linux/tlp.md +++ b/pages/linux/tlp.md @@ -1,7 +1,7 @@ # tlp > Advanced power management for Linux. -> See also `tlp-stat`. +> See also: `tlp-stat`. > More information: . - Apply settings (according to the actual power source): diff --git a/pages/linux/unix2dos.md b/pages/linux/unix2dos.md index 345ae9dd15..75cbd2a7cd 100644 --- a/pages/linux/unix2dos.md +++ b/pages/linux/unix2dos.md @@ -2,7 +2,7 @@ > Change Unix-style line endings to DOS-style. > Replaces LF with CRLF. -> See also `unix2mac`, `dos2unix`, and `mac2unix`. +> See also: `unix2mac`, `dos2unix`, `mac2unix`. > More information: . - Change the line endings of a file: diff --git a/pages/linux/unix2mac.md b/pages/linux/unix2mac.md index b3c133eb18..741628b437 100644 --- a/pages/linux/unix2mac.md +++ b/pages/linux/unix2mac.md @@ -2,7 +2,7 @@ > Change Unix-style line endings to macOS-style. > Replaces LF with CR. -> See also `unix2dos`, `dos2unix`, and `mac2unix`. +> See also: `unix2dos`, `dos2unix`, `mac2unix`. > More information: . - Change the line endings of a file: diff --git a/pages/linux/uuid.md b/pages/linux/uuid.md index c450c957ca..2872ec42ac 100644 --- a/pages/linux/uuid.md +++ b/pages/linux/uuid.md @@ -1,7 +1,7 @@ # uuid > Generate and decode Universally Unique Identifiers (UUID). -> See also `uuidgen`. +> See also: `uuidgen`. > More information: . - Generate a UUIDv1 (based on time and system's hardware address, if present): diff --git a/pages/linux/uuidgen.md b/pages/linux/uuidgen.md index 35c30e89cc..34eda916eb 100644 --- a/pages/linux/uuidgen.md +++ b/pages/linux/uuidgen.md @@ -1,7 +1,7 @@ # uuidgen > Generate unique identifiers (UUIDs). -> See also `uuid`. +> See also: `uuid`. > More information: . - Create a random UUIDv4: diff --git a/pages/linux/vgscan.md b/pages/linux/vgscan.md index 4787b75fdd..9849a09c98 100644 --- a/pages/linux/vgscan.md +++ b/pages/linux/vgscan.md @@ -1,7 +1,7 @@ # vgscan > Scan for volume groups on all supported Logical Volume Manager (LVM) block devices. -> See also: `lvm` and `vgchange`. +> See also: `lvm`, `vgchange`. > More information: . - Scan for volume groups and print information about each group found: diff --git a/pages/linux/write.md b/pages/linux/write.md index 5d77cbb89e..2bd55306d2 100644 --- a/pages/linux/write.md +++ b/pages/linux/write.md @@ -1,7 +1,8 @@ # write > Write a message on the terminal of a specified logged in user (`` to stop writing messages). -> Use the `who` command to find out all terminal_ids of all active users active on the system. See also `mesg`. +> Use the `who` command to find out all terminal_ids of all active users active on the system. +> See also: `mesg`. > More information: . - Send a message to a given user on a given terminal ID: diff --git a/pages/osx/coreautha.md b/pages/osx/coreautha.md index bcc7f9f826..71f6d294ff 100644 --- a/pages/osx/coreautha.md +++ b/pages/osx/coreautha.md @@ -1,7 +1,8 @@ # coreautha > A system agent providing the `LocalAuthentication` framework. -> It should not be invoked manually. See also: `coreauthd`. +> It should not be invoked manually. +> See also: `coreauthd`. > More information: . - Start the agent: diff --git a/pages/osx/coreauthd.md b/pages/osx/coreauthd.md index ca5d2b4404..4d1cf9634f 100644 --- a/pages/osx/coreauthd.md +++ b/pages/osx/coreauthd.md @@ -1,7 +1,8 @@ # coreauthd > A system daemon providing the `LocalAuthentication` framework. -> It should not be invoked manually. See also: `coreautha`. +> It should not be invoked manually. +> See also: `coreautha`. > More information: . - Start the agent: diff --git a/pages/osx/dhcp6d.md b/pages/osx/dhcp6d.md index 38be900d46..04d2c58b0d 100644 --- a/pages/osx/dhcp6d.md +++ b/pages/osx/dhcp6d.md @@ -1,6 +1,7 @@ # dhcp6d -> Stateless DHCPv6 server. See also: `InternetSharing`. +> Stateless DHCPv6 server. +> See also: `InternetSharing`. > It should not be invoked manually. > More information: . diff --git a/pages/windows/pushd.md b/pages/windows/pushd.md index d9e8ef2c64..20eacb5e87 100644 --- a/pages/windows/pushd.md +++ b/pages/windows/pushd.md @@ -1,7 +1,7 @@ # pushd > Place a directory on a stack so it can be accessed later. -> See also `popd` to switch back to original directory. +> See also: `popd` to switch back to original directory. > More information: . - Switch to directory and push it on the stack: diff --git a/pages/windows/replace.md b/pages/windows/replace.md index 077443f709..d22fb8d41a 100644 --- a/pages/windows/replace.md +++ b/pages/windows/replace.md @@ -1,7 +1,7 @@ # replace > Replace files. -> See also: `robocopy`, `move`, `copy`, and `del`. +> See also: `robocopy`, `move`, `copy`, `del`. > More information: . - Replace the destination file with the one from the source directory: From 7fd3d02e40045a7a035cb4bf3183f6e116aad21d Mon Sep 17 00:00:00 2001 From: Tom Webber <148005618+t-webber@users.noreply.github.com> Date: Wed, 30 Jul 2025 06:35:33 +0200 Subject: [PATCH 056/133] bsub: add page (#17379) Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages/linux/bsub.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/linux/bsub.md diff --git a/pages/linux/bsub.md b/pages/linux/bsub.md new file mode 100644 index 0000000000..7993db62bb --- /dev/null +++ b/pages/linux/bsub.md @@ -0,0 +1,28 @@ +# bsub + +> Submit batch jobs to LSF (Load Sharing Facility) scheduler. +> More information: . + +- Submit a script file as a job: + +`bsub {{path/to/script.sh}}` + +- Submit a job to a specific queue: + +`bsub -q {{queue_name}} make all` + +- Submit a job with a name and redirect output and error: + +`bsub -J {{job_name}} --output {{path/to/output.log}} --error {{path/to/error.log}} {{path/to/script.sh}}` + +- Request 8 CPU cores and 16GB memory for a command: + +`bsub -n 8 -M 16G cargo build --release` + +- Run an interactive shell in the current session: + +`bsub -I bash` + +- Submit a job with a runtime limit of 45 minutes: + +`bsub -W 45 {{path/to/script.sh}}` From b9aed740bd824b3411a92d21238476f35fd0c09b Mon Sep 17 00:00:00 2001 From: Adriano Inghingolo <68734231+SpikeTheDragon40k@users.noreply.github.com> Date: Wed, 30 Jul 2025 16:04:22 +0200 Subject: [PATCH 057/133] mimikatz: add pages (#17405) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/windows/mimikatz-crypto.md | 16 +++++++++++++ pages/windows/mimikatz-dpapi.md | 16 +++++++++++++ pages/windows/mimikatz-event.md | 12 ++++++++++ pages/windows/mimikatz-kerberos.md | 16 +++++++++++++ pages/windows/mimikatz-lsadump.md | 17 +++++++++++++ pages/windows/mimikatz-misc.md | 16 +++++++++++++ pages/windows/mimikatz-net.md | 16 +++++++++++++ pages/windows/mimikatz-privilege.md | 12 ++++++++++ pages/windows/mimikatz-process.md | 12 ++++++++++ pages/windows/mimikatz-sekurlsa.md | 17 +++++++++++++ pages/windows/mimikatz-service.md | 16 +++++++++++++ pages/windows/mimikatz-standard.md | 16 +++++++++++++ pages/windows/mimikatz-token.md | 16 +++++++++++++ pages/windows/mimikatz-vault.md | 12 ++++++++++ pages/windows/mimikatz.md | 37 +++++++++++++++++++++++++++++ 15 files changed, 247 insertions(+) create mode 100644 pages/windows/mimikatz-crypto.md create mode 100644 pages/windows/mimikatz-dpapi.md create mode 100644 pages/windows/mimikatz-event.md create mode 100644 pages/windows/mimikatz-kerberos.md create mode 100644 pages/windows/mimikatz-lsadump.md create mode 100644 pages/windows/mimikatz-misc.md create mode 100644 pages/windows/mimikatz-net.md create mode 100644 pages/windows/mimikatz-privilege.md create mode 100644 pages/windows/mimikatz-process.md create mode 100644 pages/windows/mimikatz-sekurlsa.md create mode 100644 pages/windows/mimikatz-service.md create mode 100644 pages/windows/mimikatz-standard.md create mode 100644 pages/windows/mimikatz-token.md create mode 100644 pages/windows/mimikatz-vault.md create mode 100644 pages/windows/mimikatz.md diff --git a/pages/windows/mimikatz-crypto.md b/pages/windows/mimikatz-crypto.md new file mode 100644 index 0000000000..5f4afe4fdc --- /dev/null +++ b/pages/windows/mimikatz-crypto.md @@ -0,0 +1,16 @@ +# mimikatz crypto + +> Manipulate Windows cryptographic services and certificates. +> More information: . + +- List cryptographic providers: + +`mimikatz "crypto::providers"` + +- List keys in a cryptographic provider: + +`mimikatz "crypto::capi"` + +- Export certificates and keys: + +`mimikatz "crypto::certificates /export"` diff --git a/pages/windows/mimikatz-dpapi.md b/pages/windows/mimikatz-dpapi.md new file mode 100644 index 0000000000..ba29a98ab4 --- /dev/null +++ b/pages/windows/mimikatz-dpapi.md @@ -0,0 +1,16 @@ +# mimikatz dpapi + +> Interact with the Windows Data Protection API (DPAPI). +> More information: . + +- List master keys: + +`mimikatz "dpapi::masterkey /list"` + +- Decrypt a DPAPI blob: + +`mimikatz "dpapi::blob /in:blob_file.bin"` + +- Retrieve Chrome credentials using DPAPI: + +`mimikatz "dpapi::chrome /in:Login Data"` diff --git a/pages/windows/mimikatz-event.md b/pages/windows/mimikatz-event.md new file mode 100644 index 0000000000..a64ab161fd --- /dev/null +++ b/pages/windows/mimikatz-event.md @@ -0,0 +1,12 @@ +# mimikatz event + +> Manage Windows Event Log records. +> More information: . + +- Clear event logs: + +`mimikatz "event::clear"` + +- Display event log sources: + +`mimikatz "event::providers"` diff --git a/pages/windows/mimikatz-kerberos.md b/pages/windows/mimikatz-kerberos.md new file mode 100644 index 0000000000..c60839f9b7 --- /dev/null +++ b/pages/windows/mimikatz-kerberos.md @@ -0,0 +1,16 @@ +# mimikatz kerberos + +> Interact with Kerberos tickets. +> More information: . + +- List current Kerberos tickets: + +`mimikatz "kerberos::list"` + +- Purge all Kerberos tickets: + +`mimikatz "kerberos::purge"` + +- Inject a ticket from a `.kirbi` file: + +`mimikatz "kerberos::ptt ticket.kirbi"` diff --git a/pages/windows/mimikatz-lsadump.md b/pages/windows/mimikatz-lsadump.md new file mode 100644 index 0000000000..eed787edc1 --- /dev/null +++ b/pages/windows/mimikatz-lsadump.md @@ -0,0 +1,17 @@ +# mimikatz lsadump + +> Dump secrets from the Windows Local Security Authority (LSA). +> Requires SYSTEM privileges. +> More information: . + +- Dump SAM hashes: + +`mimikatz "lsadump::sam"` + +- Dump secrets from the SECURITY hive: + +`mimikatz "lsadump::secrets"` + +- Dump cached domain credentials: + +`mimikatz "lsadump::cache"` diff --git a/pages/windows/mimikatz-misc.md b/pages/windows/mimikatz-misc.md new file mode 100644 index 0000000000..e8d1e37990 --- /dev/null +++ b/pages/windows/mimikatz-misc.md @@ -0,0 +1,16 @@ +# mimikatz misc + +> Miscellaneous system and utility commands. +> More information: . + +- Trigger Blue Screen of Death (for testing): + +`mimikatz "misc::bsod"` + +- List loaded kernel drivers: + +`mimikatz "misc::minidump"` + +- Change system time: + +`mimikatz "misc::systemtime"` diff --git a/pages/windows/mimikatz-net.md b/pages/windows/mimikatz-net.md new file mode 100644 index 0000000000..590859f0ff --- /dev/null +++ b/pages/windows/mimikatz-net.md @@ -0,0 +1,16 @@ +# mimikatz net + +> Perform network and domain operations. +> More information: . + +- List domain users: + +`mimikatz "net::users"` + +- List domain computers: + +`mimikatz "net::computers"` + +- Retrieve domain controller information: + +`mimikatz "net::domaincontrollers"` diff --git a/pages/windows/mimikatz-privilege.md b/pages/windows/mimikatz-privilege.md new file mode 100644 index 0000000000..830b4b8d05 --- /dev/null +++ b/pages/windows/mimikatz-privilege.md @@ -0,0 +1,12 @@ +# mimikatz privilege + +> Manage privileges for mimikatz operations. +> More information: . + +- Enable debug privilege (required for many modules): + +`mimikatz "privilege::debug"` + +- Check current privilege state: + +`mimikatz "privilege::whoami"` diff --git a/pages/windows/mimikatz-process.md b/pages/windows/mimikatz-process.md new file mode 100644 index 0000000000..d637b4b52d --- /dev/null +++ b/pages/windows/mimikatz-process.md @@ -0,0 +1,12 @@ +# mimikatz process + +> Manage process privileges and tokens. +> More information: . + +- List processes with their tokens: + +`mimikatz "process::list"` + +- Elevate mimikatz to a SYSTEM process: + +`mimikatz "process::token /user:NT AUTHORITY\SYSTEM"` diff --git a/pages/windows/mimikatz-sekurlsa.md b/pages/windows/mimikatz-sekurlsa.md new file mode 100644 index 0000000000..ab308aa914 --- /dev/null +++ b/pages/windows/mimikatz-sekurlsa.md @@ -0,0 +1,17 @@ +# mimikatz sekurlsa + +> Extract credentials and secrets from memory. +> Requires debug privileges. +> More information: . + +- Extract plaintext passwords: + +`mimikatz "sekurlsa::logonpasswords"` + +- List Kerberos tickets in memory: + +`mimikatz "sekurlsa::tickets"` + +- Dump LSA secrets: + +`mimikatz "sekurlsa::secrets"` diff --git a/pages/windows/mimikatz-service.md b/pages/windows/mimikatz-service.md new file mode 100644 index 0000000000..044d77834c --- /dev/null +++ b/pages/windows/mimikatz-service.md @@ -0,0 +1,16 @@ +# mimikatz service + +> Manage Windows services through mimikatz. +> More information: . + +- Start a service: + +`mimikatz "service::start service_name"` + +- Stop a service: + +`mimikatz "service::stop service_name"` + +- Delete a service: + +`mimikatz "service::delete service_name"` diff --git a/pages/windows/mimikatz-standard.md b/pages/windows/mimikatz-standard.md new file mode 100644 index 0000000000..29d6d5c551 --- /dev/null +++ b/pages/windows/mimikatz-standard.md @@ -0,0 +1,16 @@ +# mimikatz standard + +> Basic commands and mimikatz environment management. +> More information: . + +- Display system information: + +`mimikatz "standard::info"` + +- Clear the mimikatz command history: + +`mimikatz "standard::clearev"` + +- Show command history: + +`mimikatz "standard::history"` diff --git a/pages/windows/mimikatz-token.md b/pages/windows/mimikatz-token.md new file mode 100644 index 0000000000..3d210651e7 --- /dev/null +++ b/pages/windows/mimikatz-token.md @@ -0,0 +1,16 @@ +# mimikatz token + +> List and manipulate security tokens. +> More information: . + +- List tokens: + +`mimikatz "token::list"` + +- Elevate privileges by impersonating a token: + +`mimikatz "token::elevate"` + +- Revert to original token: + +`mimikatz "token::revert"` diff --git a/pages/windows/mimikatz-vault.md b/pages/windows/mimikatz-vault.md new file mode 100644 index 0000000000..07c40107ef --- /dev/null +++ b/pages/windows/mimikatz-vault.md @@ -0,0 +1,12 @@ +# mimikatz vault + +> Extract credentials stored in the Windows Credential Vault. +> More information: . + +- List vault credentials: + +`mimikatz "vault::list"` + +- Dump all vault credentials: + +`mimikatz "vault::cred"` diff --git a/pages/windows/mimikatz.md b/pages/windows/mimikatz.md new file mode 100644 index 0000000000..02a4e61ae3 --- /dev/null +++ b/pages/windows/mimikatz.md @@ -0,0 +1,37 @@ +# mimikatz + +> Interact with Windows credentials, perform credential dumping, token manipulation, and more. +> Requires administrator privileges and typically runs on Windows. +> More information: . + +- Run mimikatz in interactive mode: + +`mimikatz` + +- Enable debug privileges (needed for most operations): + +`mimikatz "privilege::debug"` + +- List available logon sessions: + +`mimikatz "sekurlsa::logonpasswords"` + +- Dump plaintext passwords, NTLM hashes, and Kerberos tickets from memory: + +`mimikatz "sekurlsa::logonpasswords"` + +- Pass-the-Hash with a specific NTLM hash and launch a command: + +`mimikatz "sekurlsa::pth /user:{{username}} /domain:{{domain}} /ntlm:{{hash}} /run:{{cmd}}"` + +- Dump local SAM database hashes: + +`mimikatz "lsadump::sam"` + +- Extract Kerberos tickets and export to a file: + +`mimikatz "kerberos::list /export"` + +- Exit mimikatz: + +`exit` From 32061708b74059f8cfd164e5d8ef94773a8fdcb9 Mon Sep 17 00:00:00 2001 From: dr3ySanox <161020903+dreysanox@users.noreply.github.com> Date: Wed, 30 Jul 2025 23:33:19 +0200 Subject: [PATCH 058/133] aa-{audit, cleanprof}: add Spanish translation (#17408) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Darío Hereñú --- pages.es/linux/aa-audit.md | 32 ++++++++++++++++++++++++++++++++ pages.es/linux/aa-cleanprof.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 pages.es/linux/aa-audit.md create mode 100644 pages.es/linux/aa-cleanprof.md diff --git a/pages.es/linux/aa-audit.md b/pages.es/linux/aa-audit.md new file mode 100644 index 0000000000..8a07e2a98c --- /dev/null +++ b/pages.es/linux/aa-audit.md @@ -0,0 +1,32 @@ +# aa-audit + +> Establece perfiles de seguridad de AppArmor en modo de auditoría. +> Más información: . + +- Establece un perfil en modo auditoría: + +`sudo aa-audit {{nombre_perfil}}` + +- Establece múltiples perfiles en modo auditoría: + +`sudo aa-audit {{perfil1 perfil2 ...}}` + +- Establece un perfil en modo auditoría desde un directorío específico: + +`sudo aa-audit {{[-d|--dir]}} {{/ruta/a/perfiles}} {{nombre_perfil}}` + +- Fuerza modo auditoría incluso si ya ha sido aplicado: + +`sudo aa-audit --force {{nombre_perfil}}` + +- Establece un perfil en modo auditoría sin recargarlo: + +`sudo aa-audit --no-reload {{nombre_perfil}}` + +- Elimina el modo auditoría de un perfil: + +`sudo aa-audit {{[-r|--remove]}} {{nombre_perfil}}` + +- Muestra la ayuda: + +`aa-audit {{[-h|--help]}}` diff --git a/pages.es/linux/aa-cleanprof.md b/pages.es/linux/aa-cleanprof.md new file mode 100644 index 0000000000..0cbe11e23a --- /dev/null +++ b/pages.es/linux/aa-cleanprof.md @@ -0,0 +1,28 @@ +# aa-cleanprof + +> Limpia perfiles de seguridad de AppArmor eliminando reglas sin utilizar. +> Más información: . + +- Limpia un usuario: + +`sudo aa-cleanprof {{nombre_perfil}}` + +- Limpia múltiples perfiles al mismo tiempo: + +`sudo aa-cleanprof {{perfil1 perfil2 ...}}` + +- Limpia un perfil desde un directorío específico: + +`sudo aa-cleanprof {{[-d|--dir]}} {{/ruta/a/perfiles}} {{nombre_perfil}}` + +- Ejecuta silenciosamente sin indicaciones: + +`sudo aa-cleanprof {{[-s|--silent]}} {{nombre_perfil}}` + +- Prevén la recarga del perfil tras limpiarlo: + +`sudo aa-cleanprof --no-reload {{nombre_perfil}}` + +- Muestra la ayuda: + +`aa-cleanprof {{[-h|--help]}}` From d26c19cf11431c1b6e6c4dc295a8f082134957c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 31 Jul 2025 05:19:58 -0300 Subject: [PATCH 059/133] factorio: update Spanish translation (#17277) --- pages.es/linux/factorio.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/pages.es/linux/factorio.md b/pages.es/linux/factorio.md index 28a07f1beb..f7d7556f20 100644 --- a/pages.es/linux/factorio.md +++ b/pages.es/linux/factorio.md @@ -1,12 +1,24 @@ -# factorio +# Factorio > Crea e inicia un servidor Factorio sin interfaz gráfica. > Más información: . -- Crea un nuevo archivo guardado: +- Crea un nuevo archivo de guardado: -`{{ruta/a/factorio}} --create {{ruta/a/archivo_guardado.zip}}` +`{{ruta/a/factorio}} --create {{ruta/al/archivo_guardado.zip}}` -- Inicia un servidor Factorio: +- Inicia un servidor de Factorio: -`{{ruta/a/factorio}} --start-server {{ruta/a/archivo_guardado.zip}}` +`{{ruta/a/factorio}} --start-server {{ruta/al/archivo_guardado.zip}}` + +- Crea un nuevo archivo de guardado con ajustes específicos: + +`{{ruta/a/factorio}} --create {{ruta/para/guardar.zip}} --map-gen-settings {{ruta/a/map-gen-settings.json}} --map-settings {{ruta/a/map-settings.json}}` + +- Cierra el servidor correctamente: + +`/quit` + +- Muestra la ayuda: + +`{{ruta/a/factorio}} {{[-h|--help]}}` From 08b2eca59ca59d6365843098a622eab6d38e35be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 31 Jul 2025 05:20:46 -0300 Subject: [PATCH 060/133] kerl: add Spanish translation (#17312) --- pages.es/common/kerl.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages.es/common/kerl.md diff --git a/pages.es/common/kerl.md b/pages.es/common/kerl.md new file mode 100644 index 0000000000..db953ca28f --- /dev/null +++ b/pages.es/common/kerl.md @@ -0,0 +1,24 @@ +# kerl + +> Construye e instala instancias Erlang/OTP con facilidad. +> Más información: . + +- Compila e instala una versión de Erlang/OTP en un directorio: + +`kerl build-install {{28.0}} {{28.0}} {{ruta/a/directorio_de_instalación}}/{{28.0}}` + +- Activa una instalación Erlang/OTP: + +`. {{ruta/a/instalación}}/activate` + +- Desactiva la instalación Erlang/OTP actual: + +`kerl_deactivate` + +- Lista todas las versiones disponibles de Erlang/OTP: + +`kerl list releases` + +- Lista las versiones de Erlang/OTP instaladas: + +`kerl list installations` From b6d5bd919d097e206efd47637430514c868e9b14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 31 Jul 2025 05:21:04 -0300 Subject: [PATCH 061/133] rabbitmqctl: add Spanish translation (#17313) --- pages.es/common/rabbitmqctl.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages.es/common/rabbitmqctl.md diff --git a/pages.es/common/rabbitmqctl.md b/pages.es/common/rabbitmqctl.md new file mode 100644 index 0000000000..d1903bb6f3 --- /dev/null +++ b/pages.es/common/rabbitmqctl.md @@ -0,0 +1,24 @@ +# rabbitmqctl + +> Gestiona, configura e inspecciona servidores RabbitMQ. +> Más información: . + +- Muestra el estado del nodo actual: + +`rabbitmqctl status` + +- Muestra la documentación de los comandos del cluster RabbitMQ: + +`tldr rabbitmqctl cluster` + +- Muestra la documentación de los comandos de usuario de RabbitMQ: + +`tldr rabbitmqctl users` + +- Muestra la documentación de los comandos de RabbitMQ vhosts: + +`tldr rabbitmqctl vhosts` + +- Más información sobre un comando específico: + +`rabbitmqctl help {{comando}}` From a7d91c331a06f45986425dea03bb1dd6a73d10e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 31 Jul 2025 05:21:17 -0300 Subject: [PATCH 062/133] yumdownloader: add Spanish translation (#17325) From 26c66d21c82c2f4f88c822bf6f65831bd10ba8fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 31 Jul 2025 05:21:41 -0300 Subject: [PATCH 063/133] comm: add Spanish translation (#17326) --- pages.es/common/comm.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages.es/common/comm.md diff --git a/pages.es/common/comm.md b/pages.es/common/comm.md new file mode 100644 index 0000000000..a2e9668338 --- /dev/null +++ b/pages.es/common/comm.md @@ -0,0 +1,24 @@ +# comm + +> Selecciona o rechaza las líneas comunes a dos ficheros. Ambos ficheros deben estar ordenados. +> Más información: . + +- Produce tres columnas separadas por tabuladores: líneas solo en el primer archivo, líneas solo en el segundo archivo y líneas comunes: + +`comm {{fichero1}} {{fichero2}}` + +- Imprime solo las líneas comunes a ambos archivos: + +`comm -12 {{fichero1}} {{fichero2}}` + +- Imprime solo las líneas comunes a ambos archivos, leyendo un archivo desde `stdin`: + +`cat {{fichero1}} | comm -12 - {{fichero2}}` + +- Obtiene las líneas que solo se encuentran en el primer fichero, guardando el resultado en un tercer fichero: + +`comm -23 {{fichero1}} {{fichero2}} > {{solo_fichero1}}` + +- Imprime las líneas solo encontradas en el segundo fichero, cuando los ficheros no están ordenados: + +`comm -13 <( sort {{fichero1}}) <( sort {{fichero2}})` From 29573d1a2d66dc4217a62dd71a86cf33de173eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 31 Jul 2025 05:21:57 -0300 Subject: [PATCH 064/133] sha1sum: add Spanish translation (#17355) --- pages.es/common/sha1sum.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages.es/common/sha1sum.md diff --git a/pages.es/common/sha1sum.md b/pages.es/common/sha1sum.md new file mode 100644 index 0000000000..b535bb93b1 --- /dev/null +++ b/pages.es/common/sha1sum.md @@ -0,0 +1,32 @@ +# sha1sum + +> Calcula sumas de comprobación criptográficas SHA1. +> Más información: . + +- Calcula la suma de comprobación SHA1 de uno o más archivos: + +`sha1sum {{ruta/al/archivo1 ruta/al/archivo2 ...}}` + +- Calcula y guardar la lista de sumas de comprobación SHA1 en un archivo: + +`sha1sum {{ruta/al/archivo1 ruta/al/archivo2 ...}} > {{ruta/al/archivo.sha1}}` + +- Calcula una suma de comprobación SHA1 a partir de `stdin`: + +`{{comando}} | sha1sum` + +- Lee un archivo de sumas de comprobación SHA1 y nombres de archivo y verifica que todos los archivos tengan sumas de comprobación coincidentes: + +`sha1sum {{[-c|--check]}} {{ruta/al/archivo.sha1}}` + +- Solo muestra un mensaje cuando faltan archivos o cuando falla la verificación: + +`sha1sum {{[-c|--check]}} --quiet {{ruta/al/archivo.sha1}}` + +- Solo muestra un mensaje cuando falla la verificación, ignorando los archivos que faltan: + +`sha1sum --ignore-missing {{[-c|--check]}} --quiet {{ruta/a/archivo.sha1}}` + +- Comprueba una suma de comprobación SHA1 conocida de un archivo: + +`echo {{suma_de_verificación_sha1_conocida_del_archivo}} {{ruta/al/archivo}} | sha1sum {{[-c|--check]}}` From 4a6e0db7fc4b2b8a737b143c75c10573d70855ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 31 Jul 2025 05:22:15 -0300 Subject: [PATCH 065/133] gdm-binary: add Spanish translation (#17356) From 047e9af88b3e0d1a157a231b4b9c97d5793904eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 31 Jul 2025 05:22:33 -0300 Subject: [PATCH 066/133] mas: update Spanish translation (#17357) --- pages.es/osx/mas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.es/osx/mas.md b/pages.es/osx/mas.md index 3fc4db0d1d..3c49a16b67 100644 --- a/pages.es/osx/mas.md +++ b/pages.es/osx/mas.md @@ -5,7 +5,7 @@ - Inicia sesión en la Mac App Store por primera vez: -`mas signin "{{usuario@ejemplo.com}}"` +`mas signin "{{usuario@example.com}}"` - Muestra todas las aplicaciones instaladas y sus identificadores de producto: From 358eafac3d1e3c4ea71f7b492ce1b8b7c9ccd23c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 31 Jul 2025 05:23:02 -0300 Subject: [PATCH 067/133] gau: update Spanish translation (#17359) --- pages.es/common/gau.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages.es/common/gau.md b/pages.es/common/gau.md index c05ce81b27..cca7eb7b61 100644 --- a/pages.es/common/gau.md +++ b/pages.es/common/gau.md @@ -5,7 +5,7 @@ - Obtén todas las URLs de un dominio de Open Threat Exchange de AlienVault, Wayback Machine, Common Crawl y URLScan: -`gau {{ejemplo.com}}` +`gau {{example.com}}` - Obtén URLs de varios dominios: @@ -17,7 +17,7 @@ - Escribe los resultados en un archivo: -`gau {{ejemplo.com}} --o {{ruta/a/urls_encontradas.txt}}` +`gau {{example.com}} --o {{ruta/a/urls_encontradas.txt}}` - Busca las URLs de un solo proveedor específico: @@ -25,8 +25,8 @@ - Busca las URLs de varios proveedores: -`gau --providers {{wayback,otx,...}} {{ejemplo.com}}` +`gau --providers {{wayback,otx,...}} {{example.com}}` - Busca las URLs dentro de un intervalo de fechas específico: -`gau --from {{AAAAMM}} --to {{YYYYMM}} {{ejemplo.com}}` +`gau --from {{AAAAMM}} --to {{YYYYMM}} {{example.com}}` From 293d58e0dfb085a371285eff2d2a2ca1a5aee9e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 31 Jul 2025 05:23:53 -0300 Subject: [PATCH 068/133] agate: update Spanish translation (#17361) --- pages.es/common/agate.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages.es/common/agate.md b/pages.es/common/agate.md index 5e1032251c..95fd6c0f83 100644 --- a/pages.es/common/agate.md +++ b/pages.es/common/agate.md @@ -5,7 +5,7 @@ - Ejecuta y genera una clave privada y un certificado: -`agate --content {{ruta/a/contenido/}} --addr {{[::]:1965}} --addr {{0.0.0.0:1965}} --hostname {{ejemplo.com}} --lang {{sp-SP}}` +`agate --content {{ruta/a/contenido/}} --addr {{[::]:1965}} --addr {{0.0.0.0:1965}} --hostname {{example.com}} --lang {{sp-SP}}` - Ejecuta servidor: @@ -13,4 +13,4 @@ - Muestra la ayuda: -`agate -h` +`agate {{[-h|--help]}}` From 06d5b547251247af857b17a1317a0ec29563f3e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 31 Jul 2025 05:24:07 -0300 Subject: [PATCH 069/133] ajson: update Spanish translation (#17362) --- pages.es/common/ajson.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.es/common/ajson.md b/pages.es/common/ajson.md index 0347a1a0d8..8e71e58be2 100644 --- a/pages.es/common/ajson.md +++ b/pages.es/common/ajson.md @@ -13,7 +13,7 @@ - Lee JSON de una URL y evalúa una expresión JSONPath especificada: -`ajson '{{avg($..price)}}' '{{https://ejemplo.com/api/}}'` +`ajson '{{avg($..price)}}' '{{https://example.com/api/}}'` - Lee un simple cadena JSON y calcula un valor: From 48a7cd6e9964a8b3013e0f4b7f039fc7989c4739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 31 Jul 2025 05:24:37 -0300 Subject: [PATCH 070/133] dnf-group: update Spanish translation (#17392) --- pages.es/linux/dnf-group.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages.es/linux/dnf-group.md b/pages.es/linux/dnf-group.md index bf013fce01..9f67c5dc2f 100644 --- a/pages.es/linux/dnf-group.md +++ b/pages.es/linux/dnf-group.md @@ -1,24 +1,24 @@ # dnf group > Gestiona colecciones virtuales de paquetes en sistemas basados en Fedora. -> Más información: . +> Más información: . -- Lista los grupos DNF, mostrando el estado de instalado o no en una tabla: +- Lista grupos DNF, mostrando el estado de instalado y desinstalado en una tabla: -`dnf group list` +`dnf {{[grp|group]}} list` - Muestra información del grupo DNF, incluyendo repositorio y paquetes opcionales: -`dnf group info {{nombre_del_grupo}}` +`dnf {{[grp|group]}} info {{nombre_grupo}}` - Instala un grupo DNF: -`dnf group install {{nombre_del_grupo}}` +`dnf {{[grp|group]}} install {{nombre_grupo}}` - Elimina un grupo DNF: -`dnf group remove {{nombre_del_grupo}}` +`dnf {{[grp|group]}} remove {{nombre_grupo}}` - Actualiza un grupo DNF: -`dnf group upgrade {{nombre_del_grupo}}` +`dnf {{[grp|group]}} upgrade {{nombre_grupo}}` From a17cc5b68d473916bd86874c86d702106d4fabf3 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Thu, 31 Jul 2025 10:25:48 +0200 Subject: [PATCH 071/133] factorio: update Korean and Spanish title (#17403) --- pages.ko/linux/factorio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.ko/linux/factorio.md b/pages.ko/linux/factorio.md index d92bef72b3..b0c0bca924 100644 --- a/pages.ko/linux/factorio.md +++ b/pages.ko/linux/factorio.md @@ -1,4 +1,4 @@ -# factorio +# Factorio > 헤드리스 Factorio 서버를 생성하고 시작합니다. > 더 많은 정보: . From 1509b1831bcc89073ba4c30f6a9e97c3f42013b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 31 Jul 2025 05:26:30 -0300 Subject: [PATCH 072/133] perl-rename: add Spanish translation (#17412) --- pages.es/common/perl-rename.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pages.es/common/perl-rename.md diff --git a/pages.es/common/perl-rename.md b/pages.es/common/perl-rename.md new file mode 100644 index 0000000000..0f80b41479 --- /dev/null +++ b/pages.es/common/perl-rename.md @@ -0,0 +1,7 @@ +# perl-rename + +> Este comando es un alias de `rename`. + +- Vea la documentación del comando original: + +`tldr -p common rename` From d8c3fbe8fc3286253e7630fbb39caea5b4e1caf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 31 Jul 2025 05:26:59 -0300 Subject: [PATCH 073/133] prename: add Spanish translation (#17414) --- pages.es/common/prename.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pages.es/common/prename.md diff --git a/pages.es/common/prename.md b/pages.es/common/prename.md new file mode 100644 index 0000000000..9a22ef049d --- /dev/null +++ b/pages.es/common/prename.md @@ -0,0 +1,7 @@ +# prename + +> Este comando es un alias de `rename`. + +- Vea la documentación del comando original: + +`tldr -p common rename` From d2f8390ba88f9cb25942751c5e126b7754b919eb Mon Sep 17 00:00:00 2001 From: Nelson Figueroa <30811275+nelsonfigueroa@users.noreply.github.com> Date: Thu, 31 Jul 2025 01:30:14 -0700 Subject: [PATCH 074/133] code: refresh pages (#17433) --- pages.de/common/code.md | 4 ++-- pages.es/common/code.md | 4 ++-- pages.fr/common/code.md | 4 ++-- pages.id/common/code.md | 4 ++-- pages.ko/common/code.md | 4 ++-- pages.pt_BR/common/code.md | 4 ++-- pages.zh/common/code.md | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/pages.de/common/code.md b/pages.de/common/code.md index 1494fb34bd..649134dcf2 100644 --- a/pages.de/common/code.md +++ b/pages.de/common/code.md @@ -13,11 +13,11 @@ - Vergleiche zwei bestimmte Dateien: -`code --diff {{pfad/zu/datei1}} {{pfad/zu/datei2}}` +`code {{[-d|--diff]}} {{pfad/zu/datei1}} {{pfad/zu/datei2}}` - Öffne bestimmte Dateien und/oder Verzeichnisse in einem neuen Fenster: -`code --new-window {{pfad/zu/datei_oder_verzeichnis1 pfad/zu/datei_oder_verzeichnis2 ...}}` +`code {{[-n|--new-window]}} {{pfad/zu/datei_oder_verzeichnis1 pfad/zu/datei_oder_verzeichnis2 ...}}` - Installiere oder lösche bestimmte Erweiterung: diff --git a/pages.es/common/code.md b/pages.es/common/code.md index a273e42eae..d9b53d7b48 100644 --- a/pages.es/common/code.md +++ b/pages.es/common/code.md @@ -13,11 +13,11 @@ - Compara dos archivos específicos: -`code --diff {{ruta/al/archivo1}} {{ruta/al/archivo2}}` +`code {{[-d|--diff]}} {{ruta/al/archivo1}} {{ruta/al/archivo2}}` - Abre archivos o directorios específicos en una nueva ventana: -`code --new-window {{ruta/al/archivo_o_directorio1 ruta/al/archivo_o_directorio2 ...}}` +`code {{[-n|--new-window]}} {{ruta/al/archivo_o_directorio1 ruta/al/archivo_o_directorio2 ...}}` - Instala/desinstala una extensión específica: diff --git a/pages.fr/common/code.md b/pages.fr/common/code.md index 231591ac16..2d58c263ad 100644 --- a/pages.fr/common/code.md +++ b/pages.fr/common/code.md @@ -13,11 +13,11 @@ - Compare deux fichiers spécifiques : -`code --diff {{chemin/vers/fichier1}} {{chemin/vers/fichier2}}` +`code {{[-d|--diff]}} {{chemin/vers/fichier1}} {{chemin/vers/fichier2}}` - Ouvre des fichiers/répertoires spécifiques dans une nouvelle fenêtre : -`code --new-window {{chemin/vers/fichier_ou_répertoire1 chemin/vers/fichier_ou_répertoire2 ...}}` +`code {{[-n|--new-window]}} {{chemin/vers/fichier_ou_répertoire1 chemin/vers/fichier_ou_répertoire2 ...}}` - Installe/désinstalle une extension spécifique : diff --git a/pages.id/common/code.md b/pages.id/common/code.md index 7819a081bf..2252351b53 100644 --- a/pages.id/common/code.md +++ b/pages.id/common/code.md @@ -13,11 +13,11 @@ - Bandingkan isi antara dua berkas teks: -`code --diff {{jalan/menuju/berkas1}} {{jalan/menuju/berkas2}}` +`code {{[-d|--diff]}} {{jalan/menuju/berkas1}} {{jalan/menuju/berkas2}}` - Buka kumpulan berkas atau direktori menuju sebuah jendela pengolah baru: -`code --new-window {{jalan/menuju/berkas_atau_direktori1 jalan/menuju/berkas_atau_direktori2 ...}}` +`code {{[-n|--new-window]}} {{jalan/menuju/berkas_atau_direktori1 jalan/menuju/berkas_atau_direktori2 ...}}` - Pasang/bongkat suatu paket ekstensi: diff --git a/pages.ko/common/code.md b/pages.ko/common/code.md index f1b11860f3..09b9755df7 100644 --- a/pages.ko/common/code.md +++ b/pages.ko/common/code.md @@ -13,11 +13,11 @@ - 두 파일 비교: -`code --diff {{파일의/경로1}} {{파일의/경로2}}` +`code {{[-d|--diff]}} {{파일의/경로1}} {{파일의/경로2}}` - 특정 파일 혹은 디렉토리를 새로운 창에서 열기: -`code --new-window {{파일/혹은/디렉토리의/경로1 파일/혹은/디렉토리의/경로2 ...}}` +`code {{[-n|--new-window]}} {{파일/혹은/디렉토리의/경로1 파일/혹은/디렉토리의/경로2 ...}}` - 특정 확장 프로그램 설치/삭제: diff --git a/pages.pt_BR/common/code.md b/pages.pt_BR/common/code.md index cd275545da..aa32993f1d 100644 --- a/pages.pt_BR/common/code.md +++ b/pages.pt_BR/common/code.md @@ -13,11 +13,11 @@ - Compara dois arquivos específicos: -`code --diff {{caminho/para/arquivo1}} {{caminho/para/arquivo2}}` +`code {{[-d|--diff]}} {{caminho/para/arquivo1}} {{caminho/para/arquivo2}}` - Abre arquivos/diretórios específicos em uma nova janela: -`code --new-window {{caminho/para/arquivo_ou_diretório1 caminho/para/arquivo_ou_diretório2 ...}}` +`code {{[-n|--new-window]}} {{caminho/para/arquivo_ou_diretório1 caminho/para/arquivo_ou_diretório2 ...}}` - Instala/desinstala uma extensão específica: diff --git a/pages.zh/common/code.md b/pages.zh/common/code.md index 6167a8d30c..2c07ae18c1 100644 --- a/pages.zh/common/code.md +++ b/pages.zh/common/code.md @@ -13,11 +13,11 @@ - 比较两个指定的文件: -`code --diff {{路径/到/文件1}} {{路径/到/文件2}}` +`code {{[-d|--diff]}} {{路径/到/文件1}} {{路径/到/文件2}}` - 在新窗口中打开指定的文件或目录: -`code --new-window {{路径/到/文件或目录1 路径/到/文件或目录2 ...}}` +`code {{[-n|--new-window]}} {{路径/到/文件或目录1 路径/到/文件或目录2 ...}}` - 安装/卸载一个特定的插件: From 5662d4789b282150379d0f7d065f8f969f408990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 31 Jul 2025 10:29:53 -0300 Subject: [PATCH 075/133] ip-route-list: update Spanish translation (#17291) --- pages.es/linux/ip-route-list.md | 35 ++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/pages.es/linux/ip-route-list.md b/pages.es/linux/ip-route-list.md index bb93888a05..8d0469d613 100644 --- a/pages.es/linux/ip-route-list.md +++ b/pages.es/linux/ip-route-list.md @@ -1,7 +1,36 @@ # ip route list -> Este comando es un alias de `ip route show`. +> Subcomando de visualización para la gestión de la tabla de rutas IP. +> Más información: . -- Muestra la documentación del comando original: +- Muestra la tabla de enrutamiento `main`: -`tldr ip route show` +`ip {{[r|route]}} {{[l|list]}}` + +- Muestra la tabla de enrutamiento principal (igual que el primer ejemplo): + +`ip {{[r|route]}} {{[l|list]}} {{[t|table]}} {{main|254}}` + +- Muestra la tabla de enrutamiento local: + +`ip {{[r|route]}} {{[l|list]}} {{[t|table]}} {{local|255}}` + +- Muestra todas las tablas de enrutamiento: + +`ip {{[r|route]}} {{[l|list]}} {{[t|table]}} {{all|unspec|0}}` + +- Lista solo las rutas de un dispositivo determinado: + +`ip {{[r|route]}} {{[l|list]}} dev {{ethX}}` + +- Lista las rutas dentro de un ámbito determinado: + +`ip {{[r|route]}} {{[l|list]}} {{[s|scope]}} link` + +- Muestra la caché de enrutamiento: + +`ip {{[r|route]}} {{[l|list]}} {{[c|cache]}}` + +- Muestra solo rutas IPv6 o IPv4: + +`ip {{-6|-4}} {{[r|route]}}` From 5bc1ba795bdd6e49550dfce8a7923f7b68514bf4 Mon Sep 17 00:00:00 2001 From: Dylan <145150333+dmmqz@users.noreply.github.com> Date: Thu, 31 Jul 2025 15:58:22 +0000 Subject: [PATCH 076/133] flock: update Dutch translation (#17427) --- pages.nl/linux/flock.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/pages.nl/linux/flock.md b/pages.nl/linux/flock.md index a11b6aa6ba..f35ff958b4 100644 --- a/pages.nl/linux/flock.md +++ b/pages.nl/linux/flock.md @@ -1,17 +1,25 @@ # flock -> Beheer locks van shell scripts. -> Het kan gebruikt worden om ervoor te zorgen dat slechts één proces van een commando draait. +> Beheer bestandslocks van shell scripts. +> Het kan gebruikt worden om ervoor te zorgen dat slechts één instantie van een commando draait. > Meer informatie: . -- Voer een commando met een bestandslock uit zodra de lock niet meer nodig is voor anderen: +- Voer een commando met een bestandslock uit zodra de lock beschikbaar is: -`flock {{pad/naar/lock.lock}} {{[-c|--command]}} "{{commando}}"` +`flock {{pad/naar/lock.lock}} {{commando}}` -- Voer een opdracht uit met een bestandslock en sluit af als de lock niet bestaat: +- Voer een opdracht uit met een bestandslock, of sluit het programma af als de lock momenteel actief is (met foutcode 1): -`flock {{pad/naar/lock.lock}} {{[-n|--nonblock]}} {{[-c|--command]}} "{{commando}}"` +`flock {{pad/naar/lock.lock}} {{[-n|--nonblock]}} {{commando}}` -- Voer een opdracht uit met een bestandslock en sluit af met een specifieke foutcode als de lock niet bestaat: +- Voer een opdracht uit met een bestandslock, of sluit af met een specifieke foutcode als de lock momenteel actief is: -`flock {{pad/naar/lock.lock}} {{[-n|--nonblock]}} {{[-E|--conflict-exit-code]}} {{error_code}} {{[-c|--command]}} "{{commando}}"` +`flock {{pad/naar/lock.lock}} {{[-n|--nonblock]}} {{[-E|--conflict-exit-code]}} {{123}} {{commando}}` + +- Voer een commando uit met een bestandslock en wacht maximaal 10 seconden tot de lock beschikbaar is voordat wordt opgegeven: + +`flock {{pad/naar/lock.lock}} {{[-w|--timeout]}} 10 {{commando}}` + +- Maak een back-up van een aantal bestanden, wacht tot het vorige `tar`-commando klaar is als deze nog wordt uitgevoerd en houd dezelfde bestandlock vast (kan gebruikt worden in een `cron` job die periodiek wordt uitgevoerd): + +`flock {{pad/naar/backup.lock}} {{tar -cvf pad/naar/backup.tar pad/naar/data/}}` From 4f900ac6dc09d46c5a655c997aa916806faaf7b5 Mon Sep 17 00:00:00 2001 From: Dylan <145150333+dmmqz@users.noreply.github.com> Date: Thu, 31 Jul 2025 16:03:05 +0000 Subject: [PATCH 077/133] sudoedit: add alias page (#17430) --- pages/common/sudoedit.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pages/common/sudoedit.md diff --git a/pages/common/sudoedit.md b/pages/common/sudoedit.md new file mode 100644 index 0000000000..e1b61df056 --- /dev/null +++ b/pages/common/sudoedit.md @@ -0,0 +1,7 @@ +# sudoedit + +> This command is an alias of `sudo --edit`. + +- View documentation for the original command: + +`tldr sudo` From ab9a40f4ed6af5b448e73545dc9f07582201b6b1 Mon Sep 17 00:00:00 2001 From: Lucas Munhoz <106984995+munhozzlucas@users.noreply.github.com> Date: Thu, 31 Jul 2025 13:03:41 -0300 Subject: [PATCH 078/133] head: add Portuguese Brazilian translation (#17421) --- pages.pt_BR/common/head.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages.pt_BR/common/head.md diff --git a/pages.pt_BR/common/head.md b/pages.pt_BR/common/head.md new file mode 100644 index 0000000000..5c4600a2b9 --- /dev/null +++ b/pages.pt_BR/common/head.md @@ -0,0 +1,8 @@ +# head + +> Exibe a primeira parte de arquivos. +> Mais informações: . + +- Exibe as primeiras linhas de um arquivo: + +`head -n {{número_linhas}} {{caminho/para/arquivo}}` From 458455b65e1b1d1beb1043e1f448818a81d7367e Mon Sep 17 00:00:00 2001 From: Harshavardhan Date: Thu, 31 Jul 2025 21:34:01 +0530 Subject: [PATCH 079/133] distcc: add page (#17388) --- pages.ko/common/distcc.md | 28 ++++++++++++++++++++++++++++ pages.zh/common/distcc.md | 28 ++++++++++++++++++++++++++++ pages/common/distcc.md | 28 ++++++++++++++++++++++++++++ 3 files changed, 84 insertions(+) create mode 100644 pages.ko/common/distcc.md create mode 100644 pages.zh/common/distcc.md create mode 100644 pages/common/distcc.md diff --git a/pages.ko/common/distcc.md b/pages.ko/common/distcc.md new file mode 100644 index 0000000000..ed9ed983ee --- /dev/null +++ b/pages.ko/common/distcc.md @@ -0,0 +1,28 @@ +# distcc + +> `distccd`와 함께 사용하는 분산 C/C++/ObjC 컴파일 클라이언트입니다. +> 더 많은 정보: . + +- `gcc`와 같은 컴파일러로 소스 파일을 컴파일: + +`distcc {{컴파일러명}} -c {{소스/파일/경로.c}} -o {{출력/파일/경로.o}}` + +- 컴파일을 분산시킬 원격 호스트 설정: + +`export DISTCC_HOSTS="localhost {{호스트IP1 호스트IP2 ...}}"` + +- `distcc`를 사용해 `make`로 프로젝트를 병렬 컴파일: + +`make {{[-j|--jobs]}} {{병렬_작업_수}} CC="distcc {{컴파일러명}}"` + +- 현재 설정된 `distcc` 호스트 목록 확인: + +`distcc --show-hosts` + +- 도움말 출력: + +`distcc --help` + +- 버전 출력: + +`distcc --version` diff --git a/pages.zh/common/distcc.md b/pages.zh/common/distcc.md new file mode 100644 index 0000000000..c0a4fdea93 --- /dev/null +++ b/pages.zh/common/distcc.md @@ -0,0 +1,28 @@ +# distcc + +> 与 `distccd` 搭配使用的分布式 C/C++/ObjC 编译客户端. +> 更多信息:. + +- 使用类似 `gcc` 的编译器编译源文件: + +`distcc {{gcc}} -c {{路径/到/源文件.c}} -o {{路径/到/输出文件.o}}` + +- 设置用于分布式编译的远程主机: + +`export DISTCC_HOSTS="localhost {{主机IP1 主机IP2 ...}}"` + +- 使用 `distcc` 和 `make` 并行编译项目: + +`make {{[-j|--jobs]}} {{并行任务数}} CC="distcc {{gcc}}"` + +- 显示当前配置的 `distcc` 主机列表: + +`distcc --show-hosts` + +- 显示帮助: + +`distcc --help` + +- 显示版本: + +`distcc --version` diff --git a/pages/common/distcc.md b/pages/common/distcc.md new file mode 100644 index 0000000000..230fcd4147 --- /dev/null +++ b/pages/common/distcc.md @@ -0,0 +1,28 @@ +# distcc + +> Distributed C/C++/ObjC compilation client that works with `distccd`. +> More information: . + +- Compile a source file using a compiler like `gcc`: + +`distcc {{gcc}} -c {{path/to/source.c}} -o {{path/to/output.o}}` + +- Set remote hosts to distribute compilation: + +`export DISTCC_HOSTS="localhost {{ip1 ip2 ...}}"` + +- Compile a project with `make` using `distcc`: + +`make {{[-j|--jobs]}} {{parallel_jobs}} CC="distcc {{gcc}}"` + +- Show the list of current `distcc` hosts: + +`distcc --show-hosts` + +- Display help: + +`distcc --help` + +- Display version: + +`distcc --version` From b53abe34effc40efad341c0b93d109e5edce3680 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Thu, 31 Jul 2025 16:04:08 +0000 Subject: [PATCH 080/133] pages.pl/*: add alias pages, sync more info links (#17385) --- pages.pl/common/audit2why.md | 7 +++++++ pages.pl/common/bunzip2.md | 7 +++++++ pages.pl/common/bzcat.md | 7 +++++++ pages.pl/common/gdm-binary.md | 7 +++++++ pages.pl/common/impacket-ntfs-read.md | 7 +++++++ pages.pl/common/impacket-psexec.md | 7 +++++++ pages.pl/common/impacket-smbclient.md | 7 +++++++ pages.pl/common/impacket-smbserver.md | 7 +++++++ pages.pl/common/kite.md | 7 +++++++ pages.pl/common/kr.md | 7 +++++++ pages.pl/common/mcli.md | 7 +++++++ pages.pl/common/minio-client.md | 7 +++++++ pages.pl/common/mpicxx.md | 7 +++++++ pages.pl/common/mpiexec.md | 7 +++++++ pages.pl/common/netexec.md | 7 +++++++ pages.pl/common/pulumi-down.md | 7 +++++++ pages.pl/common/pulumi-update.md | 7 +++++++ pages.pl/common/rnano.md | 8 ++++++++ pages.pl/common/rustup-install.md | 7 +++++++ pages.pl/common/rustup-uninstall.md | 7 +++++++ pages.pl/common/xml-c14n.md | 7 +++++++ pages.pl/common/xml-p2x.md | 7 +++++++ pages.pl/common/xml-xmln.md | 7 +++++++ pages.pl/common/zeditor.md | 7 +++++++ pages.pl/linux/add-apt-repository.md | 20 ++++++++++++++++++++ pages.pl/linux/apt-add-repository.md | 19 +++---------------- pages.pl/linux/cs2.md | 7 +++++++ pages.pl/linux/dnf-deplist.md | 7 +++++++ pages.pl/linux/ip-route-list.md | 7 ------- pages.pl/linux/steamos-boot-install.md | 7 +++++++ pages.pl/linux/yumdownloader.md | 8 ++++++++ 31 files changed, 221 insertions(+), 23 deletions(-) create mode 100644 pages.pl/common/audit2why.md create mode 100644 pages.pl/common/bunzip2.md create mode 100644 pages.pl/common/bzcat.md create mode 100644 pages.pl/common/gdm-binary.md create mode 100644 pages.pl/common/impacket-ntfs-read.md create mode 100644 pages.pl/common/impacket-psexec.md create mode 100644 pages.pl/common/impacket-smbclient.md create mode 100644 pages.pl/common/impacket-smbserver.md create mode 100644 pages.pl/common/kite.md create mode 100644 pages.pl/common/kr.md create mode 100644 pages.pl/common/mcli.md create mode 100644 pages.pl/common/minio-client.md create mode 100644 pages.pl/common/mpicxx.md create mode 100644 pages.pl/common/mpiexec.md create mode 100644 pages.pl/common/netexec.md create mode 100644 pages.pl/common/pulumi-down.md create mode 100644 pages.pl/common/pulumi-update.md create mode 100644 pages.pl/common/rnano.md create mode 100644 pages.pl/common/rustup-install.md create mode 100644 pages.pl/common/rustup-uninstall.md create mode 100644 pages.pl/common/xml-c14n.md create mode 100644 pages.pl/common/xml-p2x.md create mode 100644 pages.pl/common/xml-xmln.md create mode 100644 pages.pl/common/zeditor.md create mode 100644 pages.pl/linux/add-apt-repository.md create mode 100644 pages.pl/linux/cs2.md create mode 100644 pages.pl/linux/dnf-deplist.md delete mode 100644 pages.pl/linux/ip-route-list.md create mode 100644 pages.pl/linux/steamos-boot-install.md create mode 100644 pages.pl/linux/yumdownloader.md diff --git a/pages.pl/common/audit2why.md b/pages.pl/common/audit2why.md new file mode 100644 index 0000000000..ffea061ce1 --- /dev/null +++ b/pages.pl/common/audit2why.md @@ -0,0 +1,7 @@ +# audit2why + +> To polecenie jest aliasem `audit2allow --why`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr audit2allow` diff --git a/pages.pl/common/bunzip2.md b/pages.pl/common/bunzip2.md new file mode 100644 index 0000000000..26454a8130 --- /dev/null +++ b/pages.pl/common/bunzip2.md @@ -0,0 +1,7 @@ +# bunzip2 + +> To polecenie jest aliasem `bzip2 --decompress`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr bzip2` diff --git a/pages.pl/common/bzcat.md b/pages.pl/common/bzcat.md new file mode 100644 index 0000000000..856ba62edf --- /dev/null +++ b/pages.pl/common/bzcat.md @@ -0,0 +1,7 @@ +# bzcat + +> To polecenie jest aliasem `bzip2 --decompress --stdout`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr bzip2` diff --git a/pages.pl/common/gdm-binary.md b/pages.pl/common/gdm-binary.md new file mode 100644 index 0000000000..dc803fd6a8 --- /dev/null +++ b/pages.pl/common/gdm-binary.md @@ -0,0 +1,7 @@ +# gdm-binary + +> To polecenie jest aliasem `gdm`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr gdm` diff --git a/pages.pl/common/impacket-ntfs-read.md b/pages.pl/common/impacket-ntfs-read.md new file mode 100644 index 0000000000..3b7043eb19 --- /dev/null +++ b/pages.pl/common/impacket-ntfs-read.md @@ -0,0 +1,7 @@ +# impacket-ntfs-read + +> To polecenie jest aliasem `ntfs-read.py`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr ntfs-read.py` diff --git a/pages.pl/common/impacket-psexec.md b/pages.pl/common/impacket-psexec.md new file mode 100644 index 0000000000..8a360f1edc --- /dev/null +++ b/pages.pl/common/impacket-psexec.md @@ -0,0 +1,7 @@ +# impacket-psexec + +> To polecenie jest aliasem `psexec.py`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr psexec.py` diff --git a/pages.pl/common/impacket-smbclient.md b/pages.pl/common/impacket-smbclient.md new file mode 100644 index 0000000000..9edb59d1a3 --- /dev/null +++ b/pages.pl/common/impacket-smbclient.md @@ -0,0 +1,7 @@ +# impacket-smbclient + +> To polecenie jest aliasem `smbclient.py`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr smbclient.py` diff --git a/pages.pl/common/impacket-smbserver.md b/pages.pl/common/impacket-smbserver.md new file mode 100644 index 0000000000..51a0dc6c0f --- /dev/null +++ b/pages.pl/common/impacket-smbserver.md @@ -0,0 +1,7 @@ +# impacket-smbserver + +> To polecenie jest aliasem `smbserver.py`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr smbserver.py` diff --git a/pages.pl/common/kite.md b/pages.pl/common/kite.md new file mode 100644 index 0000000000..7fb40153f8 --- /dev/null +++ b/pages.pl/common/kite.md @@ -0,0 +1,7 @@ +# kite + +> To polecenie jest aliasem `kiterunner`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr kiterunner` diff --git a/pages.pl/common/kr.md b/pages.pl/common/kr.md new file mode 100644 index 0000000000..3dce577531 --- /dev/null +++ b/pages.pl/common/kr.md @@ -0,0 +1,7 @@ +# kr + +> To polecenie jest aliasem `kiterunner`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr kiterunner` diff --git a/pages.pl/common/mcli.md b/pages.pl/common/mcli.md new file mode 100644 index 0000000000..3f94e66d26 --- /dev/null +++ b/pages.pl/common/mcli.md @@ -0,0 +1,7 @@ +# mcli + +> To polecenie jest aliasem `mc` (MinIO client). + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr mc.cli` diff --git a/pages.pl/common/minio-client.md b/pages.pl/common/minio-client.md new file mode 100644 index 0000000000..1876104924 --- /dev/null +++ b/pages.pl/common/minio-client.md @@ -0,0 +1,7 @@ +# minio-client + +> To polecenie jest aliasem `mc` (MinIO client). + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr mc.cli` diff --git a/pages.pl/common/mpicxx.md b/pages.pl/common/mpicxx.md new file mode 100644 index 0000000000..e6cc054865 --- /dev/null +++ b/pages.pl/common/mpicxx.md @@ -0,0 +1,7 @@ +# mpicxx + +> To polecenie jest aliasem `mpic++`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr mpic++` diff --git a/pages.pl/common/mpiexec.md b/pages.pl/common/mpiexec.md new file mode 100644 index 0000000000..150caeac12 --- /dev/null +++ b/pages.pl/common/mpiexec.md @@ -0,0 +1,7 @@ +# mpiexec + +> To polecenie jest aliasem `mpirun`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr mpirun` diff --git a/pages.pl/common/netexec.md b/pages.pl/common/netexec.md new file mode 100644 index 0000000000..367fbf7be8 --- /dev/null +++ b/pages.pl/common/netexec.md @@ -0,0 +1,7 @@ +# netexec + +> To polecenie jest aliasem `nxc`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr nxc` diff --git a/pages.pl/common/pulumi-down.md b/pages.pl/common/pulumi-down.md new file mode 100644 index 0000000000..6a218e3d4f --- /dev/null +++ b/pages.pl/common/pulumi-down.md @@ -0,0 +1,7 @@ +# pulumi down + +> To polecenie jest aliasem `pulumi destroy`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr pulumi destroy` diff --git a/pages.pl/common/pulumi-update.md b/pages.pl/common/pulumi-update.md new file mode 100644 index 0000000000..7afa0f6ee4 --- /dev/null +++ b/pages.pl/common/pulumi-update.md @@ -0,0 +1,7 @@ +# pulumi update + +> To polecenie jest aliasem `pulumi up`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr pulumi up` diff --git a/pages.pl/common/rnano.md b/pages.pl/common/rnano.md new file mode 100644 index 0000000000..94c2a7b1c8 --- /dev/null +++ b/pages.pl/common/rnano.md @@ -0,0 +1,8 @@ +# rnano + +> To polecenie jest aliasem `nano --restricted`. +> Więcej informacji: . + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr nano` diff --git a/pages.pl/common/rustup-install.md b/pages.pl/common/rustup-install.md new file mode 100644 index 0000000000..ffe8400742 --- /dev/null +++ b/pages.pl/common/rustup-install.md @@ -0,0 +1,7 @@ +# rustup install + +> To polecenie jest aliasem `rustup toolchain install`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr rustup toolchain` diff --git a/pages.pl/common/rustup-uninstall.md b/pages.pl/common/rustup-uninstall.md new file mode 100644 index 0000000000..b84a3c07a5 --- /dev/null +++ b/pages.pl/common/rustup-uninstall.md @@ -0,0 +1,7 @@ +# rustup uninstall + +> To polecenie jest aliasem `rustup toolchain uninstall`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr rustup toolchain` diff --git a/pages.pl/common/xml-c14n.md b/pages.pl/common/xml-c14n.md new file mode 100644 index 0000000000..3bea760bc5 --- /dev/null +++ b/pages.pl/common/xml-c14n.md @@ -0,0 +1,7 @@ +# xml c14n + +> To polecenie jest aliasem `xml canonic`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr xml canonic` diff --git a/pages.pl/common/xml-p2x.md b/pages.pl/common/xml-p2x.md new file mode 100644 index 0000000000..f2ed6efe7f --- /dev/null +++ b/pages.pl/common/xml-p2x.md @@ -0,0 +1,7 @@ +# xml p2x + +> To polecenie jest aliasem `xml depyx`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr xml depyx` diff --git a/pages.pl/common/xml-xmln.md b/pages.pl/common/xml-xmln.md new file mode 100644 index 0000000000..ab20c860fd --- /dev/null +++ b/pages.pl/common/xml-xmln.md @@ -0,0 +1,7 @@ +# xml xmln + +> To polecenie jest aliasem `xml pyx`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr xml pyx` diff --git a/pages.pl/common/zeditor.md b/pages.pl/common/zeditor.md new file mode 100644 index 0000000000..7cf346761f --- /dev/null +++ b/pages.pl/common/zeditor.md @@ -0,0 +1,7 @@ +# zeditor + +> To polecenie jest aliasem `zed`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr zed` diff --git a/pages.pl/linux/add-apt-repository.md b/pages.pl/linux/add-apt-repository.md new file mode 100644 index 0000000000..80c6e1e5ff --- /dev/null +++ b/pages.pl/linux/add-apt-repository.md @@ -0,0 +1,20 @@ +# apt-add-repository + +> Zarządzaj definicjami repozytoriów `apt`. +> Więcej informacji: . + +- Dodaj nowe repozytorium `apt`: + +`apt-add-repository {{specyfikacja_repozytorium}}` + +- Usuń repozytorium `apt`: + +`apt-add-repository --remove {{specyfikacja_repozytorium}}` + +- Zaktualizuj pamięć podręczną pakietów po dodaniu repozytorium: + +`apt-add-repository --update {{specyfikacja_repozytorium}}` + +- Pozwól na pobieranie pakietów źródłowych z podanego repozytorium: + +`apt-add-repository --enable-source {{specyfikacja_repozytorium}}` diff --git a/pages.pl/linux/apt-add-repository.md b/pages.pl/linux/apt-add-repository.md index 80c6e1e5ff..9f9920b242 100644 --- a/pages.pl/linux/apt-add-repository.md +++ b/pages.pl/linux/apt-add-repository.md @@ -1,20 +1,7 @@ # apt-add-repository -> Zarządzaj definicjami repozytoriów `apt`. -> Więcej informacji: . +> To polecenie jest aliasem `add-apt-repository`. -- Dodaj nowe repozytorium `apt`: +- Zobacz dokumentację oryginalnego polecenia: -`apt-add-repository {{specyfikacja_repozytorium}}` - -- Usuń repozytorium `apt`: - -`apt-add-repository --remove {{specyfikacja_repozytorium}}` - -- Zaktualizuj pamięć podręczną pakietów po dodaniu repozytorium: - -`apt-add-repository --update {{specyfikacja_repozytorium}}` - -- Pozwól na pobieranie pakietów źródłowych z podanego repozytorium: - -`apt-add-repository --enable-source {{specyfikacja_repozytorium}}` +`tldr add-apt-repository` diff --git a/pages.pl/linux/cs2.md b/pages.pl/linux/cs2.md new file mode 100644 index 0000000000..c23a6a8a47 --- /dev/null +++ b/pages.pl/linux/cs2.md @@ -0,0 +1,7 @@ +# cs2 + +> To polecenie jest aliasem `counter strike 2`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr counter strike 2` diff --git a/pages.pl/linux/dnf-deplist.md b/pages.pl/linux/dnf-deplist.md new file mode 100644 index 0000000000..039460356e --- /dev/null +++ b/pages.pl/linux/dnf-deplist.md @@ -0,0 +1,7 @@ +# dnf deplist + +> To polecenie jest aliasem `dnf repoquery --deplist`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr dnf repoquery` diff --git a/pages.pl/linux/ip-route-list.md b/pages.pl/linux/ip-route-list.md deleted file mode 100644 index ab1b841125..0000000000 --- a/pages.pl/linux/ip-route-list.md +++ /dev/null @@ -1,7 +0,0 @@ -# ip route list - -> To polecenie jest aliasem `ip route show`. - -- Zobacz dokumentację oryginalnego polecenia: - -`tldr ip route show` diff --git a/pages.pl/linux/steamos-boot-install.md b/pages.pl/linux/steamos-boot-install.md new file mode 100644 index 0000000000..a61e0df9d4 --- /dev/null +++ b/pages.pl/linux/steamos-boot-install.md @@ -0,0 +1,7 @@ +# steamos-boot-install + +> To polecenie jest aliasem `steamos-finalize-install`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr steamos-finalize-install` diff --git a/pages.pl/linux/yumdownloader.md b/pages.pl/linux/yumdownloader.md new file mode 100644 index 0000000000..ae520a83a4 --- /dev/null +++ b/pages.pl/linux/yumdownloader.md @@ -0,0 +1,8 @@ +# yumdownloader + +> Program do pobierania pakietów YUM dla instalacji Fedory; obecnie przestarzały. +> To polecenie jest aliasem `dnf download`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr dnf download` From 6624b1fd32f9c26b7de17703bdfdd6fab799b274 Mon Sep 17 00:00:00 2001 From: elfiyka <216897601+elfiyka@users.noreply.github.com> Date: Thu, 31 Jul 2025 19:04:14 +0300 Subject: [PATCH 081/133] tldr: update Russian translation (#17386) --- pages.ru/common/tldr.md | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/pages.ru/common/tldr.md b/pages.ru/common/tldr.md index 4ea0fb8eb5..280e2fc365 100644 --- a/pages.ru/common/tldr.md +++ b/pages.ru/common/tldr.md @@ -1,20 +1,37 @@ # tldr > Показывает простые страницы помощи для инструментов коммандной строки из проекта tldr-pages. +> Примечание: параметры `--language` и `--list` не требуются в спецификации клиента, но большинство клиентов их используют. > Больше информации: . -- Показывает типичное использование комманды (подсказка: то как вы попали сюда!): +- Вывести страницу tldr для конкретной команды (подсказка: именно так вы сюда попали!): `tldr {{команда}}` -- Показывает tldr страницу для комманды tar для Linux: +- Вывести страницу tldr для конкретной подкоманды: -`tldr {{[-p|--platform]}} {{linux}} {{tar}}` +`tldr {{команда}} {{подкоманда}}` -- Получить помощь по подкоманде Git: +- Вывести страницу tldr для команды на указанном языке (если доступно, иначе используется английский): -`tldr {{git-checkout}}` +`tldr {{[-L|--language]}} {{код_языка}} {{команда}}` -- Обновить локальные tldr страницы (если клиент поддерживает кэширование): +- Вывести страницу tldr для команды с конкретной платформы: + +`tldr {{[-p|--platform]}} {{android|common|freebsd|linux|osx|netbsd|openbsd|sunos|windows}} {{команда}}` + +- Обновить локальный кэш страниц tldr: `tldr {{[-u|--update]}}` + +- Вывести список всех страниц для текущей платформы и категории `common`: + +`tldr {{[-l|--list]}}` + +- Вывести список всех доступных страниц подкоманд для команды: + +`tldr {{[-l|--list]}} | grep {{команда}} | column` + +- Вывести страницу tldr для случайной команды: + +`tldr {{[-l|--list]}} | shuf {{[-n|--head-count]}} 1 | xargs tldr` From 0fcbf7729e16adc34f15123883ebdb56f36dd33c Mon Sep 17 00:00:00 2001 From: Dylan <145150333+dmmqz@users.noreply.github.com> Date: Thu, 31 Jul 2025 16:07:43 +0000 Subject: [PATCH 082/133] mc.cli, mcli, minio-client: add Dutch translation (#17428) --- pages.nl/common/mc.cli.md | 17 +++++++++++++++++ pages.nl/common/mcli.md | 7 +++++++ pages.nl/common/minio-client.md | 7 +++++++ 3 files changed, 31 insertions(+) create mode 100644 pages.nl/common/mc.cli.md create mode 100644 pages.nl/common/mcli.md create mode 100644 pages.nl/common/minio-client.md diff --git a/pages.nl/common/mc.cli.md b/pages.nl/common/mc.cli.md new file mode 100644 index 0000000000..fb1ed1aec4 --- /dev/null +++ b/pages.nl/common/mc.cli.md @@ -0,0 +1,17 @@ +# mc + +> Minio Client voor objectopslag en bestandssystemen. +> Kan op sommige systemen `mc` of `mcli` heten. +> Meer informatie: . + +- Voeg verbinding toe aan een S3-server: + +`mc alias set {{local}} {{http://localhost:9000}} {{toegangssleutel}} {{privésleutel}}` + +- Maak een bucket aan: + +`mc mb {{local/bucket_naam}}` + +- Toon buckets en hun inhoud recursief: + +`mc ls {{local}} --recursive` diff --git a/pages.nl/common/mcli.md b/pages.nl/common/mcli.md new file mode 100644 index 0000000000..0fc3b4902b --- /dev/null +++ b/pages.nl/common/mcli.md @@ -0,0 +1,7 @@ +# mcli + +> Dit commando is een alias van `mc` (MinIO client). + +- Bekijk de documentatie van het originele commando: + +`tldr mc.cli` diff --git a/pages.nl/common/minio-client.md b/pages.nl/common/minio-client.md new file mode 100644 index 0000000000..fd1e56207d --- /dev/null +++ b/pages.nl/common/minio-client.md @@ -0,0 +1,7 @@ +# minio-client + +> Dit commando is een alias van `mc` (MinIO client). + +- Bekijk de documentatie van het originele commando: + +`tldr mc.cli` From 7ec3c67a43edeff8b5ddd9ac6b3a179af0ed6fc4 Mon Sep 17 00:00:00 2001 From: Kristopher Date: Thu, 31 Jul 2025 09:21:33 -0700 Subject: [PATCH 083/133] xsltproc: fix broken links (#17437) * Update xsltproc.md * Update xsltproc.md * Update xsltproc.md * Update xsltproc.md * Update xsltproc.md --- pages.es/osx/xsltproc.md | 2 +- pages.ko/osx/xsltproc.md | 2 +- pages.pl/osx/xsltproc.md | 2 +- pages.zh/osx/xsltproc.md | 2 +- pages/osx/xsltproc.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages.es/osx/xsltproc.md b/pages.es/osx/xsltproc.md index 0ce122bdb8..bef3d4fec9 100644 --- a/pages.es/osx/xsltproc.md +++ b/pages.es/osx/xsltproc.md @@ -1,7 +1,7 @@ # xsltproc > Transforma XML con XSLT para producir una salida (normalmente HTML o XML). -> Más información: . +> Más información: . - Transforma un archivo XML con una hoja de estilos XSLT específica: diff --git a/pages.ko/osx/xsltproc.md b/pages.ko/osx/xsltproc.md index 6b0a3e92dc..658527adae 100644 --- a/pages.ko/osx/xsltproc.md +++ b/pages.ko/osx/xsltproc.md @@ -1,7 +1,7 @@ # xsltproc > XSLT를 사용하여 XML을 변환하여 출력(주로 HTML 또는 XML)을 생성합니다. -> 더 많은 정보: . +> 더 많은 정보: . - 특정 XSLT 스타일시트를 사용하여 XML 파일 변환: diff --git a/pages.pl/osx/xsltproc.md b/pages.pl/osx/xsltproc.md index aec522794e..1c2dcb0985 100644 --- a/pages.pl/osx/xsltproc.md +++ b/pages.pl/osx/xsltproc.md @@ -1,7 +1,7 @@ # xsltproc > Przekształć XML z XSLT w celu uzyskania wyjścia (zwykle HTML lub XML). -> Więcej informacji: . +> Więcej informacji: . - Przekształć plik XML za pomocą określonego arkusza stylów XSLT: diff --git a/pages.zh/osx/xsltproc.md b/pages.zh/osx/xsltproc.md index c71c341689..8700efe701 100644 --- a/pages.zh/osx/xsltproc.md +++ b/pages.zh/osx/xsltproc.md @@ -1,7 +1,7 @@ # xsltproc > 用 XSLT 转换 XML 以生成输出(通常是 HTML 或 XML)。 -> 更多信息:. +> 更多信息:. - 使用特定的 XSLT 样式表转换 XML 文件: diff --git a/pages/osx/xsltproc.md b/pages/osx/xsltproc.md index bc9509fb5d..8eec58aa2d 100644 --- a/pages/osx/xsltproc.md +++ b/pages/osx/xsltproc.md @@ -1,7 +1,7 @@ # xsltproc > Transform XML with XSLT to produce output (usually HTML or XML). -> More information: . +> More information: . - Transform an XML file with a specific XSLT stylesheet: From 3b3cd214e72f64de33d7e63d0683fd6e920e00b4 Mon Sep 17 00:00:00 2001 From: Kristopher Date: Thu, 31 Jul 2025 09:35:19 -0700 Subject: [PATCH 084/133] mysqlsh: fix broken links (#17439) * Update mysqlsh.md * Update mysqlsh.md --- pages.ko/common/mysqlsh.md | 2 +- pages/common/mysqlsh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages.ko/common/mysqlsh.md b/pages.ko/common/mysqlsh.md index 41e5a51c95..131770561f 100644 --- a/pages.ko/common/mysqlsh.md +++ b/pages.ko/common/mysqlsh.md @@ -2,7 +2,7 @@ > SQL, JavaScript, Python을 지원하는 MySQL의 고급 명령줄 클라이언트. > InnoDB 클러스터 및 문서 저장소 컬렉션 관리를 위한 기능 제공. -> 더 많은 정보: . +> 더 많은 정보: . - 대화형 모드로 MySQL Shell 시작: diff --git a/pages/common/mysqlsh.md b/pages/common/mysqlsh.md index 3e231328ea..57f0d5c137 100644 --- a/pages/common/mysqlsh.md +++ b/pages/common/mysqlsh.md @@ -2,7 +2,7 @@ > Advanced client for MySQL, supporting SQL, JavaScript, and Python. > It offers features for managing InnoDB clusters and document store collections. -> More information: . +> More information: . - Start MySQL Shell in interactive mode: From 98479f61637345eb39899bd7439fb3886b12dbb1 Mon Sep 17 00:00:00 2001 From: Kristopher Date: Thu, 31 Jul 2025 09:51:47 -0700 Subject: [PATCH 085/133] assimp: fix broken links (#17438) * Update assimp.md * Update assimp.md * Update assimp.md * Update assimp.md * Update assimp.md * Update assimp.md --- pages.es/common/assimp.md | 2 +- pages.fr/common/assimp.md | 2 +- pages.id/common/assimp.md | 2 +- pages.it/common/assimp.md | 2 +- pages.ko/common/assimp.md | 2 +- pages/common/assimp.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages.es/common/assimp.md b/pages.es/common/assimp.md index 83ca7b0415..2cf2e2a6ca 100644 --- a/pages.es/common/assimp.md +++ b/pages.es/common/assimp.md @@ -2,7 +2,7 @@ > Cliente de línea de comandos para la biblioteca Open Asset Import. > Admite la carga de más de 40 formatos de archivo 3D y la exportación a varios formatos 3D populares. -> Más información: . +> Más información: . - Lista todos los formatos de importación soportados: diff --git a/pages.fr/common/assimp.md b/pages.fr/common/assimp.md index d51c8bf77e..0c59ceeb6f 100644 --- a/pages.fr/common/assimp.md +++ b/pages.fr/common/assimp.md @@ -2,7 +2,7 @@ > Client en ligne de commande pour l'Open Asset Import Library. > Supporte le chargement de plus de 40 formats de fichiers 3D, et exporte vers quelques formats 3D populaire. -> Plus d'informations : . +> Plus d'informations : . - Liste tous les formats d'import supportés : diff --git a/pages.id/common/assimp.md b/pages.id/common/assimp.md index 39154378d9..ae4ed95422 100644 --- a/pages.id/common/assimp.md +++ b/pages.id/common/assimp.md @@ -2,7 +2,7 @@ > Klien baris perintah untuk pustaka Open Asset Import Library. > Mendukung pemuatan 40+ format file 3D, dan mengekspor ke beberapa format 3D populer. -> Informasi lebih lanjut: . +> Informasi lebih lanjut: . - Tampilkan daftar format berkas impor yang didukung: diff --git a/pages.it/common/assimp.md b/pages.it/common/assimp.md index 52749214a8..fd31f1a7ea 100644 --- a/pages.it/common/assimp.md +++ b/pages.it/common/assimp.md @@ -2,7 +2,7 @@ > Client da linea di comando per la Open Asset Import Library. > Supporta il caricamento di 40+ formati di file per modelli 3D, e l'espoerazione di diversi formati 3D popolari. -> Maggiori informazioni: . +> Maggiori informazioni: . - Elenca tutti i formati supportati: diff --git a/pages.ko/common/assimp.md b/pages.ko/common/assimp.md index be33643b4c..fcc4def739 100644 --- a/pages.ko/common/assimp.md +++ b/pages.ko/common/assimp.md @@ -2,7 +2,7 @@ > Open Asset Import Library 위한 Command-line 클라이언트. > 40 +3D 파일 형식을 지원하고 몇 개의 유명한 3D포맷으로 내보낼 수 있습니다. -> 더 많은 정보: . +> 더 많은 정보: . - 지원되는 모든 가져오기 형식을 나열: diff --git a/pages/common/assimp.md b/pages/common/assimp.md index 0a6907d136..b16c5fd11d 100644 --- a/pages/common/assimp.md +++ b/pages/common/assimp.md @@ -2,7 +2,7 @@ > Client for the Open Asset Import Library. > Supports loading of 40+ 3D file formats, and exporting to several popular 3D formats. -> More information: . +> More information: . - List all supported import formats: From ad3d2e81a0a9c6e8ada300b5e99e923ce0a9d2ca Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Fri, 1 Aug 2025 02:46:43 +0530 Subject: [PATCH 086/133] zbarimg: fix link (#17450) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/common/zbarimg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/zbarimg.md b/pages/common/zbarimg.md index 4b79ac138e..d6f0b56bd3 100644 --- a/pages/common/zbarimg.md +++ b/pages/common/zbarimg.md @@ -1,7 +1,7 @@ # zbarimg > Scan and decode bar codes from image file(s). -> More information: . +> More information: . - Process an image file: From 133fccfdf232a3017cca17c8bb561f19ef6086ea Mon Sep 17 00:00:00 2001 From: Kristopher Date: Thu, 31 Jul 2025 14:30:49 -0700 Subject: [PATCH 087/133] octave: fix broken links (#17445) --- pages.ko/common/octave.md | 2 +- pages/common/octave.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages.ko/common/octave.md b/pages.ko/common/octave.md index e8c13f4a2c..6cfdb04d5b 100644 --- a/pages.ko/common/octave.md +++ b/pages.ko/common/octave.md @@ -1,7 +1,7 @@ # octave > 과학 계산을 위한 프로그래밍 언어. -> 더 많은 정보: . +> 더 많은 정보: . - 대화형 세션 시작: diff --git a/pages/common/octave.md b/pages/common/octave.md index 6d08194c58..5677f60754 100644 --- a/pages/common/octave.md +++ b/pages/common/octave.md @@ -1,7 +1,7 @@ # octave > A programming language for scientific computing. -> More information: . +> More information: . - Start an interactive session: From 2123b61fe54508eec4749df4a18b4e2bd1a0e8c7 Mon Sep 17 00:00:00 2001 From: Kristopher Date: Thu, 31 Jul 2025 14:33:14 -0700 Subject: [PATCH 088/133] nordvpn: fix broken links (#17447) --- pages.de/linux/nordvpn.md | 2 +- pages.ko/linux/nordvpn.md | 2 +- pages/linux/nordvpn.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages.de/linux/nordvpn.md b/pages.de/linux/nordvpn.md index 42984ed68b..110beb3ba1 100644 --- a/pages.de/linux/nordvpn.md +++ b/pages.de/linux/nordvpn.md @@ -1,7 +1,7 @@ # nordvpn > Kommandozeilen-Schnittstelle für NordVPN. -> Weitere Informationen: . +> Weitere Informationen: . - Interaktiv bei einem NordVPN-Konto anmelden: diff --git a/pages.ko/linux/nordvpn.md b/pages.ko/linux/nordvpn.md index 6f9edb62a0..79f17a5a8f 100644 --- a/pages.ko/linux/nordvpn.md +++ b/pages.ko/linux/nordvpn.md @@ -1,7 +1,7 @@ # nordvpn > NordVPN의 명령줄 인터페이스. -> 더 많은 정보: . +> 더 많은 정보: . - NordVPN 계정에 대화형으로 로그인: diff --git a/pages/linux/nordvpn.md b/pages/linux/nordvpn.md index 73698f24c6..e16ad64ad9 100644 --- a/pages/linux/nordvpn.md +++ b/pages/linux/nordvpn.md @@ -1,7 +1,7 @@ # nordvpn > Command-line interface for NordVPN. -> More information: . +> More information: . - Interactively log into a NordVPN account: From 4ae0898b8e0dc22662a232118882ad9338554d51 Mon Sep 17 00:00:00 2001 From: Kristopher Date: Thu, 31 Jul 2025 14:37:30 -0700 Subject: [PATCH 089/133] lychee: fix broken links (#17448) --- pages.ko/common/lychee.md | 2 +- pages/common/lychee.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages.ko/common/lychee.md b/pages.ko/common/lychee.md index 64fb168fee..079b215b62 100644 --- a/pages.ko/common/lychee.md +++ b/pages.ko/common/lychee.md @@ -1,7 +1,7 @@ # lychee > 깨진 URL을 찾기 위한 도구. -> 더 많은 정보: . +> 더 많은 정보: . - 웹사이트에서 깨진 링크 스캔: diff --git a/pages/common/lychee.md b/pages/common/lychee.md index 1b6b2da926..529a0cb6cd 100644 --- a/pages/common/lychee.md +++ b/pages/common/lychee.md @@ -1,7 +1,7 @@ # lychee > Find broken URLs. -> More information: . +> More information: . - Scan a website for broken links: From 9b98d4988d51bf17fdb7d304c22ca2e449b3aa86 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 1 Aug 2025 01:00:44 +0300 Subject: [PATCH 090/133] grub-editenv: remove functionality that doesn't exist (#17422) --- pages/linux/grub-editenv.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pages/linux/grub-editenv.md b/pages/linux/grub-editenv.md index 1b3fa45c43..badb7b9d02 100644 --- a/pages/linux/grub-editenv.md +++ b/pages/linux/grub-editenv.md @@ -7,14 +7,10 @@ `grub-editenv /boot/grub/grubenv set default={{Ubuntu}}` -- Display the current value of the `timeout` variable: +- Display all GRUB environment variables: -`grub-editenv /boot/grub/grubenv list timeout` +`grub-editenv /boot/grub/grubenv list` - Reset the `saved_entry` variable to the default: `grub-editenv /boot/grub/grubenv unset saved_entry` - -- Append "quiet splash" to the kernel command-line: - -`grub-editenv /boot/grub/grubenv list kernel_cmdline` From 3590a17356757c39ffc11336819cb1a787fa8b98 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 1 Aug 2025 10:14:02 +0300 Subject: [PATCH 091/133] nordvpn: add aliases (#17451) --- pages/linux/nordvpn.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/linux/nordvpn.md b/pages/linux/nordvpn.md index e16ad64ad9..ece450a09a 100644 --- a/pages/linux/nordvpn.md +++ b/pages/linux/nordvpn.md @@ -13,7 +13,7 @@ - Connect to the nearest NordVPN server: -`nordvpn connect` +`nordvpn {{[c|connect]}}` - List all available countries: @@ -21,12 +21,12 @@ - Connect to a NordVPN server in a specific country: -`nordvpn connect {{Germany}}` +`nordvpn {{[c|connect]}} {{Germany}}` - Connect to a NordVPN server in a specific country and city: -`nordvpn connect {{Germany}} {{Berlin}}` +`nordvpn {{[c|connect]}} {{Germany}} {{Berlin}}` - Set autoconnect option: -`nordvpn set autoconnect on` +`nordvpn {{[s|set]}} autoconnect on` From 657c759e31a5f5a7cc48bdf90736e42e166ff7cd Mon Sep 17 00:00:00 2001 From: elfiyka <216897601+elfiyka@users.noreply.github.com> Date: Fri, 1 Aug 2025 10:41:46 +0300 Subject: [PATCH 092/133] echo: update Russian translation (#17411) * Update echo.md * Update echo.md * Update echo.md --- pages.ru/common/echo.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/pages.ru/common/echo.md b/pages.ru/common/echo.md index 9c3b8040a9..3fd21d7b44 100644 --- a/pages.ru/common/echo.md +++ b/pages.ru/common/echo.md @@ -1,24 +1,29 @@ # echo -> Отобразить заданные аргументы. +> Выводит указанные аргументы. +> Смотрите также: `printf`. > Больше информации: . -- Отобразить текстовое сообщение. Примечание: кавычки необязательны: +- Вывести текстовое сообщение. Примечание: кавычки необязательны: `echo "{{Привет, мир}}"` -- Отобразить сообщение с переменной окружения: +- Вывести сообщение с переменными окружения: -`echo "{{Мой путь - $PATH}}"` +`echo "{{Мой путь: $PATH}}"` -- Отобразить сообщение, не перенося каретку на новую строку: +- Вывести сообщение без завершающего символа новой строки: `echo -n "{{Привет, мир}}"` - Добавить сообщение в файл: -`echo "{{Привет, мир}}" >> {{путь/к/файлу.txt}}` +`echo "{{Привет, мир}}" >> {{файл.txt}}` -- Экранировать с помощью символа обратной косой черты (специальный символ): +- Включить интерпретацию escape-последовательностей (специальных символов): -`echo -e "{{Column 1\tColumn 2}}"` +`echo -e "{{Столбец 1\tСтолбец 2}}"` + +- Вывести статус выхода последней выполненной команды (Примечание: в командной строке Windows и PowerShell эквивалентные команды — `echo %errorlevel%` и `$lastexitcode` соответственно): + +`echo $?` From 5ed878cad25a48e9cd19630a8acc507a724c4a32 Mon Sep 17 00:00:00 2001 From: elfiyka <216897601+elfiyka@users.noreply.github.com> Date: Fri, 1 Aug 2025 10:43:27 +0300 Subject: [PATCH 093/133] cat: update Russian translation (#17410) * cat: update Russian translation * Removed blank characters at the end of the third line --- pages.ru/common/cat.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/pages.ru/common/cat.md b/pages.ru/common/cat.md index 22e7ed8d28..33da771e74 100644 --- a/pages.ru/common/cat.md +++ b/pages.ru/common/cat.md @@ -3,14 +3,22 @@ > Выводит и объединяет файлы. > Больше информации: . -- Выводит содержимое файла: +- Выводит содержимое файла в стандартный вывод: -`cat {{файл}}` +`cat {{путь/к/файлу}}` -- Объединяет несколька файлов в один: +- Объединяет несколько файлов в один итоговый файл: -`cat {{файл1 файл2 ...}} > {{итоговый_файл}}` +`cat {{путь/к/файлу1 путь/к/файлу2 ...}} > {{путь/к/итоговому_файлу}}` -- Добавляет несколько файлов в конец файла: +- Добавляет несколько файлов в конец итогового файла: -`cat {{файл1 файл2 ...}} >> {{итоговый_файл}}` +`cat {{путь/к/файлу1 путь/к/файлу2 ...}} >> {{путь/к/итоговому_файлу}}` + +- Копирует содержимое файла в итоговый файл без буферизации: + +`cat -u {{/dev/tty12}} > {{/dev/tty13}}` + +- Записывает данные из стандартного ввода в файл: + +`cat - > {{путь/к/файлу}}` From e696538d663839158375da30c89ad60abe59e737 Mon Sep 17 00:00:00 2001 From: Kristopher Date: Fri, 1 Aug 2025 06:58:44 -0700 Subject: [PATCH 094/133] updatectl: add page (#17431) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/linux/updatectl.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages/linux/updatectl.md diff --git a/pages/linux/updatectl.md b/pages/linux/updatectl.md new file mode 100644 index 0000000000..8e94ae864f --- /dev/null +++ b/pages/linux/updatectl.md @@ -0,0 +1,36 @@ +# updatectl + +> System update utility. +> More information: . + +- Apply an update: + +`updatectl update {{target}}` + +- Apply update and then reboot system: + +`updatectl --reboot update {{target}}` + +- Show data about the target and its versions: + +`updatectl list {{target}}` + +- Return local data about a target without fetching from the network: + +`updatectl --offline list {{target}}` + +- Suppress data headers for returned information: + +`updatectl --no-legend list {{target}}` + +- Check to see if a target has any available updates: + +`updatectl check {{target}}` + +- Clean up old versions of a specified target: + +`updatectl vacuum {{target}}` + +- Display help: + +`updatectl {{[-h|--help]}}` From 968dd2070f25054e24146ccc57475313292febe8 Mon Sep 17 00:00:00 2001 From: Kristopher Date: Fri, 1 Aug 2025 08:34:49 -0700 Subject: [PATCH 095/133] mysql: fix broken links (#17449) * Update mysql.md * Update mysql.md * Update mysql.md * Update mysql.md * Update mysql.md * Update mysql.md * Update mysql.md * Update mysql.md --- pages.es/common/mysql.md | 2 +- pages.ja/common/mysql.md | 2 +- pages.ko/common/mysql.md | 2 +- pages.pl/common/mysql.md | 2 +- pages.pt_BR/common/mysql.md | 2 +- pages.zh/common/mysql.md | 2 +- pages.zh_TW/common/mysql.md | 2 +- pages/common/mysql.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pages.es/common/mysql.md b/pages.es/common/mysql.md index f324b58955..cdcac5ceba 100644 --- a/pages.es/common/mysql.md +++ b/pages.es/common/mysql.md @@ -1,7 +1,7 @@ # mysql > Herramienta de línea de comandos para gestionar bases de datos MySQL. -> Más información: . +> Más información: . - Conecta a una base de datos: diff --git a/pages.ja/common/mysql.md b/pages.ja/common/mysql.md index f1ce59c253..2a24ff4bc2 100644 --- a/pages.ja/common/mysql.md +++ b/pages.ja/common/mysql.md @@ -1,7 +1,7 @@ # mysql > MySQL のコマンドラインツールです。 -> もっと詳しく: 。 +> もっと詳しく: . - データベースへの接続: diff --git a/pages.ko/common/mysql.md b/pages.ko/common/mysql.md index 5f9c87d85a..fb68c2a4d8 100644 --- a/pages.ko/common/mysql.md +++ b/pages.ko/common/mysql.md @@ -1,7 +1,7 @@ # mysql > MySQL 명령줄 도구. -> 더 많은 정보: . +> 더 많은 정보: . - 데이터베이스에 연결: diff --git a/pages.pl/common/mysql.md b/pages.pl/common/mysql.md index 91ce357ee2..e0dcd4e3c9 100644 --- a/pages.pl/common/mysql.md +++ b/pages.pl/common/mysql.md @@ -1,7 +1,7 @@ # mysql > Narzędzie wiersza polecenia MySQL. -> Więcej informacji: . +> Więcej informacji: . - Połącz się z bazą danych: diff --git a/pages.pt_BR/common/mysql.md b/pages.pt_BR/common/mysql.md index 425f0bf7f0..205dfe904f 100644 --- a/pages.pt_BR/common/mysql.md +++ b/pages.pt_BR/common/mysql.md @@ -1,7 +1,7 @@ # mysql > A ferramenta de linha de comando do MySQL. -> Mais informações: . +> Mais informações: . - Conecta a um banco de dados: diff --git a/pages.zh/common/mysql.md b/pages.zh/common/mysql.md index 5ee07018ec..61678d5e98 100644 --- a/pages.zh/common/mysql.md +++ b/pages.zh/common/mysql.md @@ -1,7 +1,7 @@ # mysql > MySQL 命令行工具。 -> 更多信息:. +> 更多信息:. - 连接数据库: diff --git a/pages.zh_TW/common/mysql.md b/pages.zh_TW/common/mysql.md index 96a6e155f9..211f808383 100644 --- a/pages.zh_TW/common/mysql.md +++ b/pages.zh_TW/common/mysql.md @@ -1,7 +1,7 @@ # mysql > MySQL 命令列工具。 -> 更多資訊:. +> 更多資訊:. - 與資料庫連線: diff --git a/pages/common/mysql.md b/pages/common/mysql.md index 1e1f9c874a..4eb3c46593 100644 --- a/pages/common/mysql.md +++ b/pages/common/mysql.md @@ -1,7 +1,7 @@ # mysql > The MySQL tool. -> More information: . +> More information: . - Connect to a database: From 11a51aad043c4af284c7d2f9c6023241107e2903 Mon Sep 17 00:00:00 2001 From: Kristopher Date: Fri, 1 Aug 2025 10:29:51 -0700 Subject: [PATCH 096/133] pdftocairo: fix broken links (#17459) --- pages.ko/common/pdftocairo.md | 2 +- pages/common/pdftocairo.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages.ko/common/pdftocairo.md b/pages.ko/common/pdftocairo.md index 7d436513d5..8906573d2f 100644 --- a/pages.ko/common/pdftocairo.md +++ b/pages.ko/common/pdftocairo.md @@ -1,7 +1,7 @@ # pdftocairo > PDF 파일을 PNG/JPEG/TIFF/PDF/PS/EPS/SVG 형식으로 변환하는 도구입니다 (cairo 사용). -> 더 많은 정보: . +> 더 많은 정보: . - PDF 파일을 JPEG로 변환: diff --git a/pages/common/pdftocairo.md b/pages/common/pdftocairo.md index 8ccf93630c..837e53251a 100644 --- a/pages/common/pdftocairo.md +++ b/pages/common/pdftocairo.md @@ -1,7 +1,7 @@ # pdftocairo > Convert PDF files to PNG/JPEG/TIFF/PDF/PS/EPS/SVG using cairo. -> More information: . +> More information: . - Convert a PDF file to JPEG: From 595529fba459026ee37c0618fdb61f5185d99817 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 1 Aug 2025 22:38:50 +0300 Subject: [PATCH 097/133] grub-mkconfig: add short option to help (#17419) --- pages/linux/grub-mkconfig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/grub-mkconfig.md b/pages/linux/grub-mkconfig.md index e93aeca813..a62d66594c 100644 --- a/pages/linux/grub-mkconfig.md +++ b/pages/linux/grub-mkconfig.md @@ -13,4 +13,4 @@ - Display help: -`grub-mkconfig --help` +`grub-mkconfig {{[-h|--help]}}` From 0b210d551b2eb18e02791000899295f256b6c963 Mon Sep 17 00:00:00 2001 From: Dylan <145150333+dmmqz@users.noreply.github.com> Date: Fri, 1 Aug 2025 20:25:48 +0000 Subject: [PATCH 098/133] fdisk: update page (#17455) --- pages/linux/fdisk.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/linux/fdisk.md b/pages/linux/fdisk.md index 1ea8a59ab3..eea6d3130c 100644 --- a/pages/linux/fdisk.md +++ b/pages/linux/fdisk.md @@ -12,26 +12,26 @@ `sudo fdisk {{/dev/sdX}}` -- Once partitioning a disk, create a partition: +- Create a [n]ew partition: `` -- Once partitioning a disk, select a partition to delete: +- Select a partition to [d]elete: `` -- Once partitioning a disk, view the partition table: +- View the [p]artition table: `

` -- Once partitioning a disk, write the changes made: +- [w]rite the changes made: `` -- Once partitioning a disk, discard the changes made: +- Discard the changes made and [q]uit: `` -- Once partitioning a disk, open a help menu: +- Open a help [m]enu: `` From 6a92a48c45fda87a7d6fcb81075b5467a983bb89 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 2 Aug 2025 14:58:23 +0300 Subject: [PATCH 099/133] loadkeys: add defkeymap (#17434) --- pages/linux/loadkeys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/loadkeys.md b/pages/linux/loadkeys.md index dffb5f3563..f10103521b 100644 --- a/pages/linux/loadkeys.md +++ b/pages/linux/loadkeys.md @@ -6,7 +6,7 @@ - Load a specific keyboard layout for the current console: -`sudo loadkeys {{en|de|fi|dvorak|...}}` +`sudo loadkeys {{en|de|fi|dvorak|defkeymap|...}}` - Load a default keymap: From b666346d24cdf78017b3735049ddee6c261725a9 Mon Sep 17 00:00:00 2001 From: Fazle Arefin Date: Sun, 3 Aug 2025 02:34:41 +1000 Subject: [PATCH 100/133] vagrant: update page (#17457) --- pages/common/vagrant.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pages/common/vagrant.md b/pages/common/vagrant.md index ca1444af79..e1feda28c3 100644 --- a/pages/common/vagrant.md +++ b/pages/common/vagrant.md @@ -1,17 +1,18 @@ # vagrant > Manage lightweight, reproducible, and portable development environments. -> More information: . +> Some subcommands such as `box`, `snapshot`, `halt`, etc. have their own usage documentation. +> More information: . -- Create Vagrantfile in current directory with the base Vagrant box: +- Create a `Vagrantfile` in the current directory with the base Vagrant box: `vagrant init` -- Create Vagrantfile with the Ubuntu 20.04 (Focal Fossa) box from HashiCorp Atlas: +- Create a `Vagrantfile` with a box from the Vagrant Public Registry: -`vagrant init ubuntu/focal64` +`vagrant init {{ubuntu/focal64}}` -- Start and provision the vagrant environment: +- Start and provision the Vagrant environment: `vagrant up` @@ -23,7 +24,7 @@ `vagrant halt` -- Connect to machine via SSH: +- Connect to the machine via SSH: `vagrant ssh` From c4c5a7c9592244de569d1751007099d0bf19462d Mon Sep 17 00:00:00 2001 From: Fazle Arefin Date: Sun, 3 Aug 2025 03:05:45 +1000 Subject: [PATCH 101/133] vagrant-snapshot: add page (#17458) * vagrant-snapshot: add page --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Magrid --- pages/common/vagrant-snapshot.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pages/common/vagrant-snapshot.md diff --git a/pages/common/vagrant-snapshot.md b/pages/common/vagrant-snapshot.md new file mode 100644 index 0000000000..dd83796ae5 --- /dev/null +++ b/pages/common/vagrant-snapshot.md @@ -0,0 +1,25 @@ +# vagrant snapshot + +> Manage snapshots of Vagrant machines. +> See also: `vagrant`. +> More information: . + +- Take a snapshot of the machine (running or stopped): + +`vagrant snapshot save {{snapshot_name}}` + +- Restore a snapshot and start the machine: + +`vagrant snapshot restore {{snapshot_name}}` + +- Restore a snapshot without starting the machine: + +`vagrant snapshot restore --no-start {{snapshot_name}}` + +- Delete a snapshot: + +`vagrant snapshot delete {{snapshot_name}}` + +- List available snapshots of the machine: + +`vagrant snapshot list` From 9905701896f7028d2cd7ac607ae03e74abdb9403 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 2 Aug 2025 20:55:21 +0300 Subject: [PATCH 102/133] npm*: simplify more info links, add aliases and fix titles (#17460) --- pages/common/npm-bugs.md | 4 ++-- pages/common/npm-cache.md | 6 +++--- pages/common/npm-check.md | 2 +- pages/common/npm-ci.md | 2 +- pages/common/npm-config.md | 18 +++++++++--------- pages/common/npm-dedupe.md | 14 +++++++------- pages/common/npm-deprecate.md | 2 +- pages/common/npm-doctor.md | 2 +- pages/common/npm-find-dupes.md | 2 +- pages/common/npm-fund.md | 2 +- pages/common/npm-init.md | 2 +- pages/common/npm-install.md | 10 +++++----- pages/common/npm-login.md | 2 +- pages/common/npm-logout.md | 2 +- pages/common/npm-ls.md | 2 +- pages/common/npm-name.md | 2 +- pages/common/npm-org.md | 2 +- pages/common/npm-outdated.md | 2 +- pages/common/npm-owner.md | 2 +- pages/common/npm-query.md | 2 +- pages/common/npm-root.md | 2 +- pages/common/npm-run.md | 4 ++-- pages/common/npm-search.md | 14 +++++++------- pages/common/npm-star.md | 2 +- pages/common/npm-team.md | 2 +- pages/common/npm-token.md | 2 +- pages/common/npm-uninstall.md | 8 ++++---- pages/common/npm-unpublish.md | 2 +- pages/common/npm-unstar.md | 2 +- pages/common/npm-update.md | 10 +++++----- pages/common/npm-version.md | 2 +- pages/common/npm-view.md | 16 ++++++++-------- pages/common/npm-why.md | 2 +- pages/common/npm.md | 16 ++++++++-------- 34 files changed, 83 insertions(+), 83 deletions(-) diff --git a/pages/common/npm-bugs.md b/pages/common/npm-bugs.md index b550630a51..4b6686f6e0 100644 --- a/pages/common/npm-bugs.md +++ b/pages/common/npm-bugs.md @@ -14,8 +14,8 @@ - Configure the browser used to open URLs by setting your preferred browser for `npm` commands: -`npm config set browser {{browser_name}}` +`npm {{[c|config]}} set browser {{browser_name}}` - Control URL opening: set `browser` to `true` for the system URL opener, or `false` to print URLs in the terminal: -`npm config set browser {{true|false}}` +`npm {{[c|config]}} set browser {{true|false}}` diff --git a/pages/common/npm-cache.md b/pages/common/npm-cache.md index 1837f64bcb..cc9c595867 100644 --- a/pages/common/npm-cache.md +++ b/pages/common/npm-cache.md @@ -1,7 +1,7 @@ # npm cache > Manage the npm package cache. -> More information: . +> More information: . - Add a specific package to the cache: @@ -29,8 +29,8 @@ - Show the cache path: -`npm config get cache` +`npm {{[c|config]}} get cache` - Change the cache path: -`npm config set cache {{path/to/directory}}` +`npm {{[c|config]}} set cache {{path/to/directory}}` diff --git a/pages/common/npm-check.md b/pages/common/npm-check.md index d30b484316..3bd3b0d659 100644 --- a/pages/common/npm-check.md +++ b/pages/common/npm-check.md @@ -1,4 +1,4 @@ -# npm check +# npm-check > Check for outdated, incorrect, and unused npm package dependencies. > More information: . diff --git a/pages/common/npm-ci.md b/pages/common/npm-ci.md index caf32ddc14..4d29dc2ab1 100644 --- a/pages/common/npm-ci.md +++ b/pages/common/npm-ci.md @@ -2,7 +2,7 @@ > Clean install of `npm` project dependencies for automated environments. > Installs packages based on `package-lock.json` or `npm-shrinkwrap.json`. -> More information: . +> More information: . - Install project dependencies from `package-lock.json` or `npm-shrinkwrap.json`: diff --git a/pages/common/npm-config.md b/pages/common/npm-config.md index 85f8ef85f8..7e35b0b6fb 100644 --- a/pages/common/npm-config.md +++ b/pages/common/npm-config.md @@ -1,32 +1,32 @@ -# npm-config +# npm config > Manage the `npm` configuration settings. -> More information: . +> More information: . - Show all configuration settings: -`npm config list` +`npm {{[c|config]}} list` - List all configuration settings as `JSON`: -`npm config list --json` +`npm {{[c|config]}} list --json` - Get the value of a specific configuration key: -`npm config get {{key}}` +`npm {{[c|config]}} get {{key}}` - Set a configuration key to a specific value: -`npm config set {{key}} {{value}}` +`npm {{[c|config]}} set {{key}} {{value}}` - Delete a configuration key: -`npm config delete {{key}}` +`npm {{[c|config]}} delete {{key}}` - Edit the global npm configuration file in the default editor: -`npm config edit` +`npm {{[c|config]}} edit` - Attempt to repair invalid configuration items: -`npm config fix` +`npm {{[c|config]}} fix` diff --git a/pages/common/npm-dedupe.md b/pages/common/npm-dedupe.md index 365f3c488f..170c9c5fe1 100644 --- a/pages/common/npm-dedupe.md +++ b/pages/common/npm-dedupe.md @@ -1,28 +1,28 @@ # npm dedupe > Reduce duplication in the `node_modules` directory. -> More information: . +> More information: . - Deduplicate packages in `node_modules`: -`npm dedupe` +`npm {{[ddp|dedupe]}}` - Follow `package-lock.json` or `npm-shrinkwrap.json` during deduplication: -`npm dedupe --lock` +`npm {{[ddp|dedupe]}} --lock` - Run deduplication in strict mode: -`npm dedupe --strict` +`npm {{[ddp|dedupe]}} --strict` - Skip optional/peer dependencies during deduplication: -`npm dedupe --omit {{optional|peer}}` +`npm {{[ddp|dedupe]}} --omit {{optional|peer}}` - Enable detailed logging for troubleshooting: -`npm dedupe --loglevel verbose` +`npm {{[ddp|dedupe]}} --loglevel verbose` - Limit deduplication to a specific package: -`npm dedupe {{package_name}}` +`npm {{[ddp|dedupe]}} {{package_name}}` diff --git a/pages/common/npm-deprecate.md b/pages/common/npm-deprecate.md index 5435d1ba9c..e9e2b112e7 100644 --- a/pages/common/npm-deprecate.md +++ b/pages/common/npm-deprecate.md @@ -1,7 +1,7 @@ # npm deprecate > Mark a version or range of versions of an `npm` package as deprecated. -> More information: . +> More information: . - Deprecate a specific version of a package: diff --git a/pages/common/npm-doctor.md b/pages/common/npm-doctor.md index 81adebe362..58317c6243 100644 --- a/pages/common/npm-doctor.md +++ b/pages/common/npm-doctor.md @@ -1,7 +1,7 @@ # npm doctor > Check the health of the npm environment. -> More information: . +> More information: . - Run all default health checks for `npm`: diff --git a/pages/common/npm-find-dupes.md b/pages/common/npm-find-dupes.md index b08740e9a4..3c2efa6301 100644 --- a/pages/common/npm-find-dupes.md +++ b/pages/common/npm-find-dupes.md @@ -1,7 +1,7 @@ # npm find-dupes > Identify duplicate dependencies in `node_modules`. -> More information: . +> More information: . - List all duplicate packages within `node_modules`: diff --git a/pages/common/npm-fund.md b/pages/common/npm-fund.md index e3cd45f7ac..d5dd8e21f0 100644 --- a/pages/common/npm-fund.md +++ b/pages/common/npm-fund.md @@ -1,7 +1,7 @@ # npm fund > Retrieve funding information from packages. -> More information: . +> More information: . - List dependencies with funding URL for the project in the current directory: diff --git a/pages/common/npm-init.md b/pages/common/npm-init.md index a791570d03..73eeb21635 100644 --- a/pages/common/npm-init.md +++ b/pages/common/npm-init.md @@ -1,7 +1,7 @@ # npm init > Create a `package.json` file. -> More information: . +> More information: . - Initialize a new package with prompts: diff --git a/pages/common/npm-install.md b/pages/common/npm-install.md index b406e06fd8..8a6b6e3c0e 100644 --- a/pages/common/npm-install.md +++ b/pages/common/npm-install.md @@ -1,20 +1,20 @@ # npm install > Install Node packages. -> More information: . +> More information: . - Install dependencies listed in `package.json`: -`npm install` +`npm {{[i|install]}}` - Download a specific version of a package and add it to the list of dependencies in `package.json`: -`npm install {{package_name}}@{{version}}` +`npm {{[i|install]}} {{package_name}}@{{version}}` - Download the latest version of a package and add it to the list of dev dependencies in `package.json`: -`npm install {{package_name}} {{[-D|--save-dev]}}` +`npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}` - Download the latest version of a package and install it globally: -`npm install {{[-g|--global]}} {{package_name}}` +`npm {{[i|install]}} {{[-g|--global]}} {{package_name}}` diff --git a/pages/common/npm-login.md b/pages/common/npm-login.md index 7461967add..b726777d1f 100644 --- a/pages/common/npm-login.md +++ b/pages/common/npm-login.md @@ -2,7 +2,7 @@ > Log in to a registry user account. > See also: `npm logout` for logging out. -> More information: . +> More information: . - Log in to a registry user account and save the credentials to the `.npmrc` file: diff --git a/pages/common/npm-logout.md b/pages/common/npm-logout.md index 10700af6b6..6ea2507dcd 100644 --- a/pages/common/npm-logout.md +++ b/pages/common/npm-logout.md @@ -2,7 +2,7 @@ > Log out of the registry user account. > See also: `npm login` for logging in. -> More information: . +> More information: . - Log out of the registry user account: diff --git a/pages/common/npm-ls.md b/pages/common/npm-ls.md index 735d95f8f8..b735218c17 100644 --- a/pages/common/npm-ls.md +++ b/pages/common/npm-ls.md @@ -1,7 +1,7 @@ # npm ls > Print installed packages to `stdout`. -> More information: . +> More information: . - Print all versions of direct dependencies to `stdout`: diff --git a/pages/common/npm-name.md b/pages/common/npm-name.md index 964f929957..7b2e7b3873 100644 --- a/pages/common/npm-name.md +++ b/pages/common/npm-name.md @@ -1,4 +1,4 @@ -# npm name +# npm-name > Check whether a package or organization name is available on npm. > More information: . diff --git a/pages/common/npm-org.md b/pages/common/npm-org.md index c09fa322f5..735a197f1b 100644 --- a/pages/common/npm-org.md +++ b/pages/common/npm-org.md @@ -1,7 +1,7 @@ # npm org > Manage organizations. -> More information: . +> More information: . - Add a new user to an organization: diff --git a/pages/common/npm-outdated.md b/pages/common/npm-outdated.md index 391ca1b567..2edd30ef8b 100644 --- a/pages/common/npm-outdated.md +++ b/pages/common/npm-outdated.md @@ -1,7 +1,7 @@ # npm outdated > Check for outdated npm package dependencies. -> More information: . +> More information: . - Find packages that are outdated in a project: diff --git a/pages/common/npm-owner.md b/pages/common/npm-owner.md index 55138af952..40c3478f43 100644 --- a/pages/common/npm-owner.md +++ b/pages/common/npm-owner.md @@ -1,7 +1,7 @@ # npm owner > Manage ownership of published packages. -> More information: . +> More information: . - Add a new user as a maintainer of a package: diff --git a/pages/common/npm-query.md b/pages/common/npm-query.md index 4c795f8236..cf3e85e2c6 100644 --- a/pages/common/npm-query.md +++ b/pages/common/npm-query.md @@ -1,7 +1,7 @@ # npm query > Print an array of dependency objects using CSS-like selectors. -> More information: . +> More information: . - Print direct dependencies: diff --git a/pages/common/npm-root.md b/pages/common/npm-root.md index 4f2d9278e4..f6d5a4f936 100644 --- a/pages/common/npm-root.md +++ b/pages/common/npm-root.md @@ -1,7 +1,7 @@ # npm root > Display path to `node_modules` directory. -> More information: . +> More information: . - Display path to the local `node_modules` directory: diff --git a/pages/common/npm-run.md b/pages/common/npm-run.md index 7abc9657ac..37f89d5529 100644 --- a/pages/common/npm-run.md +++ b/pages/common/npm-run.md @@ -1,7 +1,7 @@ # npm run > Run a script. -> More information: . +> More information: . - Run a script: @@ -25,4 +25,4 @@ - Run a script named `test`: -`npm test` +`npm {{[t|test]}}` diff --git a/pages/common/npm-search.md b/pages/common/npm-search.md index 2172fac5eb..cf52e4388f 100644 --- a/pages/common/npm-search.md +++ b/pages/common/npm-search.md @@ -1,28 +1,28 @@ # npm search > Search for packages in the `npm` registry. -> More information: . +> More information: . - Search for a package by name: -`npm search {{package}}` +`npm {{[s|search]}} {{package}}` - Search for packages by a specific keyword: -`npm search {{keyword}}` +`npm {{[s|search]}} {{keyword}}` - Search for packages, including detailed information (e.g., description, author, version): -`npm search {{package}} --long` +`npm {{[s|search]}} {{package}} --long` - Search for packages maintained by a specific author: -`npm search --author {{author}}` +`npm {{[s|search]}} --author {{author}}` - Search for packages with a specific organization: -`npm search --scope {{organization}}` +`npm {{[s|search]}} --scope {{organization}}` - Search for packages with a specific combination of terms: -`npm search {{term1 term2 ...}}` +`npm {{[s|search]}} {{term1 term2 ...}}` diff --git a/pages/common/npm-star.md b/pages/common/npm-star.md index 97b48da8de..6641da3415 100644 --- a/pages/common/npm-star.md +++ b/pages/common/npm-star.md @@ -1,7 +1,7 @@ # npm star > Mark a package as favorite. -> More information: . +> More information: . - Star a public package from the default registry: diff --git a/pages/common/npm-team.md b/pages/common/npm-team.md index 25441f3db2..a951ee8954 100644 --- a/pages/common/npm-team.md +++ b/pages/common/npm-team.md @@ -1,7 +1,7 @@ # npm team > Manage teams in an organization on the `npm` registry. -> More information: . +> More information: . - Add a user to a team in an organization: diff --git a/pages/common/npm-token.md b/pages/common/npm-token.md index 7807368555..e9871bafd0 100644 --- a/pages/common/npm-token.md +++ b/pages/common/npm-token.md @@ -1,7 +1,7 @@ # npm token > Manage and generate authentication tokens for the npm registry. -> More information: . +> More information: . - Create a new authentication token: diff --git a/pages/common/npm-uninstall.md b/pages/common/npm-uninstall.md index 3cd36c2083..afdf48800e 100644 --- a/pages/common/npm-uninstall.md +++ b/pages/common/npm-uninstall.md @@ -1,16 +1,16 @@ # npm uninstall > Remove a package. -> More information: . +> More information: . - Remove a package from the current project: -`npm uninstall {{package_name}}` +`npm {{[r|uninstall]}} {{package_name}}` - Remove a package globally: -`npm uninstall {{[-g|--global]}} {{package_name}}` +`npm {{[r|uninstall]}} {{[-g|--global]}} {{package_name}}` - Remove multiple packages at once: -`npm uninstall {{package_name1 package_name2 ...}}` +`npm {{[r|uninstall]}} {{package_name1 package_name2 ...}}` diff --git a/pages/common/npm-unpublish.md b/pages/common/npm-unpublish.md index b83152e2f8..8548699c38 100644 --- a/pages/common/npm-unpublish.md +++ b/pages/common/npm-unpublish.md @@ -1,7 +1,7 @@ # npm unpublish > Remove a package from the npm registry. -> More information: . +> More information: . - Unpublish a specific package version: diff --git a/pages/common/npm-unstar.md b/pages/common/npm-unstar.md index 7f81c2fcab..dc75fc0371 100644 --- a/pages/common/npm-unstar.md +++ b/pages/common/npm-unstar.md @@ -1,7 +1,7 @@ # npm unstar > Remove the favorite/star mark from a package. -> More information: . +> More information: . - Unstar a public package from the default registry: diff --git a/pages/common/npm-update.md b/pages/common/npm-update.md index 71601a0085..fed3cbf0fb 100644 --- a/pages/common/npm-update.md +++ b/pages/common/npm-update.md @@ -1,20 +1,20 @@ # npm update > Update packages in the current project. -> More information: . +> More information: . - Update all packages in the current project: -`npm update` +`npm {{[up|update]}}` - Update a specific package in the current project: -`npm update {{package}}` +`npm {{[up|update]}} {{package}}` - Update a package globally: -`npm update {{[-g|--global]}} {{package}}` +`npm {{[up|update]}} {{[-g|--global]}} {{package}}` - Update multiple packages at once: -`npm update {{package1 package2 ...}}` +`npm {{[up|update]}} {{package1 package2 ...}}` diff --git a/pages/common/npm-version.md b/pages/common/npm-version.md index e12b67e215..39d012efae 100644 --- a/pages/common/npm-version.md +++ b/pages/common/npm-version.md @@ -1,7 +1,7 @@ # npm version > Bump a node package version. -> More information: . +> More information: . - Check current version: diff --git a/pages/common/npm-view.md b/pages/common/npm-view.md index fb9218ad19..595205915f 100644 --- a/pages/common/npm-view.md +++ b/pages/common/npm-view.md @@ -1,32 +1,32 @@ # npm view > View registry information about a package. -> More information: . +> More information: . - View information about the latest version of a package: -`npm view {{package}}` +`npm {{[v|view]}} {{package}}` - View information about a specific version of a package: -`npm view {{package}}@{{version}}` +`npm {{[v|view]}} {{package}}@{{version}}` - View all available versions of a package: -`npm view {{package}} versions` +`npm {{[v|view]}} {{package}} versions` - View the description of a package: -`npm view {{package}} description` +`npm {{[v|view]}} {{package}} description` - View the dependencies of the latest version of a package: -`npm view {{package}} dependencies` +`npm {{[v|view]}} {{package}} dependencies` - View the repository URL of a package: -`npm view {{package}} repository` +`npm {{[v|view]}} {{package}} repository` - View the maintainers of a package: -`npm view {{package}} maintainers` +`npm {{[v|view]}} {{package}} maintainers` diff --git a/pages/common/npm-why.md b/pages/common/npm-why.md index 2b68f59119..19d8b221b0 100644 --- a/pages/common/npm-why.md +++ b/pages/common/npm-why.md @@ -1,4 +1,4 @@ -# npm why +# npm-why > Identifies why an npm package is installed. > More information: . diff --git a/pages/common/npm.md b/pages/common/npm.md index c44b46de12..a449ed7734 100644 --- a/pages/common/npm.md +++ b/pages/common/npm.md @@ -2,7 +2,7 @@ > JavaScript and Node.js package manager. > Manage Node.js projects and their module dependencies. -> More information: . +> More information: . - Create a `package.json` file with default values (omit `--yes` to do it interactively): @@ -10,28 +10,28 @@ - Download all the packages listed as dependencies in `package.json`: -`npm install` +`npm {{[i|install]}}` - Download a specific version of a package and add it to the list of dependencies in `package.json`: -`npm install {{package_name}}@{{version}}` +`npm {{[i|install]}} {{package_name}}@{{version}}` - Download the latest version of a package and add it to the list of dev dependencies in `package.json`: -`npm install {{package_name}} {{[-D|--save-dev]}}` +`npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}` - Download the latest version of a package and install it globally: -`npm install {{[-g|--global]}} {{package_name}}` +`npm {{[i|install]}} {{[-g|--global]}} {{package_name}}` - Uninstall a package and remove it from the list of dependencies in `package.json`: -`npm uninstall {{package_name}}` +`npm {{[r|uninstall]}} {{package_name}}` - List all locally installed dependencies: -`npm list` +`npm {{[ls|list]}}` - List all top-level globally installed packages: -`npm list {{[-g|--global]}} --depth {{0}}` +`npm {{[ls|list]}} {{[-g|--global]}} --depth {{0}}` From 87962da61e3a7772f5e971bb0e0b98eddde427d1 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 2 Aug 2025 22:17:14 +0300 Subject: [PATCH 103/133] gpu-screen-recorder: add page (#17436) --- pages/linux/gpu-screen-recorder.md | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/linux/gpu-screen-recorder.md diff --git a/pages/linux/gpu-screen-recorder.md b/pages/linux/gpu-screen-recorder.md new file mode 100644 index 0000000000..4182c85bb0 --- /dev/null +++ b/pages/linux/gpu-screen-recorder.md @@ -0,0 +1,32 @@ +# gpu-screen-recorder + +> Record the screen and encode the video with a GPU. +> More information: . + +- Select a source using a desktop portal and record it: + +`gpu-screen-recorder -w portal -o {{path/to/video.mp4}}` + +- Specify a specific video source: + +`gpu-screen-recorder -w {{screen|DP-1|HDMI-A1|...}} -o {{path/to/video.mp4}}` + +- List video capture sources: + +`gpu-screen-recorder --list-capture-options` + +- List audio capture sources: + +`gpu-screen-recorder {{--list-audio-devices|--list-application-audio}}` + +- Record using the replay buffer: + +`gpu-screen-recorder -w {{screen}} -r {{30}} -c {{mp4}} -ro {{path/to/directory}} -o {{whatever}}` + +- Capture a video from the replay buffer: + +`pkill -SIGUSR1 -f gpu-screen-recorder` + +- Run `gpu-screen-recorder` in the background: + +`systemctl start --user gpu-screen-recorder` From 07ac4b85a2b37a8fe901addac545cc66f1a5decf Mon Sep 17 00:00:00 2001 From: Kristopher Date: Sat, 2 Aug 2025 23:11:55 -0700 Subject: [PATCH 104/133] whence: fix broken links (#17483) --- pages.es/osx/whence.md | 2 +- pages.ko/osx/whence.md | 2 +- pages/osx/whence.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages.es/osx/whence.md b/pages.es/osx/whence.md index 2bab65bd5f..8010520e0f 100644 --- a/pages.es/osx/whence.md +++ b/pages.es/osx/whence.md @@ -1,7 +1,7 @@ # whence > Un comando integrado de zsh para indicar cómo se interpretaría un comando dado. -> Más información: . +> Más información: . - Interpreta `comando`, con expansión si se define como un `alias` (similar al `command -v` integrado): diff --git a/pages.ko/osx/whence.md b/pages.ko/osx/whence.md index 359f688545..5fa2498099 100644 --- a/pages.ko/osx/whence.md +++ b/pages.ko/osx/whence.md @@ -1,7 +1,7 @@ # whence > Zsh 내장 명령어로, 명령어가 어떻게 해석될지를 나타냅니다. -> 더 많은 정보: . +> 더 많은 정보: . - `command`를 해석하고, `alias`로 정의된 경우 확장: diff --git a/pages/osx/whence.md b/pages/osx/whence.md index 1c3676b332..129f051881 100644 --- a/pages/osx/whence.md +++ b/pages/osx/whence.md @@ -1,7 +1,7 @@ # whence > A Zsh builtin to indicate how a command would be interpreted. -> More information: . +> More information: . - Interpret `command`, with expansion if defined as an `alias` (similar to the `command -v` builtin): From 3e3ca371e75897813ec0c1008aca488b97136ec0 Mon Sep 17 00:00:00 2001 From: Kristopher Date: Sat, 2 Aug 2025 23:12:34 -0700 Subject: [PATCH 105/133] numlockx: fix broken links (#17482) --- pages.de/linux/numlockx.md | 2 +- pages.ko/linux/numlockx.md | 2 +- pages/linux/numlockx.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages.de/linux/numlockx.md b/pages.de/linux/numlockx.md index bf717475a7..8d89f4c7fd 100644 --- a/pages.de/linux/numlockx.md +++ b/pages.de/linux/numlockx.md @@ -1,7 +1,7 @@ # numlockx > Steuere den Num-Lock-Tasten-Status in X11-Sitzungen. -> Weitere Informationen: . +> Weitere Informationen: . - Zeige den aktuellen Status der Num-Lock-Taste an: diff --git a/pages.ko/linux/numlockx.md b/pages.ko/linux/numlockx.md index 110c6927d0..262607d756 100644 --- a/pages.ko/linux/numlockx.md +++ b/pages.ko/linux/numlockx.md @@ -1,7 +1,7 @@ # numlockx > X11 세션에서 넘버락 키 상태를 제어합니다. -> 더 많은 정보: . +> 더 많은 정보: . - 현재 넘버락 상태 표시: diff --git a/pages/linux/numlockx.md b/pages/linux/numlockx.md index fa1722f8f5..94d0dc120e 100644 --- a/pages/linux/numlockx.md +++ b/pages/linux/numlockx.md @@ -1,7 +1,7 @@ # numlockx > Control the number lock key status in X11 sessions. -> More information: . +> More information: . - Show the current number lock status: From cbbb531d67ddf83c835b277e0916531f0db1cebf Mon Sep 17 00:00:00 2001 From: Kristopher Date: Sat, 2 Aug 2025 23:13:43 -0700 Subject: [PATCH 106/133] p4: fix broken links (#17481) --- pages.ko/common/p4.md | 2 +- pages/common/p4.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages.ko/common/p4.md b/pages.ko/common/p4.md index b8621258e3..abaca5e8cc 100644 --- a/pages.ko/common/p4.md +++ b/pages.ko/common/p4.md @@ -1,7 +1,7 @@ # p4 > Perforce 버전 관리 시스템. -> 더 많은 정보: . +> 더 많은 정보: . - Perforce 서비스에 로그인: diff --git a/pages/common/p4.md b/pages/common/p4.md index 932baa5d63..8cb32ae0a2 100644 --- a/pages/common/p4.md +++ b/pages/common/p4.md @@ -1,7 +1,7 @@ # p4 > Perforce Version Control System. -> More information: . +> More information: . - Log in to the Perforce service: From f1f39f0e6e172b991220c23baf81c40f0a683a6c Mon Sep 17 00:00:00 2001 From: Kristopher Date: Sat, 2 Aug 2025 23:14:57 -0700 Subject: [PATCH 107/133] jbang: fix broken links (#17480) --- pages.es/common/jbang.md | 2 +- pages.ko/common/jbang.md | 2 +- pages.zh/common/jbang.md | 2 +- pages/common/jbang.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages.es/common/jbang.md b/pages.es/common/jbang.md index f55c55a1e3..b08c0f53ef 100644 --- a/pages.es/common/jbang.md +++ b/pages.es/common/jbang.md @@ -2,7 +2,7 @@ > Crea, edita y ejecuta fácilmente programas en Java autocontenidos de sólo código fuente. > Ver también: `java`. -> Más información: . +> Más información: . - Inicializa una clase en Java simple: diff --git a/pages.ko/common/jbang.md b/pages.ko/common/jbang.md index b5ff18fe99..0ed3665b20 100644 --- a/pages.ko/common/jbang.md +++ b/pages.ko/common/jbang.md @@ -2,7 +2,7 @@ > 독립 실행형 소스 전용 Java 프로그램을 쉽게 생성, 편집 및 실행. > 같이 보기: `java`. -> 더 많은 정보: . +> 더 많은 정보: . - 간단한 Java 클래스 초기화: diff --git a/pages.zh/common/jbang.md b/pages.zh/common/jbang.md index 094eb0ccad..a0ddef3b6d 100644 --- a/pages.zh/common/jbang.md +++ b/pages.zh/common/jbang.md @@ -2,7 +2,7 @@ > 简便地创建、编辑和运行仅包含源代码的自包含 Java 程序。 > 此命令也有关于其子命令的文件,例如:`java`. -> 更多信息:. +> 更多信息:. - 初始化一个简单的 Java 类: diff --git a/pages/common/jbang.md b/pages/common/jbang.md index 88834bea1e..fdfedbccdd 100644 --- a/pages/common/jbang.md +++ b/pages/common/jbang.md @@ -2,7 +2,7 @@ > Easily create, edit and run self-contained source-only Java programs. > See also: `java`. -> More information: . +> More information: . - Initialize a simple Java class: From 7aabb28066202aa92a6bdfc7c86e2cabdf696076 Mon Sep 17 00:00:00 2001 From: Kristopher Date: Sat, 2 Aug 2025 23:18:14 -0700 Subject: [PATCH 108/133] f5fpc: fix broken links (#17478) --- pages.ko/linux/f5fpc.md | 2 +- pages/linux/f5fpc.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages.ko/linux/f5fpc.md b/pages.ko/linux/f5fpc.md index df8ac669d9..56a708bca8 100644 --- a/pages.ko/linux/f5fpc.md +++ b/pages.ko/linux/f5fpc.md @@ -1,7 +1,7 @@ # f5fpc > BIG-IP Edge의 독점 상업용 SSL VPN 클라이언트. -> 더 많은 정보: . +> 더 많은 정보: . - 새 VPN 연결 열기: diff --git a/pages/linux/f5fpc.md b/pages/linux/f5fpc.md index 18dd03527f..111a89507d 100644 --- a/pages/linux/f5fpc.md +++ b/pages/linux/f5fpc.md @@ -1,7 +1,7 @@ # f5fpc > A proprietary commercial SSL VPN client by BIG-IP Edge. -> More information: . +> More information: . - Open a new VPN connection: From 11152ad1191619b4ccb6c227ac8a0183e7c3ca28 Mon Sep 17 00:00:00 2001 From: Kristopher Date: Sun, 3 Aug 2025 04:18:26 -0700 Subject: [PATCH 109/133] chainctl: fix broken links (#17476) --- pages/common/chainctl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/chainctl.md b/pages/common/chainctl.md index f2c1764881..e1cbe8a313 100644 --- a/pages/common/chainctl.md +++ b/pages/common/chainctl.md @@ -1,7 +1,7 @@ # chainctl > The official CLI for Chainguard. -> More information: . +> More information: . - Authenticate to the Chainguard Platform: From af85a1f5ae61eca31052949d0545cd05cdd15f0d Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 3 Aug 2025 15:10:59 +0300 Subject: [PATCH 110/133] partclone: add page (#17485) Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com> --- pages/linux/partclone.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/partclone.md diff --git a/pages/linux/partclone.md b/pages/linux/partclone.md new file mode 100644 index 0000000000..dde3263cd1 --- /dev/null +++ b/pages/linux/partclone.md @@ -0,0 +1,16 @@ +# partclone + +> Copy and restore partitions to and from an image while disregarding empty blocks. +> More information: . + +- Copy a partition into an image: + +`sudo partclone.{{ext4|btrfs|fat32|xfs|...}} {{[-c|--clone]}} {{[-s|--source]}} {{/dev/sdXY}} {{[-o|--output]}} {{path/to/backup.img}}` + +- Restore a partition from an image: + +`sudo partclone.{{ext4|btrfs|fat32|xfs|...}} {{[-c|--clone]}} {{[-s|--source]}} {{path/to/backup.img}} {{[-o|--output]}} {{/dev/sdXY}}` + +- Display help: + +`partclone.{{ext4|btrfs|fat32|xfs|...}} {{[-h|--help]}}` From 52b74c9470ab01458de6ae3daa55031154890e0f Mon Sep 17 00:00:00 2001 From: elfiyka <216897601+elfiyka@users.noreply.github.com> Date: Sun, 3 Aug 2025 19:08:01 +0300 Subject: [PATCH 111/133] common-arguments: update Russian placeholders (#17488) --- contributing-guides/translation-templates/common-arguments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing-guides/translation-templates/common-arguments.md b/contributing-guides/translation-templates/common-arguments.md index a131a10a12..dfd78ede93 100644 --- a/contributing-guides/translation-templates/common-arguments.md +++ b/contributing-guides/translation-templates/common-arguments.md @@ -32,7 +32,7 @@ Only the left-alignment of the header gets lost and has to be re-added again (`| | pt_BR | caminho/para/arquivo | caminho/para/diretorio | caminho/para/arquivo_ou_diretorio | pacote | nome_do_usuario | | pt_PT | caminho/para/ficheiro | caminho/para/diretório | caminho/para/ficheiro_ou_diretório | pacote | nome_de_utilizador | | ro | cale/către/fișier | cale/către/director | cale/către/fișier_sau_director | pachet | nume_utilizator | -| ru | путь/до/файла | путь/до/папки | путь/до/файла_или_папки | пакет | имя_пользователя | +| ru | путь/к/файлу | путь/к/каталогу | путь/к/файлу_или_каталогу | пакет | имя_пользователя | | sh | put/do/datoteke | put/do/direktorija | put/do/datoteke_ili_direktorija | paket | korisničko_ime | | sr | put/do/datoteke | put/do/direktorijuma | put/do/datoteke_ili_direktorijuma | paket | korisničko_ime | | sv | sökväg/till/fil | sökväg/till/katalog | sökväg/till/fil_eller_katalog | paket | användarnamn | From fcdd305c96a279f6a86494343b34ff21f3df3717 Mon Sep 17 00:00:00 2001 From: Dylan <145150333+dmmqz@users.noreply.github.com> Date: Sun, 3 Aug 2025 17:29:07 +0000 Subject: [PATCH 112/133] whence: move to common (#17486) --- pages.es/{osx => common}/whence.md | 0 pages.ko/{osx => common}/whence.md | 0 pages/{osx => common}/whence.md | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename pages.es/{osx => common}/whence.md (100%) rename pages.ko/{osx => common}/whence.md (100%) rename pages/{osx => common}/whence.md (100%) diff --git a/pages.es/osx/whence.md b/pages.es/common/whence.md similarity index 100% rename from pages.es/osx/whence.md rename to pages.es/common/whence.md diff --git a/pages.ko/osx/whence.md b/pages.ko/common/whence.md similarity index 100% rename from pages.ko/osx/whence.md rename to pages.ko/common/whence.md diff --git a/pages/osx/whence.md b/pages/common/whence.md similarity index 100% rename from pages/osx/whence.md rename to pages/common/whence.md From 58cc6d832bab0885af6a658b54f022a3f081f8d6 Mon Sep 17 00:00:00 2001 From: hayabusa255 <140249828+hayabusa255@users.noreply.github.com> Date: Mon, 4 Aug 2025 04:18:24 +0900 Subject: [PATCH 113/133] android/*: add Japanese translation (#17324) --- pages.ja/android/am.md | 20 ++++++++++++++++++++ pages.ja/android/bugreport.md | 9 +++++++++ pages.ja/android/bugreportz.md | 25 +++++++++++++++++++++++++ pages.ja/android/cmd.md | 16 ++++++++++++++++ pages.ja/android/dalvikvm.md | 8 ++++++++ pages.ja/android/dumpsys.md | 29 +++++++++++++++++++++++++++++ pages.ja/android/getprop.md | 32 ++++++++++++++++++++++++++++++++ pages.ja/android/input.md | 25 +++++++++++++++++++++++++ pages.ja/android/logcat.md | 24 ++++++++++++++++++++++++ pages.ja/android/pkg.md | 24 ++++++++++++++++++++++++ pages.ja/android/pm.md | 24 ++++++++++++++++++++++++ pages.ja/android/screencap.md | 9 +++++++++ pages.ja/android/settings.md | 20 ++++++++++++++++++++ pages.ja/android/wm.md | 13 +++++++++++++ 14 files changed, 278 insertions(+) create mode 100644 pages.ja/android/am.md create mode 100644 pages.ja/android/bugreport.md create mode 100644 pages.ja/android/bugreportz.md create mode 100644 pages.ja/android/cmd.md create mode 100644 pages.ja/android/dalvikvm.md create mode 100644 pages.ja/android/dumpsys.md create mode 100644 pages.ja/android/getprop.md create mode 100644 pages.ja/android/input.md create mode 100644 pages.ja/android/logcat.md create mode 100644 pages.ja/android/pkg.md create mode 100644 pages.ja/android/pm.md create mode 100644 pages.ja/android/screencap.md create mode 100644 pages.ja/android/settings.md create mode 100644 pages.ja/android/wm.md diff --git a/pages.ja/android/am.md b/pages.ja/android/am.md new file mode 100644 index 0000000000..054bd81223 --- /dev/null +++ b/pages.ja/android/am.md @@ -0,0 +1,20 @@ +# am + +> Android Activity Manager(アクティビティ マネージャー) +> もっと詳しく: 。 + +- 指定したコンポーネントとパッケージ名でアクティビティを開始します: + +`am start -n {{com.android.settings/.Settings}}` + +- インテントアクションを開始させ、データを渡します: + +`am start -a {{android.intent.action.VIEW}} -d {{tel:123}}` + +- 指定したカテゴリーとマッチしたアクティビティを実行します: + +`am start -a {{android.intent.action.MAIN}} -c {{android.intent.category.HOME}}` + +- インテントをURIに変換します: + +`am to-uri -a {{android.intent.action.VIEW}} -d {{tel:123}}` diff --git a/pages.ja/android/bugreport.md b/pages.ja/android/bugreport.md new file mode 100644 index 0000000000..5886675ade --- /dev/null +++ b/pages.ja/android/bugreport.md @@ -0,0 +1,9 @@ +# bugreport + +> Androidのバグレポートを表示します。 +> このコマンドは `adb shell` 経由でのみ実行できます。 +> もっと詳しく: 。 + +- Androidデバイスの完全なバグレポートを表示します: + +`bugreport` diff --git a/pages.ja/android/bugreportz.md b/pages.ja/android/bugreportz.md new file mode 100644 index 0000000000..2464497203 --- /dev/null +++ b/pages.ja/android/bugreportz.md @@ -0,0 +1,25 @@ +# bugreportz + +> 圧縮されたAndroid バグレポートを生成します。 +> このコマンドは `adb shell` 経由でのみ実行できます。 +> もっと詳しく: 。 + +- 圧縮されたAndroidデバイスの完全なバグレポートを生成します: + +`bugreportz` + +- 実行中の `bugreportz` の進捗を表示します: + +`bugreportz -p` + +- バグレポートの内容を標準出力 `stdout` に出力します: + +`bugreportz -s` + +- ヘルプを表示します: + +`bugreportz -h` + +- バージョンを表示します: + +`bugreportz -v` diff --git a/pages.ja/android/cmd.md b/pages.ja/android/cmd.md new file mode 100644 index 0000000000..365a69c3e7 --- /dev/null +++ b/pages.ja/android/cmd.md @@ -0,0 +1,16 @@ +# cmd + +> Android サービスマネージャー。 +> もっと詳しく: 。 + +- 実行中のすべてのサービスを表示します: + +`cmd -l` + +- 指定したサービスを呼び出します: + +`cmd {{service}}` + +- 指定した引数でサービスを呼び出します: + +`cmd {{service}} {{argument1 argument2 ...}}` diff --git a/pages.ja/android/dalvikvm.md b/pages.ja/android/dalvikvm.md new file mode 100644 index 0000000000..2e271d36b6 --- /dev/null +++ b/pages.ja/android/dalvikvm.md @@ -0,0 +1,8 @@ +# dalvikvm + +> Android Java 仮想環境。 +> もっと詳しく: 。 + +- 指定したJavaプログラムを開始します: + +`dalvikvm -classpath {{path/to/file.jar}} {{classname}}` diff --git a/pages.ja/android/dumpsys.md b/pages.ja/android/dumpsys.md new file mode 100644 index 0000000000..def07a9e53 --- /dev/null +++ b/pages.ja/android/dumpsys.md @@ -0,0 +1,29 @@ +# dumpsys + +> Android システムサービスの情報を取得します。 +> このコマンドは `adb shell` 経由でのみ実行できます。 +> もっと詳しく: 。 + +- すべてのシステムに対して診断を出力します: + +`dumpsys` + +- 特定のシステムに対して診断を出力します: + +`dumpsys {{service}}` + +- `dumpsys` で表示できるすべてのサービスの情報を表示します: + +`dumpsys -l` + +- 指定したサービスを引数をサービスに表示させます: + +`dumpsys {{service}} -h` + +- 指定したサービスを診断から除外して出力します: + +`dumpsys --skip {{service}}` + +- タイムアウトを秒数で指定します。(デフォルトは10秒): + +`dumpsys -t {{8}}` diff --git a/pages.ja/android/getprop.md b/pages.ja/android/getprop.md new file mode 100644 index 0000000000..4a94e73f94 --- /dev/null +++ b/pages.ja/android/getprop.md @@ -0,0 +1,32 @@ +# getprop + +> Androidのシステムプロパティについての情報を表示します。 +> もっと詳しく: 。 + +- Android のシステムプロパティについての情報を表示します: + +`getprop` + +- 指定したプロパティの情報を表示します: + +`getprop {{property}}` + +- SDK API レベルを表示します: + +`getprop {{ro.build.version.sdk}}` + +- Androidのバージョン情報を表示します: + +`getprop {{ro.build.version.release}}` + +- Androidのデバイス情報を表示します: + +`getprop {{ro.vendor.product.model}}` + +- OEMのアンロック状況を表示します: + +`getprop {{ro.oem_unlock_supported}}` + +- Android の Wi-FiカードのMACアドレスを表示します: + +`getprop {{ro.boot.wifimacaddr}}` diff --git a/pages.ja/android/input.md b/pages.ja/android/input.md new file mode 100644 index 0000000000..3d3e7314c0 --- /dev/null +++ b/pages.ja/android/input.md @@ -0,0 +1,25 @@ +# input + +> イベントコードまたはタッチスクリーンジェスチャーをAndroidデバイスに送信します。 +> このコマンドは `adb shell` 経由でのみ実行できます。 +> もっと詳しく: 。 + +- Androidデバイスに1文字のイベントコードを送信します: + +`input keyevent {{event_code}}` + +- Androidデバイスにテキストを送信します。(`%s` はスペースを表します): + +`input text "{{text}}"` + +- Androidデバイスに単一のタップを送信します: + +`input tap {{x_position}} {{y_position}}` + +- Android デバイスにスワイプジェスチャーを送信します: + +`input swipe {{x_start}} {{y_start}} {{x_end}} {{y_end}} {{duration_in_ms}}` + +- Androidデバイスにホールドをスワイプジェスチャーを利用して送信します: + +`input swipe {{x_position}} {{y_position}} {{x_position}} {{y_position}} {{duration_in_ms}}` diff --git a/pages.ja/android/logcat.md b/pages.ja/android/logcat.md new file mode 100644 index 0000000000..2160a6c9c2 --- /dev/null +++ b/pages.ja/android/logcat.md @@ -0,0 +1,24 @@ +# logcat + +> エラー時に発生したスタックトレースを含む、アプリケーションによって作成されたログや、システムメッセージのログを削除します。 +> もっと詳しく: 。 + +- システムログを表示します: + +`logcat` + +- 指定したファイルにシステムログを書き出します: + +`logcat -f {{path/to/file}}` + +- 正規表現にマッチする行を表示します: + +`logcat --regex {{regular_expression}}` + +- 指定したPIDのログを表示します: + +`logcat --pid {{pid}}` + +- 特定のパッケージのプロセスのログを表示します: + +`logcat --pid $(pidof -s {{package}})` diff --git a/pages.ja/android/pkg.md b/pages.ja/android/pkg.md new file mode 100644 index 0000000000..d0538cf2ba --- /dev/null +++ b/pages.ja/android/pkg.md @@ -0,0 +1,24 @@ +# pkg + +> Termux 用パッケージ管理ユーティリティ。 +> もっと詳しく: 。 + +- すべてのインストールされたパッケージをアップグレードします: + +`pkg upgrade` + +- パッケージをインストールします: + +`pkg install {{package}}` + +- パッケージをアンインストールします: + +`pkg uninstall {{package}}` + +- パッケージを再インストールします: + +`pkg reinstall {{package}}` + +- パッケージを検索します: + +`pkg search {{package}}` diff --git a/pages.ja/android/pm.md b/pages.ja/android/pm.md new file mode 100644 index 0000000000..b9b5378fd8 --- /dev/null +++ b/pages.ja/android/pm.md @@ -0,0 +1,24 @@ +# pm + +> Android デバイスに関連するアプリケーションの情報を表示します。 +> もっと詳しく: 。 + +- インストールされたすべてのアプリケーションを表示します: + +`pm list packages` + +- インストールされたすべてのシステムアプリケーションを表示します: + +`pm list packages -s` + +- インストールされたすべてのサードパーティ製アプリケーションを表示します: + +`pm list packages -3` + +- 指定したキーワードにマッチするアプリケーションを表示します: + +`pm list packages {{keyword1 keyword2 ...}}` + +- 指定したアプリケーションのAPKのパスを表示します: + +`pm path {{app}}` diff --git a/pages.ja/android/screencap.md b/pages.ja/android/screencap.md new file mode 100644 index 0000000000..77f1d7fd91 --- /dev/null +++ b/pages.ja/android/screencap.md @@ -0,0 +1,9 @@ +# screencap + +> モバイルディスプレイのスクリーンショットを撮影します。 +> このコマンドは `adb shell` 経由でのみ実行できます。 +> もっと詳しく: 。 + +- スクリーンショットを撮影します: + +`screencap {{path/to/file}}` diff --git a/pages.ja/android/settings.md b/pages.ja/android/settings.md new file mode 100644 index 0000000000..fbac8c8c7d --- /dev/null +++ b/pages.ja/android/settings.md @@ -0,0 +1,20 @@ +# settings + +> Android OSに関連する情報を取得します。 +> もっと詳しく: 。 + +- `global` 名前空間にある設定を表示します: + +`settings list {{global}}` + +- 指定した設定値を取得します: + +`settings get {{global}} {{airplane_mode_on}}` + +- 指定した設定値を設定します: + +`settings put {{system}} {{screen_brightness}} {{42}}` + +- 指定した設定を削除します: + +`settings delete {{secure}} {{screensaver_enabled}}` diff --git a/pages.ja/android/wm.md b/pages.ja/android/wm.md new file mode 100644 index 0000000000..ee4040922a --- /dev/null +++ b/pages.ja/android/wm.md @@ -0,0 +1,13 @@ +# wm + +> Android デバイスのスクリーンに関する情報を表示します。 +> このコマンドは `adb shell` 経由でのみ実行できます。 +> もっと詳しく: 。 + +- Android デバイスの物理サイズを表示します: + +`wm size` + +- Android デバイスの画面の物理的密度を表示します: + +`wm density` From bbb1d0908c9b2d17b8837cdd16df5c3147dbc7b0 Mon Sep 17 00:00:00 2001 From: Sarijen <109905155+Sarijen@users.noreply.github.com> Date: Sun, 3 Aug 2025 21:21:34 +0200 Subject: [PATCH 114/133] avrdude, picotool, esptool.py, i3, cmatrix: add Czech translation (#17340) --- pages.cs/common/avrdude.md | 20 ++++++++++++++++++++ pages.cs/common/cmatrix.md | 20 ++++++++++++++++++++ pages.cs/common/esptool.py.md | 12 ++++++++++++ pages.cs/common/i3.md | 32 ++++++++++++++++++++++++++++++++ pages.cs/common/picotool.md | 32 ++++++++++++++++++++++++++++++++ 5 files changed, 116 insertions(+) create mode 100644 pages.cs/common/avrdude.md create mode 100644 pages.cs/common/cmatrix.md create mode 100644 pages.cs/common/esptool.py.md create mode 100644 pages.cs/common/i3.md create mode 100644 pages.cs/common/picotool.md diff --git a/pages.cs/common/avrdude.md b/pages.cs/common/avrdude.md new file mode 100644 index 0000000000..662329d39f --- /dev/null +++ b/pages.cs/common/avrdude.md @@ -0,0 +1,20 @@ +# avrdude + +> Program ovladače pro programování Atmel AVR mikrořadičů. +> Více informací: . + +- P[r]ečíst flash ROM AVR mikrořadiče s konkrétním ID součástky: + +`avrdude -p {{cislo_soucastky}} -c {{id_programatora}} -U flash:r:{{soubor.hex}}:i` + +- Zapsat do flash ROM AVR mikrořadiče: + +`avrdude -p {{cislo_soucastky}} -c {{programator}} -U flash:w:{{file.hex}}` + +- Vypsat dostupné AVR zařízení: + +`avrdude -p \?` + +- Vypsat dostupné AVR programátory: + +`avrdude -c \?` diff --git a/pages.cs/common/cmatrix.md b/pages.cs/common/cmatrix.md new file mode 100644 index 0000000000..f51ec225c0 --- /dev/null +++ b/pages.cs/common/cmatrix.md @@ -0,0 +1,20 @@ +# cmatrix + +> Zobrazuje v terminálu obrazovku podobnou Matrixu. +> Více informací: . + +- Povolit [a]synchroní posouvání: + +`cmatrix -a` + +- Změnit barvu textu (výchozí je zelená): + +`cmatrix -C {{red}}` + +- Povolit duhový režim: + +`cmatrix -r` + +- Použít zpoždění akt[u]alizace 100 centisekund (1 sekunda): + +`cmatrix -u 100` diff --git a/pages.cs/common/esptool.py.md b/pages.cs/common/esptool.py.md new file mode 100644 index 0000000000..fb6a364891 --- /dev/null +++ b/pages.cs/common/esptool.py.md @@ -0,0 +1,12 @@ +# esptool.py + +> Bootloader nástroj pro Espressif čipy (např. ESP8266). +> Více informací: . + +- Flashnout firmware soubor do ESP čipu s uvedeným portem a přenosovou rychlostí: + +`sudo esptool.py --port {{port}} --baud {{prenosova_rychlost}} write_flash 0x0 {{cesta/k/firmwaru.bin}}` + +- Smazat flash ESP čipu: + +`sudo esptool.py --port {{port}} --baud {{prenosova_rychlost}} erase_flash` diff --git a/pages.cs/common/i3.md b/pages.cs/common/i3.md new file mode 100644 index 0000000000..45260e6ca3 --- /dev/null +++ b/pages.cs/common/i3.md @@ -0,0 +1,32 @@ +# i3 + +> Dlaždicový správce oken pro X11. +> Více informací: . + +- Spustit `i3` (Už existující správce oken nesmí být otevřený při spuštění tohoto příkazu): + +`i3` + +- Otevřít nové terminálové okno: + +`` + +- Přesunout aktivní okno do plochy: + +`` + +- Přesunout se do plochy: + +`` + +- Rozdělit další okno horizontálně: + +`` + +- Rozdělit další okno vertikálně: + +`` + +- Otevřít spouštěč aplikací: + +`` diff --git a/pages.cs/common/picotool.md b/pages.cs/common/picotool.md new file mode 100644 index 0000000000..636fafde8e --- /dev/null +++ b/pages.cs/common/picotool.md @@ -0,0 +1,32 @@ +# picotool + +> Spravuje desky Raspberry Pi Pico. +> Více informací: . + +- Zobrazit informace o aktuálně načteném programu na Picu: + +`picotool info` + +- Načíst binárku do Pica: + +`picotool load {{cesta/k/binarce}}` + +- Převést soubor ELF nebo BIN na UF2: + +`picotool uf2 convert {{cesta/k/elf_nebo_bin}} {{cesta/k/vystupu}}` + +- Restartovat Pico: + +`picotool reboot` + +- Vypsat všechny známe registry: + +`picotool otp list` + +- Zobrazit verzi: + +`picotool version` + +- Zobrazit nápovědu: + +`picotool help` From 844cba29c4896ff35c5c4f034e2a2884dd63d3f7 Mon Sep 17 00:00:00 2001 From: Harshavardhan Date: Mon, 4 Aug 2025 14:54:24 +0530 Subject: [PATCH 115/133] elasticsearch-create-enrollment-token: add page (#17446) --- .../elasticsearch-create-enrollment-token.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/elasticsearch-create-enrollment-token.md diff --git a/pages/common/elasticsearch-create-enrollment-token.md b/pages/common/elasticsearch-create-enrollment-token.md new file mode 100644 index 0000000000..c52df27b23 --- /dev/null +++ b/pages/common/elasticsearch-create-enrollment-token.md @@ -0,0 +1,24 @@ +# elasticsearch-create-enrollment-token + +> Create enrollment tokens for Elasticsearch nodes and Kibana instances. +> More information: . + +- Create an enrollment token for adding a new Elasticsearch node: + +`elasticsearch-create-enrollment-token {{[-s|--scope]}} node` + +- Create an enrollment token for adding a new Kibana instance: + +`elasticsearch-create-enrollment-token {{[-s|--scope]}} kibana` + +- Create an enrollment token and display verbose output: + +`elasticsearch-create-enrollment-token {{[-s|--scope]}} node --verbose` + +- Create an enrollment token for a Kibana instance with a custom Elasticsearch URL: + +`elasticsearch-create-enrollment-token {{[-s|--scope]}} kibana --url "{{IP}}"` + +- Display help: + +`elasticsearch-create-enrollment-token {{[-h|--help]}}` From bc55e5f80405e1c1d0e01860073e32c996129bc1 Mon Sep 17 00:00:00 2001 From: Dylan <145150333+dmmqz@users.noreply.github.com> Date: Mon, 4 Aug 2025 16:53:36 +0000 Subject: [PATCH 116/133] ls: fix typo in Dutch translation (#17506) --- pages.nl/common/ls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.nl/common/ls.md b/pages.nl/common/ls.md index cb1f1e2ecc..5d153ebf18 100644 --- a/pages.nl/common/ls.md +++ b/pages.nl/common/ls.md @@ -25,7 +25,7 @@ - Lange lijstweergave gesorteerd op grootte (aflopend) recursief: -`ls {{-lSR|-lS --recursive}}` +`ls {{[-lSR|-lS --recursive]}}` - Lange lijstweergave van alle bestanden, gesorteerd op wijzigingsdatum (oudste eerst): From 374d377059dcb3c912b52e06cc70d00a7b65158f Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 4 Aug 2025 20:35:18 +0300 Subject: [PATCH 117/133] bootctl: simplify command (#17505) --- pages/linux/bootctl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/bootctl.md b/pages/linux/bootctl.md index 1e234e474d..e9aa531cf6 100644 --- a/pages/linux/bootctl.md +++ b/pages/linux/bootctl.md @@ -5,7 +5,7 @@ - Show information about the system firmware and the bootloaders: -`bootctl status` +`bootctl` - Show all available bootloader entries: @@ -17,7 +17,7 @@ - Specify the path to the EFI system partition (defaults to `/efi/`, `/boot/` or `/boot/efi`): -`bootctl --esp-path={{/path/to/efi_system_partition/}}` +`bootctl --esp-path {{/path/to/efi_system_partition/}}` - Install `systemd-boot` into the EFI system partition: From fbab55520969b62f945f342600e7db3fc99c6e3c Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 4 Aug 2025 21:05:05 +0300 Subject: [PATCH 118/133] pveam: add page (#17489) --- pages/linux/pveam.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/pveam.md diff --git a/pages/linux/pveam.md b/pages/linux/pveam.md new file mode 100644 index 0000000000..4e4a197edc --- /dev/null +++ b/pages/linux/pveam.md @@ -0,0 +1,20 @@ +# pveam + +> Manage LXC container templates. +> More information: . + +- Update container template database: + +`pveam update` + +- List available templates: + +`pveam available` + +- Download a template: + +`pveam download {{local}} {{template_name}}` + +- List downloaded templates: + +`pveam list {{local}}` From 2eaf3bb790d33c433af06b01cd6df6b88494f4a9 Mon Sep 17 00:00:00 2001 From: akhilennu Date: Tue, 5 Aug 2025 10:18:10 +0530 Subject: [PATCH 119/133] dir: add sort example (#17469) * Update dir.md, Added sort by size, date, name, etc. * Update dir.md * Update dir.md --- pages/windows/dir.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/windows/dir.md b/pages/windows/dir.md index 9aec8e4a20..68f4a55c25 100644 --- a/pages/windows/dir.md +++ b/pages/windows/dir.md @@ -22,3 +22,7 @@ - Show a bare list of directories and files, with no additional information: `dir /b` + +- Sort results by date/time, oldest first: + +`dir /o:d` From 47d6574658a45b9e24aaa3a7976d4914675a11e5 Mon Sep 17 00:00:00 2001 From: Kristopher Date: Tue, 5 Aug 2025 00:49:09 -0700 Subject: [PATCH 120/133] phpquery: fix broken links (#17477) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages.ko/linux/phpquery.md | 2 +- pages/linux/phpquery.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages.ko/linux/phpquery.md b/pages.ko/linux/phpquery.md index 18be9fa982..0a692a32b0 100644 --- a/pages.ko/linux/phpquery.md +++ b/pages.ko/linux/phpquery.md @@ -1,7 +1,7 @@ # phpquery > Debian 기반 운영체제를 위한 PHP 확장 관리자. -> 더 많은 정보: . +> 더 많은 정보: . - 사용 가능한 PHP 버전 나열: diff --git a/pages/linux/phpquery.md b/pages/linux/phpquery.md index 0433f57b8b..c7dc823566 100644 --- a/pages/linux/phpquery.md +++ b/pages/linux/phpquery.md @@ -1,7 +1,7 @@ # phpquery > PHP extension manager for Debian-based OSes. -> More information: . +> More information: . - List available PHP versions: From 7a74df75235cbf345ba805abefb8c203823aa97f Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 5 Aug 2025 11:13:01 +0300 Subject: [PATCH 121/133] syncthing: refresh page (#17525) --- pages/common/syncthing.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pages/common/syncthing.md b/pages/common/syncthing.md index 0bbd4574ec..942145c949 100644 --- a/pages/common/syncthing.md +++ b/pages/common/syncthing.md @@ -1,7 +1,7 @@ # syncthing > Continuous bidirectional decentralised folder synchronisation tool. -> More information: . +> More information: . - Start Syncthing: @@ -9,28 +9,28 @@ - Start Syncthing without opening a web browser: -`syncthing -no-browser` +`syncthing --no-browser` - Print the device ID: -`syncthing -device-id` +`syncthing --device-id` - Change the home directory: -`syncthing -home={{path/to/directory}}` +`syncthing --home {{path/to/directory}}` -- Force a full index exchange: +- Force a full index exchange in order to resolve out of sync files: -`syncthing -reset-deltas` +`syncthing --reset-deltas` - Change the address upon which the web interface listens: -`syncthing -gui-address={{ip_address:port|path/to/socket.sock}}` +`syncthing --gui-address {{ip_address:port|path/to/socket.sock}}` - Show filepaths to the files used by Syncthing: -`syncthing -paths` +`syncthing --paths` - Disable the Syncthing monitor process: -`syncthing -no-restart` +`syncthing --no-restart` From 2e8b4713593682a3eb9b51062e947e5c858fe014 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 5 Aug 2025 13:54:04 +0300 Subject: [PATCH 122/133] yaourt: update more info link (#17519) Update yaourt.md --- pages/linux/yaourt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/yaourt.md b/pages/linux/yaourt.md index b63e9ea3bb..85e61e0cc5 100644 --- a/pages/linux/yaourt.md +++ b/pages/linux/yaourt.md @@ -1,7 +1,7 @@ # yaourt > Arch Linux utility for building packages from the Arch User Repository. -> More information: . +> More information: . - Synchronize and update all packages (including AUR): From ab0ece6f0bfd1ad5569edfadf596c9604d1525a6 Mon Sep 17 00:00:00 2001 From: Dylan <145150333+dmmqz@users.noreply.github.com> Date: Tue, 5 Aug 2025 10:55:02 +0000 Subject: [PATCH 123/133] vhs: update page (#17518) --- pages/common/vhs.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/pages/common/vhs.md b/pages/common/vhs.md index f6b4692bd7..c29bf28ec4 100644 --- a/pages/common/vhs.md +++ b/pages/common/vhs.md @@ -1,28 +1,32 @@ # vhs -> Generate terminal gifs from a tape file. +> Generate terminal GIFs from a tape file. > More information: . - Create a tape file (add commands to the tape file using an editor): `vhs new {{path/to/file.tape}}` -- Record inputs to a tape file (once done, exit the shell to create the tape): +- Record inputs to a tape file: `vhs record > {{path/to/file.tape}}` - Record inputs to a tape file using a specific shell: -`vhs record --shell {{shell}} > {{path/to/file.tape}}` +`vhs record {{[-s|--shell]}} {{shell}} > {{path/to/file.tape}}` + +- Stop recording: + +`exit` - Validate the syntax of a tape file: `vhs validate {{path/to/file.tape}}` -- Create a gif from a tape file: +- Create a GIF from a tape file: -`vhs < {{path/to/file.tape}}` +`vhs {{path/to/file.tape}}` -- Publish a gif to and get a shareable URL: +- Publish a GIF to and get a shareable URL: `vhs publish {{path/to/file.gif}}` From 6fb87976d5ff4853ad47a8c58152ac94be70acf2 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 5 Aug 2025 15:08:50 +0300 Subject: [PATCH 124/133] qm: match options with manual page (#17521) --- pages/linux/qm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/qm.md b/pages/linux/qm.md index 4e4746ce67..e23da041f9 100644 --- a/pages/linux/qm.md +++ b/pages/linux/qm.md @@ -10,7 +10,7 @@ - Using an ISO file uploaded on the local storage, create a virtual machine with a 4 GB IDE disk on the `local-lvm` storage and an ID of 100: -`qm {{[cr|create]}} {{100}} -ide0 {{local-lvm:4}} -net0 {{e1000}} -cdrom {{local:iso/proxmox-mailgateway_2.1.iso}}` +`qm {{[cr|create]}} {{100}} --ide0 {{local-lvm:4}} --net0 {{e1000}} --cdrom {{local:iso/proxmox-mailgateway_2.1.iso}}` - Show the configuration of a virtual machine, specifying its ID: From 1590a6d1fb8483cc185d38d1f13ad79ca44c00fd Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 5 Aug 2025 15:09:24 +0300 Subject: [PATCH 125/133] reptyr: add name search example (#17523) --- pages/linux/reptyr.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/reptyr.md b/pages/linux/reptyr.md index a55503e192..fa669d7041 100644 --- a/pages/linux/reptyr.md +++ b/pages/linux/reptyr.md @@ -7,3 +7,7 @@ - Move a running process to your current terminal: `reptyr {{pid}}` + +- Attach to a process using its name: + +`reptyr $(pidof {{htop}})` From 725b1eefb49a0c905cd8eeb3232be0b666c73fcb Mon Sep 17 00:00:00 2001 From: Rolv Apneseth Date: Tue, 5 Aug 2025 13:26:38 +0100 Subject: [PATCH 126/133] astroterm: add page (#17510) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/common/astroterm.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/astroterm.md diff --git a/pages/common/astroterm.md b/pages/common/astroterm.md new file mode 100644 index 0000000000..9520665207 --- /dev/null +++ b/pages/common/astroterm.md @@ -0,0 +1,24 @@ +# astroterm + +> A terminal-based star map. +> More information: . + +- Display real-time positions of stars and planets based on your current location: + +`astroterm` + +- Display constellations, use colour, and render the simulation at the given frame rate: + +`astroterm {{[-C|--constellations]}} {{[-c|--color]}} {{[-f|--fps]}} {{60}}` + +- Use unicode characters instead of the basic ASCII characters, and only render stars brighter than the given magnitude: + +`astroterm {{[-u|--unicode]}} {{[-t|--threshold]}} {{2.0}}` + +- Use a given latitude, longitude and datetime: + +`astroterm {{[-a|--latitude]}} {{90.0}} {{[-o|--longitude]}} {{-180.0}} {{[-d|--datetime]}} {{2025-08-04T12:00:00}}` + +- Use the longitude and latitude of a given city, and set the speed of the simulation to a given factor: + +`astroterm {{[-i|--city]}} {{Singapore}} {{[-s|--speed]}} {{1000.0}}` From a4adee3c4cc9af666664db72e63f8a6851e1eac7 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 5 Aug 2025 15:30:22 +0300 Subject: [PATCH 127/133] qm-disk: add page (#17502) --- pages/linux/qm-disk.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/qm-disk.md diff --git a/pages/linux/qm-disk.md b/pages/linux/qm-disk.md new file mode 100644 index 0000000000..9fa238ea1e --- /dev/null +++ b/pages/linux/qm-disk.md @@ -0,0 +1,20 @@ +# qm disk + +> Manage disk images. +> More information: . + +- Add `n` gigabytes to a virtual disk: + +`qm {{[di|disk]}} {{[resi|resize]}} {{vm_id}} {{disk_name}} +{{n}}G` + +- Move a virtual disk: + +`qm {{[di|disk]}} {{[m|move]}} {{vm_id}} {{destination}} {{index}}` + +- Delete the previous copy of the virtual disk: + +`qm {{[di|disk]}} {{[m|move]}} --delete {{vm_id}} {{destination}} {{index}}` + +- Import a VMDK/qcow2/raw disk image using a specific storage name: + +`qm {{[di|disk]}} {{[i|import]}} {{vm_id}} {{path/to/disk}} {{storage_name}} --format {{qcow2|raw|vmdk}}` From 31203cc637e94a4e583d46a7697317d5b000e3b8 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 5 Aug 2025 15:31:38 +0300 Subject: [PATCH 128/133] efibootdump: add page (#17509) --- pages/linux/efibootdump.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/linux/efibootdump.md diff --git a/pages/linux/efibootdump.md b/pages/linux/efibootdump.md new file mode 100644 index 0000000000..ce93833c37 --- /dev/null +++ b/pages/linux/efibootdump.md @@ -0,0 +1,8 @@ +# efibootdump + +> Dump boot entries from a variable or a file. +> More information: . + +- Dump boot entries from a file: + +`efibootdump {{[-f|--file]}} {{/sys/firmware/efi/efivars/Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c}}` From 9f78ee85aa58e5a5118bdac47c598316a082daf1 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 5 Aug 2025 15:32:36 +0300 Subject: [PATCH 129/133] qm-terminal: add page (#17524) --- pages/linux/qm-terminal.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/qm-terminal.md diff --git a/pages/linux/qm-terminal.md b/pages/linux/qm-terminal.md new file mode 100644 index 0000000000..8050d60187 --- /dev/null +++ b/pages/linux/qm-terminal.md @@ -0,0 +1,12 @@ +# qm terminal + +> Attach to the serial console of a VM. +> More information: . + +- Attach to a terminal: + +`qm terminal {{100}}` + +- Detach from a terminal: + +`` From 3c89bb23681c3cce8cce2e05aafb18f248fc4ad5 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 5 Aug 2025 15:33:09 +0300 Subject: [PATCH 130/133] pct-template: add page (#17527) --- pages/linux/pct-template.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/linux/pct-template.md diff --git a/pages/linux/pct-template.md b/pages/linux/pct-template.md new file mode 100644 index 0000000000..47428be1a5 --- /dev/null +++ b/pages/linux/pct-template.md @@ -0,0 +1,8 @@ +# pct template + +> Convert a container into a template. +> More information: . + +- Convert a container into a template: + +`pct template {{100}}` From 4a10c44eba73ffe2e4883c1bc1a0e3743d8123b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Tue, 5 Aug 2025 09:43:30 -0300 Subject: [PATCH 131/133] npm-owner: updated Spanish translation (#17517) --- pages.es/common/npm-owner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.es/common/npm-owner.md b/pages.es/common/npm-owner.md index ebcf42fb5b..c8c35ebfae 100644 --- a/pages.es/common/npm-owner.md +++ b/pages.es/common/npm-owner.md @@ -1,7 +1,7 @@ # npm owner > Gestiona la propiedad de paquetes publicados. -> Más información: . +> Más información: . - Añade un nuevo usuario como un mantenedor de un paquete: From 784b19a62926780d4bdda42a535a32d41af21ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Tue, 5 Aug 2025 09:44:52 -0300 Subject: [PATCH 132/133] npm-ls: updated Spanish translation (#17516) --- pages.es/common/npm-ls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.es/common/npm-ls.md b/pages.es/common/npm-ls.md index d041c4189e..be78645ac8 100644 --- a/pages.es/common/npm-ls.md +++ b/pages.es/common/npm-ls.md @@ -1,7 +1,7 @@ # npm ls > Imprime los paquetes instalados a `stdout`. -> Más información: . +> Más información: . - Imprime todas las versiones de dependencias directas a `stdout`: From 0d5b00f3e6581032fcb09bef0e72c3db88017524 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Tue, 5 Aug 2025 09:48:56 -0300 Subject: [PATCH 133/133] npm-config: updated Spanish translation (#17513) --- pages.es/common/npm-config.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pages.es/common/npm-config.md b/pages.es/common/npm-config.md index c9e2f903e0..916f101ab2 100644 --- a/pages.es/common/npm-config.md +++ b/pages.es/common/npm-config.md @@ -1,32 +1,32 @@ -# npm-config +# npm config > Gestiona los ajustes de configuración de `npm`. -> Más información: . +> Más información: . - Muestra todos los ajustes de configuración: -`npm config list` +`npm {{[c|config]}} list` - Lista todos los ajustes de configuración como `JSON`: -`npm config list --json` +`npm {{[c|config]}} list --json` - Obtiene el valor de una clave de configuración específica: -`npm config get {{clave}}` +`npm {{[c|config]}} get {{clave}}` - Establece una clave de configuración a un valor específico: -`npm config set {{clave}} {{valor}}` +`npm {{[c|config]}} set {{clave}} {{valor}}` - Elimina una clave de configuración: -`npm config delete {{clave}}` +`npm {{[c|config]}} delete {{clave}}` -- Edita el archivo de configuración global de npm en el editor predeterminado: +- Edita el archivo de configuración global npm en el editor por defecto: -`npm config edit` +`npm {{[c|config]}} edit` -- Intenta reparar elementos de configuración no válidos: +- Intentar reparar elementos de configuración no válidos: -`npm config fix` +`npm {{[c|config]}} fix`