From 3d64b04a87ef0fc06438af6d68d3ccb0a123cd42 Mon Sep 17 00:00:00 2001 From: Paul Azema Date: Sun, 19 Nov 2023 21:35:52 +0100 Subject: [PATCH 01/56] sngrep: add page (#11501) Co-authored-by: Juri Dispan Co-authored-by: K.B.Dharun Krishna Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages/common/sngrep.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/sngrep.md diff --git a/pages/common/sngrep.md b/pages/common/sngrep.md new file mode 100644 index 0000000000..b4139e7d2d --- /dev/null +++ b/pages/common/sngrep.md @@ -0,0 +1,20 @@ +# sngrep + +> Tool for displaying SIP calls message flows from terminal. +> More information: . + +- Visualize SIP packets from a PCAP file: + +`sngrep -I {{path/to/file.pcap}}` + +- Visualize only dialogs starting with INVITE packets with RTP packets from a PCAP file: + +`sngrep -crI {{path/to/file.pcap}}` + +- Real-time interface with only dialogs starting with INVITE packets with RTP packets: + +`sngrep -cr` + +- Only capture packets without interface to a file: + +`sngrep -NO {{path/to/file.pcap}}` From 0f0c9da99e86955e5d2afadc1e2c3ff3af593678 Mon Sep 17 00:00:00 2001 From: Juri Dispan Date: Sun, 19 Nov 2023 22:07:13 +0100 Subject: [PATCH 02/56] *: replace dead more information links (#11542) * *: replace dead more informtion links * dolt * Apply suggestions from code review Co-authored-by: K.B.Dharun Krishna --------- Co-authored-by: K.B.Dharun Krishna --- pages.de/common/nix-collect-garbage.md | 2 +- pages.fr/common/atuin.md | 2 +- pages.nl/linux/distrobox-create.md | 2 +- pages.nl/linux/distrobox-enter.md | 2 +- pages.nl/linux/distrobox-export.md | 2 +- pages.nl/linux/distrobox-host-exec.md | 2 +- pages.nl/linux/distrobox-list.md | 2 +- pages.nl/linux/distrobox-rm.md | 2 +- pages.nl/linux/distrobox-stop.md | 2 +- pages.nl/linux/distrobox-upgrade.md | 2 +- pages.pt_BR/linux/distrobox-create.md | 2 +- pages.pt_BR/linux/distrobox-enter.md | 2 +- pages.pt_BR/linux/distrobox-export.md | 2 +- pages.pt_BR/linux/distrobox-host-exec.md | 2 +- pages.pt_BR/linux/distrobox-list.md | 2 +- pages.pt_BR/linux/distrobox-rm.md | 2 +- pages.pt_BR/linux/distrobox-stop.md | 2 +- pages.pt_BR/linux/distrobox-upgrade.md | 2 +- pages.ta/linux/distrobox-create.md | 2 +- pages.ta/linux/distrobox-enter.md | 2 +- pages.ta/linux/distrobox-list.md | 2 +- pages.ta/linux/distrobox-rm.md | 2 +- pages.zh/linux/konsole.md | 2 +- pages/common/atuin.md | 2 +- pages/common/dfc.md | 2 +- pages/common/dolt-add.md | 2 +- pages/common/dolt-blame.md | 2 +- pages/common/dolt-branch.md | 2 +- pages/common/dolt-checkout.md | 2 +- pages/common/dolt-commit.md | 2 +- pages/common/dolt-config.md | 2 +- pages/common/dolt-fetch.md | 2 +- pages/common/dolt-merge.md | 2 +- pages/common/dolt-version.md | 2 +- pages/common/dolt.md | 2 +- pages/common/exenv.md | 2 +- pages/common/gladtex.md | 2 +- pages/common/mitmdump.md | 2 +- pages/common/nix-collect-garbage.md | 2 +- pages/common/parquet-tools.md | 2 +- pages/common/radare2.md | 2 +- pages/common/resolvconf.md | 2 +- pages/common/salt-call.md | 2 +- pages/common/salt-key.md | 2 +- pages/common/salt-run.md | 2 +- pages/common/salt.md | 2 +- pages/common/stern.md | 2 +- pages/common/tailscale-up.md | 2 +- pages/common/vgmstream_cli.md | 2 +- pages/linux/burpsuite.md | 2 +- pages/linux/distrobox-create.md | 2 +- pages/linux/distrobox-enter.md | 2 +- pages/linux/distrobox-export.md | 2 +- pages/linux/distrobox-host-exec.md | 2 +- pages/linux/distrobox-list.md | 2 +- pages/linux/distrobox-rm.md | 2 +- pages/linux/distrobox-stop.md | 2 +- pages/linux/distrobox-upgrade.md | 2 +- pages/linux/guake.md | 2 +- pages/linux/konsole.md | 2 +- pages/linux/pro.md | 2 +- 61 files changed, 61 insertions(+), 61 deletions(-) diff --git a/pages.de/common/nix-collect-garbage.md b/pages.de/common/nix-collect-garbage.md index 029023fe5e..284e0ff6ea 100644 --- a/pages.de/common/nix-collect-garbage.md +++ b/pages.de/common/nix-collect-garbage.md @@ -2,7 +2,7 @@ > Löschen von unbenutzten und unerreichbaren Nix-Speicherpfaden. > Generationen können mit `nix-env --list-generations` aufgelistet werden. -> Weitere Informationen: . +> Weitere Informationen: . - Lösche alle Speicherpfade, die von den aktuellen Generationen der einzelnen Profile nicht verwendet werden: diff --git a/pages.fr/common/atuin.md b/pages.fr/common/atuin.md index 6a46b763ac..0066aeddf2 100644 --- a/pages.fr/common/atuin.md +++ b/pages.fr/common/atuin.md @@ -2,7 +2,7 @@ > Enregistre votre historique shell dans une base de donnée. > Peut également synchroniser votre historique chiffré entre plusieurs machines. -> Plus d'informations : . +> Plus d'informations : . - Installe atuin dans votre shell : diff --git a/pages.nl/linux/distrobox-create.md b/pages.nl/linux/distrobox-create.md index cb625a1ed7..37ec055dca 100644 --- a/pages.nl/linux/distrobox-create.md +++ b/pages.nl/linux/distrobox-create.md @@ -3,7 +3,7 @@ > Maak een distrobox container. > Subcommando van `distrobox`. Bekijk ook: `tldr distrobox`. > De gecreëerde container wordt nauw geïntegreerd met de host, waardoor het delen van de thuismap van de gebruiker, externe opslag, externe USB-apparaten, grafische apps (X11/Wayland) en audio mogelijk is. -> Meer informatie: . +> Meer informatie: . - Maak een distrobox container met behulp van het Ubuntu image: diff --git a/pages.nl/linux/distrobox-enter.md b/pages.nl/linux/distrobox-enter.md index f8bf6143a3..d325581af1 100644 --- a/pages.nl/linux/distrobox-enter.md +++ b/pages.nl/linux/distrobox-enter.md @@ -3,7 +3,7 @@ > Betreed een distrobox container. > Subcommando van `distrobox`. Bekijk ook: `tldr distrobox`. > Standaard commando dat wordt uitgevoerd is je SHELL, maar je kan verschillende shells of hele commando's specificeren. Indien gebruikt in een script/applicatie/service, kunt u de `--headless`-modus gebruiken om de tty en interactiviteit uit te schakelen. -> Meer informatie: . +> Meer informatie: . - Betreed een distrobox container: diff --git a/pages.nl/linux/distrobox-export.md b/pages.nl/linux/distrobox-export.md index 6b890731e9..2a08f7596a 100644 --- a/pages.nl/linux/distrobox-export.md +++ b/pages.nl/linux/distrobox-export.md @@ -2,7 +2,7 @@ > Exporteer app/service/binary van container naar host-besturingssysteem. > Subcommando van `distrobox`. Bekijk ook: `tldr distrobox`. -> Meer informatie: . +> Meer informatie: . - Exporteer een app van de container naar de host (het desktop pictogram verschijnt in de applicatielijst van uw hostsysteem): diff --git a/pages.nl/linux/distrobox-host-exec.md b/pages.nl/linux/distrobox-host-exec.md index 806dca90c0..b06c202e86 100644 --- a/pages.nl/linux/distrobox-host-exec.md +++ b/pages.nl/linux/distrobox-host-exec.md @@ -2,7 +2,7 @@ > Voer een commando uit op de host vanuit de distrobox container. > Subcommando van `distrobox`. Bekijk ook: `tldr distrobox`. -> Meer informatie: . +> Meer informatie: . - Voer een commando uit op de host vanuit de distrobox container: diff --git a/pages.nl/linux/distrobox-list.md b/pages.nl/linux/distrobox-list.md index 02ab2ed89e..38960db6b5 100644 --- a/pages.nl/linux/distrobox-list.md +++ b/pages.nl/linux/distrobox-list.md @@ -3,7 +3,7 @@ > Toon alle distrobox containers. > Subcommando van `distrobox`. Bekijk ook: `tldr distrobox`. > Distrobox containers worden los van de rest van de normale Podman of Docker containers weergegeven. -> Meer informatie: . +> Meer informatie: . - Toon alle distrobox containers: diff --git a/pages.nl/linux/distrobox-rm.md b/pages.nl/linux/distrobox-rm.md index 3be13a35f5..de812ba59e 100644 --- a/pages.nl/linux/distrobox-rm.md +++ b/pages.nl/linux/distrobox-rm.md @@ -2,7 +2,7 @@ > Verwijder een distrobox container. > Subcommando van `distrobox`. Bekijk ook: `tldr distrobox`. -> Meer informatie: . +> Meer informatie: . - Verwijder een distrobox container (Tip: Stop the container voordat je hem verwijdert): diff --git a/pages.nl/linux/distrobox-stop.md b/pages.nl/linux/distrobox-stop.md index 90d9d326ee..fe7c6a7199 100644 --- a/pages.nl/linux/distrobox-stop.md +++ b/pages.nl/linux/distrobox-stop.md @@ -2,7 +2,7 @@ > Stop een distrobox container. > Subcommando van `distrobox`. Bekijk ook: `tldr distrobox`. -> Meer informatie: . +> Meer informatie: . - Stop een distrobox container: diff --git a/pages.nl/linux/distrobox-upgrade.md b/pages.nl/linux/distrobox-upgrade.md index 28bc0baf60..0cec7e0681 100644 --- a/pages.nl/linux/distrobox-upgrade.md +++ b/pages.nl/linux/distrobox-upgrade.md @@ -2,7 +2,7 @@ > Upgrade een of meerdere distrobox containers. > Subcommando van `distrobox`. Bekijk ook: `tldr distrobox`. -> Meer informatie: . +> Meer informatie: . - Upgrade een container met behulp van de native pakketbeheerder van de container: diff --git a/pages.pt_BR/linux/distrobox-create.md b/pages.pt_BR/linux/distrobox-create.md index a5ad7f6621..77fc0ddb71 100644 --- a/pages.pt_BR/linux/distrobox-create.md +++ b/pages.pt_BR/linux/distrobox-create.md @@ -2,7 +2,7 @@ > Criar um contêiner distrobox. Veja também: `tldr distrobox`. > O contêiner criado será integrado ao sistema host, permitindo o compartilhamento do diretório HOME do usuário, armazenamento externo, dispositivos USB externos, aplicativos gráficos (X11/Wayland) e áudio. -> Mais informações: . +> Mais informações: . - Criar um contêiner distrobox usando a imagem do Ubuntu: diff --git a/pages.pt_BR/linux/distrobox-enter.md b/pages.pt_BR/linux/distrobox-enter.md index 25a4c44537..1180503f10 100644 --- a/pages.pt_BR/linux/distrobox-enter.md +++ b/pages.pt_BR/linux/distrobox-enter.md @@ -3,7 +3,7 @@ > Entrar em um contêiner distrobox. Veja também: `tldr distrobox`. > O comando padrão executado é o seu SHELL, mas você pode especificar shells diferentes ou comandos completos para serem executados. > Se usado dentro de um script, um aplicativo ou um serviço, você pode usar o modo `--headless` para desabilitar o tty e a interatividade. -> Mais informações: . +> Mais informações: . - Entrar em um contêiner distrobox: diff --git a/pages.pt_BR/linux/distrobox-export.md b/pages.pt_BR/linux/distrobox-export.md index bb5d750bec..0094148d27 100644 --- a/pages.pt_BR/linux/distrobox-export.md +++ b/pages.pt_BR/linux/distrobox-export.md @@ -2,7 +2,7 @@ > Exportar um aplicativo/serviço/binário do contêiner para o sistema operacional host. > Subcomando de `distrobox`. Veja também: `tldr distrobox`. -> Mais informações: . +> Mais informações: . - Exportar um aplicativo do contêiner para o host (a entrada e o ícone do aplicativo aparecerão na lista de aplicativos do seu sistema host): diff --git a/pages.pt_BR/linux/distrobox-host-exec.md b/pages.pt_BR/linux/distrobox-host-exec.md index b4eb222d9f..22585d064a 100644 --- a/pages.pt_BR/linux/distrobox-host-exec.md +++ b/pages.pt_BR/linux/distrobox-host-exec.md @@ -2,7 +2,7 @@ > Executar um comando no sistema host a partir do interior de um contêiner distrobox. > Subcomando de `distrobox`. Veja também: `tldr distrobox`. -> Mais informações: . +> Mais informações: . - Executar um comando no sistema host a partir do interior do contêiner distrobox: diff --git a/pages.pt_BR/linux/distrobox-list.md b/pages.pt_BR/linux/distrobox-list.md index a194ce7f17..3c6c08fd01 100644 --- a/pages.pt_BR/linux/distrobox-list.md +++ b/pages.pt_BR/linux/distrobox-list.md @@ -2,7 +2,7 @@ > Listar todos os contêineres distrobox. Veja também: `tldr distrobox`. > Os contêineres distrobox são listados separadamente dos demais contêineres normais do Podman ou Docker. -> Mais informações: . +> Mais informações: . - Listar todos os contêineres distrobox: diff --git a/pages.pt_BR/linux/distrobox-rm.md b/pages.pt_BR/linux/distrobox-rm.md index 53a1d156ae..dac022fc8d 100644 --- a/pages.pt_BR/linux/distrobox-rm.md +++ b/pages.pt_BR/linux/distrobox-rm.md @@ -2,7 +2,7 @@ > Remover um contêiner distrobox. > Subcomando de `distrobox`. Veja também: `tldr distrobox`. -> Mais informações: . +> Mais informações: . - Remover um contêiner distrobox (Dica: Pare o contêiner antes de removê-lo): diff --git a/pages.pt_BR/linux/distrobox-stop.md b/pages.pt_BR/linux/distrobox-stop.md index ca87a14d06..9467bf8dca 100644 --- a/pages.pt_BR/linux/distrobox-stop.md +++ b/pages.pt_BR/linux/distrobox-stop.md @@ -2,7 +2,7 @@ > Parar um contêiner distrobox. > Subcomando de `distrobox`. Veja também: `tldr distrobox`. -> Mais informações: . +> Mais informações: . - Parar um contêiner distrobox: diff --git a/pages.pt_BR/linux/distrobox-upgrade.md b/pages.pt_BR/linux/distrobox-upgrade.md index 7e9e9697d0..995758476d 100644 --- a/pages.pt_BR/linux/distrobox-upgrade.md +++ b/pages.pt_BR/linux/distrobox-upgrade.md @@ -2,7 +2,7 @@ > Atualizar um ou vários contêineres distrobox. > Subcomando de `distrobox`. Veja também: `tldr distrobox`. -> Mais informações: . +> Mais informações: . - Atualizar um contêiner usando o gerenciador de pacotes nativo do contêiner: diff --git a/pages.ta/linux/distrobox-create.md b/pages.ta/linux/distrobox-create.md index cd8e7f5327..0455a887ef 100644 --- a/pages.ta/linux/distrobox-create.md +++ b/pages.ta/linux/distrobox-create.md @@ -2,7 +2,7 @@ > உள்ளீட்டு பெயர் மற்றும் படத்துடன் டிஸ்ட்ரோபாக்ஸ் கொள்கலன்களை உருவாக்கவும். > உருவாக்கப்பட்ட கொள்கலன் ஹோஸ்டுடன் இறுக்கமாக ஒருங்கிணைக்கப்படும், இது பயனரின் வீட்டு அடைவு, வெளிப்புற சேமிப்பு, வெளிப்புற USB சாதனங்கள், வரைகலை பயன்பாடுகள் (X11/Wayland) மற்றும் ஒலியைப் பகிர அனுமதிக்கிறது. -> மேலும் விவரத்திற்கு: . +> மேலும் விவரத்திற்கு: . - உபுண்டு படத்தைப் பயன்படுத்தி டிஸ்ட்ரோபாக்ஸ் கொள்கலனை உருவாக்கவும்: diff --git a/pages.ta/linux/distrobox-enter.md b/pages.ta/linux/distrobox-enter.md index e4cc608872..4f8b0b7152 100644 --- a/pages.ta/linux/distrobox-enter.md +++ b/pages.ta/linux/distrobox-enter.md @@ -2,7 +2,7 @@ > டிஸ்ட்ரோபாக்ஸ் கொள்கலனை உள்ளிடவும். மேலும் காண்க: `tldr distrobox`. > இயக்கப்படும் இயல்புநிலை கட்டளை உங்கள் SHELL, நீங்கள் இயக்குவதற்கு வெவ்வேறு ஓடுகள் அல்லது முழு கட்டளைகளையும் குறிப்பிடலாம். ஸ்கிரிப்ட், பயன்பாடு அல்லது சேவையில் பயன்படுத்தினால், `--headless' பயன்முறையைப் பயன்படுத்தி tty மற்றும் ஊடாடும் தன்மையை முடக்கலாம். -> மேலும் விவரத்திற்கு: . +> மேலும் விவரத்திற்கு: . - டிஸ்ட்ரோபாக்ஸ் கொள்கலனை உள்ளிடவும்: diff --git a/pages.ta/linux/distrobox-list.md b/pages.ta/linux/distrobox-list.md index 532b24af36..0c58f1e637 100644 --- a/pages.ta/linux/distrobox-list.md +++ b/pages.ta/linux/distrobox-list.md @@ -2,7 +2,7 @@ > அனைத்து டிஸ்ட்ரோபாக்ஸ் கொள்கலன்களையும் பட்டியலிடுங்கள். மேலும் பார்க்கவும்: `tldr distrobox`. > டிஸ்ட்ரோபாக்ஸ் கொள்கலன்கள் மற்ற சாதாரண பாட்மேன் அல்லது டோக்கர் கொள்கலன்களிலிருந்து தனித்தனியாக பட்டியலிடப்பட்டுள்ளன. -> மேலும் விவரத்திற்கு: . +> மேலும் விவரத்திற்கு: . - அனைத்து டிஸ்ட்ரோபாக்ஸ் கொள்கலன்களையும் பட்டியலிடுங்கள்: diff --git a/pages.ta/linux/distrobox-rm.md b/pages.ta/linux/distrobox-rm.md index cca3f6e029..44167c61d6 100644 --- a/pages.ta/linux/distrobox-rm.md +++ b/pages.ta/linux/distrobox-rm.md @@ -2,7 +2,7 @@ > டிஸ்ட்ரோபாக்ஸ் கொள்கலன்களை நீக்கு. > `distrobox`ன் துணைக் கட்டளை. மேலும் பார்க்கவும்: `tldr distrobox`. -> மேலும் விவரத்திற்கு: . +> மேலும் விவரத்திற்கு: . - டிஸ்ட்ரோபாக்ஸ் கொள்கலனை அகற்று (உதவிக்குறிப்பு: கொள்கலனை அகற்றும் முன் அதை நிறுத்தவும்): diff --git a/pages.zh/linux/konsole.md b/pages.zh/linux/konsole.md index 7646142971..26aca0ebbf 100644 --- a/pages.zh/linux/konsole.md +++ b/pages.zh/linux/konsole.md @@ -1,7 +1,7 @@ # konsole > Konsole: KDE 终端模拟器。 -> 更多信息:. +> 更多信息:. - 在特定目录中打开一个新的 Konsole: diff --git a/pages/common/atuin.md b/pages/common/atuin.md index 848ebf81ec..7f7d807724 100644 --- a/pages/common/atuin.md +++ b/pages/common/atuin.md @@ -2,7 +2,7 @@ > Store your shell history in a searchable database. > Optionally sync your encrypted history between machines. -> More information: . +> More information: . - Install atuin into your shell: diff --git a/pages/common/dfc.md b/pages/common/dfc.md index 82fa516c5a..4b7e63356c 100644 --- a/pages/common/dfc.md +++ b/pages/common/dfc.md @@ -1,7 +1,7 @@ # dfc > Gives an overview of the filesystem disk space usage with colors and graphs. -> More information: . +> More information: . - Display filesystems and their disk usage in human-readable form with colors and graphs: diff --git a/pages/common/dolt-add.md b/pages/common/dolt-add.md index ec08f6e06f..2dc98071f3 100644 --- a/pages/common/dolt-add.md +++ b/pages/common/dolt-add.md @@ -1,7 +1,7 @@ # dolt add > Add the contents of a table to the list of Dolt staged tables. -> More information: . +> More information: . - Add a table to the list of staged tables (stage a table): diff --git a/pages/common/dolt-blame.md b/pages/common/dolt-blame.md index 208dce75a4..4497898b17 100644 --- a/pages/common/dolt-blame.md +++ b/pages/common/dolt-blame.md @@ -1,7 +1,7 @@ # dolt blame > Displays commit information for each row of a Dolt table. -> More information: . +> More information: . - Display the latest commit for each row of a table: diff --git a/pages/common/dolt-branch.md b/pages/common/dolt-branch.md index 4f21e2374f..222f062f3b 100644 --- a/pages/common/dolt-branch.md +++ b/pages/common/dolt-branch.md @@ -1,7 +1,7 @@ # dolt branch > Manage Dolt branches. -> More information: . +> More information: . - List local branches (current branch is highlighted by `*`): diff --git a/pages/common/dolt-checkout.md b/pages/common/dolt-checkout.md index ce96edcc80..1491be1d93 100644 --- a/pages/common/dolt-checkout.md +++ b/pages/common/dolt-checkout.md @@ -1,7 +1,7 @@ # dolt checkout > Checkout the work tree or tables to a specific branch or commit. -> More information: . +> More information: . - Switch to a branch: diff --git a/pages/common/dolt-commit.md b/pages/common/dolt-commit.md index 1041d2b4c6..0b82626de2 100644 --- a/pages/common/dolt-commit.md +++ b/pages/common/dolt-commit.md @@ -1,7 +1,7 @@ # dolt commit > Commit staged changes to tables. -> More information: . +> More information: . - Commit all staged changes, opening the editor specified by `$EDITOR` to enter the commit message: diff --git a/pages/common/dolt-config.md b/pages/common/dolt-config.md index 35656bcccf..3164021ddd 100644 --- a/pages/common/dolt-config.md +++ b/pages/common/dolt-config.md @@ -1,7 +1,7 @@ # dolt config > Read and write local (per repository) and global (per user) Dolt configuration variables. -> More information: . +> More information: . - List all local and global configuration options and their values: diff --git a/pages/common/dolt-fetch.md b/pages/common/dolt-fetch.md index 120f37c6cd..b9b644929c 100644 --- a/pages/common/dolt-fetch.md +++ b/pages/common/dolt-fetch.md @@ -1,7 +1,7 @@ # dolt fetch > Download objects and refs from another repository. -> More information: . +> More information: . - Fetch the latest changes from the default remote upstream repository (origin): diff --git a/pages/common/dolt-merge.md b/pages/common/dolt-merge.md index 4b74967453..8e93435d9b 100644 --- a/pages/common/dolt-merge.md +++ b/pages/common/dolt-merge.md @@ -1,7 +1,7 @@ # dolt merge > Join two or more development histories together. -> More information: . +> More information: . - Incorporate changes from the named commits into the current branch: diff --git a/pages/common/dolt-version.md b/pages/common/dolt-version.md index c176373198..553689247b 100644 --- a/pages/common/dolt-version.md +++ b/pages/common/dolt-version.md @@ -1,7 +1,7 @@ # dolt version > Displays the current dolt CLI version. -> More information: . +> More information: . - Display version: diff --git a/pages/common/dolt.md b/pages/common/dolt.md index ff1f27f17f..74192b36f2 100644 --- a/pages/common/dolt.md +++ b/pages/common/dolt.md @@ -2,7 +2,7 @@ > An SQL database that you can fork, clone, branch, merge, push and pull just like a Git repository. > Some subcommands such as `commit` have their own usage documentation. -> More information: . +> More information: . - Execute a `dolt` subcommand: diff --git a/pages/common/exenv.md b/pages/common/exenv.md index 1bda5e6f7a..10a03975fb 100644 --- a/pages/common/exenv.md +++ b/pages/common/exenv.md @@ -1,7 +1,7 @@ # exenv > A tool to easily install Elixir versions and manage application environments. -> More information: . +> More information: . - Display a list of installed versions: diff --git a/pages/common/gladtex.md b/pages/common/gladtex.md index 1900117bcb..381b502e62 100644 --- a/pages/common/gladtex.md +++ b/pages/common/gladtex.md @@ -2,7 +2,7 @@ > A LaTeX formula preprocessor for HTML files. > It converts LaTeX formulas to images. -> More information: . +> More information: . - Convert to html: diff --git a/pages/common/mitmdump.md b/pages/common/mitmdump.md index 5fe9befb93..a54568201d 100644 --- a/pages/common/mitmdump.md +++ b/pages/common/mitmdump.md @@ -2,7 +2,7 @@ > View, record, and programmatically transform HTTP traffic. > The command-line counterpart to mitmproxy. -> More information: . +> More information: . - Start a proxy and save all output to a file: diff --git a/pages/common/nix-collect-garbage.md b/pages/common/nix-collect-garbage.md index c5f8e094ba..081689c8ae 100644 --- a/pages/common/nix-collect-garbage.md +++ b/pages/common/nix-collect-garbage.md @@ -2,7 +2,7 @@ > Delete unused and unreachable nix store paths. > Generations can be listed using `nix-env --list-generations`. -> More information: . +> More information: . - Delete all store paths unused by current generations of each profile: diff --git a/pages/common/parquet-tools.md b/pages/common/parquet-tools.md index f7b0f5fc78..8f52e63fd2 100644 --- a/pages/common/parquet-tools.md +++ b/pages/common/parquet-tools.md @@ -1,7 +1,7 @@ # parquet-tools > A tool to show, inspect and manipulate Parquet file. -> More information: . +> More information: . - Display the content of a Parquet file: diff --git a/pages/common/radare2.md b/pages/common/radare2.md index 89cb757802..a74adb5cb9 100644 --- a/pages/common/radare2.md +++ b/pages/common/radare2.md @@ -1,7 +1,7 @@ # radare2 > A set of reverse engineering tools. -> More information: . +> More information: . - Open a file in write mode without parsing the file format headers: diff --git a/pages/common/resolvconf.md b/pages/common/resolvconf.md index d74ced7ff7..fdae55ba3d 100644 --- a/pages/common/resolvconf.md +++ b/pages/common/resolvconf.md @@ -3,7 +3,7 @@ > Manage nameserver information. > Acts as an intermediary between programs that supply nameserver information and applications that use this information. > This tldr documents Debian's implementation of resolvconf. -> More information: . +> More information: . - Add or override the IFACE.PROG record and run the update scripts if updating is enabled: diff --git a/pages/common/salt-call.md b/pages/common/salt-call.md index 674a339bdd..75cd449da1 100644 --- a/pages/common/salt-call.md +++ b/pages/common/salt-call.md @@ -1,7 +1,7 @@ # salt-call > Invoke salt locally on a salt minion. -> More information: . +> More information: . - Perform a highstate on this minion: diff --git a/pages/common/salt-key.md b/pages/common/salt-key.md index b852502042..c8d35c5dd8 100644 --- a/pages/common/salt-key.md +++ b/pages/common/salt-key.md @@ -2,7 +2,7 @@ > Manages salt minion keys on the salt master. > Needs to be run on the salt master, likely as root or with sudo. -> More information: . +> More information: . - List all accepted, unaccepted and rejected minion keys: diff --git a/pages/common/salt-run.md b/pages/common/salt-run.md index f11c9765b9..3b9ef18435 100644 --- a/pages/common/salt-run.md +++ b/pages/common/salt-run.md @@ -1,7 +1,7 @@ # salt-run > Frontend for executing salt-runners on minions. -> More information: . +> More information: . - Show status of all minions: diff --git a/pages/common/salt.md b/pages/common/salt.md index 0fee17f616..0a2a3392ba 100644 --- a/pages/common/salt.md +++ b/pages/common/salt.md @@ -1,7 +1,7 @@ # salt > Execute commands and assert state on remote salt minions. -> More information: . +> More information: . - List connected minions: diff --git a/pages/common/stern.md b/pages/common/stern.md index 6415416875..1a986726a5 100644 --- a/pages/common/stern.md +++ b/pages/common/stern.md @@ -1,7 +1,7 @@ # stern > Tail multiple pods and containers from Kubernetes. -> More information: . +> More information: . - Tail all pods within a current namespace: diff --git a/pages/common/tailscale-up.md b/pages/common/tailscale-up.md index 3882abf274..370eb2a533 100644 --- a/pages/common/tailscale-up.md +++ b/pages/common/tailscale-up.md @@ -2,7 +2,7 @@ > Connects the client to the Tailscale network. > In version 1.8 and above, command-line arguments are stored and reused until they're overwritten or `--reset` is called. -> More information: . +> More information: . - Connect to Tailscale: diff --git a/pages/common/vgmstream_cli.md b/pages/common/vgmstream_cli.md index 00f8b6a312..376acbfb59 100644 --- a/pages/common/vgmstream_cli.md +++ b/pages/common/vgmstream_cli.md @@ -1,7 +1,7 @@ # vgmstream_cli > Play a wide variety of audio formats used in video games and convert them into `wav`. -> More information: . +> More information: . - Decode an `adc` file to `wav`. (Default output name is `input.wav`): diff --git a/pages/linux/burpsuite.md b/pages/linux/burpsuite.md index ca11fd2e6e..a85941cc35 100644 --- a/pages/linux/burpsuite.md +++ b/pages/linux/burpsuite.md @@ -1,7 +1,7 @@ # burpsuite > A GUI based application mainly used in web application penetration testing. -> More information: . +> More information: . - Start Burp Suite: diff --git a/pages/linux/distrobox-create.md b/pages/linux/distrobox-create.md index 7b00b50268..cd63395727 100644 --- a/pages/linux/distrobox-create.md +++ b/pages/linux/distrobox-create.md @@ -2,7 +2,7 @@ > Create a distrobox container. See also: `tldr distrobox`. > The container created will be tightly integrated with the host, allowing sharing of the user's HOME directory, external storage, external USB devices, graphical apps (X11/Wayland), and audio. -> More information: . +> More information: . - Create a distrobox container using the Ubuntu image: diff --git a/pages/linux/distrobox-enter.md b/pages/linux/distrobox-enter.md index 94aecbfda2..b8c67399b0 100644 --- a/pages/linux/distrobox-enter.md +++ b/pages/linux/distrobox-enter.md @@ -2,7 +2,7 @@ > Enter a distrobox container. See also: `tldr distrobox`. > Default command executed is your SHELL, but you can specify different shells or entire commands to execute. If used inside a script, an application, or a service, you can use the `--headless` mode to disable the tty and interactivity. -> More information: . +> More information: . - Enter a distrobox container: diff --git a/pages/linux/distrobox-export.md b/pages/linux/distrobox-export.md index cd8c8ae994..0c4b4c2c3c 100644 --- a/pages/linux/distrobox-export.md +++ b/pages/linux/distrobox-export.md @@ -2,7 +2,7 @@ > Export app/service/binary from container to host OS. > Subcommand of `distrobox`. See also: `tldr distrobox`. -> More information: . +> More information: . - Export an app from the container to the host (the desktop entry/icon will show up in your host system's application list): diff --git a/pages/linux/distrobox-host-exec.md b/pages/linux/distrobox-host-exec.md index 5ac9ac410e..bd8fcbb88f 100644 --- a/pages/linux/distrobox-host-exec.md +++ b/pages/linux/distrobox-host-exec.md @@ -2,7 +2,7 @@ > Execute a command on the host from inside a distrobox container. > Subcommand of `distrobox`. See also: `tldr distrobox`. -> More information: . +> More information: . - Execute command on the host system from inside the distrobox container: diff --git a/pages/linux/distrobox-list.md b/pages/linux/distrobox-list.md index 8bdf5f65c6..105ed011c7 100644 --- a/pages/linux/distrobox-list.md +++ b/pages/linux/distrobox-list.md @@ -2,7 +2,7 @@ > List all distrobox containers. See also: `tldr distrobox`. > Distrobox containers are listed separately from the rest of normal podman or Docker containers. -> More information: . +> More information: . - List all distrobox containers: diff --git a/pages/linux/distrobox-rm.md b/pages/linux/distrobox-rm.md index cd41263da3..ec6fb6b4ac 100644 --- a/pages/linux/distrobox-rm.md +++ b/pages/linux/distrobox-rm.md @@ -2,7 +2,7 @@ > Remove a distrobox container. > Subcommand of `distrobox`. See also: `tldr distrobox`. -> More information: . +> More information: . - Remove a distrobox container (Tip: Stop the container before removing it): diff --git a/pages/linux/distrobox-stop.md b/pages/linux/distrobox-stop.md index 95abd58c06..2363da5ec3 100644 --- a/pages/linux/distrobox-stop.md +++ b/pages/linux/distrobox-stop.md @@ -2,7 +2,7 @@ > Stop a distrobox container. > Subcommand of `distrobox`. See also: `tldr distrobox`. -> More information: . +> More information: . - Stop a distrobox container: diff --git a/pages/linux/distrobox-upgrade.md b/pages/linux/distrobox-upgrade.md index 1727adeb89..344c93c3c0 100644 --- a/pages/linux/distrobox-upgrade.md +++ b/pages/linux/distrobox-upgrade.md @@ -2,7 +2,7 @@ > Upgrade one or multiple distrobox containers. > Subcommand of `distrobox`. See also: `tldr distrobox`. -> More information: . +> More information: . - Upgrade a container using the container's native package manager: diff --git a/pages/linux/guake.md b/pages/linux/guake.md index c1f5693a2e..96813d8ff5 100644 --- a/pages/linux/guake.md +++ b/pages/linux/guake.md @@ -1,7 +1,7 @@ # guake > A drop-down terminal for GNOME. -> More information: . +> More information: . - Toggle Guake visibility: diff --git a/pages/linux/konsole.md b/pages/linux/konsole.md index ec5f97ef98..860b485c04 100644 --- a/pages/linux/konsole.md +++ b/pages/linux/konsole.md @@ -1,7 +1,7 @@ # konsole > KDE's terminal emulator. -> More information: . +> More information: . - Open the terminal in a specific directory: diff --git a/pages/linux/pro.md b/pages/linux/pro.md index 4cdbbea5d4..2ee59c10aa 100644 --- a/pages/linux/pro.md +++ b/pages/linux/pro.md @@ -1,7 +1,7 @@ # pro > Manage Ubuntu Pro services. -> More information: . +> More information: . - Connect your system to the Ubuntu Pro support contract: From eead50fd91ac55ddea1c5a0d68100cbc788d6d36 Mon Sep 17 00:00:00 2001 From: t-mangoe Date: Tue, 21 Nov 2023 01:36:15 +0900 Subject: [PATCH 03/56] case: add Japanese translation (#11452) --- pages.ja/common/case.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages.ja/common/case.md diff --git a/pages.ja/common/case.md b/pages.ja/common/case.md new file mode 100644 index 0000000000..2841010704 --- /dev/null +++ b/pages.ja/common/case.md @@ -0,0 +1,12 @@ +# case + +> 複数の選択肢がある条件文を作成するための Bash 組み込み構文。 +> 詳細はこちら: + +- 変数を文字列リテラルとマッチさせ、実行するコマンドを決める: + +`case {{$tocount}} in {{words}}) {{wc -w README}}; ;; {{lines}}) {{wc -l README}}; ;; esac` + +- パターンは | で結合し、どれにも該当しないパターンには \* を使う: + +`case {{$tocount}} in {{[wW]|words}}) {{wc -w README}}; ;; {{[lL]|lines}}) {{wc -l README}}; ;; *) {{echo "what?"}}; ;; esac` From a330cda918b140c57b638c8666291084c39197ef Mon Sep 17 00:00:00 2001 From: Sergej Frank Date: Mon, 20 Nov 2023 17:38:04 +0100 Subject: [PATCH 04/56] dalfox: add page (#11549) --- pages/common/dalfox.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/dalfox.md diff --git a/pages/common/dalfox.md b/pages/common/dalfox.md new file mode 100644 index 0000000000..763f87b715 --- /dev/null +++ b/pages/common/dalfox.md @@ -0,0 +1,16 @@ +# dalfox + +> A powerful open-source XSS scanner focused on automation. +> More information: . + +- Scan a single URL for XSS vulnerabilities: + +`dalfox url {{http://example.com}}` + +- Scan a URL using a header for authentication: + +`dalfox url {{http://example.com}} -H {{'X-My-Header: 123'}}` + +- Scan a list of URLs from a file: + +`dalfox file {{path/to/file}}` From 38f70421c4c1d671055e680d72a8e297874e60bf Mon Sep 17 00:00:00 2001 From: HoJeong Im <39ghwjd@naver.com> Date: Tue, 21 Nov 2023 01:50:34 +0900 Subject: [PATCH 05/56] bb: add Korean translation (#11551) --- pages.ko/common/bb.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages.ko/common/bb.md diff --git a/pages.ko/common/bb.md b/pages.ko/common/bb.md new file mode 100644 index 0000000000..98c4524079 --- /dev/null +++ b/pages.ko/common/bb.md @@ -0,0 +1,20 @@ +# bb + +> 스크립팅을 위한 기본 Clojure 인터프리터. +> 더 많은 정보: . + +- 표현식 평가: + +`bb -e "(+ 1 2 3)"` + +- 스크립트 파일 평가: + +`bb -f {{경로/대상/스크립트.clj}}` + +- `stdin`의 일련의 라인에 입력을 바인딩: + +`printf "first\nsecond" | bb -i "(map clojure.string/capitalize *input*)"` + +- `stdin`의 EDN(확장 가능한 데이터 표기법) 값 시퀀스에 입력을 바인딩: + +`echo "{:key 'val}" | bb -I "(:key (first *input*))"` From 9e19d0de8431de91d30d75fdc0cfe43faf4d9a9d Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Mon, 20 Nov 2023 19:25:11 +0100 Subject: [PATCH 06/56] tldr: update Polish translation (#11552) --- pages.pl/common/tldr.md | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/pages.pl/common/tldr.md b/pages.pl/common/tldr.md index d85b2f43cc..b8a1e932c2 100644 --- a/pages.pl/common/tldr.md +++ b/pages.pl/common/tldr.md @@ -1,17 +1,29 @@ # tldr -> Klient wiersza polecenia dla stron tldr. -> Wyświetla uproszczone i obsługiwane przez społeczność strony podręcznika man. -> Więcej informacji: . +> Wyświetl proste strony pomocy dla narzędzi wiersza poleceń z projektu tldr-pages. +> Uwaga: opcje `--language` i `--list` nie są wymagane przez specyfikację, ale większość klientów je implementuje. +> Więcej informacji: . -- Uzyskaj typowe zastosowania polecenia (wskazówka: oto jak się tu dostałeś!): +- Wyświetl stronę tldr dla podanej komendy (wskazówka: w ten sposób tu trafiłeś/aś!): -`tldr {{polecenie}}` +`tldr {{komenda}}` -- Pokaż tar tldr page dla Linux: +- Wyświetl stronę tldr dla podanej podkomendy: -`tldr -p {{linux}} {{tar}}` +`tldr {{komenda}} {{podkomenda}}` -- Uzyskaj pomoc dotyczącą komendy Git: +- Wyświetl stronę tldr dla komendy w podanym języku (jeżeli jest dostępna, w przeciwnym razie po angielsku): -`tldr {{git-checkout}}` +`tldr --language {{kod_języka}} {{komenda}}` + +- Wyświetl stronę tldr dla komendy z podanej platformy: + +`tldr --platform {{android|common|freebsd|linux|osx|netbsd|openbsd|sunos|windows}} {{komenda}}` + +- Zaktualizuj lokalną pamięć podręczną stron tldr: + +`tldr --update` + +- Wyświetl listę stron tldr dla aktualnej platformy i `common`: + +`tldr --list` From 1b66ca8aee30cd076e617f51ac542640d2d0fc61 Mon Sep 17 00:00:00 2001 From: Guillaume Bernard <49333734+guilieb@users.noreply.github.com> Date: Mon, 20 Nov 2023 19:30:31 +0100 Subject: [PATCH 07/56] lvextend: fix typo, update link (#11553) * fix: Update lvextend.md, missing + * lvextend: update link --------- Co-authored-by: K.B.Dharun Krishna --- pages/linux/lvextend.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/lvextend.md b/pages/linux/lvextend.md index 8948df2c4c..5b97b0e804 100644 --- a/pages/linux/lvextend.md +++ b/pages/linux/lvextend.md @@ -2,7 +2,7 @@ > Increase the size of a logical volume. > See also: `lvm`. -> More information: . +> More information: . - Increase a volume's size to 120 GB: @@ -14,4 +14,4 @@ - Increase a volume's size to 100% of the free physical volume space: -`lvextend --size {{100}}%FREE {{logical_volume}}` +`lvextend --size +{{100}}%FREE {{logical_volume}}` From 778555a1fb8e55b014161d64385d0f0a15994c41 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Mon, 20 Nov 2023 21:06:02 +0100 Subject: [PATCH 08/56] send-to-bot: remove once, let the tldr-bot always comment (#11547) --- scripts/send-to-bot.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/scripts/send-to-bot.py b/scripts/send-to-bot.py index a99b40f764..dff52d5a37 100755 --- a/scripts/send-to-bot.py +++ b/scripts/send-to-bot.py @@ -28,12 +28,9 @@ Is this intended? If so, just ignore this comment. Otherwise, please double-chec ################################################################################ -def post_comment(pr_id, body, once): +def post_comment(pr_id, body): endpoint = f"{BOT_URL}/comment" - if once: - endpoint += "/once" - data = {"pr_id": pr_id, "body": body} try: @@ -62,12 +59,10 @@ def main(action): if action == "report-errors": comment_body = COMMENT_ERROR.format(build_id=BUILD_ID, content=content) - comment_once = False elif action == "report-check-results": comment_body = COMMENT_CHECK.format(content=content) - comment_once = True - if post_comment(PR_ID, comment_body, comment_once): + if post_comment(PR_ID, comment_body): print("Success.") else: print("Error sending data to tldr-bot!", file=sys.stderr) From 89c9e5ecc3374a732f8eb38d637dff04b7b58542 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Tue, 21 Nov 2023 01:29:31 -0300 Subject: [PATCH 09/56] mysides: add Spanish translation (#11557) * mysides: add Spanish translation --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages.es/osx/mysides.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages.es/osx/mysides.md diff --git a/pages.es/osx/mysides.md b/pages.es/osx/mysides.md new file mode 100644 index 0000000000..fe2faed8a3 --- /dev/null +++ b/pages.es/osx/mysides.md @@ -0,0 +1,24 @@ +# mysides + +> Añade, lista y elimina favoritos del Finder. +> Más información: . + +- Lista favoritos de la barra lateral: + +`mysides list` + +- Añade un nuevo elemento al final de los favoritos de la barra lateral: + +`mysides add {{ejemplo}} {{file:///Usuarios/Compartidos/ejemplo}}` + +- Elimina un elemento por su nombre: + +`mysides remove {{ejemplo}}` + +- Añade el directorio actual a la barra lateral: + +`mysides add $(basename $(pwd)) file:///$(pwd)` + +- Elimina el directorio actual de la barra lateral: + +`mysides remove $(basename $(pwd))` From 3ae3df30080eea0006a8de69678da8c252ff3322 Mon Sep 17 00:00:00 2001 From: mbsmith <1298062+mbsmith@users.noreply.github.com> Date: Tue, 21 Nov 2023 02:58:11 -0600 Subject: [PATCH 10/56] hut: add page (#11535) * hut: add page --------- Co-authored-by: Juri Dispan Co-authored-by: K.B.Dharun Krishna Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/hut.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/hut.md diff --git a/pages/common/hut.md b/pages/common/hut.md new file mode 100644 index 0000000000..db99614fc4 --- /dev/null +++ b/pages/common/hut.md @@ -0,0 +1,28 @@ +# hut + +> A CLI tool for sourcehut. +> More information: . + +- Initialize `hut`'s configuration file (this will prompt for an OAuth2 access token, which is required to use `hut`): + +`hut init` + +- List Git/Mercurial repositories: + +`hut {{git|hg}} list` + +- Create a public Git/Mercurial repository: + +`hut {{git|hg}} create {{name}}` + +- List jobs on : + +`hut builds list` + +- Show the status of a job: + +`hut builds show {{job_id}}` + +- SSH into a job container: + +`hut ssh {{job_id}}` From 1133aa0c2c300b80f07aa0d1f50d92190d1d1eb2 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Tue, 21 Nov 2023 19:53:37 +0530 Subject: [PATCH 11/56] MAINTAINERS, CODEOWNERS: remove @marchersimon (#11554) * MAINTAINERS: remove @marchersimon from Org * CODEOWNERS: remove @marchersimon from German pages --- .github/CODEOWNERS | 4 ++-- MAINTAINERS.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ed44016eba..998a52951f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ -/pages.de/ @pixelcmtd @marchersimon @gutjuri +/pages.de/ @pixelcmtd @gutjuri /pages.es/ @navarroaxel @kant /pages.hi/ @kbdharun /pages.id/ @reinhart1010 @@ -13,7 +13,7 @@ /pages.zh/ @blueskyson @einverne /pages.zh_TW/ @blueskyson -/contributing-guides/*.de.md @pixelcmtd @marchersimon @gutjuri +/contributing-guides/*.de.md @pixelcmtd @gutjuri /contributing-guides/*.es.md @navarroaxel @kant /contributing-guides/*.hi.md @kbdharun /contributing-guides/*.id.md @reinhart1010 diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 9d0ae4584d..54e2ffc0fb 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -74,6 +74,8 @@ If you are an owner of the organization, you can see an automated list [14 November 2023](https://github.com/tldr-pages/tldr/issues/11495) — present - **Matthew Peveler ([@MasterOdin](https://github.com/MasterOdin))**: [9 January 2021](https://github.com/tldr-pages/tldr/issues/5122) — [18 March 2021](https://github.com/tldr-pages/tldr/issues/5473), [15 November 2023](https://github.com/tldr-pages/tldr/issues/11509) — present +- **Marcher Simon ([@marchersimon](https://github.com/marchersimon))**: + [9 March 2021](https://github.com/tldr-pages/tldr/issues/5390) — [9 April 2021](https://github.com/tldr-pages/tldr/issues/5722), [20 November 2023](https://github.com/tldr-pages/tldr/issues/11381) — present - Owen Voke ([@owenvoke](https://github.com/owenvoke)) [11 January 2018](https://github.com/tldr-pages/tldr/issues/1885) — [26 August 2018](https://github.com/tldr-pages/tldr/issues/2258) - Marco Bonelli ([@mebeim](https://github.com/mebeim)): @@ -90,8 +92,6 @@ If you are an owner of the organization, you can see an automated list [30 December 2020](https://github.com/tldr-pages/tldr/issues/5056) — [2 February 2021](https://github.com/tldr-pages/tldr/issues/5219) - Tan Siret Akıncı ([@yutyo](https://github.com/yutyo)): [3 March 2021](https://github.com/tldr-pages/tldr/issues/5345) — [7 April 2021](https://github.com/tldr-pages/tldr/issues/5702) -- Marcher Simon ([@marchersimon](https://github.com/marchersimon)): - [9 March 2021](https://github.com/tldr-pages/tldr/issues/5390) — [9 April 2021](https://github.com/tldr-pages/tldr/issues/5722) - Florian Benscheidt ([@Waples](https://github.com/Waples)): [16 April 2021](https://github.com/tldr-pages/tldr/issues/5774) — [19 May 2021](https://github.com/tldr-pages/tldr/issues/5989) - CleanMachine1 ([@CleanMachine1](https://github.com/CleanMachine1)): @@ -187,8 +187,6 @@ An automated list can be found [here](https://github.com/orgs/tldr-pages/people) [7 April 2021](https://github.com/tldr-pages/tldr/issues/5703) — present - **CleanMachine1 ([@CleanMachine1](https://github.com/CleanMachine1))**: [14 December 2021](https://github.com/tldr-pages/tldr/issues/7541) — present -- **Marcher Simon ([@marchersimon](https://github.com/marchersimon))**: - [9 August 2022](https://github.com/tldr-pages/tldr/issues/7540) — present - **Pixel Häußler ([@pixelcmtd](https://github.com/pixelcmtd))**: [10 May 2023](https://github.com/tldr-pages/tldr/pull/10056) — present - **Muhammad Falak R Wani ([@mfrw](https://github.com/mfrw))**: @@ -217,3 +215,5 @@ An automated list can be found [here](https://github.com/orgs/tldr-pages/people) until [14 December 2021](https://github.com/tldr-pages/tldr/issues/7538) - Lucas Schneider ([@schneiderl](https://github.com/schneiderl)): until [7 February 2023](https://github.com/tldr-pages/tldr/issues/10674) +- Marcher Simon ([@marchersimon](https://github.com/marchersimon)): + until [20 November 2023](https://github.com/tldr-pages/tldr/issues/11381) From 864e941267c98449f9c135c3178097fa68d864ea Mon Sep 17 00:00:00 2001 From: Hahaha <44904689+Loanito@users.noreply.github.com> Date: Tue, 21 Nov 2023 17:44:03 +0100 Subject: [PATCH 12/56] docker-{pull,rename,rm}: add French translation (#11561) * Create docker-pull.md * Create docker-rename.md * Create docker-remove.md * docker-*: fix spacing in French translation --------- Co-authored-by: K.B.Dharun Krishna --- pages.fr/common/docker-pull.md | 24 ++++++++++++++++++++++++ pages.fr/common/docker-rename.md | 12 ++++++++++++ pages.fr/common/docker-rm.md | 20 ++++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 pages.fr/common/docker-pull.md create mode 100644 pages.fr/common/docker-rename.md create mode 100644 pages.fr/common/docker-rm.md diff --git a/pages.fr/common/docker-pull.md b/pages.fr/common/docker-pull.md new file mode 100644 index 0000000000..d6daf58384 --- /dev/null +++ b/pages.fr/common/docker-pull.md @@ -0,0 +1,24 @@ +# docker pull + +> Télécharge une image docker depuis le registre. +> Plus d'informations : . + +- Télécharge une image docker spécifique : + +`docker pull {{image}}:{{étiquette}}` + +- Télécharge une image docker spécifique en mode silencieux : + +`docker pull --quiet {{image}}:{{étiquette}}` + +- Télécharge toutes les étiquettes d'une image docker spécifique : + +`docker pull --all-tags {{image}}` + +- Télécharge un image docker pour une plateforme spécifique, ex : linux/amd64 : + +`docker pull --platform {{linux/amd64}} {{image}}:{{étiquette}}` + +- Affiche l'aide : + +`docker pull --help` diff --git a/pages.fr/common/docker-rename.md b/pages.fr/common/docker-rename.md new file mode 100644 index 0000000000..56c5792f3b --- /dev/null +++ b/pages.fr/common/docker-rename.md @@ -0,0 +1,12 @@ +# docker rename + +> Renomme un conteneur. +> Plus d'informations : . + +- Renomme un conteneur : + +`docker rename {{conteneur}} {{nouveau_nom}}` + +- Affiche l'aide : + +`docker rename --help` diff --git a/pages.fr/common/docker-rm.md b/pages.fr/common/docker-rm.md new file mode 100644 index 0000000000..61981551f6 --- /dev/null +++ b/pages.fr/common/docker-rm.md @@ -0,0 +1,20 @@ +# docker rm + +> Supprime un ou plusieurs conteneurs. +> Plus d'informations : . + +- Supprimer des conteneurs : + +`docker rm {{conteneur1 conteneur2 ...}}` + +- Supprimer des conteneurs par la force : + +`docker rm --force {{conteneur1 conteneur2 ...}}` + +- Supprimer un conteneur et ses volumes : + +`docker rm --volumes {{conteneur}}` + +- Affiche l'aide : + +`docker rm` From 32271bc56374b49718baf3e27f324c56db3b6f13 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Tue, 21 Nov 2023 23:59:31 +0100 Subject: [PATCH 13/56] bat, cgclassify: add Dutch translation (#11544) --- pages.nl/common/bat.md | 29 +++++++++++++++++++++++++++++ pages.nl/linux/cgclassify.md | 16 ++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 pages.nl/common/bat.md create mode 100644 pages.nl/linux/cgclassify.md diff --git a/pages.nl/common/bat.md b/pages.nl/common/bat.md new file mode 100644 index 0000000000..903a33da55 --- /dev/null +++ b/pages.nl/common/bat.md @@ -0,0 +1,29 @@ +# bat + +> Bestanden tonen en samenvoegen. +> Een `cat` kopie met syntax highlighting en Git integratie. +> Meer informatie: . + +- Toon de inhoud van een bestand naar `stdout`: + +`bat {{pad/naar/bestand}}` + +- Voeg verschillende bestanden samen in het doelbestand: + +`bat {{bestand1}} {{bestand2}} > {{doelbestand}}` + +- Voeg verschillende bestanden toe aan het doelbestand: + +`bat {{bestand1}} {{bestand2}} >> {{doelbestand}}` + +- Nummer alle uitvoerregels: + +`bat --number {{pad/naar/bestand}}` + +- Highlight de syntax van een JSON-bestand: + +`bat --language json {{bestand.json}}` + +- Toon alle ondersteunde talen: + +`bat --list-languages` diff --git a/pages.nl/linux/cgclassify.md b/pages.nl/linux/cgclassify.md new file mode 100644 index 0000000000..c056938946 --- /dev/null +++ b/pages.nl/linux/cgclassify.md @@ -0,0 +1,16 @@ +# cgclassify + +> Verplaats lopende taken naar opgegeven `cgroups`. +> Meer informatie: . + +- Verplaats het proces met een specifiek PID naar de controle groep student in de CPU hierarchie: + +`cgclassify -g {{cpu:student}} {{1234}}` + +- Verplaats het proces met een specifiek PID naar de controle groepen gebaseerd op het `/etc/cgrules.conf` configuratie bestand: + +`cgclassify {{1234}}` + +- Verplaats het proces met een specifiek PID naar de controle groep student in de CPU hierarchy. Let op: de daemon van de service `cgred` veranderd `cgroups` van de specifieke PID en zijn onderliggende processen niet (gebaseerd op `/etc/cgrules.conf`): + +`cgclassify --sticky -g {{cpu:/student}} {{1234}}` From e52bff3e50e16b0bcee59da1d0ac115940843642 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Wed, 22 Nov 2023 05:39:19 +0100 Subject: [PATCH 14/56] case: update Japanese translation (#11556) Use recommended More information translation for the page --- pages.ja/common/case.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.ja/common/case.md b/pages.ja/common/case.md index 2841010704..8016b3a3df 100644 --- a/pages.ja/common/case.md +++ b/pages.ja/common/case.md @@ -1,7 +1,7 @@ # case > 複数の選択肢がある条件文を作成するための Bash 組み込み構文。 -> 詳細はこちら: +> 詳しくはこちら: - 変数を文字列リテラルとマッチさせ、実行するコマンドを決める: From 02fe8f609eb174e3a62d6fe0e21118b6a82adac8 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Wed, 22 Nov 2023 17:14:05 +0100 Subject: [PATCH 15/56] tldr: update link (#11545) --- pages.de/common/tldr.md | 2 +- pages.fr/common/tldr.md | 2 +- pages.hi/common/tldr.md | 2 +- pages.ja/common/tldr.md | 2 +- pages.ko/common/tldr.md | 2 +- pages.lo/common/tldr.md | 2 +- pages.pt_BR/common/tldr.md | 2 +- pages.ru/common/tldr.md | 2 +- pages.sh/common/tldr.md | 2 +- pages.th/common/tldr.md | 2 +- pages.tr/common/tldr.md | 2 +- pages.uk/common/tldr.md | 2 +- pages.zh/common/tldr.md | 2 +- pages.zh_TW/common/tldr.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/pages.de/common/tldr.md b/pages.de/common/tldr.md index 9c26ea0a22..cde06c8987 100644 --- a/pages.de/common/tldr.md +++ b/pages.de/common/tldr.md @@ -1,7 +1,7 @@ # tldr > Zeigt kurze Zusammenfassungen (tldr-Seiten) von Kommandozeilen-Befehlen an. -> Weitere Informationen: . +> Weitere Informationen: . - Zeige die tldr-Seite für einen Befehl an (Hinweis: So bist du hierher gekommen!): diff --git a/pages.fr/common/tldr.md b/pages.fr/common/tldr.md index f68bb04896..5acac37019 100644 --- a/pages.fr/common/tldr.md +++ b/pages.fr/common/tldr.md @@ -1,7 +1,7 @@ # tldr > Affiche des pages d'aide simples pour les outils en ligne de commande, depuis le projet `tldr-pages`. -> Plus d'informations : . +> Plus d'informations : . - Affiche la page tldr d'une commande (indice : c'est comme ça que vous êtes arrivé ici !) : diff --git a/pages.hi/common/tldr.md b/pages.hi/common/tldr.md index 7fd4cf7567..36e3cfc013 100644 --- a/pages.hi/common/tldr.md +++ b/pages.hi/common/tldr.md @@ -1,7 +1,7 @@ # tldr > tldr-pages प्रोजेक्ट से कमांड-लाइन टूल्स के लिए सरल हेल्प पेज प्रदर्शित करता है। -> अधिक जानकारी: । +> अधिक जानकारी: । - एक कमांड के विशिष्ट उपयोग प्राप्त करें (संकेत: इसका उपयोग कर आप यहाँ आए!): diff --git a/pages.ja/common/tldr.md b/pages.ja/common/tldr.md index 2d77b2a34c..330ef5154d 100644 --- a/pages.ja/common/tldr.md +++ b/pages.ja/common/tldr.md @@ -1,7 +1,7 @@ # tldr > コマンドの簡単なマニュアル。 -> 詳しくはこちら: +> 詳しくはこちら: - コマンドのよくある使用例を見られます (ヒント: このページにたどり着いた方法です!): diff --git a/pages.ko/common/tldr.md b/pages.ko/common/tldr.md index fe6b0dcbbc..d14f18d761 100644 --- a/pages.ko/common/tldr.md +++ b/pages.ko/common/tldr.md @@ -1,7 +1,7 @@ # tldr > 간단한 매뉴얼 페이지. -> 더 많은 정보: . +> 더 많은 정보: . - 명령어 형식적 사용법 가져오기 (힌트 : 이걸 사용하는 방법입니다!): diff --git a/pages.lo/common/tldr.md b/pages.lo/common/tldr.md index 4486815165..85e9a33bd8 100644 --- a/pages.lo/common/tldr.md +++ b/pages.lo/common/tldr.md @@ -1,7 +1,7 @@ # tldr > ສະແດງໜ້າຊ່ວຍເຫຼືອແບບງ່າຍໆສຳລັບເຄື່ອງມືແຖວຄຳສັ່ງຈາກໂຄງການ tldr-pages. -> ຂໍ້ມູນເພີ່ມເຕີມ: . +> ຂໍ້ມູນເພີ່ມເຕີມ: . - ສະແດງຫນ້າ tldr ສໍາລັບຄໍາສັ່ງສະເພາະ(ຄໍາແນະນໍາ: ນີ້ແມ່ນວິທີທີ່ທ່ານມາຮອດນີ້!): diff --git a/pages.pt_BR/common/tldr.md b/pages.pt_BR/common/tldr.md index d7444e0fb3..558253a961 100644 --- a/pages.pt_BR/common/tldr.md +++ b/pages.pt_BR/common/tldr.md @@ -1,7 +1,7 @@ # tldr > Exibe páginas de ajuda simples para ferramentas de linha de comando do projeto tldr-pages. -> Mais informações: . +> Mais informações: . - Imprime a página do tldr para um comando específico (dica: é assim que você chegou aqui!): diff --git a/pages.ru/common/tldr.md b/pages.ru/common/tldr.md index 938345e7df..a508324b9d 100644 --- a/pages.ru/common/tldr.md +++ b/pages.ru/common/tldr.md @@ -1,7 +1,7 @@ # tldr > Показывает простые страницы помощи для инструментов коммандной строки из проекта tldr-pages. -> Больше информации: . +> Больше информации: . - Показывает типичное использование комманды (подсказка: то как вы попали сюда!): diff --git a/pages.sh/common/tldr.md b/pages.sh/common/tldr.md index 7fbdcca264..c79ec3cac6 100644 --- a/pages.sh/common/tldr.md +++ b/pages.sh/common/tldr.md @@ -1,7 +1,7 @@ # tldr > Pojednostavljene man stranice. -> Više informacija: . +> Više informacija: . - Prikaži tipičnu upotrebu komande (pomoć: ovako ste stigli ovde!): diff --git a/pages.th/common/tldr.md b/pages.th/common/tldr.md index c97d06ad1a..40e8590dd6 100644 --- a/pages.th/common/tldr.md +++ b/pages.th/common/tldr.md @@ -1,7 +1,7 @@ # tldr > แสดงตัวอย่างแบบง่ายสำหรับเครื่องมือบน command-line จากโปรเจคท์ tldr-pages. -> ข้อมูลเพิ่มเติม: +> ข้อมูลเพิ่มเติม: - แสดงตัวอย่างการใช้งานคำสั่งที่ใช้บ่อย (บอกใบ้นิดนึง: นี่คือเหตุผลที่คุณสนใจใช้บริการของเราใช่ไหมล่ะ!): diff --git a/pages.tr/common/tldr.md b/pages.tr/common/tldr.md index 3bb1f7568b..4b51bf9300 100644 --- a/pages.tr/common/tldr.md +++ b/pages.tr/common/tldr.md @@ -1,7 +1,7 @@ # tldr > Komut satırı araçları için tldr-pages projesinden basit yardım sayfaları görüntüler. -> Daha fazla bilgi için: . +> Daha fazla bilgi için: . - Bir komutun tipik kullanımını göster (ipucu: burayı görüntülemek için kullandığınız komutun aynısı!): diff --git a/pages.uk/common/tldr.md b/pages.uk/common/tldr.md index c7e97b3945..82a6df07ee 100644 --- a/pages.uk/common/tldr.md +++ b/pages.uk/common/tldr.md @@ -1,7 +1,7 @@ # tldr > Відображає прості сторінки допомоги для інструментів командного рядка з проекту tldr-pages. -> Більше інформації: . +> Більше інформації: . - Показує типове використання команди (підказка: це те, як ви потрапили сюди!): diff --git a/pages.zh/common/tldr.md b/pages.zh/common/tldr.md index 902cb07a7a..c5044c6f61 100644 --- a/pages.zh/common/tldr.md +++ b/pages.zh/common/tldr.md @@ -1,7 +1,7 @@ # tldr > 简化过的 man 帮助手册。 -> 更多信息:. +> 更多信息:. - 获取一个命令的用例(提示:这就是你怎么得到本信息的): diff --git a/pages.zh_TW/common/tldr.md b/pages.zh_TW/common/tldr.md index 8aed5b41d3..aec6fa6422 100644 --- a/pages.zh_TW/common/tldr.md +++ b/pages.zh_TW/common/tldr.md @@ -1,7 +1,7 @@ # tldr > 由 tldr-pages 專案所提供的簡單版指令簡介。 -> 更多資訊:. +> 更多資訊:. - 顯示指令的常用用法: From 77bb606930b6d94d705b7206d1e0e387f096162e Mon Sep 17 00:00:00 2001 From: HoJeong Im <39ghwjd@naver.com> Date: Thu, 23 Nov 2023 01:14:38 +0900 Subject: [PATCH 16/56] airshare: add Korean translation (#11562) --- pages.ko/common/airshare.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages.ko/common/airshare.md diff --git a/pages.ko/common/airshare.md b/pages.ko/common/airshare.md new file mode 100644 index 0000000000..b53b09d94b --- /dev/null +++ b/pages.ko/common/airshare.md @@ -0,0 +1,28 @@ +# airshare + +> 로컬 네트워크의 두 컴퓨터 사이의 데이터 전송. +> 더 많은 정보: . + +- 파일 또는 디렉터리 공유: + +`airshare {{코드}} {{경로/대상/파일_또는_디렉토리1 경로/대상/파일_또는_디렉토리2 ...}}` + +- 파일 받기: + +`airshare {{코드}}` + +- 수신 서버 호스팅 (웹 인터페이스를 사용하여 파일을 업로드할 때 사용): + +`airshare --upload {{코드}}` + +- 파일이나 디렉터리를 수신 서버로 전송: + +`airshare --upload {{코드}} {{경로/대상/파일_또는_디렉토리1 경로/대상/파일_또는_디렉토리2 ...}}` + +- 경로가 클립보드에 복사된 파일 전송: + +`airshare --file-path {{코드}}` + +- 파일을 받아 클립보드에 복사: + +`airshare --clip-receive {{코드}}` From 9836e5cb1bb4a98d8247574ed9602908545add03 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Thu, 23 Nov 2023 01:33:25 +0530 Subject: [PATCH 17/56] django-admin: update link (#11566) Signed-off-by: K.B.Dharun Krishna --- pages.ko/common/django-admin.md | 2 +- pages/common/django-admin.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages.ko/common/django-admin.md b/pages.ko/common/django-admin.md index 64ba31cc96..8d4a202987 100644 --- a/pages.ko/common/django-admin.md +++ b/pages.ko/common/django-admin.md @@ -1,7 +1,7 @@ # django-admin > 관리 작업을 위한 Django 유틸리티. -> 더 많은 정보: . +> 더 많은 정보: . - 새로운 Django 프로젝트를 생성: diff --git a/pages/common/django-admin.md b/pages/common/django-admin.md index 5c7a72cbf0..56765a58bd 100644 --- a/pages/common/django-admin.md +++ b/pages/common/django-admin.md @@ -1,7 +1,7 @@ # django-admin > Django’s utility for administrative tasks. -> More information: . +> More information: . - Create a new Django project: From f3764866db7de49b1c90930b1def60820ece7f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=20Marku=C5=A1i=C4=87?= Date: Thu, 23 Nov 2023 05:58:05 +0100 Subject: [PATCH 18/56] ani-cli: fix flag for episode selection (#11575) Specifying episodes is done with `-e` --- pages.de/common/ani-cli.md | 2 +- pages.es/common/ani-cli.md | 2 +- pages.fr/common/ani-cli.md | 2 +- pages.ml/common/ani-cli.md | 2 +- pages.nl/common/ani-cli.md | 2 +- pages.zh/common/ani-cli.md | 2 +- pages/common/ani-cli.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pages.de/common/ani-cli.md b/pages.de/common/ani-cli.md index deae933fb6..d1a3b2d560 100644 --- a/pages.de/common/ani-cli.md +++ b/pages.de/common/ani-cli.md @@ -17,7 +17,7 @@ - Anzuschauende Episode angeben: -`ani-cli -a {{episoden_nummer}} "{{anime_name}}"` +`ani-cli -e {{episoden_nummer}} "{{anime_name}}"` - Anime aus Verlauf weiterschauen: diff --git a/pages.es/common/ani-cli.md b/pages.es/common/ani-cli.md index 3e3dc9659c..0310e8b922 100644 --- a/pages.es/common/ani-cli.md +++ b/pages.es/common/ani-cli.md @@ -17,7 +17,7 @@ - Especifica el episodio que desea ver: -`ani-cli -a {{numero_episodio}} "{{nombre_del_anime}}"` +`ani-cli -e {{numero_episodio}} "{{nombre_del_anime}}"` - Continúa viendo el anime desde el historial: diff --git a/pages.fr/common/ani-cli.md b/pages.fr/common/ani-cli.md index 3642ba551c..0d3a9ce33c 100644 --- a/pages.fr/common/ani-cli.md +++ b/pages.fr/common/ani-cli.md @@ -17,7 +17,7 @@ - Spécifie un épisode à regarder : -`ani-cli -a {{numéro_de_l_épisode}} "{{nom_de_l_animé}}"` +`ani-cli -e {{numéro_de_l_épisode}} "{{nom_de_l_animé}}"` - Continue de regarder l'animé depuis l'historique : diff --git a/pages.ml/common/ani-cli.md b/pages.ml/common/ani-cli.md index eea5462001..6017d832b4 100644 --- a/pages.ml/common/ani-cli.md +++ b/pages.ml/common/ani-cli.md @@ -17,7 +17,7 @@ - നിശ്ചിത എപ്പിസോഡ് കാണുവാൻ: -`ani-cli -a {{എപ്പിസോഡ്_നമ്പർ}} "{{അനിമേയുടെ_പേര്}}"` +`ani-cli -e {{എപ്പിസോഡ്_നമ്പർ}} "{{അനിമേയുടെ_പേര്}}"` - മുൻപ് കണ്ടുകൊണ്ടിരുന്ന അനിമേ തുടർന്ന് കാണുവാൻ: diff --git a/pages.nl/common/ani-cli.md b/pages.nl/common/ani-cli.md index 5364dd407b..e2a8d50c90 100644 --- a/pages.nl/common/ani-cli.md +++ b/pages.nl/common/ani-cli.md @@ -17,7 +17,7 @@ - Specificeer een aflevering om te kijken: -`ani-cli -a {{afleveringnummer}} "{{anime_naam}}"` +`ani-cli -e {{afleveringnummer}} "{{anime_naam}}"` - Bekijk anime uit je geschiedenis: diff --git a/pages.zh/common/ani-cli.md b/pages.zh/common/ani-cli.md index 7e22f1668a..35b255c79e 100644 --- a/pages.zh/common/ani-cli.md +++ b/pages.zh/common/ani-cli.md @@ -17,7 +17,7 @@ - 指定要观看的剧集: -`ani-cli -a {{剧集序号}} "{{动漫名称}}"` +`ani-cli -e {{剧集序号}} "{{动漫名称}}"` - 从历史记录中继续观看动漫: diff --git a/pages/common/ani-cli.md b/pages/common/ani-cli.md index b5a7404af8..950b440333 100644 --- a/pages/common/ani-cli.md +++ b/pages/common/ani-cli.md @@ -17,7 +17,7 @@ - Specify episode to watch: -`ani-cli -a {{episode_number}} "{{anime_name}}"` +`ani-cli -e {{episode_number}} "{{anime_name}}"` - Continue watching anime from history: From 37d086fa2b240cbac98602692d68884f85554c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 23 Nov 2023 02:01:31 -0300 Subject: [PATCH 19/56] scutil: add Spanish translation (#11564) * scutil: add Spanish translation * scutil: fix placeholders in Spanish translation --------- Co-authored-by: K.B.Dharun Krishna --- pages.es/osx/scutil.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 pages.es/osx/scutil.md diff --git a/pages.es/osx/scutil.md b/pages.es/osx/scutil.md new file mode 100644 index 0000000000..db3980ff2e --- /dev/null +++ b/pages.es/osx/scutil.md @@ -0,0 +1,29 @@ +# scutil + +> Gestiona los parámetros de configuración del sistema. +> Es necesario ser root para establecer la configuración. +> Más información: . + +- Muestra la configuración DNS: + +`scutil --dns` + +- Muestra la configuración del proxy: + +`scutil --proxy` + +- Obtiene nombre de equipo: + +`scutil --get ComputerName` + +- Establece el nombre del equipo: + +`sudo scutil --set ComputerName {{nombre_ordenador}}` + +- Obtiene nombre del host: + +`scutil --get HostName` + +- Establece nombre del host: + +`scutil --set HostName {{nombre_host}}` From 4d03873c18c687f3b11fce5bf4978157a2b52d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 23 Nov 2023 02:01:45 -0300 Subject: [PATCH 20/56] systemsoundserverd: add Spanish translation (#11563) --- pages.es/osx/systemsoundserverd.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages.es/osx/systemsoundserverd.md diff --git a/pages.es/osx/systemsoundserverd.md b/pages.es/osx/systemsoundserverd.md new file mode 100644 index 0000000000..23f7cc4d98 --- /dev/null +++ b/pages.es/osx/systemsoundserverd.md @@ -0,0 +1,8 @@ +# systemsoundserverd + +> Daemon relacionado con Core Audio. +> No debe invocarse manualmente. + +- Inicia el daemon: + +`systemsoundserverd` From 040c94dfa0ffa108c80caf767cac41c1e4db9b7a Mon Sep 17 00:00:00 2001 From: HoJeong Im <39ghwjd@naver.com> Date: Thu, 23 Nov 2023 14:52:34 +0900 Subject: [PATCH 21/56] atq: add Korean translation (#11576) --- pages.ko/common/atq.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages.ko/common/atq.md diff --git a/pages.ko/common/atq.md b/pages.ko/common/atq.md new file mode 100644 index 0000000000..8222fde5af --- /dev/null +++ b/pages.ko/common/atq.md @@ -0,0 +1,16 @@ +# atq + +> `at` 또는 `batch` 명령으로 예약된 작업 표시. +> 더 많은 정보: . + +- 현재 사용자의 예약된 작업 표시: + +`atq` + +- 'a'라는 대기열의 작업 표시 (대기열에는 단일 문자 이름이 있음): + +`atq -q {{a}}` + +- 모든 사용자의 직업 표시 (슈퍼유저로 실행): + +`sudo atq` From 6c57d1de51b2c4fcb0f2a3959d534a667a08dc9d Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Thu, 23 Nov 2023 14:43:05 +0100 Subject: [PATCH 22/56] fossil-*: add Dutch translation (#11571) --- pages.nl/common/fossil-add.md | 12 ++++++++++++ pages.nl/common/fossil-commit.md | 20 ++++++++++++++++++++ pages.nl/common/fossil-init.md | 9 +++++++++ pages.nl/common/fossil-rm.md | 17 +++++++++++++++++ pages.nl/common/fossil.md | 21 +++++++++++++++++++++ pages/common/fossil-rm.md | 2 +- 6 files changed, 80 insertions(+), 1 deletion(-) create mode 100644 pages.nl/common/fossil-add.md create mode 100644 pages.nl/common/fossil-commit.md create mode 100644 pages.nl/common/fossil-init.md create mode 100644 pages.nl/common/fossil-rm.md create mode 100644 pages.nl/common/fossil.md diff --git a/pages.nl/common/fossil-add.md b/pages.nl/common/fossil-add.md new file mode 100644 index 0000000000..3c1c455e96 --- /dev/null +++ b/pages.nl/common/fossil-add.md @@ -0,0 +1,12 @@ +# fossil add + +> Plaats bestanden of mappen in Fossil versiebeheer. +> Meer informatie: . + +- Plaats een bestand of map in versiebeheer, zodat het in de huidige checkout zit: + +`fossil add {{pad/naar/map_of_bestand}}` + +- Verwijder alle toegevoegde bestanden uit de huidige checkout: + +`fossil add --reset` diff --git a/pages.nl/common/fossil-commit.md b/pages.nl/common/fossil-commit.md new file mode 100644 index 0000000000..07e34109f6 --- /dev/null +++ b/pages.nl/common/fossil-commit.md @@ -0,0 +1,20 @@ +# fossil commit + +> Commit bestanden naar een Fossil repository. +> Meer informatie: . + +- Maak een nieuwe versie met alle aanpassingen in de huidige checkout; de gebruiker zal gevraagd worden voor een opmerking: + +`fossil commit` + +- Maak een nieuwe versie met alle aanpassingen in de huidige checkout en maak gebruik van de gespecificeerde opmerking: + +`fossil commit --comment "{{opmerking}}"` + +- Maak een nieuwe versie met alle aanpassingen in de huidige checkout met een comment ingelezen vanaf een specifiek bestand: + +`fossil commit --message-file {{pad/naar/commit_message_bestand}}` + +- Maak een nieuwe versie met aanpassingen van de gespecificeerde bestanden; de gebruiker zal gevraagd worden voor een opmerking: + +`fossil commit {{pad/naar/bestand1}} {{pad/naar/bestand2}}` diff --git a/pages.nl/common/fossil-init.md b/pages.nl/common/fossil-init.md new file mode 100644 index 0000000000..0f9e649ffa --- /dev/null +++ b/pages.nl/common/fossil-init.md @@ -0,0 +1,9 @@ +# fossil init + +> Initialiseer een nieuwe repository voor een project. +> Zie ook: `fossil clone`. +> Meer informatie: . + +- Maak een nieuwe repository in een opgegeven bestand: + +`fossil init {{pad/naar/bestand}}` diff --git a/pages.nl/common/fossil-rm.md b/pages.nl/common/fossil-rm.md new file mode 100644 index 0000000000..ec0543fc8f --- /dev/null +++ b/pages.nl/common/fossil-rm.md @@ -0,0 +1,17 @@ +# fossil rm + +> Verwijder bestanden of mappen uit Fossil versiebeheer. +> Zie ook: `fossil forget`. +> Meer informatie: . + +- Verwijder een bestand of map uit Fossil versiebeheer: + +`fossil rm {{pad/naar/bestand_of_map}}` + +- Verwijder een bestand of map uit Fossil versiebeheer en verwijder het ook van de schijf: + +`fossil rm --hard {{pad/naar/bestand_of_map}}` + +- Voeg alle vorige verwijderde en niet vastgelegde bestanden toe aan Fossil versiebeheer: + +`fossil rm --reset` diff --git a/pages.nl/common/fossil.md b/pages.nl/common/fossil.md new file mode 100644 index 0000000000..14616c6566 --- /dev/null +++ b/pages.nl/common/fossil.md @@ -0,0 +1,21 @@ +# fossil + +> Gedistribueerd versiebheer systeem. +> Sommige subcommando's zoals `fossil db` hebben hun eigen documentatie. +> Meer informatie: . + +- Controller de Fossil versie: + +`fossil version` + +- Toon algemene help (toon beschikbare subcommandos): + +`fossil help` + +- Toon help voor een Fossil subcommando (zoals `add`, `commit`, etc.): + +`fossil help {{subcommand}}` + +- Voer een Fossil subcommando uit: + +`fossil {{subcommand}}` diff --git a/pages/common/fossil-rm.md b/pages/common/fossil-rm.md index 21d3e26ee8..5d86af5510 100644 --- a/pages/common/fossil-rm.md +++ b/pages/common/fossil-rm.md @@ -1,7 +1,7 @@ # fossil rm > Remove files or directories from Fossil version control. -> See also `fossil forget`. +> See also: `fossil forget`. > More information: . - Remove a file or directory from Fossil version control: From f11333661d1110688909f110ccdd5485300ad943 Mon Sep 17 00:00:00 2001 From: Snowflake <149651684+snf1k@users.noreply.github.com> Date: Thu, 23 Nov 2023 21:49:46 +0800 Subject: [PATCH 23/56] ffsend: add Chinese translation (#11532) --- pages.zh/common/ffsend.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages.zh/common/ffsend.md diff --git a/pages.zh/common/ffsend.md b/pages.zh/common/ffsend.md new file mode 100644 index 0000000000..dc8cb58618 --- /dev/null +++ b/pages.zh/common/ffsend.md @@ -0,0 +1,24 @@ +# ffsend + +> 轻松和安全地分享文件。 +> 更多信息:. + +- 上传文件: + +`ffsend upload {{路径/到/文件}}` + +- 下载文件: + +`ffsend download {{url}}` + +- 上传带有密码的文件: + +`ffsend upload {{路径/到/文件}} -p {{密码}}` + +- 下载带有密码保护的文件: + +`ffsend download {{路径/到/文件}} -p {{密码}}` + +- 上传文件并允许下载 4 次: + +`ffsend upload {{路径/到/文件}} -d {{4}}` From 5374b2bdea244375957115171534af8770933ca8 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Thu, 23 Nov 2023 19:20:51 +0530 Subject: [PATCH 24/56] tldr: add Tamil translation (#11548) --- pages.ta/common/tldr.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 pages.ta/common/tldr.md diff --git a/pages.ta/common/tldr.md b/pages.ta/common/tldr.md new file mode 100644 index 0000000000..ffc302491e --- /dev/null +++ b/pages.ta/common/tldr.md @@ -0,0 +1,29 @@ +# tldr + +> tldr-pages திட்டத்தில் இருந்து கட்டளை வரி கருவிகளுக்கான எளிய உதவிப் பக்கங்களைக் காண்பிக்கவும். +> குறிப்பு: வாடிக்கையாளர் விவரக்குறிப்பிற்கு `--language` மற்றும் `--list` விருப்பங்கள் தேவையில்லை, ஆனால் பெரும்பாலான வாடிக்கையாளர்கள் அவற்றைச் செயல்படுத்துகிறார்கள். +> மேலும் விவரத்திற்கு: . + +- ஒரு குறிப்பிட்ட கட்டளைக்கு `tldr` பக்கத்தை அச்சிடுங்கள் (குறிப்பு: நீங்கள் இப்படி தான் இங்கு வந்தீர்கள்!): + +`tldr {{கட்டளை}}` + +- ஒரு குறிப்பிட்ட துணைக் கட்டளைக்கு `tldr` பக்கத்தை அச்சிடுக: + +`tldr {{கட்டளை}} {{துணை_கட்டளை}}` + +- கொடுக்கப்பட்ட [L] மொழியில் கட்டளைக்காக `tldr` பக்கத்தை அச்சிடவும் (கிடைத்தால், இல்லையெனில் ஆங்கிலத்திற்குத் திரும்பவும்): + +`tldr --language {{மொழி_குறியீடு}} {{கட்டளை}}` + +- ஒரு குறிப்பிட்ட [p] தளத்திலிருந்து ஒரு கட்டளைக்கு `tldr` பக்கத்தை அச்சிடவும்: + +`tldr --platform {{android|common|freebsd|linux|osx|netbsd|openbsd|sunos|windows}} {{கட்டளை}}` + +- `tldr` பக்கங்களின் உள்ளூர் தற்காலிக சேமிப்பை [u] புதுப்பிக்கவும்: + +`tldr --update` + +- தற்போதைய இயங்குதளத்திற்கான அனைத்து பக்கங்களையும் பட்டியலிடவும் மற்றும் `common`: + +`tldr --list` From c7810095ad6c6c6400048f61067fbd7ade515ae4 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Thu, 23 Nov 2023 14:55:03 +0100 Subject: [PATCH 25/56] pages/*: align "See also:" lines (#11572) --- pages/common/docker-image.md | 2 +- pages/common/f3fix.md | 2 +- pages/common/f3probe.md | 2 +- pages/common/f3read.md | 2 +- pages/common/f3write.md | 2 +- pages/common/nvim.md | 2 +- pages/common/podman-image.md | 2 +- pages/common/vim.md | 2 +- pages/common/vimdiff.md | 2 +- pages/common/vimtutor.md | 2 +- pages/linux/lrunzip.md | 2 +- pages/linux/lrzip.md | 2 +- pages/linux/openrc.md | 2 +- pages/linux/vgscan.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/pages/common/docker-image.md b/pages/common/docker-image.md index 8320af3551..040e8512bb 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`, and `docker pull`. > More information: . - List local Docker images: diff --git a/pages/common/f3fix.md b/pages/common/f3fix.md index 24fb9e1e9f..941daf12a5 100644 --- a/pages/common/f3fix.md +++ b/pages/common/f3fix.md @@ -1,7 +1,7 @@ # f3fix > Edit the partition table of a fake flash drive. -> See also `f3probe`, `f3write`, `f3read`. +> See also: `f3probe`, `f3write`, `f3read`. > More information: . - Fill a fake flash drive with a single partition that matches its real capacity: diff --git a/pages/common/f3probe.md b/pages/common/f3probe.md index eee4c3c672..1436a7acc5 100644 --- a/pages/common/f3probe.md +++ b/pages/common/f3probe.md @@ -1,7 +1,7 @@ # f3probe > Probe a block device (e.g. a flash drive or a microSD card) for counterfeit flash memory. -> See also `f3read`, `f3write`, `f3fix`. +> See also: `f3read`, `f3write`, `f3fix`. > More information: . - Probe a block device: diff --git a/pages/common/f3read.md b/pages/common/f3read.md index fe08be3121..b79bfb2634 100644 --- a/pages/common/f3read.md +++ b/pages/common/f3read.md @@ -1,7 +1,7 @@ # f3read > Validate .h2w files to test the real capacity of the drive. -> See also `f3write`, `f3probe`, `f3fix`. +> See also: `f3write`, `f3probe`, `f3fix`. > More information: . - Validate a device by checking the files in a given directory: diff --git a/pages/common/f3write.md b/pages/common/f3write.md index d22c69f6b5..2e7aa22019 100644 --- a/pages/common/f3write.md +++ b/pages/common/f3write.md @@ -1,7 +1,7 @@ # f3write > Fill a drive out with .h2w files to test its real capacity. -> See also `f3read`, `f3probe`, `f3fix`. +> See also: `f3read`, `f3probe`, `f3fix`. > More information: . - Write test files to a given directory, filling the drive: diff --git a/pages/common/nvim.md b/pages/common/nvim.md index c840524103..90baed889f 100644 --- a/pages/common/nvim.md +++ b/pages/common/nvim.md @@ -2,7 +2,7 @@ > Neovim, a programmer's text editor based on Vim, provides several modes for different kinds of text manipulation. > Pressing `i` in normal mode enters insert mode. `` goes back to normal mode, which doesn't allow regular text insertion. -> See also `vim`, `vimtutor`, `vimdiff`. +> See also: `vim`, `vimtutor`, `vimdiff`. > More information: . - Open a file: diff --git a/pages/common/podman-image.md b/pages/common/podman-image.md index e9dda97d89..959d828a78 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`, and `podman pull`. > More information: . - List local Docker images: diff --git a/pages/common/vim.md b/pages/common/vim.md index a60b72c76f..a5426fd0d6 100644 --- a/pages/common/vim.md +++ b/pages/common/vim.md @@ -2,7 +2,7 @@ > Vim (Vi IMproved), a command-line text editor, provides several modes for different kinds of text manipulation. > Pressing `i` in normal mode enters insert mode. Pressing `` goes back to normal mode, which enables the use of Vim commands. -> See also `vimdiff`, `vimtutor`, `nvim`. +> See also: `vimdiff`, `vimtutor`, `nvim`. > More information: . - Open a file: diff --git a/pages/common/vimdiff.md b/pages/common/vimdiff.md index b2d8452e12..11a86bffa3 100644 --- a/pages/common/vimdiff.md +++ b/pages/common/vimdiff.md @@ -1,7 +1,7 @@ # vimdiff > Open up two or more files in vim and show the differences between them. -> See also `vim`, `vimtutor`, `nvim`. +> See also: `vim`, `vimtutor`, `nvim`. > More information: . - Open two files and show the differences: diff --git a/pages/common/vimtutor.md b/pages/common/vimtutor.md index 1787ea2244..5b1469834d 100644 --- a/pages/common/vimtutor.md +++ b/pages/common/vimtutor.md @@ -1,7 +1,7 @@ # vimtutor > Vim tutor, teaching the basic vim commands. -> See also `vim`, `vimdiff`, `nvim`. +> See also: `vim`, `vimdiff`, `nvim`. > More information: . - Launch the vim tutor using the given language (en, fr, de, ...): diff --git a/pages/linux/lrunzip.md b/pages/linux/lrunzip.md index 5bf30986cc..3944548025 100644 --- a/pages/linux/lrunzip.md +++ b/pages/linux/lrunzip.md @@ -1,7 +1,7 @@ # lrunzip > A large file decompression program. -> See also `lrzip`, `lrztar`, `lrzuntar`. +> See also: `lrzip`, `lrztar`, `lrzuntar`. > More information: . - Decompress a file: diff --git a/pages/linux/lrzip.md b/pages/linux/lrzip.md index 8b72da5d59..2639252ce3 100644 --- a/pages/linux/lrzip.md +++ b/pages/linux/lrzip.md @@ -1,7 +1,7 @@ # lrzip > A large file compression program. -> See also `lrunzip`, `lrztar`, `lrzuntar`. +> See also: `lrunzip`, `lrztar`, `lrzuntar`. > More information: . - Compress a file with LZMA - slow compression, fast decompression: diff --git a/pages/linux/openrc.md b/pages/linux/openrc.md index c3e4417549..b7d2a6c1c6 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`, and `rc-service`. > More information: . - Change to a specific runlevel: diff --git a/pages/linux/vgscan.md b/pages/linux/vgscan.md index b6fa2352c2..4787b75fdd 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`, `vgchange`. +> See also: `lvm` and `vgchange`. > More information: . - Scan for volume groups and print information about each group found: From 2988906b8cf9022918dce45aea9311a0d408fa89 Mon Sep 17 00:00:00 2001 From: Sourav-Kumar-Panda <107533504+Sourav-Kumar-Panda@users.noreply.github.com> Date: Thu, 23 Nov 2023 19:25:40 +0530 Subject: [PATCH 26/56] aws-eks: add page (#11577) * aws-eks: add page --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna --- pages/common/aws-eks.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/common/aws-eks.md diff --git a/pages/common/aws-eks.md b/pages/common/aws-eks.md new file mode 100644 index 0000000000..fda670fa0e --- /dev/null +++ b/pages/common/aws-eks.md @@ -0,0 +1,32 @@ +# aws eks + +> CLI for Amazon EKS (Elastic Kubernetes Service). +> More information: . + +- Create an EKS Cluster: + +`aws eks create-cluster --name {{cluster_name}} --role-arn {{eks_service_role_arn}} --resources-vpc-config {{subnetIds={{subnet_ids}},securityGroupIds={{security_group_ids}}}}` + +- Update kubeconfig to connect to the EKS Cluster: + +`aws eks update-kubeconfig --name {{cluster_name}}` + +- List available EKS clusters: + +`aws eks list-clusters` + +- Describe EKS cluster details: + +`aws eks describe-cluster --name {{cluster_name}}` + +- Delete an EKS Cluster: + +`aws eks delete-cluster --name {{cluster_name}}` + +- List nodegroups in an EKS cluster: + +`aws eks list-nodegroups --cluster-name {{cluster_name}}` + +- Describe nodegroup details: + +`aws eks describe-nodegroup --cluster-name {{cluster_name}} --nodegroup-name {{nodegroup_name}}` From 62b41afe29fa73a72a891c391acf7a2483a615b5 Mon Sep 17 00:00:00 2001 From: Sourav-Kumar-Panda <107533504+Sourav-Kumar-Panda@users.noreply.github.com> Date: Thu, 23 Nov 2023 19:27:27 +0530 Subject: [PATCH 27/56] aws-dynamodb: add page (#11570) * aws-dynamodb: add page --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna --- pages/common/aws-dynamodb.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages/common/aws-dynamodb.md diff --git a/pages/common/aws-dynamodb.md b/pages/common/aws-dynamodb.md new file mode 100644 index 0000000000..34ec200774 --- /dev/null +++ b/pages/common/aws-dynamodb.md @@ -0,0 +1,36 @@ +# aws dynamodb + +> CLI for AWS dynamodb. +> More information: . + +- Create a table: + +`aws dynamodb create-table --table-name {{table_name}} --attribute-definitions {{AttributeName=S,AttributeType=S}} --key-schema {{AttributeName=S,KeyType=HASH}} --provisioned-throughput {{ReadCapacityUnits=5,WriteCapacityUnits=5}}` + +- List all tables in the DynamoDB: + +`aws dynamodb list-tables` + +- Get details about a specific table: + +`aws dynamodb describe-table --table-name {{table_name}}` + +- Add an item to a table: + +`aws dynamodb put-item --table-name {{table_name}} --item '{{{"AttributeName": {"S": "value"}}}}'` + +- Retrieve an item from a table: + +`aws dynamodb get-item --table-name {{table_name}} --key '{{{"ID": {"N": "1"}}}}'` + +- Update an item in the table: + +`aws dynamodb update-item --table-name {{table_name}} --key '{{{"ID": {"N": "1"}}}}' --update-expression "{{SET Name = :n}}" --expression-attribute-values '{{{":n": {"S": "Jane"}}}}'` + +- Scan items in the table: + +`aws dynamodb scan --table-name {{table_name}}` + +- Delete an item from the table: + +`aws dynamodb delete-item --table-name {{table_name}} --key '{{{"ID": {"N": "1"}}}}'` From fe6de50f3548dd5cb4ccd02152bef0f6cda9f6af Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Thu, 23 Nov 2023 14:58:02 +0100 Subject: [PATCH 28/56] pages.nl/*: update pages (#11574) --- pages.nl/common/adb.md | 1 + pages.nl/common/bundler.md | 1 + pages.nl/common/cron.md | 1 + pages.nl/common/git.md | 1 + pages.nl/common/lima.md | 3 ++- pages.nl/common/lzegrep.md | 1 + pages.nl/common/lzfgrep.md | 1 + pages.nl/common/musl-gcc.md | 5 +++-- pages.nl/common/todoman.md | 3 ++- pages.nl/common/vim.md | 1 + pages.nl/common/xzegrep.md | 1 + pages.nl/common/xzfgrep.md | 1 + pages.nl/linux/mount.smb3.md | 1 + 13 files changed, 17 insertions(+), 4 deletions(-) diff --git a/pages.nl/common/adb.md b/pages.nl/common/adb.md index 43a366e71d..9efa1c89fc 100644 --- a/pages.nl/common/adb.md +++ b/pages.nl/common/adb.md @@ -1,6 +1,7 @@ # adb > Android Debug-Brug: communiceer met een Android-emulator of een aangesloten Android-apparaat. +> Sommige subcommando's zoals `adb shell` hebben hun eigen documentatie. > Meer informatie: . - Controleer of het adb serverproces draait en start het: diff --git a/pages.nl/common/bundler.md b/pages.nl/common/bundler.md index 9d3cc02479..d6cdcf18fe 100644 --- a/pages.nl/common/bundler.md +++ b/pages.nl/common/bundler.md @@ -1,6 +1,7 @@ # bundler > Dit commando is een alias van `bundle`. +> `bundler` is een gebruikelijke naam voor het commando `bundle`, maar niet een commando op zichzelf. > Meer informatie: . - Bekijk de documentatie van het originele commando: diff --git a/pages.nl/common/cron.md b/pages.nl/common/cron.md index 5c1541ff3a..87afc3126e 100644 --- a/pages.nl/common/cron.md +++ b/pages.nl/common/cron.md @@ -1,6 +1,7 @@ # cron > Dit commando is een alias van `crontab`. +> Het commando om entries toe te voegen, aan te passen of te verwijderen in `cron` is called `crontab`. - Bekijk de documentatie van het originele commando: diff --git a/pages.nl/common/git.md b/pages.nl/common/git.md index fd5387a7e6..ff13b8d306 100644 --- a/pages.nl/common/git.md +++ b/pages.nl/common/git.md @@ -1,6 +1,7 @@ # git > Gedistribueerd versiebeheersysteem. +> Sommige subcommando's zoals `commit`, `add`, `branch`, `checkout`, `push`, etc. hebben hun eigen documentatie. > Meer informatie: . - Controleer de Git versie: diff --git a/pages.nl/common/lima.md b/pages.nl/common/lima.md index 9405ab4134..1a44b2ecfb 100644 --- a/pages.nl/common/lima.md +++ b/pages.nl/common/lima.md @@ -1,6 +1,7 @@ # lima -> Dit commando is een alias van `limactl`. +> Dit commando is een alias van `limactl shell` voor de default VM instantie. +> Je kan ook de omgevingsvariabele `$LIMA_INSTANCE` zetten om te werken op een andere instantie. > Meer informatie: . - Bekijk de documentatie van het originele commando: diff --git a/pages.nl/common/lzegrep.md b/pages.nl/common/lzegrep.md index 3f4bdc3359..aa941118cb 100644 --- a/pages.nl/common/lzegrep.md +++ b/pages.nl/common/lzegrep.md @@ -1,6 +1,7 @@ # lzegrep > Dit commando is een alias van `xzgrep`. +> Bekijk ook: `egrep`. - Bekijk de documentatie van het originele commando: diff --git a/pages.nl/common/lzfgrep.md b/pages.nl/common/lzfgrep.md index fc1de78673..0e6f83e81c 100644 --- a/pages.nl/common/lzfgrep.md +++ b/pages.nl/common/lzfgrep.md @@ -1,6 +1,7 @@ # lzfgrep > Dit commando is een alias van `xzgrep`. +> Bekijk ook: `fgrep`. - Bekijk de documentatie van het originele commando: diff --git a/pages.nl/common/musl-gcc.md b/pages.nl/common/musl-gcc.md index cc2a5be61d..426317dc8e 100644 --- a/pages.nl/common/musl-gcc.md +++ b/pages.nl/common/musl-gcc.md @@ -1,8 +1,9 @@ # musl-gcc -> Dit commando is een alias van `gcc`. +> Een wrapper voor `gcc` die automatisch opties instelt voor het koppelen van musl libc. +> Alle opties die gespecificeerd zijn, worden direct doorgegeven naar `gcc`. > Meer informatie: . -- Bekijk de documentatie van het originele commando: +- Bekijk de documentatie voor `gcc`: `tldr gcc` diff --git a/pages.nl/common/todoman.md b/pages.nl/common/todoman.md index 5cbfe1e7c8..f96de20b53 100644 --- a/pages.nl/common/todoman.md +++ b/pages.nl/common/todoman.md @@ -1,6 +1,7 @@ # todoman -> Dit commando is een alias van `todo`. +> Een simpele, gestandaardiseerde, cli todo manager. +> `todoman` is een gebruikelijke naam voor het commando `todo`, maar niet een commando op zichzelf. > Meer informatie: . - Bekijk de documentatie van het originele commando: diff --git a/pages.nl/common/vim.md b/pages.nl/common/vim.md index d73c533325..f19c6532bc 100644 --- a/pages.nl/common/vim.md +++ b/pages.nl/common/vim.md @@ -2,6 +2,7 @@ > Vim (Vi IMproved), een command-line tekst bewerker, geeft toegang tot verschillende manieren van tekst manipulatie. > Drukken op `i` begint invoegmodus. `` begint normale modus, wat toegang geeft tot de Vim commando's. +> Bekijk ook: `vimdiff`, `vimtutor` en `nvim`. > Meer informatie: . - Open een bestand: diff --git a/pages.nl/common/xzegrep.md b/pages.nl/common/xzegrep.md index 2ed8d595c4..05f8dee329 100644 --- a/pages.nl/common/xzegrep.md +++ b/pages.nl/common/xzegrep.md @@ -1,6 +1,7 @@ # xzegrep > Dit commando is een alias van `xzgrep`. +> Bekijk ook: `egrep`. - Bekijk de documentatie van het originele commando: diff --git a/pages.nl/common/xzfgrep.md b/pages.nl/common/xzfgrep.md index 67fd475c4f..a4cc098651 100644 --- a/pages.nl/common/xzfgrep.md +++ b/pages.nl/common/xzfgrep.md @@ -1,6 +1,7 @@ # xzfgrep > Dit commando is een alias van `xzgrep`. +> Bekijk ook: `fgrep`. - Bekijk de documentatie van het originele commando: diff --git a/pages.nl/linux/mount.smb3.md b/pages.nl/linux/mount.smb3.md index 8b11802f54..d936c4cac7 100644 --- a/pages.nl/linux/mount.smb3.md +++ b/pages.nl/linux/mount.smb3.md @@ -1,6 +1,7 @@ # mount.smb3 > Dit commando is een alias van `mount.cifs`. +> Let op: voor SMB versies vóór 3, dien je `mount.cifs` te gebruiken. - Bekijk de documentatie van het originele commando: From 6b7708d2747bf9f918e2cff6f9ddc467edd76408 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Thu, 23 Nov 2023 14:58:33 +0100 Subject: [PATCH 29/56] nm, rm, xz: add Dutch translation (#11546) Co-authored-by: Leon --- pages.nl/common/nm.md | 20 ++++++++++++++++++++ pages.nl/common/rm.md | 25 +++++++++++++++++++++++++ pages.nl/common/xz.md | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 81 insertions(+) create mode 100644 pages.nl/common/nm.md create mode 100644 pages.nl/common/rm.md create mode 100644 pages.nl/common/xz.md diff --git a/pages.nl/common/nm.md b/pages.nl/common/nm.md new file mode 100644 index 0000000000..d3b10e33f0 --- /dev/null +++ b/pages.nl/common/nm.md @@ -0,0 +1,20 @@ +# nm + +> Toon symbool namen in object bestanden. +> Meer informatie: . + +- Toon globale (externe) functies in een bestand (voorafgegaan door T): + +`nm -g {{pad/naar/bestand.o}}` + +- Toon alleen ongedefinieerde symbolen in een bestand: + +`nm -u {{pad/naar/bestand.o}}` + +- Toon alle symbolen, ook debugging symbolen: + +`nm -a {{pad/naar/bestand.o}}` + +- Transformeer C++ symbolen (maak ze leesbaar): + +`nm --demangle {{pad/naar/bestand.o}}` diff --git a/pages.nl/common/rm.md b/pages.nl/common/rm.md new file mode 100644 index 0000000000..e386b3e148 --- /dev/null +++ b/pages.nl/common/rm.md @@ -0,0 +1,25 @@ +# rm + +> Verwijder bestanden of mappen. +> Zie ook: `rmdir`. +> Meer informatie: . + +- Verwijder specifieke bestanden: + +`rm {{pad/naar/bestand1 pad/naar/bestand2 ...}}` + +- Verwijder specifieke bestanden, maar negeer niet-bestaande bestanden: + +`rm -f {{pad/naar/bestand1 pad/naar/bestand2 ...}}` + +- Verwijder specifieke bestanden [i]nteractief door vóór elke verwijdering bevestiging te vragen: + +`rm -i {{pad/naar/bestand1 pad/naar/bestand2 ...}}` + +- Verwijder specifieke bestanden en toon informatie over iedere verwijdering: + +`rm -v {{pad/naar/bestand1 pad/naar/bestand2 ...}}` + +- Verwijder specifieke bestanden en mappen [r]ecursief: + +`rm -r {{pad/naar/bestand_of_map1 pad/naar/bestand_of_map2 ...}}` diff --git a/pages.nl/common/xz.md b/pages.nl/common/xz.md new file mode 100644 index 0000000000..e5f3834b4b --- /dev/null +++ b/pages.nl/common/xz.md @@ -0,0 +1,36 @@ +# xz + +> Comprimeren of decomprimeren van `.xz` en `.lzma` bestanden. +> Meer informatie: . + +- Comprimeer een bestand gebruik makend van xz file: + +`xz {{pad/naar/bestand}}` + +- Decomprimer een xz bestand: + +`xz --decompress {{pad/naar/bestand.xz}}` + +- Comprimeer een bestand gebruik makend van lzma: + +`xz --format={{lzma}} {{pad/naar/bestand}}` + +- Decomprimer een lzm bestand: + +`xz --decompress --format={{lzma}} {{pad/naar/bestand.lzma}}` + +- Decomprimer een bestand en schrijf het naar `stdout` (impliceert `--keep`): + +`xz --decompress --stdout {{pad/naar/bestand.xz}}` + +- Comprimeer een bestand, maar verwijder het origineel niet: + +`xz --keep {{pad/naar/bestand}}` + +- Comprimeer een bestand, gebruik makend van de snelste compressie: + +`xz -0 {{pad/naar/bestand}}` + +- Comprimeer een bestand, gebruik makend van de beste compressie: + +`xz -9 {{pad/naar/bestand}}` From ef5c47d934afaf4de0b21bae34aef649ec0bbd9a Mon Sep 17 00:00:00 2001 From: Valentin Vetter Date: Thu, 23 Nov 2023 16:19:41 +0100 Subject: [PATCH 30/56] ncu: add use cases, use long options (#11555) Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Juri Dispan Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/ncu.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/pages/common/ncu.md b/pages/common/ncu.md index 2a54d800fb..ea0c9660d9 100644 --- a/pages/common/ncu.md +++ b/pages/common/ncu.md @@ -10,16 +10,28 @@ - List outdated global npm packages: -`ncu -g` +`ncu --global` - Upgrade all dependencies in the current directory: -`ncu -u` +`ncu --upgrade` - Interactively upgrade dependencies in the current directory: -`ncu -i` +`ncu --interactive` + +- List outdated dependencies up to the highest minor version: + +`ncu --target {{minor}}` + +- List outdated dependencies that match a keyword or regular expression: + +`ncu --filter {{keyword|/regex/}}` + +- List only a specific section of outdated dependencies: + +`ncu --dep {{dev|optional|peer|prod|packageManager}}` - Display help: -`ncu -h` +`ncu --help` From bd817258793d226e5ef3404d36b066974ac6cd81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 23 Nov 2023 14:01:12 -0300 Subject: [PATCH 31/56] mktemp: add Spanish translation (#11558) --- pages.es/osx/mktemp.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages.es/osx/mktemp.md diff --git a/pages.es/osx/mktemp.md b/pages.es/osx/mktemp.md new file mode 100644 index 0000000000..903431a295 --- /dev/null +++ b/pages.es/osx/mktemp.md @@ -0,0 +1,24 @@ +# mktemp + +> Crea un archivo o directorio temporal. +> Más información: . + +- Crea un archivo temporal vacío e imprime su ruta absoluta: + +`mktemp` + +- Usa un directorio personalizado (por defecto la salida de `getconf DARWIN_USER_TEMP_DIR`, o `/tmp`): + +`mktemp --tmpdir={{/ruta/a/tempdir}}` + +- Usa una plantilla de ruta personalizada (las `X` se sustituyen por caracteres alfanuméricos aleatorios): + +`mktemp {{/tmp/ejemplo.XXXXXXXX}}` + +- Usa un prefijo de nombre de archivo personalizado: + +`mktemp -t {{ejemplo}}` + +- Crea un directorio temporal vacío e imprime su ruta absoluta: + +`mktemp --directory` From 513a6cd893e54aee0dc3ce8f521f46632f21534c Mon Sep 17 00:00:00 2001 From: HoJeong Im <39ghwjd@naver.com> Date: Fri, 24 Nov 2023 20:20:02 +0900 Subject: [PATCH 32/56] asciitopgm: add Korean translation (#11583) --- pages.ko/common/asciitopgm.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages.ko/common/asciitopgm.md diff --git a/pages.ko/common/asciitopgm.md b/pages.ko/common/asciitopgm.md new file mode 100644 index 0000000000..e64ceaa80a --- /dev/null +++ b/pages.ko/common/asciitopgm.md @@ -0,0 +1,12 @@ +# asciitopgm + +> ASCII 그래픽을 PGM 파일로 변환합니다. +> 더 많은 정보: . + +- ASCII 데이터를 입력으로 읽고 ASCII 문자의 "밝기"에 가까운 픽셀 값을 사용하여 PGM 이미지를 생성: + +`asciitopgm {{경로/대상/입력_파일}} > {{경로/대상/출력_파일.pgm}}` + +- 버전 정보 표시: + +`asciitopgm -version` From 4da53e7db599a1ef29f5ad984fa05e516ab6ce1e Mon Sep 17 00:00:00 2001 From: leoTlr Date: Sat, 25 Nov 2023 08:00:05 +0100 Subject: [PATCH 33/56] scp: add proxy example (#11567) --- pages/common/scp.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/common/scp.md b/pages/common/scp.md index dc46a68d3d..a6dee41f02 100644 --- a/pages/common/scp.md +++ b/pages/common/scp.md @@ -30,4 +30,8 @@ - Use a specific ssh private key for authentication with the remote host: -`scp -i {{~/.ssh/private_key}} {{local_file}} {{remote_host}}:{{/path/remote_file}}` +`scp -i {{~/.ssh/private_key}} {{path/to/local_file}} {{remote_host}}:{{path/to/remote_file}}` + +- Use a specific proxy when connecting to the remote host: + +`scp -J {{proxy_username}}@{{proxy_host}} {{path/to/local_file}} {{remote_host}}:{{path/to/remote_file}}` From 6e6f736df2634505f950ce2b5b583529a19aba34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sat, 25 Nov 2023 13:03:04 -0300 Subject: [PATCH 34/56] look: add Spanish translation (#11585) * look: add Spanish translation --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages.es/osx/look.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages.es/osx/look.md diff --git a/pages.es/osx/look.md b/pages.es/osx/look.md new file mode 100644 index 0000000000..0730b65670 --- /dev/null +++ b/pages.es/osx/look.md @@ -0,0 +1,12 @@ +# look + +> Busca líneas en un archivo ordenado. +> Más información: . + +- Busca las líneas que comienzan con el prefijo dado: + +`look {{prefijo}} {{ruta/al/archivo}}` + +- Busca líneas ignorando mayúsculas y minúsculas: + +`look --ignore-case {{prefijo}} {{ruta/al/archivo}}` From 41d50ecb2f7aa32cca72e70ea4d80d2a922ea2e3 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Sun, 26 Nov 2023 08:00:42 +0100 Subject: [PATCH 35/56] swayidle: add page (#11586) --- pages/linux/swayidle.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pages/linux/swayidle.md diff --git a/pages/linux/swayidle.md b/pages/linux/swayidle.md new file mode 100644 index 0000000000..efa4895a7e --- /dev/null +++ b/pages/linux/swayidle.md @@ -0,0 +1,13 @@ +# swayidle + +> Idle management daemon for Wayland. +> Note: the configuration options are documented in its man page. +> More information: . + +- Listen for idle activity using the configuration in `$XDG_CONFIG_HOME/swayidle/config` or `$HOME/swayidle/config`: + +`swayidle` + +- Specify an alternative path to the configuration file: + +`swayidle -C {{path/to/file}}` From 1e6e51ef227ebad537ccd26efc5ea9dacf6dc563 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Sun, 26 Nov 2023 10:40:47 +0100 Subject: [PATCH 36/56] systemd-id128: fix typo; systemd-cryptenroll: update page (#11588) * systemd-id128: fix typo * systemd-cryptenroll: update page --- pages/linux/systemd-cryptenroll.md | 32 +++++++++++++++--------------- pages/linux/systemd-id128.md | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/pages/linux/systemd-cryptenroll.md b/pages/linux/systemd-cryptenroll.md index 47ccc8a068..a9b3168aa7 100644 --- a/pages/linux/systemd-cryptenroll.md +++ b/pages/linux/systemd-cryptenroll.md @@ -1,37 +1,37 @@ # systemd-cryptenroll -> Interactively enroll or remove methods used to unlock LUKS2-encrypted partitions/block devices. -> In order to allow a partition to be unlocked during system boot using something other than a Password, also update the crypttab file and initramfs. +> Interactively enroll or remove methods used to unlock LUKS2-encrypted devices. Uses a password to unlock the device unless otherwise specified. +> In order to allow a partition to be unlocked during system boot, update the `/etc/crypttab` file or the initramfs. > More information: . -- Unlock using Password, and enroll a new/additional Password: +- Enroll a new password (similar to `cryptsetup luksAddKey`): `systemd-cryptenroll --password {{path/to/luks2_block_device}}` -- Unlock using Password, and enroll a new/additional Recovery Key: +- Enroll a new recovery key (i.e. a randomly generated passphrase that can be used as a fallback): `systemd-cryptenroll --recovery-key {{path/to/luks2_block_device}}` -- Unlock using Password, and list available or enroll a new/additional PKCS#11 Token: +- List available tokens, or enroll a new PKCS#11 token: -`systemd-cryptenroll --pkcs11-token-uri={{list|auto|pkcs11_token_uri}} {{path/to/luks2_block_device}}` +`systemd-cryptenroll --pkcs11-token-uri {{list|auto|pkcs11_token_uri}} {{path/to/luks2_block_device}}` -- Unlock using Password, and list available or enroll a new FIDO2-Device (using PIN and Presence/Touch if available): +- List available FIDO2 devices, or enroll a new FIDO2 device (`auto` can be used as the device name when there is only one token plugged in): -`systemd-cryptenroll --fido2-device={{list|auto|path/to/fido2_hidraw_device}} {{path/to/luks2_block_device}}` +`systemd-cryptenroll --fido2-device {{list|auto|path/to/fido2_hidraw_device}} {{path/to/luks2_block_device}}` -- Unlock using Password, and enroll a new FIDO2-Device with User Verification (Biometrics): +- Enroll a new FIDO2 device with user verification (biometrics): -`systemd-cryptenroll --fido2-device={{auto|path/to/fido2_hidraw_device}} --fido2-with-user-verification=yes {{path/to/luks2_block_device}}` +`systemd-cryptenroll --fido2-device {{auto|path/to/fido2_hidraw_device}} --fido2-with-user-verification yes {{path/to/luks2_block_device}}` -- Unlock using a FIDO2-Device, and enroll a new FIDO2-Device: +- Unlock using a FIDO2 device, and enroll a new FIDO2 device: -`systemd-cryptenroll --unlock-fido2-device={{path/to/fido2_hidraw_unlock_device}} --fido2-device={{path/to/fido2_hidraw_enroll_device}} {{path/to/luks2_block_device}}` +`systemd-cryptenroll --unlock-fido2-device {{path/to/fido2_hidraw_unlock_device}} --fido2-device {{path/to/fido2_hidraw_enroll_device}} {{path/to/luks2_block_device}}` -- Unlock using Password, and enroll a TPM2 Security Chip (only secure-boot-policy PCR) and require additional alphanumeric PIN: +- Enroll a TPM2 security chip (only secure-boot-policy PCR) and require an additional alphanumeric PIN: -`systemd-cryptenroll --tpm2-device={{auto|path/to/tpm2_block_device}} --tpm2-with-pin=yes {{path/to/luks2_block_device}}` +`systemd-cryptenroll --tpm2-device {{auto|path/to/tpm2_block_device}} --tpm2-with-pin yes {{path/to/luks2_block_device}}` -- Unlock using Password, and remove all empty Passwords/all Passwords/all FIDO2-Devices/all PKCS#11 Tokens/all TMP2 Security Chips/all Recovery-Keys/all Methods: +- Remove all empty passwords/all passwords/all FIDO2 devices/all PKCS#11 tokens/all TPM2 security chips/all recovery keys/all methods: -`systemd-cryptenroll --wipe-slots={{empty|password|fido2|pkcs#11|tpm2|recovery|all}} {{path/to/luks2_block_device}}` +`systemd-cryptenroll --wipe-slot {{empty|password|fido2|pkcs#11|tpm2|recovery|all}} {{path/to/luks2_block_device}}` diff --git a/pages/linux/systemd-id128.md b/pages/linux/systemd-id128.md index e03e9bcd24..285016c3cb 100644 --- a/pages/linux/systemd-id128.md +++ b/pages/linux/systemd-id128.md @@ -19,6 +19,6 @@ `systemd-id128 invocation-id` -- Generate a new random identifier and print it as an UUID (five groups of digits separated by hyphens): +- Generate a new random identifier and print it as a UUID (five groups of digits separated by hyphens): `systemd-id128 new --uuid` From c22cf366c1282c4bbf24a72d5f99616aa1cd8290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sun, 26 Nov 2023 06:57:48 -0300 Subject: [PATCH 37/56] say: add Spanish translation (#11587) * say: add Spanish translation * say: fix typos in Spanish translation --------- Co-authored-by: K.B.Dharun Krishna --- pages.es/osx/say.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages.es/osx/say.md diff --git a/pages.es/osx/say.md b/pages.es/osx/say.md new file mode 100644 index 0000000000..1be498aca7 --- /dev/null +++ b/pages.es/osx/say.md @@ -0,0 +1,28 @@ +# say + +> Convierte texto a voz. +> Más información: . + +- Di una frase en voz alta: + +`say "{{Me gusta andar en mi bicicleta.}}"` + +- Lee un archivo en voz alta: + +`say --input-file={{nombre_de_archivo.txt}}` + +- Di una frase con una voz y un ritmo de voz personalizados: + +`say --voice={{voz}} --rate={{palabras_por_minuto}} "{{Lo siento David, no puedo dejarte hacer eso.}}"` + +- Lista las voces disponibles (cada voz habla en un idioma distinto): + +`say --voice="?"` + +- Di algo en polaco: + +`say --voice={{Zosia}} "{{Litwo, ojczyzno moja!}}"` + +- Crea un archivo de audio con el texto hablado: + +`say --output-file={{nombre_de_fichero.aiff}} "{{Aquí están los locos.}}"` From 51be3f6f219663024c84899942dfe05826c3ed95 Mon Sep 17 00:00:00 2001 From: Snowflake <149651684+snf1k@users.noreply.github.com> Date: Sun, 26 Nov 2023 22:49:26 +0800 Subject: [PATCH 38/56] fish: add Chinese translation (#11589) --- pages.zh/common/fish.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages.zh/common/fish.md diff --git a/pages.zh/common/fish.md b/pages.zh/common/fish.md new file mode 100644 index 0000000000..203e229492 --- /dev/null +++ b/pages.zh/common/fish.md @@ -0,0 +1,36 @@ +# fish + +> The Friendly Interactive SHell, 一个设计为用户友好的命令行解释器。 +> 更多信息:. + +- 启动交互式 shell 会话: + +`fish` + +- 启动不加载启动配置的交互式 shell 会话: + +`fish --no-config` + +- 执行特定命令: + +`fish --command "{{echo 'fish is executed'}}"` + +- 执行特定脚本: + +`fish {{路径/到/脚本.fish}}` + +- 检查特定脚本是否有语法错误: + +`fish --no-execute {{路径/到/脚本.fish}}` + +- 从 `stdin` 执行特定命令: + +`{{echo "echo 'fish is executed'"}} | fish` + +- 在专用模式下启动交互式 shell 会话,其中 shell 不会访问旧历史记录或保存新历史记录: + +`fish --private` + +- 定义并导出一个在 shell 重启后持续存在的环境变量(内置): + +`set --universal --export {{变量名}} {{变量值}}` From cd18d0fe206a5f2d21ff8248465aa610104e4a3f Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Sun, 26 Nov 2023 18:01:32 +0100 Subject: [PATCH 39/56] pages.nl/common/*: add Dutch translation (#11582) --- pages.nl/common/crontab.md | 36 +++++++++++++++++++++++++++++++++++ pages.nl/common/egrep.md | 28 +++++++++++++++++++++++++++ pages.nl/common/fgrep.md | 29 ++++++++++++++++++++++++++++ pages.nl/common/nvim.md | 38 +++++++++++++++++++++++++++++++++++++ pages.nl/common/vimdiff.md | 37 ++++++++++++++++++++++++++++++++++++ pages.nl/common/vimtutor.md | 13 +++++++++++++ pages/common/fgrep.md | 2 +- pages/common/vimdiff.md | 2 +- 8 files changed, 183 insertions(+), 2 deletions(-) create mode 100644 pages.nl/common/crontab.md create mode 100644 pages.nl/common/egrep.md create mode 100644 pages.nl/common/fgrep.md create mode 100644 pages.nl/common/nvim.md create mode 100644 pages.nl/common/vimdiff.md create mode 100644 pages.nl/common/vimtutor.md diff --git a/pages.nl/common/crontab.md b/pages.nl/common/crontab.md new file mode 100644 index 0000000000..7a5c2bc674 --- /dev/null +++ b/pages.nl/common/crontab.md @@ -0,0 +1,36 @@ +# crontab + +> Plan cron jobs zodat deze volgens een tijdsinterval voor de huidige gebruiker worden uitgevoerd. +> Meer informatie: . + +- Pas het crontab bestand aan voor de huidige gebruiker: + +`crontab -e` + +- Pas het crontab bestand aan voor een specifieke gebruiker: + +`sudo crontab -e -u {{gebruiker}}` + +- Vervang de huidige crontab met de inhoud van een opgegeven bestand: + +`crontab {{pad/naar/bestand}}` + +- Bekijk een lijst van bestaande cron jobs voor de huidige gebruiker: + +`crontab -l` + +- Verwijder alle cron jobs voor de huidige gebruiker: + +`crontab -r` + +- Voorbeeld crontab entry, welke iedere dag om 10:00 draait (* betekent elke waarde): + +`0 10 * * * {{commando_om_uit_te_voeren}}` + +- Voorbeeld crontab entry, welke iedere 10 minuten een commando uitvoert: + +`*/10 * * * * {{commando_om_uit_te_voeren}}` + +- Voorbeeld crontab entry, welke iedere vrijdag om 02:30 een specifiek script draait: + +`30 2 * * Fri {{/absoluut/pad/naar/script.sh}}` diff --git a/pages.nl/common/egrep.md b/pages.nl/common/egrep.md new file mode 100644 index 0000000000..31881ce4ed --- /dev/null +++ b/pages.nl/common/egrep.md @@ -0,0 +1,28 @@ +# egrep + +> Vind patronen in bestanden door gebruik te maken van uitgebreidere reguliere expressies (ondersteund `?`, `+`, `{}`, `()` en `|`). +> Meer informatie: . + +- Zoek naar een patroon in een bestand: + +`egrep "{{zoekpatroon}}" {{pad/naar/bestand}}` + +- Zoek naar een patroon in meerdere bestanden: + +`egrep "{{zoekpatroon}}" {{pad/naar/bestand1}} {{pad/naar/bestand2}} {{pad/naar/bestand3}}` + +- Zoek in `stdin` naar een patroon: + +`cat {{pad/naar/bestand}} | egrep {{zoekpatroon}}` + +- Toon de bestandsnaam en het regelnummer voor iedere overeenkomst: + +`egrep --with-filename --line-number "{{zoekpatroon}}" {{pad/naar/bestand}}` + +- Zoek recursief in alle bestanden in een map voor een patroon, maar negeer binaire bestanden: + +`egrep --recursive --binary-files={{without-match}} "{{zoekpatroon}}" {{pad/naar/map}}` + +- Zoek voor regels die niet voldoen aan een patroon: + +`egrep --invert-match "{{zoekpatroon}}" {{pad/naar/bestand}}` diff --git a/pages.nl/common/fgrep.md b/pages.nl/common/fgrep.md new file mode 100644 index 0000000000..278868cd9a --- /dev/null +++ b/pages.nl/common/fgrep.md @@ -0,0 +1,29 @@ +# fgrep + +> Zoek naar strings in bestanden. +> Gelijk aan `grep -F`. +> Meer informatie: . + +- Zoek naar een string in een bestand: + +`fgrep {{zoek_string}} {{pad/naar/bestand}}` + +- Zoek in bestanden, maar alleen in regels die volledig overeenkomen: + +`fgrep -x {{zoek_string}} {{pad/naar/bestand1}} {{pad/naar/bestand2}}` + +- Tel het aantal regels in een bestand die overeenkomen met de opgegeven string: + +`fgrep -c {{zoek_string}} {{pad/naar/bestand}}` + +- Toon de regelnummers in het bestand samen met de regel die overeenkomt: + +`fgrep -n {{zoek_string}} {{pad/naar/bestand}}` + +- Toon alle regels behalve de regels die de string bevatten: + +`fgrep -v {{zoek_string}} {{pad/naar/bestand}}` + +- Toon bestandsnamen waarvan de inhoud minimaal één keer overeenkomt met de string: + +`fgrep -l {{zoek_string}} {{pad/naar/bestand1}} {{pad/naar/bestand2}}` diff --git a/pages.nl/common/nvim.md b/pages.nl/common/nvim.md new file mode 100644 index 0000000000..a486545b76 --- /dev/null +++ b/pages.nl/common/nvim.md @@ -0,0 +1,38 @@ +# nvim + +> Neovim, een programmeurs tekstbewerker gebaseerd op Vim, welke verschillende modi aanbied voor verschillende soorten text manipulatie. +> Op `i` drukken in de normale modus, gaat naar de invoer modus. `` gaat terug naar de normale modus, die geen reguliere tekst invoer accepteert. +> Bekijk ook: `vim`, `vimtutor`, `vimdiff`. +> Meer informatie: . + +- Open een bestand: + +`nvim {{pad/naar/bestand}}` + +- Ga naar de modus om tekst aan te passen (insert mode): + +`i` + +- Kopieer ("yank") of knip ("delete") de huidige regel (plak het met `P`): + +`{{yy|dd}}` + +- Ga naar de normale modus en maak de laatste operatie ongedaan: + +`u` + +- Zoek voor een patroon in het bestand (druk op `n`/`N` om naar de volgende/vorige overeenkomst te gaan): + +`/{{zoek_patroon}}` + +- Voer een reguliere expressie vervanging uit in het volledige bestand: + +`:%s/{{reguliere_expressie}}/{{vervanging}}/g` + +- Ga naar de normale modus, sla (write) het bestand op en sluit af: + +`:wq` + +- Sluit af zonder op te slaan: + +`:q!` diff --git a/pages.nl/common/vimdiff.md b/pages.nl/common/vimdiff.md new file mode 100644 index 0000000000..ba0eec1811 --- /dev/null +++ b/pages.nl/common/vimdiff.md @@ -0,0 +1,37 @@ +# vimdiff + +> Open twee of meer bestanden in `vim` en toon de verschillen. +> Bekijk ook: `vim`, `vimtutor`, `nvim`. +> Meer informatie: . + +- Open twee bestanden en toon de verschillen: + +`vimdiff {{pad/naar/bestand1}} {{pad/naar/bestand2}}` + +- Verplaats de cursor naar het scherm links|rechts: + +`Ctrl + w {{h|l}}` + +- Spring naar het vorige verschil: + +`[c` + +- Spring naar het volgende verschil: + +`]c` + +- Kopieer het gemarkeerde verschil van het andere scherm naar het huidige scherm: + +`do` + +- Kopieer het gemarkeerde verschil van het huidige scherm naar het andere scherm: + +`dp` + +- Update alle markeringen en folds: + +`:diffupdate` + +- Schakel de gemarkeerde code fold om: + +`za` diff --git a/pages.nl/common/vimtutor.md b/pages.nl/common/vimtutor.md new file mode 100644 index 0000000000..91a5bd1156 --- /dev/null +++ b/pages.nl/common/vimtutor.md @@ -0,0 +1,13 @@ +# vimtutor + +> Vim tutor leert de basis `vim` commando's. +> Bekijk ook: `vim`, `vimdiff`, `nvim`. +> Meer informatie: . + +- Start de vim tutor voor de opgegeven taal (en, fr, de, ...): + +`vimtutor {{taal}}` + +- Verlaat de tutor: + +` :q ` diff --git a/pages/common/fgrep.md b/pages/common/fgrep.md index 8658dd04f8..0ffa8cc6ef 100644 --- a/pages/common/fgrep.md +++ b/pages/common/fgrep.md @@ -10,7 +10,7 @@ - Search only lines that match entirely in files: -`fgrep -x {{path/to/file1}} {{path/to/file2}}` +`fgrep -x {{search_string}} {{path/to/file1}} {{path/to/file2}}` - Count the number of lines that match the given string in a file: diff --git a/pages/common/vimdiff.md b/pages/common/vimdiff.md index 11a86bffa3..8743c31373 100644 --- a/pages/common/vimdiff.md +++ b/pages/common/vimdiff.md @@ -6,7 +6,7 @@ - Open two files and show the differences: -`vimdiff {{file1}} {{file2}}` +`vimdiff {{path/to/file1}} {{path/to/file2}}` - Move the cursor to the window on the left|right: From 389a618ba0bb553ab06d3b8bbdb17310b9afc61a Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Sun, 26 Nov 2023 18:02:06 +0100 Subject: [PATCH 40/56] distrobox-*: two-lined descriptions (#11573) --- pages.nl/linux/distrobox-create.md | 7 +++---- pages.nl/linux/distrobox-enter.md | 9 ++++----- pages.nl/linux/distrobox-host-exec.md | 7 +++---- pages.nl/linux/distrobox-list.md | 7 +++---- pages.nl/linux/distrobox-rm.md | 7 +++---- pages.nl/linux/distrobox-stop.md | 7 +++---- pages.nl/linux/distrobox-upgrade.md | 3 +-- pages.pt_BR/linux/distrobox-create.md | 6 +++--- pages.pt_BR/linux/distrobox-enter.md | 8 ++++---- pages.pt_BR/linux/distrobox-host-exec.md | 4 ++-- pages.pt_BR/linux/distrobox-rm.md | 6 +++--- pages.pt_BR/linux/distrobox-stop.md | 6 +++--- pages/linux/distrobox-create.md | 6 +++--- pages/linux/distrobox-enter.md | 8 ++++---- pages/linux/distrobox-export.md | 3 +-- pages/linux/distrobox-host-exec.md | 5 ++--- pages/linux/distrobox-list.md | 6 +++--- pages/linux/distrobox-rm.md | 7 +++---- pages/linux/distrobox-stop.md | 7 +++---- pages/linux/distrobox-upgrade.md | 3 +-- pages/linux/distrobox.md | 2 +- 21 files changed, 56 insertions(+), 68 deletions(-) diff --git a/pages.nl/linux/distrobox-create.md b/pages.nl/linux/distrobox-create.md index 37ec055dca..5a3a091965 100644 --- a/pages.nl/linux/distrobox-create.md +++ b/pages.nl/linux/distrobox-create.md @@ -1,14 +1,13 @@ # distrobox-create -> Maak een distrobox container. -> Subcommando van `distrobox`. Bekijk ook: `tldr distrobox`. +> Maak een Distrobox container. Bekijk ook: `tldr distrobox`. > De gecreëerde container wordt nauw geïntegreerd met de host, waardoor het delen van de thuismap van de gebruiker, externe opslag, externe USB-apparaten, grafische apps (X11/Wayland) en audio mogelijk is. > Meer informatie: . -- Maak een distrobox container met behulp van het Ubuntu image: +- Maak een Distrobox container met behulp van het Ubuntu image: `distrobox-create {{container_name}} --image {{ubuntu:latest}}` -- Kloon een distrobox container: +- Kloon een Distrobox container: `distrobox-create --clone {{container_name}} {{cloned_container_name}}` diff --git a/pages.nl/linux/distrobox-enter.md b/pages.nl/linux/distrobox-enter.md index d325581af1..61a2415d55 100644 --- a/pages.nl/linux/distrobox-enter.md +++ b/pages.nl/linux/distrobox-enter.md @@ -1,18 +1,17 @@ # distrobox-enter -> Betreed een distrobox container. -> Subcommando van `distrobox`. Bekijk ook: `tldr distrobox`. +> Betreed een Distrobox container. Bekijk ook: `tldr distrobox`. > Standaard commando dat wordt uitgevoerd is je SHELL, maar je kan verschillende shells of hele commando's specificeren. Indien gebruikt in een script/applicatie/service, kunt u de `--headless`-modus gebruiken om de tty en interactiviteit uit te schakelen. > Meer informatie: . -- Betreed een distrobox container: +- Betreed een Distrobox container: `distrobox-enter {{container_name}}` -- Betreed een distrobox container en voer een commando uit bij het inloggen: +- Betreed een Distrobox container en voer een commando uit bij het inloggen: `distrobox-enter {{container_name}} -- {{sh -l}}` -- Betreed een distrobox container zonder een tty the instanteren: +- Betreed een Distrobox container zonder een tty the instanteren: `distrobox-enter --name {{container_name}} -- {{uptime -p}}` diff --git a/pages.nl/linux/distrobox-host-exec.md b/pages.nl/linux/distrobox-host-exec.md index b06c202e86..b07c79e77f 100644 --- a/pages.nl/linux/distrobox-host-exec.md +++ b/pages.nl/linux/distrobox-host-exec.md @@ -1,13 +1,12 @@ # distrobox-host-exec -> Voer een commando uit op de host vanuit de distrobox container. -> Subcommando van `distrobox`. Bekijk ook: `tldr distrobox`. +> Voer een commando uit op de host vanuit de Distrobox container. Bekijk ook: `tldr distrobox`. > Meer informatie: . -- Voer een commando uit op de host vanuit de distrobox container: +- Voer een commando uit op de host vanuit de Distrobox container: `distrobox-host-exec "{{command}}"` -- Voer het `ls` commando uit op de host vanuit de distrobox container: +- Voer het `ls` commando uit op de host vanuit de Distrobox container: `distrobox-host-exec ls` diff --git a/pages.nl/linux/distrobox-list.md b/pages.nl/linux/distrobox-list.md index 38960db6b5..72bf3ea3f0 100644 --- a/pages.nl/linux/distrobox-list.md +++ b/pages.nl/linux/distrobox-list.md @@ -1,14 +1,13 @@ # distrobox-list -> Toon alle distrobox containers. -> Subcommando van `distrobox`. Bekijk ook: `tldr distrobox`. +> Toon alle Distrobox containers. Bekijk ook: `tldr distrobox`. > Distrobox containers worden los van de rest van de normale Podman of Docker containers weergegeven. > Meer informatie: . -- Toon alle distrobox containers: +- Toon alle Distrobox containers: `distrobox-list` -- Toon alle distrobox containers met verbose informatie: +- Toon alle Distrobox containers met verbose informatie: `distrobox-list --verbose` diff --git a/pages.nl/linux/distrobox-rm.md b/pages.nl/linux/distrobox-rm.md index de812ba59e..d7eabe5cad 100644 --- a/pages.nl/linux/distrobox-rm.md +++ b/pages.nl/linux/distrobox-rm.md @@ -1,13 +1,12 @@ # distrobox-rm -> Verwijder een distrobox container. -> Subcommando van `distrobox`. Bekijk ook: `tldr distrobox`. +> Verwijder een Distrobox container. Bekijk ook: `tldr distrobox`. > Meer informatie: . -- Verwijder een distrobox container (Tip: Stop the container voordat je hem verwijdert): +- Verwijder een Distrobox container (Tip: Stop the container voordat je hem verwijdert): `distrobox-rm {{container_name}}` -- Verwijder een distrobox container geforceerd: +- Verwijder een Distrobox container geforceerd: `distrobox-rm {{container_name}} --force` diff --git a/pages.nl/linux/distrobox-stop.md b/pages.nl/linux/distrobox-stop.md index fe7c6a7199..8f50d1dc34 100644 --- a/pages.nl/linux/distrobox-stop.md +++ b/pages.nl/linux/distrobox-stop.md @@ -1,13 +1,12 @@ # distrobox-stop -> Stop een distrobox container. -> Subcommando van `distrobox`. Bekijk ook: `tldr distrobox`. +> Stop een Distrobox container. Bekijk ook: `tldr distrobox`. > Meer informatie: . -- Stop een distrobox container: +- Stop een Distrobox container: `distrobox-stop {{container_name}}` -- Stop een distrobox container zonder bevestiging: +- Stop een Distrobox container zonder bevestiging: `distrobox-stop --name {{container_name}} --yes` diff --git a/pages.nl/linux/distrobox-upgrade.md b/pages.nl/linux/distrobox-upgrade.md index 0cec7e0681..0aa99e65a6 100644 --- a/pages.nl/linux/distrobox-upgrade.md +++ b/pages.nl/linux/distrobox-upgrade.md @@ -1,7 +1,6 @@ # distrobox-upgrade -> Upgrade een of meerdere distrobox containers. -> Subcommando van `distrobox`. Bekijk ook: `tldr distrobox`. +> Upgrade een of meerdere Distrobox containers. Bekijk ook: `tldr distrobox`. > Meer informatie: . - Upgrade een container met behulp van de native pakketbeheerder van de container: diff --git a/pages.pt_BR/linux/distrobox-create.md b/pages.pt_BR/linux/distrobox-create.md index 77fc0ddb71..3cd28a19ec 100644 --- a/pages.pt_BR/linux/distrobox-create.md +++ b/pages.pt_BR/linux/distrobox-create.md @@ -1,13 +1,13 @@ # distrobox-create -> Criar um contêiner distrobox. Veja também: `tldr distrobox`. +> Criar um contêiner Distrobox. Veja também: `tldr distrobox`. > O contêiner criado será integrado ao sistema host, permitindo o compartilhamento do diretório HOME do usuário, armazenamento externo, dispositivos USB externos, aplicativos gráficos (X11/Wayland) e áudio. > Mais informações: . -- Criar um contêiner distrobox usando a imagem do Ubuntu: +- Criar um contêiner Distrobox usando a imagem do Ubuntu: `distrobox-create {{nome_do_contêiner}} --image {{ubuntu:latest}}` -- Clonar um contêiner distrobox: +- Clonar um contêiner Distrobox: `distrobox-create --clone {{nome_do_contêiner}} {{nome_do_contêiner_clonado}}` diff --git a/pages.pt_BR/linux/distrobox-enter.md b/pages.pt_BR/linux/distrobox-enter.md index 1180503f10..6169b65ccc 100644 --- a/pages.pt_BR/linux/distrobox-enter.md +++ b/pages.pt_BR/linux/distrobox-enter.md @@ -1,18 +1,18 @@ # distrobox-enter -> Entrar em um contêiner distrobox. Veja também: `tldr distrobox`. +> Entrar em um contêiner Distrobox. Veja também: `tldr distrobox`. > O comando padrão executado é o seu SHELL, mas você pode especificar shells diferentes ou comandos completos para serem executados. > Se usado dentro de um script, um aplicativo ou um serviço, você pode usar o modo `--headless` para desabilitar o tty e a interatividade. > Mais informações: . -- Entrar em um contêiner distrobox: +- Entrar em um contêiner Distrobox: `distrobox-enter {{nome_do_contêiner}}` -- Entrar em um contêiner distrobox e executar um comando no login: +- Entrar em um contêiner Distrobox e executar um comando no login: `distrobox-enter {{nome_do_contêiner}} -- {{sh -l}}` -- Entrar em um contêiner distrobox sem instanciar um tty: +- Entrar em um contêiner Distrobox sem instanciar um tty: `distrobox-enter --name {{nome_do_contêiner}} -- {{uptime -p}}` diff --git a/pages.pt_BR/linux/distrobox-host-exec.md b/pages.pt_BR/linux/distrobox-host-exec.md index 22585d064a..bb5e5f3deb 100644 --- a/pages.pt_BR/linux/distrobox-host-exec.md +++ b/pages.pt_BR/linux/distrobox-host-exec.md @@ -1,10 +1,10 @@ # distrobox-host-exec -> Executar um comando no sistema host a partir do interior de um contêiner distrobox. +> Executar um comando no sistema host a partir do interior de um contêiner Distrobox. > Subcomando de `distrobox`. Veja também: `tldr distrobox`. > Mais informações: . -- Executar um comando no sistema host a partir do interior do contêiner distrobox: +- Executar um comando no sistema host a partir do interior do contêiner Distrobox: `distrobox-host-exec "{{comando}}"` diff --git a/pages.pt_BR/linux/distrobox-rm.md b/pages.pt_BR/linux/distrobox-rm.md index dac022fc8d..c7969624bb 100644 --- a/pages.pt_BR/linux/distrobox-rm.md +++ b/pages.pt_BR/linux/distrobox-rm.md @@ -1,13 +1,13 @@ # distrobox-rm -> Remover um contêiner distrobox. +> Remover um contêiner Distrobox. > Subcomando de `distrobox`. Veja também: `tldr distrobox`. > Mais informações: . -- Remover um contêiner distrobox (Dica: Pare o contêiner antes de removê-lo): +- Remover um contêiner Distrobox (Dica: Pare o contêiner antes de removê-lo): `distrobox-rm {{nome_do_contêiner}}` -- Remover um contêiner distrobox forçadamente: +- Remover um contêiner Distrobox forçadamente: `distrobox-rm {{nome_do_contêiner}} --force` diff --git a/pages.pt_BR/linux/distrobox-stop.md b/pages.pt_BR/linux/distrobox-stop.md index 9467bf8dca..8d0cbbd34e 100644 --- a/pages.pt_BR/linux/distrobox-stop.md +++ b/pages.pt_BR/linux/distrobox-stop.md @@ -1,13 +1,13 @@ # distrobox-stop -> Parar um contêiner distrobox. +> Parar um contêiner Distrobox. > Subcomando de `distrobox`. Veja também: `tldr distrobox`. > Mais informações: . -- Parar um contêiner distrobox: +- Parar um contêiner Distrobox: `distrobox-stop {{nome_do_contêiner}}` -- Parar um contêiner distrobox de forma não interativa (sem confirmação): +- Parar um contêiner Distrobox de forma não interativa (sem confirmação): `distrobox-stop --name {{nome_do_contêiner}} --yes` diff --git a/pages/linux/distrobox-create.md b/pages/linux/distrobox-create.md index cd63395727..318aff47fb 100644 --- a/pages/linux/distrobox-create.md +++ b/pages/linux/distrobox-create.md @@ -1,13 +1,13 @@ # distrobox-create -> Create a distrobox container. See also: `tldr distrobox`. +> Create a Distrobox container. See also: `tldr distrobox`. > The container created will be tightly integrated with the host, allowing sharing of the user's HOME directory, external storage, external USB devices, graphical apps (X11/Wayland), and audio. > More information: . -- Create a distrobox container using the Ubuntu image: +- Create a Distrobox container using the Ubuntu image: `distrobox-create {{container_name}} --image {{ubuntu:latest}}` -- Clone a distrobox container: +- Clone a Distrobox container: `distrobox-create --clone {{container_name}} {{cloned_container_name}}` diff --git a/pages/linux/distrobox-enter.md b/pages/linux/distrobox-enter.md index b8c67399b0..626ddcb6db 100644 --- a/pages/linux/distrobox-enter.md +++ b/pages/linux/distrobox-enter.md @@ -1,17 +1,17 @@ # distrobox-enter -> Enter a distrobox container. See also: `tldr distrobox`. +> Enter a Distrobox container. See also: `tldr distrobox`. > Default command executed is your SHELL, but you can specify different shells or entire commands to execute. If used inside a script, an application, or a service, you can use the `--headless` mode to disable the tty and interactivity. > More information: . -- Enter a distrobox container: +- Enter a Distrobox container: `distrobox-enter {{container_name}}` -- Enter a distrobox container and run a command at login: +- Enter a Distrobox container and run a command at login: `distrobox-enter {{container_name}} -- {{sh -l}}` -- Enter a distrobox container without instantiating a tty: +- Enter a Distrobox container without instantiating a tty: `distrobox-enter --name {{container_name}} -- {{uptime -p}}` diff --git a/pages/linux/distrobox-export.md b/pages/linux/distrobox-export.md index 0c4b4c2c3c..2a62445dfd 100644 --- a/pages/linux/distrobox-export.md +++ b/pages/linux/distrobox-export.md @@ -1,7 +1,6 @@ # distrobox-export -> Export app/service/binary from container to host OS. -> Subcommand of `distrobox`. See also: `tldr distrobox`. +> Export app/service/binary from container to host OS. See also: `tldr distrobox`. > More information: . - Export an app from the container to the host (the desktop entry/icon will show up in your host system's application list): diff --git a/pages/linux/distrobox-host-exec.md b/pages/linux/distrobox-host-exec.md index bd8fcbb88f..3eccb2bceb 100644 --- a/pages/linux/distrobox-host-exec.md +++ b/pages/linux/distrobox-host-exec.md @@ -1,10 +1,9 @@ # distrobox-host-exec -> Execute a command on the host from inside a distrobox container. -> Subcommand of `distrobox`. See also: `tldr distrobox`. +> Execute a command on the host from inside a Distrobox container. See also: `tldr distrobox`. > More information: . -- Execute command on the host system from inside the distrobox container: +- Execute command on the host system from inside the Distrobox container: `distrobox-host-exec "{{command}}"` diff --git a/pages/linux/distrobox-list.md b/pages/linux/distrobox-list.md index 105ed011c7..dc1d740e0b 100644 --- a/pages/linux/distrobox-list.md +++ b/pages/linux/distrobox-list.md @@ -1,13 +1,13 @@ # distrobox-list -> List all distrobox containers. See also: `tldr distrobox`. +> List all Distrobox containers. See also: `tldr distrobox`. > Distrobox containers are listed separately from the rest of normal podman or Docker containers. > More information: . -- List all distrobox containers: +- List all Distrobox containers: `distrobox-list` -- List all distrobox containers with verbose information: +- List all Distrobox containers with verbose information: `distrobox-list --verbose` diff --git a/pages/linux/distrobox-rm.md b/pages/linux/distrobox-rm.md index ec6fb6b4ac..481f0a550f 100644 --- a/pages/linux/distrobox-rm.md +++ b/pages/linux/distrobox-rm.md @@ -1,13 +1,12 @@ # distrobox-rm -> Remove a distrobox container. -> Subcommand of `distrobox`. See also: `tldr distrobox`. +> Remove a Distrobox container. See also: `tldr distrobox`. > More information: . -- Remove a distrobox container (Tip: Stop the container before removing it): +- Remove a Distrobox container (Tip: Stop the container before removing it): `distrobox-rm {{container_name}}` -- Remove a distrobox container forcefully: +- Remove a Distrobox container forcefully: `distrobox-rm {{container_name}} --force` diff --git a/pages/linux/distrobox-stop.md b/pages/linux/distrobox-stop.md index 2363da5ec3..168b01fe64 100644 --- a/pages/linux/distrobox-stop.md +++ b/pages/linux/distrobox-stop.md @@ -1,13 +1,12 @@ # distrobox-stop -> Stop a distrobox container. -> Subcommand of `distrobox`. See also: `tldr distrobox`. +> Stop a Distrobox container. See also: `tldr distrobox`. > More information: . -- Stop a distrobox container: +- Stop a Distrobox container: `distrobox-stop {{container_name}}` -- Stop a distrobox container non-interactively (without confirmation): +- Stop a Distrobox container non-interactively (without confirmation): `distrobox-stop --name {{container_name}} --yes` diff --git a/pages/linux/distrobox-upgrade.md b/pages/linux/distrobox-upgrade.md index 344c93c3c0..d9c1d6ea4f 100644 --- a/pages/linux/distrobox-upgrade.md +++ b/pages/linux/distrobox-upgrade.md @@ -1,7 +1,6 @@ # distrobox-upgrade -> Upgrade one or multiple distrobox containers. -> Subcommand of `distrobox`. See also: `tldr distrobox`. +> Upgrade one or multiple Distrobox containers. See also: `tldr distrobox`. > More information: . - Upgrade a container using the container's native package manager: diff --git a/pages/linux/distrobox.md b/pages/linux/distrobox.md index 4963ee4147..68f285e397 100644 --- a/pages/linux/distrobox.md +++ b/pages/linux/distrobox.md @@ -1,7 +1,7 @@ # distrobox > Use any Linux distribution inside your terminal in a container. Install & use packages inside it while tightly integrating with the host OS, sharing storage (`home` directory) and hardware. -> It uses Podman or Docker to create your containers. +> Note: It uses Podman or Docker to create your containers. > More information: . - View documentation for creating containers: From 8ec0d6f6b3230beb5245afeba59ca2b37e088c13 Mon Sep 17 00:00:00 2001 From: HoJeong Im <39ghwjd@naver.com> Date: Mon, 27 Nov 2023 19:48:55 +0900 Subject: [PATCH 41/56] boxes: add Korean translation (#11591) --- pages.ko/common/boxes.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages.ko/common/boxes.md diff --git a/pages.ko/common/boxes.md b/pages.ko/common/boxes.md new file mode 100644 index 0000000000..dad67be1f3 --- /dev/null +++ b/pages.ko/common/boxes.md @@ -0,0 +1,24 @@ +# boxes + +> ASCII 아트 상자 그리기, 제거 및 복구 +> 더 많은 정보: . + +- 문자열 주위에 상자 그리기: + +`echo "{{문자열}}" | boxes` + +- 문자열에서 상자를 제거: + +`echo "{{문자열}}" | boxes -r` + +- 문자열 주위에 특정 디자인의 상자 그리기: + +`echo "{{문자열}}" | boxes -d {{parchment}}` + +- 너비가 10이고 높이가 5인 상자를 그리기: + +`echo "{{문자열}}" | boxes -s {{10}}x{{5}}` + +- 중앙에 텍스트가 있는 상자 그리기: + +`echo "{{문자열}}" | boxes -a c` From 93d05bf6b7b8ee6b2d28af35319fd247d5f5a8ff Mon Sep 17 00:00:00 2001 From: Rolv Apneseth Date: Mon, 27 Nov 2023 12:15:27 +0000 Subject: [PATCH 42/56] ollama: add page (#11590) * ollama: add page * ollama: move page to common * ollama: add example for running a model with a single prompt * Update pages/common/ollama.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages/common/ollama.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/ollama.md diff --git a/pages/common/ollama.md b/pages/common/ollama.md new file mode 100644 index 0000000000..acede9871e --- /dev/null +++ b/pages/common/ollama.md @@ -0,0 +1,28 @@ +# ollama + +> A large language model runner. +> More information: . + +- Start the daemon required to run other commands: + +`ollama serve` + +- Run a model and chat with it: + +`ollama run {{model}}` + +- Run a model with a single prompt: + +`ollama run {{model}} {{prompt}}` + +- List downloaded models: + +`ollama list` + +- Delete a model: + +`ollama rm {{model}}` + +- Create a model from a `Modelfile`: + +`ollama create {{new_model_name}} -f {{path/to/Modelfile}}` From 0c28ba9a9bff8fda66f041a5afcbb18ff01e8506 Mon Sep 17 00:00:00 2001 From: marcel Date: Mon, 27 Nov 2023 15:56:28 +0100 Subject: [PATCH 43/56] sg: add page (#11445) Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/sg.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/sg.md diff --git a/pages/common/sg.md b/pages/common/sg.md new file mode 100644 index 0000000000..24f28da89c --- /dev/null +++ b/pages/common/sg.md @@ -0,0 +1,20 @@ +# sg + +> Ast-grep is a tool for code structural search, lint, and rewriting. +> More information: . + +- Scan for possible queries using interactive mode: + +`sg scan --interactive` + +- Rewrite code in the current directory using patterns: + +`sg run --pattern '{{foo}}' --rewrite '{{bar}}' --lang {{python}}` + +- Visualize possible changes without applying them: + +`sg run --pattern '{{useState($A)}}' --rewrite '{{useState($A)}}' --lang {{typescript}}` + +- Output results as JSON, extract information using `jq` and interactively view it using `jless`: + +`sg run --pattern '{{Some($A)}}' --rewrite '{{None}}' --json | jq '{{.[].replacement}}' | jless` From d28edb194be8b64d92b77a156fd33d8ce6fe6c38 Mon Sep 17 00:00:00 2001 From: Muralikrishnan <75822565+Muralikrishnan5971@users.noreply.github.com> Date: Mon, 27 Nov 2023 20:47:54 +0530 Subject: [PATCH 44/56] git-write-tree: add page (#11584) * git-write-tree: add page --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/git-write-tree.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/git-write-tree.md diff --git a/pages/common/git-write-tree.md b/pages/common/git-write-tree.md new file mode 100644 index 0000000000..1cc5d5a17e --- /dev/null +++ b/pages/common/git-write-tree.md @@ -0,0 +1,16 @@ +# git write-tree + +> Low level utility to create a tree object from the current index. +> More information: . + +- Create a tree object from the current index: + +`git write-tree` + +- Create a tree object without checking whether objects referenced by the directory exist in the object database: + +`git write-tree --missing-ok` + +- Create a tree object that represents a subdirectory (used to write the tree object for a subproject in the named subdirectory): + +`git write-tree --prefix {{subdirectory}}/` From 3e4e1d9fa688d5b08c6f52fa5e6351afbb7f05c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Tue, 28 Nov 2023 01:02:52 -0300 Subject: [PATCH 45/56] airportd: add Spanish translation (#11592) --- pages.es/osx/airportd.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages.es/osx/airportd.md diff --git a/pages.es/osx/airportd.md b/pages.es/osx/airportd.md new file mode 100644 index 0000000000..b5d9b5735b --- /dev/null +++ b/pages.es/osx/airportd.md @@ -0,0 +1,9 @@ +# airportd + +> Gestiona las interfaces inalámbricas. +> No debe invocarse manualmente. +> Más información: . + +- Inicia el daemon: + +`airportd` From cdd9f387bcbcfb89c1e5232ac11705e0b50cfa9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Tue, 28 Nov 2023 01:04:36 -0300 Subject: [PATCH 46/56] automountd: add Spanish translation (#11594) --- pages.es/osx/automountd.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pages.es/osx/automountd.md diff --git a/pages.es/osx/automountd.md b/pages.es/osx/automountd.md new file mode 100644 index 0000000000..40ae109eb4 --- /dev/null +++ b/pages.es/osx/automountd.md @@ -0,0 +1,13 @@ +# automountd + +> Un daemon de montaje/desmontaje automático para `autofs`. Iniciado bajo demanda por `launchd`. +> No debe ser invocado manualmente. +> Más información: . + +- Inicia el daemon: + +`automountd` + +- Registra más detalles en `syslog`: + +`automountd -v` From 132a18fc2e336e49523ef36bd7c7866ee54f5cc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Tue, 28 Nov 2023 01:05:36 -0300 Subject: [PATCH 47/56] avbdeviced: add Spanish translation (#11595) --- pages.es/osx/avbdeviced.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages.es/osx/avbdeviced.md diff --git a/pages.es/osx/avbdeviced.md b/pages.es/osx/avbdeviced.md new file mode 100644 index 0000000000..65edd1b14d --- /dev/null +++ b/pages.es/osx/avbdeviced.md @@ -0,0 +1,9 @@ +# avbdeviced + +> Un servicio para gestionar dispositivos Audio Video Bridging (AVB). +> No debe invocarse manualmente. +> Más información: . + +- Inicia el daemon: + +`avbdeviced` From 229221713ebab119d3b485ee4ad77fdcd944ed2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Tue, 28 Nov 2023 01:06:24 -0300 Subject: [PATCH 48/56] backupd: add Spanish translation (#11596) --- pages.es/osx/backupd.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages.es/osx/backupd.md diff --git a/pages.es/osx/backupd.md b/pages.es/osx/backupd.md new file mode 100644 index 0000000000..5c13231934 --- /dev/null +++ b/pages.es/osx/backupd.md @@ -0,0 +1,9 @@ +# backupd + +> Crea copias de seguridad de Time Machine y gestiona el historial de copias de seguridad. +> No debe invocarse manualmente. +> Más información: . + +- Inicia el daemon: + +`backupd` From 4986a3f134e9569ff4b3a99009b3e794b3954e88 Mon Sep 17 00:00:00 2001 From: Sanjinso Date: Tue, 28 Nov 2023 15:29:45 +0100 Subject: [PATCH 49/56] chatgpt: add page (#11597) * chatgpt: add page * chatgpt: fix formating * Update pages/linux/chatgpt.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Removed trailing whitespace * Update pages/linux/chatgpt.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update pages/linux/chatgpt.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update pages/linux/chatgpt.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update pages/linux/chatgpt.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update pages/linux/chatgpt.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update pages/linux/chatgpt.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update pages/linux/chatgpt.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update pages/linux/chatgpt.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update pages/linux/chatgpt.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update pages/linux/chatgpt.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages/linux/chatgpt.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/linux/chatgpt.md diff --git a/pages/linux/chatgpt.md b/pages/linux/chatgpt.md new file mode 100644 index 0000000000..fbd45e29ea --- /dev/null +++ b/pages/linux/chatgpt.md @@ -0,0 +1,28 @@ +# chatgpt + +> Shell script to use OpenAI's ChatGPT and DALL-E from the terminal. +> More information: . + +- Start in chat mode: + +`chatgpt` + +- Give a [p]rompt to answer to: + +`chatgpt --prompt "{{What is the regex to match an email address?}}"` + +- Start in chat mode using a specific [m]odel (default is `gpt-3.5-turbo`): + +`chatgpt --model {{gpt-4}}` + +- Start in chat mode with an [i]nitial prompt: + +`chatgpt --init-prompt "{{You are Rick, from Rick and Morty. Respond to questions using his mannerism and include insulting jokes.}}"` + +- Pipe the result of a command to `chatgpt` as a prompt: + +`echo "{{How to view running processes on Ubuntu?}}" | chatgpt` + +- Generate an image using DALL-E: + +`chatgpt --prompt "{{image: A white cat}}"` From 5bb4f442d3c4b9e36dd8b81be922f89dea63180d Mon Sep 17 00:00:00 2001 From: HoJeong Im <39ghwjd@naver.com> Date: Wed, 29 Nov 2023 03:58:43 +0900 Subject: [PATCH 50/56] arp-scan: add Korean translation (#11599) --- pages.ko/common/arp-scan.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages.ko/common/arp-scan.md diff --git a/pages.ko/common/arp-scan.md b/pages.ko/common/arp-scan.md new file mode 100644 index 0000000000..324aaf876d --- /dev/null +++ b/pages.ko/common/arp-scan.md @@ -0,0 +1,20 @@ +# arp-scan + +> ARP 패킷을 호스트(IP 주소 또는 호스트 이름으로 지정)로 보내 로컬 네트워크를 검색합니다. +> 더 많은 정보: . + +- 현재 로컬 네트워크 검색: + +`arp-scan --localnet` + +- 사용자 정의 비트마스크를 사용하여 IP 네트워크 스캔: + +`arp-scan {{192.168.1.1}}/{{24}}` + +- 사용자 정의 범위 내에서 IP 네트워크 검색: + +`arp-scan {{127.0.0.0}}-{{127.0.0.31}}` + +- 사용자 정의 넷 마스크로 IP 네트워크 스캔: + +`arp-scan {{10.0.0.0}}:{{255.255.255.0}}` From 7d884ea5d909730c3c5483f3015814f5645c08f5 Mon Sep 17 00:00:00 2001 From: Ana Aguilar <72511677+ana-aguilar7@users.noreply.github.com> Date: Tue, 28 Nov 2023 23:48:21 -0300 Subject: [PATCH 51/56] make: add pt_BR translation (#11560) * make: add pt_BR translation * make: missing key * Update pages.pt_BR/common/make.md Co-authored-by: Isaac Vicente * Update pages.pt_BR/common/make.md Co-authored-by: Isaac Vicente * Update pages.pt_BR/common/make.md Co-authored-by: Isaac Vicente * Update pages.pt_BR/common/make.md Co-authored-by: Isaac Vicente * Update pages.pt_BR/common/make.md Co-authored-by: Isaac Vicente * Update pages.pt_BR/common/make.md Co-authored-by: Isaac Vicente * Update pages.pt_BR/common/make.md Co-authored-by: Isaac Vicente * Update pages.pt_BR/common/make.md Co-authored-by: Isaac Vicente --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Isaac Vicente --- pages.pt_BR/common/make.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 pages.pt_BR/common/make.md diff --git a/pages.pt_BR/common/make.md b/pages.pt_BR/common/make.md new file mode 100644 index 0000000000..9ea13a9836 --- /dev/null +++ b/pages.pt_BR/common/make.md @@ -0,0 +1,37 @@ +# make + +> Ferramenta de execução de tarefas para os destinos descritos no Makefile. +> Principalmente utilizada para controlar a compilação de um executável a partir do código-fonte. +> Mais informações: . + +- Executa o primeiro destino especificado no Makefile (geralmente chamado de "all"): + +`make` + +- Executa um destino específico: + +`make {{destino}}` + +- Executa um destino específico, executando 4 tarefas simultaneamente em paralelo: + +`make -j{{4}} {{destino}}` + +- Usa um Makefile específico: + +`make --file {{caminho/para/arquivo}}` + +- Executa o make a partir de outro diretório: + +`make --directory {{caminho/para/diretorio}}` + +- Força a execução de um destino, mesmo que os arquivos de origem não tenham sido alterados: + +`make --always-make {{destino}}` + +- Substitui uma variável definida no Makefile: + +`make {{destino}} {{variavel}}={{novo_valor}}` + +- Substitui variáveis definidas no Makefile pelo ambiente: + +`make --environment-overrides {{destino}}` From 01e85a1e813e585d7e48e191cd4cd483cd998b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Wed, 29 Nov 2023 01:59:40 -0300 Subject: [PATCH 52/56] arch: add Spanish translation (#11593) * arch: add Spanish translation * arch: fix spacing in Spanish translation Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * arch: minor fix in "See also" description Signed-off-by: GitHub --------- Signed-off-by: GitHub Co-authored-by: K.B.Dharun Krishna Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages.es/osx/arch.md | 17 +++++++++++++++++ pages.pt_BR/osx/arch.md | 2 +- pages.pt_PT/osx/arch.md | 2 +- pages.zh/osx/arch.md | 2 +- pages/osx/arch.md | 2 +- 5 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 pages.es/osx/arch.md diff --git a/pages.es/osx/arch.md b/pages.es/osx/arch.md new file mode 100644 index 0000000000..4e4be3539e --- /dev/null +++ b/pages.es/osx/arch.md @@ -0,0 +1,17 @@ +# arch + +> Muestra el nombre de la arquitectura del sistema, o ejecuta un comando bajo una arquitectura diferente. +> Véase también: `uname`. +> Más información: . + +- Muestra la arquitectura del sistema: + +`arch` + +- Ejecuta un comando usando x86_64: + +`arch -x86_64 "{{comando}}"` + +- Ejecuta un comando usando arm: + +`arch -arm64 "{{comando}}"` diff --git a/pages.pt_BR/osx/arch.md b/pages.pt_BR/osx/arch.md index e77344f7f8..28e7e6b259 100644 --- a/pages.pt_BR/osx/arch.md +++ b/pages.pt_BR/osx/arch.md @@ -1,7 +1,7 @@ # arch > Exibe o nome da arquitetura do sistema ou executa um comando em uma arquitetura diferente. -> Veja também `uname`. +> Veja também: `uname`. > Mais informações: . - Exibir o nome da arquitetura do sistema: diff --git a/pages.pt_PT/osx/arch.md b/pages.pt_PT/osx/arch.md index f72c9ed89f..22ee279b4a 100644 --- a/pages.pt_PT/osx/arch.md +++ b/pages.pt_PT/osx/arch.md @@ -1,7 +1,7 @@ # arch > Mostra o nome da arquitetura do sistema, ou executa um comando utilizando uma arquitetura escolhida. -> Ver também `uname`. +> Ver também: `uname`. > Mais informações: . - Mostra o nome da arquitetura do sistema: diff --git a/pages.zh/osx/arch.md b/pages.zh/osx/arch.md index 41322e5440..60dd08a47b 100644 --- a/pages.zh/osx/arch.md +++ b/pages.zh/osx/arch.md @@ -1,7 +1,7 @@ # arch > 显示系统架构的名称,或者在不同的架构下运行命令。 -> 另见 `uname`. +> 另见: `uname`. > 更多信息:. - 显示系统的架构: diff --git a/pages/osx/arch.md b/pages/osx/arch.md index 28aa9a5b35..33bed9471a 100644 --- a/pages/osx/arch.md +++ b/pages/osx/arch.md @@ -1,7 +1,7 @@ # arch > Display the name of the system architecture, or run a command under a different architecture. -> See also `uname`. +> See also: `uname`. > More information: . - Display the system's architecture: From 9f8e6a117923ad9ff1dfc11abc1e40bf5fbfc730 Mon Sep 17 00:00:00 2001 From: ovigeek <138702953+ovigeek@users.noreply.github.com> Date: Wed, 29 Nov 2023 14:24:35 +0000 Subject: [PATCH 53/56] exiqgrep: add page (#11565) * exiqgrep: add page * exiqgrep: move from `common` to `linux` * exiqgrep: add display message for bounce count * exiqgrep: fix formatting * exiqgrep: update page Co-authored-by: K.B.Dharun Krishna --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna --- pages/linux/exiqgrep.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/linux/exiqgrep.md diff --git a/pages/linux/exiqgrep.md b/pages/linux/exiqgrep.md new file mode 100644 index 0000000000..f44f776041 --- /dev/null +++ b/pages/linux/exiqgrep.md @@ -0,0 +1,28 @@ +# exiqgrep + +> The `exiqgrep` utility is a Perl script offering possibilities to `grep` in the Exim queue output. +> More information: . + +- Match the sender address using a case-insensitive search: + +`exiqgrep -f '<{{email@somedomain.com}}>'` + +- Match the sender address, and display message IDs only: + +`exiqgrep -i -f '<{{email@somedomain.com}}>'` + +- Match the recipient address: + +`exiqgrep -r '{{email@somedomain.com}}'` + +- Remove all messages matching the sender address from the queue: + +`exiqgrep -i -f '<{{email@somedomain.com}}>' | xargs exim -Mrm` + +- Test for bounced messages: + +`exiqgrep -f '^<>$'` + +- Display the count of bounced messages: + +`exiqgrep -c -f '^<>$'` From e839d56ebd667e997ce64ec642e3c66cf2b8862d Mon Sep 17 00:00:00 2001 From: Juri Dispan Date: Wed, 29 Nov 2023 19:50:19 +0100 Subject: [PATCH 54/56] 7zr: fix pt_PT translation (#11602) 7zr: fix pt_PT translations --- pages.pt_PT/common/7zr.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pages.pt_PT/common/7zr.md b/pages.pt_PT/common/7zr.md index 9ce1b4adb6..50e69f6d07 100644 --- a/pages.pt_PT/common/7zr.md +++ b/pages.pt_PT/common/7zr.md @@ -1,4 +1,4 @@ -# 7z +# 7zr > Compactador de arquivos com uma alta taxa de compressão. > Semelhante ao '7z', com a diferença que suporta apenas ficheiros '.7z'. @@ -6,28 +6,28 @@ - Adicionar um ficheiro ou diretório a um novo ou existente arquivo: -`7z a {{diretório/arquivo_compactado.7z}} {{diretório/ficheiro_ou_diretório}}` +`7zr a {{diretório/arquivo_compactado.7z}} {{diretório/ficheiro_ou_diretório}}` - Encripa um arquivo existente (incluindo filenames): -`7z a {{diretório/ficheiro_encriptado.7z}} -p{{palavra-passe}} -mhe=on {{diretório/arquivo_compactado.7z}}` +`7zr a {{diretório/ficheiro_encriptado.7z}} -p{{palavra-passe}} -mhe=on {{diretório/arquivo_compactado.7z}}` - Descompactar um arquivo mantendo a estrutura de diretórios original: -`7z x {{diretório/arquivo_compactado.7z}}` +`7zr x {{diretório/arquivo_compactado.7z}}` - Descompactar um arquivo para um diretório especificado pelo utilizador: -`7z x {{diretório/arquivo_compactado.7z}} -o{{localização/do/directório}}` +`7zr x {{diretório/arquivo_compactado.7z}} -o{{localização/do/directório}}` - Descompactar um arquivo para a saída padrão (stdout): -`7z x {{diretório/arquivo_compactado.7z}} -so` +`7zr x {{diretório/arquivo_compactado.7z}} -so` - Listar os conteúdos de um arquivo: -`7z l {{diretório/arquivo_compactado.7z}}` +`7zr l {{diretório/arquivo_compactado.7z}}` - Listar todos os tipos de arquivamento/compressão disponíveis: -`7z i` +`7zr i` From bd9efef52147026c3144edc95e9915ef2473db55 Mon Sep 17 00:00:00 2001 From: Juri Dispan Date: Wed, 29 Nov 2023 21:31:42 +0100 Subject: [PATCH 55/56] 7z: update page (#11601) --- pages.bn/common/7z.md | 4 ---- pages.bn/common/7za.md | 4 ---- pages.bn/common/7zr.md | 4 ---- pages.ca/common/7z.md | 4 ---- pages.de/common/7z.md | 4 ---- pages.de/common/7za.md | 4 ---- pages.de/common/7zr.md | 4 ---- pages.es/common/7z.md | 4 ---- pages.es/common/7za.md | 4 ---- pages.es/common/7zr.md | 4 ---- pages.fa/common/7z.md | 4 ---- pages.fa/common/7za.md | 4 ---- pages.fa/common/7zr.md | 4 ---- pages.fr/common/7z.md | 4 ---- pages.fr/common/7za.md | 4 ---- pages.fr/common/7zr.md | 4 ---- pages.hi/common/7z.md | 4 ---- pages.hi/common/7za.md | 4 ---- pages.id/common/7z.md | 4 ---- pages.id/common/7za.md | 4 ---- pages.id/common/7zr.md | 4 ---- pages.it/common/7z.md | 4 ---- pages.it/common/7za.md | 4 ---- pages.ja/common/7z.md | 4 ---- pages.ja/common/7za.md | 4 ---- pages.ko/common/7z.md | 4 ---- pages.ko/common/7za.md | 4 ---- pages.ko/common/7zr.md | 4 ---- pages.nl/common/7z.md | 4 ---- pages.nl/common/7za.md | 4 ---- pages.nl/common/7zr.md | 4 ---- pages.pl/common/7z.md | 4 ---- pages.pl/common/7za.md | 4 ---- pages.pt_BR/common/7z.md | 4 ---- pages.pt_BR/common/7za.md | 4 ---- pages.pt_BR/common/7zr.md | 4 ---- pages.pt_PT/common/7z.md | 4 ---- pages.pt_PT/common/7za.md | 4 ---- pages.pt_PT/common/7zr.md | 4 ---- pages.ru/common/7z.md | 4 ---- pages.ru/common/7za.md | 4 ---- pages.ru/common/7zr.md | 4 ---- pages.tr/common/7z.md | 4 ---- pages.zh/common/7z.md | 4 ---- pages.zh/common/7za.md | 4 ---- pages.zh/common/7zr.md | 4 ---- pages/common/7z.md | 4 ++-- pages/common/7za.md | 4 ++-- pages/common/7zr.md | 4 ++-- 49 files changed, 6 insertions(+), 190 deletions(-) diff --git a/pages.bn/common/7z.md b/pages.bn/common/7z.md index a0136e014b..85c390b1c0 100644 --- a/pages.bn/common/7z.md +++ b/pages.bn/common/7z.md @@ -30,7 +30,3 @@ - একটি সংরক্ষণের সামগ্রী তালিকা বদ্ধ করুন: `7z l {{সংরক্ষণ.7z/এর/পথ}}` - -- উপলব্ধ সংরক্ষণ প্রকারের তালিকা তৈরি করুন: - -`7z i` diff --git a/pages.bn/common/7za.md b/pages.bn/common/7za.md index 6b6027dfa7..f209756392 100644 --- a/pages.bn/common/7za.md +++ b/pages.bn/common/7za.md @@ -31,7 +31,3 @@ - একটি আর্কাইভের সামগ্রী তালিকা দেখুন: `7za l {{পাথ/টু/আর্কাইভ.7z}}` - -- উপলব্ধ আর্কাইভ ধরণের তালিকা: - -`7za i` diff --git a/pages.bn/common/7zr.md b/pages.bn/common/7zr.md index f2a6d9dfba..0376938205 100644 --- a/pages.bn/common/7zr.md +++ b/pages.bn/common/7zr.md @@ -27,7 +27,3 @@ - একটি আর্কাইভের সামগ্রী তালিকা দেখুন: `7zr l {{পাথ/টু/আর্কাইভ.7z}}` - -- উপলব্ধ আর্কাইভ ধরণের তালিকা: - -`7zr i` diff --git a/pages.ca/common/7z.md b/pages.ca/common/7z.md index 2c77969341..5591b7b619 100644 --- a/pages.ca/common/7z.md +++ b/pages.ca/common/7z.md @@ -30,7 +30,3 @@ - [l]lista els continguts d'un fitxer: `7z l {{camí/al/fitxer.7z}}` - -- Llista els tipus d'arxiu disponibles: - -`7z i` diff --git a/pages.de/common/7z.md b/pages.de/common/7z.md index 7391a3dba9..3759391e90 100644 --- a/pages.de/common/7z.md +++ b/pages.de/common/7z.md @@ -30,7 +30,3 @@ - [l]iste den Inhalt einer Archivdatei auf: `7z l {{pfad/zu/archiv.7z}}` - -- Liste alle verfügbaren Archivtypen auf: - -`7z i` diff --git a/pages.de/common/7za.md b/pages.de/common/7za.md index 7cc02e572f..a8b4ded5f4 100644 --- a/pages.de/common/7za.md +++ b/pages.de/common/7za.md @@ -31,7 +31,3 @@ - [l]iste den Inhalt einer Archivdatei auf: `7za l {{pfad/zu/archiv.7z}}` - -- Liste alle verfügbaren Archivtypen auf: - -`7za i` diff --git a/pages.de/common/7zr.md b/pages.de/common/7zr.md index 4ebb17446e..22afab4f19 100644 --- a/pages.de/common/7zr.md +++ b/pages.de/common/7zr.md @@ -27,7 +27,3 @@ - [l]iste den Inhalt einer Archivdatei auf: `7zr l {{pfad/zu/archiv.7z}}` - -- Liste alle verfügbaren Archivtypen auf: - -`7zr i` diff --git a/pages.es/common/7z.md b/pages.es/common/7z.md index 8da2a264f8..ae0258ef3c 100644 --- a/pages.es/common/7z.md +++ b/pages.es/common/7z.md @@ -27,10 +27,6 @@ `7z a -t{{7z|bzip2|gzip|lzip|tar|zip}} {{archivo_comprimido.7z}} {{ruta/al/archivo_o_directorio_a_comprimir}}` -- Lista los tipos de archivo comprimido disponibles: - -`7z i` - - Lista el contenido de un archivo comprimido: `7z l {{archivo_comprimido.7z}}` diff --git a/pages.es/common/7za.md b/pages.es/common/7za.md index 739e1a025f..727978a5f9 100644 --- a/pages.es/common/7za.md +++ b/pages.es/common/7za.md @@ -31,7 +31,3 @@ - [l]ista los contenidos de un archivo: `7za l {{ruta/al/archivo.7z}}` - -- Lista tipos de archivos disponibles: - -`7za i` diff --git a/pages.es/common/7zr.md b/pages.es/common/7zr.md index 9e79bd1ba9..c156d11336 100644 --- a/pages.es/common/7zr.md +++ b/pages.es/common/7zr.md @@ -27,7 +27,3 @@ - [l]ista el contenido de un archivo: `7zr l {{ruta/al/archivo.7z}}` - -- Lista los tipos de archivo disponibles: - -`7zr i` diff --git a/pages.fa/common/7z.md b/pages.fa/common/7z.md index f0d5b7db5b..05f8bdf8a4 100644 --- a/pages.fa/common/7z.md +++ b/pages.fa/common/7z.md @@ -30,7 +30,3 @@ - نمایش محتویات یک فایل آرشیو : `7z l {{7z.مسیر فایل آرشیو}}` - -- نمایش فرمت های در دسترسی : - -`7z i` diff --git a/pages.fa/common/7za.md b/pages.fa/common/7za.md index 1da1ed4ad4..46ef1a50b8 100644 --- a/pages.fa/common/7za.md +++ b/pages.fa/common/7za.md @@ -31,7 +31,3 @@ - فهرست کردن محتویات یک بایگانی : `7za l {{مسیر/به/بایگانی.7z}}` - -- فهرست کردن نوع های بایگانی موجود در سیستم عامل : - -`7za i` diff --git a/pages.fa/common/7zr.md b/pages.fa/common/7zr.md index 568aff7491..9b433410e8 100644 --- a/pages.fa/common/7zr.md +++ b/pages.fa/common/7zr.md @@ -27,7 +27,3 @@ - فهرست نمودن محتویات یک بایگانی : `7zr l {{مسیر/به/بایگانی.7z}}` - -- فهرست نمودن انواع بایگانی های موجود : - -`7zr i` diff --git a/pages.fr/common/7z.md b/pages.fr/common/7z.md index d3432c7857..fdaaca6c05 100644 --- a/pages.fr/common/7z.md +++ b/pages.fr/common/7z.md @@ -27,10 +27,6 @@ `7z a -t{{7z|bzip2|gzip|lzip|tar|zip}} {{archive.7z}} {{chemin/vers/fichier_ou_dossier}}` -- Lister les types d'archives disponibles : - -`7z i` - - Lister le contenu d'une archive : `7z l {{archive.7z}}` diff --git a/pages.fr/common/7za.md b/pages.fr/common/7za.md index bf2dced072..393afdee67 100644 --- a/pages.fr/common/7za.md +++ b/pages.fr/common/7za.md @@ -31,7 +31,3 @@ - Liste le contenu d'une archive : `7za l {{chemin/vers/archive.7z}}` - -- Liste les types de compression disponible : - -`7za i` diff --git a/pages.fr/common/7zr.md b/pages.fr/common/7zr.md index 4052799de9..bda63f5ab7 100644 --- a/pages.fr/common/7zr.md +++ b/pages.fr/common/7zr.md @@ -27,7 +27,3 @@ - Liste le contenu d'une archive : `7zr l {{chemin/vers/archive.7z}}` - -- Liste les types de compression disponible : - -`7zr i` diff --git a/pages.hi/common/7z.md b/pages.hi/common/7z.md index 12c9b119e1..d2bd89edca 100644 --- a/pages.hi/common/7z.md +++ b/pages.hi/common/7z.md @@ -30,7 +30,3 @@ - किसी संग्रह की सामग्री को सूचीबद्ध करें: `7z l {{संग्रह.7z/का/पथ}}` - -- उपलब्ध संग्रह प्रकारों की सूची बनाएं: - -`7z i` diff --git a/pages.hi/common/7za.md b/pages.hi/common/7za.md index 08673ad33f..a6a3a7014b 100644 --- a/pages.hi/common/7za.md +++ b/pages.hi/common/7za.md @@ -31,7 +31,3 @@ - किसी संग्रह की सामग्री को सूचीबद्ध करें: `7za l {{संग्रह.7z/का/पथ}}` - -- उपलब्ध संग्रह प्रकारों की सूची बनाएं: - -`7za i` diff --git a/pages.id/common/7z.md b/pages.id/common/7z.md index 6fb90f214c..90cc0194d8 100644 --- a/pages.id/common/7z.md +++ b/pages.id/common/7z.md @@ -30,7 +30,3 @@ - Me[l]ihat daftar isi dari sebuah file arsip: `7z l {{jalan/menuju/arsip.7z}}` - -- Mengetahui daftar format file arsip yang didukung: - -`7z i` diff --git a/pages.id/common/7za.md b/pages.id/common/7za.md index 55c37e36dc..95e364ba7b 100644 --- a/pages.id/common/7za.md +++ b/pages.id/common/7za.md @@ -31,7 +31,3 @@ - Me[l]ihat daftar isi dari sebuah file arsip: `7za l {{jalan/menuju/arsip.7z}}` - -- Mengetahui daftar format file arsip yang didukung: - -`7za i` diff --git a/pages.id/common/7zr.md b/pages.id/common/7zr.md index bed476cede..ca533bb894 100644 --- a/pages.id/common/7zr.md +++ b/pages.id/common/7zr.md @@ -27,7 +27,3 @@ - Me[l]ihat daftar isi dari sebuah file arsip: `7zr l {{jalan/menuju/arsip.7z}}` - -- Mengetahui daftar format file arsip yang didukung: - -`7zr i` diff --git a/pages.it/common/7z.md b/pages.it/common/7z.md index 515b277aaa..29a945aba6 100644 --- a/pages.it/common/7z.md +++ b/pages.it/common/7z.md @@ -27,10 +27,6 @@ `7z a -t {{7z|bzip2|gzip|lzip|tar|zip}} {{archivio.7z}} {{percorso/del/file_o_directory}}` -- Elenca i tipi di archivio supportati: - -`7z i` - - Elenca i contenuti in un archivio: `7z l {{archivio.7z}}` diff --git a/pages.it/common/7za.md b/pages.it/common/7za.md index f3cc4a5186..d720b18388 100644 --- a/pages.it/common/7za.md +++ b/pages.it/common/7za.md @@ -16,10 +16,6 @@ `7za a -t {{zip|gzip|bzip2|tar}} {{archivio.7z}} {{percorso/del/file_o_directory}}` -- Elenca i tipi di archivio supportati: - -`7za i` - - Elenca i contenuti in un archivio: `7za l {{archivio}}` diff --git a/pages.ja/common/7z.md b/pages.ja/common/7z.md index 6ca687256e..999aad1527 100644 --- a/pages.ja/common/7z.md +++ b/pages.ja/common/7z.md @@ -27,10 +27,6 @@ `7z a -t{{7z|bzip2|gzip|lzip|tar|zip}} {{アーカイブ.7z}} {{ファイルまたはディレクトリへのパス}}` -- 利用可能なアーカイブ形式を出力する: - -`7z i` - - アーカイブの内容を表示する: `7z l {{アーカイブ.7z}}` diff --git a/pages.ja/common/7za.md b/pages.ja/common/7za.md index 2c1c376231..d8efcac58e 100644 --- a/pages.ja/common/7za.md +++ b/pages.ja/common/7za.md @@ -16,10 +16,6 @@ `7za a -t{{zip|gzip|bzip2|tar}} {{アーカイブ.7z}} {{ファイルまたはディレクトリへのパス}}` -- 利用可能なアーカイブ形式を出力する: - -`7za i` - - アーカイブの内容を表示する: `7za l {{アーカイブ.7z}}` diff --git a/pages.ko/common/7z.md b/pages.ko/common/7z.md index 0282c0350c..28b97a0418 100644 --- a/pages.ko/common/7z.md +++ b/pages.ko/common/7z.md @@ -27,10 +27,6 @@ `7z a -t{{7z|bzip2|gzip|lzip|tar|zip}} {{archived.7z}} {{경로/파일명_또는_디렉토리명}}` -- 사용가능한 압축 타입 리스트: - -`7z i` - - 압축 파일의 내용 리스트: `7z l {{archived.7z}}` diff --git a/pages.ko/common/7za.md b/pages.ko/common/7za.md index e3559e6367..0bbc56d1b3 100644 --- a/pages.ko/common/7za.md +++ b/pages.ko/common/7za.md @@ -31,7 +31,3 @@ - 압축 파일의 내용 리스트: `7za l {{경로/archive.7z}}` - -- 사용가능한 압축 타입 리스트: - -`7za i` diff --git a/pages.ko/common/7zr.md b/pages.ko/common/7zr.md index 705b7e8337..0e901f8eab 100644 --- a/pages.ko/common/7zr.md +++ b/pages.ko/common/7zr.md @@ -27,7 +27,3 @@ - 압축 파일의 내용 리스트: `7zr l {{경로/archived.7z}}` - -- 사용가능한 압축 타입 리스트: - -`7zr i` diff --git a/pages.nl/common/7z.md b/pages.nl/common/7z.md index 2cfb32782c..1e35101030 100644 --- a/pages.nl/common/7z.md +++ b/pages.nl/common/7z.md @@ -30,7 +30,3 @@ - Geef een [l]ijst met de inhoud van het archiefbestand: `7z l {{archief.7z}}` - -- Geef een lijst van beschikbare archieftypen: - -`7z i` diff --git a/pages.nl/common/7za.md b/pages.nl/common/7za.md index a16cce25a0..1ef54387b2 100644 --- a/pages.nl/common/7za.md +++ b/pages.nl/common/7za.md @@ -31,7 +31,3 @@ - Lijst de inhoud van een archief op: `7za l {{pad/naar/archief.7z}}` - -- Maak een lijst van beschikbare archieftypen: - -`7za i` diff --git a/pages.nl/common/7zr.md b/pages.nl/common/7zr.md index 98b15d16a8..511589c4e6 100644 --- a/pages.nl/common/7zr.md +++ b/pages.nl/common/7zr.md @@ -27,7 +27,3 @@ - Lijst de inhoud van een archief op: `7zr l {{pad/naar/archief.7z}}` - -- Maak een lijst van beschikbare archieftypen: - -`7zr i` diff --git a/pages.pl/common/7z.md b/pages.pl/common/7z.md index 803d714edc..3a62f3afe8 100644 --- a/pages.pl/common/7z.md +++ b/pages.pl/common/7z.md @@ -27,10 +27,6 @@ `7z a -t{{7z|bzip2|gzip|lzip|tar|zip}} {{zarchiwizowane.7z}} {{sciezka/do/pliku_lub_katalogu}}` -- Wyświetl dostępne typy archiwów: - -`7z i` - - Wyświetl zawartość pliku archiwum: `7z l {{zarchiwizowane.7z}}` diff --git a/pages.pl/common/7za.md b/pages.pl/common/7za.md index 748b2abc93..68ef931370 100644 --- a/pages.pl/common/7za.md +++ b/pages.pl/common/7za.md @@ -16,10 +16,6 @@ `7za a -t{{zip|gzip|bzip2|tar}} {{archiwum}} {{scieżka/do/pliku_lub_katalogu}}` -- Wypisz dostępe typy archiwów: - -`7za i` - - Wypisz zawartość pliku archiwum: `7za l {{archiwum}}` diff --git a/pages.pt_BR/common/7z.md b/pages.pt_BR/common/7z.md index 1e37280648..05d67809c5 100644 --- a/pages.pt_BR/common/7z.md +++ b/pages.pt_BR/common/7z.md @@ -30,7 +30,3 @@ - Exibe o conteúdo de um arquivo: `7z l {{arquivo.7z}}` - -- Exibe os tipos de arquivamento/compressão disponíveis: - -`7z i` diff --git a/pages.pt_BR/common/7za.md b/pages.pt_BR/common/7za.md index f4822954a7..341fa70e31 100644 --- a/pages.pt_BR/common/7za.md +++ b/pages.pt_BR/common/7za.md @@ -31,7 +31,3 @@ - Exibe o conteúdo de um arquivo: `7za l {{caminho/para/arquivo_compactado.7z}}` - -- Exibe os tipos de arquivamento/compressão disponíveis: - -`7za i` diff --git a/pages.pt_BR/common/7zr.md b/pages.pt_BR/common/7zr.md index fbb83bb216..262e444920 100644 --- a/pages.pt_BR/common/7zr.md +++ b/pages.pt_BR/common/7zr.md @@ -27,7 +27,3 @@ - Exibe o conteúdo de um arquivo: `7zr l {{caminho/para/arquivo_compactado.7z}}` - -- Exibe os tipos de arquivamento/compressão disponíveis: - -`7zr i` diff --git a/pages.pt_PT/common/7z.md b/pages.pt_PT/common/7z.md index 764327c31c..5f1b2acafa 100644 --- a/pages.pt_PT/common/7z.md +++ b/pages.pt_PT/common/7z.md @@ -30,7 +30,3 @@ - Listar os conteúdos de um arquivo: `7z l {{diretório/arquivo_compactado.7z}}` - -- Listar todos os tipos de arquivamento/compressão disponíveis: - -`7z i` diff --git a/pages.pt_PT/common/7za.md b/pages.pt_PT/common/7za.md index 1f863fa4f8..12fd6b2d42 100644 --- a/pages.pt_PT/common/7za.md +++ b/pages.pt_PT/common/7za.md @@ -31,7 +31,3 @@ - Listar os conteúdos de um arquivo: `7za l {{diretório/arquivo_compactado.7z}}` - -- Listar todos os tipos de arquivamento/compressão disponíveis: - -`7za i` diff --git a/pages.pt_PT/common/7zr.md b/pages.pt_PT/common/7zr.md index 50e69f6d07..8134e49c2a 100644 --- a/pages.pt_PT/common/7zr.md +++ b/pages.pt_PT/common/7zr.md @@ -27,7 +27,3 @@ - Listar os conteúdos de um arquivo: `7zr l {{diretório/arquivo_compactado.7z}}` - -- Listar todos os tipos de arquivamento/compressão disponíveis: - -`7zr i` diff --git a/pages.ru/common/7z.md b/pages.ru/common/7z.md index eac9241b53..8330a58439 100644 --- a/pages.ru/common/7z.md +++ b/pages.ru/common/7z.md @@ -30,7 +30,3 @@ - Вывести ([l]ist) содержимое архива: `7z l {{путь/до/архива.7z}}` - -- Вывести список всех доступных типов архивов: - -`7z i` diff --git a/pages.ru/common/7za.md b/pages.ru/common/7za.md index 07c07fb159..a3935c77ba 100644 --- a/pages.ru/common/7za.md +++ b/pages.ru/common/7za.md @@ -31,7 +31,3 @@ - Вывести ([l]ist) содержимое архива: `7za l {{путь/до/архива.7z}}` - -- Вывести список всех доступных типов архивов: - -`7za i` diff --git a/pages.ru/common/7zr.md b/pages.ru/common/7zr.md index 8cb560a054..5997cbd606 100644 --- a/pages.ru/common/7zr.md +++ b/pages.ru/common/7zr.md @@ -27,7 +27,3 @@ - Вывести ([l]ist) содержимое архива: `7zr l {{путь/до/архива.7z}}` - -- Вывести список всех доступных типов архивов: - -`7zr i` diff --git a/pages.tr/common/7z.md b/pages.tr/common/7z.md index 2ca65aeaae..fef58906ee 100644 --- a/pages.tr/common/7z.md +++ b/pages.tr/common/7z.md @@ -27,10 +27,6 @@ `7z a -t{{7z|bzip2|gzip|lzip|tar|zip}} {{sikistirilmis_dosya.7z}} {{yoldan/dosya_veya_dizine}}` -- Kullanılabilir arşiv türlerini sırala: - -`7z i` - - Arşiv dosyasının içeriğini listele: `7z l {{sikistirilmis_dosya.7z}}` diff --git a/pages.zh/common/7z.md b/pages.zh/common/7z.md index f83bdeff9c..1c343068ca 100644 --- a/pages.zh/common/7z.md +++ b/pages.zh/common/7z.md @@ -30,7 +30,3 @@ - 列出一个归档文件的内容: `7z l {{归档文件.7z}}` - -- 列出可用的归档文件类型: - -`7z i` diff --git a/pages.zh/common/7za.md b/pages.zh/common/7za.md index 8588c73941..368d7eb23c 100644 --- a/pages.zh/common/7za.md +++ b/pages.zh/common/7za.md @@ -31,7 +31,3 @@ - 列出一个归档文件的内容: `7za l {{归档文件.7z}}` - -- 列出可用的归档文件类型: - -`7za i` diff --git a/pages.zh/common/7zr.md b/pages.zh/common/7zr.md index 106ec6f4d7..b80c5253a1 100644 --- a/pages.zh/common/7zr.md +++ b/pages.zh/common/7zr.md @@ -27,7 +27,3 @@ - 列出一个归档文件的内容: `7zr l {{归档文件.7z}}` - -- 列出可用的归档文件类型: - -`7zr i` diff --git a/pages/common/7z.md b/pages/common/7z.md index d4f1283361..ef34b76201 100644 --- a/pages/common/7z.md +++ b/pages/common/7z.md @@ -31,6 +31,6 @@ `7z l {{path/to/archive.7z}}` -- List available archive types: +- Set the level of compression (higher means more compression, but slower): -`7z i` +`7z a {{path/to/archive.7z}} -mx={{0|1|3|5|7|9}} {{path/to/file_or_directory}}` diff --git a/pages/common/7za.md b/pages/common/7za.md index 8aee32f918..64cbcf9422 100644 --- a/pages/common/7za.md +++ b/pages/common/7za.md @@ -32,6 +32,6 @@ `7za l {{path/to/archive.7z}}` -- List available archive types: +- Set the level of compression (higher means more compression, but slower): -`7za i` +`7za a {{path/to/archive.7z}} -mx={{0|1|3|5|7|9}} {{path/to/file_or_directory}}` diff --git a/pages/common/7zr.md b/pages/common/7zr.md index dad3315cb4..d7d73688f8 100644 --- a/pages/common/7zr.md +++ b/pages/common/7zr.md @@ -28,6 +28,6 @@ `7zr l {{path/to/archive.7z}}` -- List available archive types: +- Set the level of compression (higher means more compression, but slower): -`7zr i` +`7zr a {{path/to/archive.7z}} -mx={{0|1|3|5|7|9}} {{path/to/file_or_directory}}` From ef55f8e0620c0383668cd994be34481d250ed821 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Wed, 29 Nov 2023 21:40:11 +0100 Subject: [PATCH 56/56] CODEOWNERS: add Waples as Dutch owner (#11559) --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 998a52951f..c6b7564819 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,7 +4,7 @@ /pages.id/ @reinhart1010 /pages.it/ @mebeim @yutyo @Magrid0 /pages.ko/ @IMHOJEONG -/pages.nl/ @sebastiaanspeck @leonvsc +/pages.nl/ @sebastiaanspeck @leonvsc @Waples /pages.pl/ @acuteenvy /pages.pt_BR/ @waldyrious @isaacvicente /pages.pt_PT/ @waldyrious @@ -19,7 +19,7 @@ /contributing-guides/*.id.md @reinhart1010 /contributing-guides/*.it.md @mebeim @yutyo @Magrid0 /contributing-guides/*.ko.md @IMHOJEONG -/contributing-guides/*.nl.md @sebastiaanspeck @leonvsc +/contributing-guides/*.nl.md @sebastiaanspeck @leonvsc @Waples /contributing-guides/*.pl.md @acuteenvy /contributing-guides/*.pt_BR.md @waldyrious @isaacvicente /contributing-guides/*.pt_PT.md @waldyrious