mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
pages*: standardize mentioning subcommands without the main command (#13981)
This commit is contained in:
parent
ca4a29f733
commit
888d62cdcf
99 changed files with 99 additions and 99 deletions
|
@ -1,7 +1,7 @@
|
||||||
# ansible
|
# ansible
|
||||||
|
|
||||||
> Verwalte Computergruppen per Fernzugriff über SSH (Verwende die Datei `/etc/ansible/hosts`, um neue Gruppen/Hosts hinzuzufügen).
|
> Verwalte Computergruppen per Fernzugriff über SSH (Verwende die Datei `/etc/ansible/hosts`, um neue Gruppen/Hosts hinzuzufügen).
|
||||||
> Manche Unterbefehle wie `ansible galaxy` sind separat dokumentiert.
|
> Manche Unterbefehle wie `galaxy` sind separat dokumentiert.
|
||||||
> Weitere Informationen: <https://www.ansible.com/>.
|
> Weitere Informationen: <https://www.ansible.com/>.
|
||||||
|
|
||||||
- Liste Hosts auf, die zu einer Gruppe gehören:
|
- Liste Hosts auf, die zu einer Gruppe gehören:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# aws
|
# aws
|
||||||
|
|
||||||
> Das offizielle CLI für Amazon Web Services.
|
> Das offizielle CLI für Amazon Web Services.
|
||||||
> Manche Unterbefehle wie `aws s3` sind separat dokumentiert.
|
> Manche Unterbefehle wie `s3` sind separat dokumentiert.
|
||||||
> Weitere Informationen: <https://aws.amazon.com/cli>.
|
> Weitere Informationen: <https://aws.amazon.com/cli>.
|
||||||
|
|
||||||
- Konfiguriere die AWS Kommandozeile:
|
- Konfiguriere die AWS Kommandozeile:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# cargo
|
# cargo
|
||||||
|
|
||||||
> Verwalte Rust-Projekte und deren Abhängigkeiten (crates).
|
> Verwalte Rust-Projekte und deren Abhängigkeiten (crates).
|
||||||
> Manche Unterbefehle wie `cargo build` sind separat dokumentiert.
|
> Manche Unterbefehle wie `build` sind separat dokumentiert.
|
||||||
> Weitere Informationen: <https://doc.rust-lang.org/cargo>.
|
> Weitere Informationen: <https://doc.rust-lang.org/cargo>.
|
||||||
|
|
||||||
- Suche nach Abhängigkeiten (crates):
|
- Suche nach Abhängigkeiten (crates):
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# conda
|
# conda
|
||||||
|
|
||||||
> Eine Paket-, Abhängigkeits- und Umgebungsverwaltung für beliebige Programmiersprachen.
|
> Eine Paket-, Abhängigkeits- und Umgebungsverwaltung für beliebige Programmiersprachen.
|
||||||
> Manche Unterbefehle wie `conda create` sind separat dokumentiert.
|
> Manche Unterbefehle wie `create` sind separat dokumentiert.
|
||||||
> Weitere Informationen: <https://github.com/conda/conda>.
|
> Weitere Informationen: <https://github.com/conda/conda>.
|
||||||
|
|
||||||
- Erstelle eine neue Umgebung mit den zu installierenden Paketen:
|
- Erstelle eine neue Umgebung mit den zu installierenden Paketen:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# cradle
|
# cradle
|
||||||
|
|
||||||
> Das Cradle PHP Framework.
|
> Das Cradle PHP Framework.
|
||||||
> Manche Unterbefehle wie `cradle install` sind separat dokumentiert.
|
> Manche Unterbefehle wie `install` sind separat dokumentiert.
|
||||||
> Weitere Informationen: <https://cradlephp.github.io>.
|
> Weitere Informationen: <https://cradlephp.github.io>.
|
||||||
|
|
||||||
- Stelle eine Verbindung zu einem Server her:
|
- Stelle eine Verbindung zu einem Server her:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# docker
|
# docker
|
||||||
|
|
||||||
> Verwalte Docker Container und Images.
|
> Verwalte Docker Container und Images.
|
||||||
> Manche Unterbefehle wie `docker run` sind separat dokumentiert.
|
> Manche Unterbefehle wie `run` sind separat dokumentiert.
|
||||||
> Weitere Informationen: <https://docs.docker.com/reference/cli/docker/>.
|
> Weitere Informationen: <https://docs.docker.com/reference/cli/docker/>.
|
||||||
|
|
||||||
- Liste laufende und gestoppte Container auf:
|
- Liste laufende und gestoppte Container auf:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# dotnet
|
# dotnet
|
||||||
|
|
||||||
> Plattformübergreifende Kommandozeilenanwendungen für .NET Core.
|
> Plattformübergreifende Kommandozeilenanwendungen für .NET Core.
|
||||||
> Manche Unterbefehle wie `dotnet build` sind separat dokumentiert.
|
> Manche Unterbefehle wie `build` sind separat dokumentiert.
|
||||||
> Weitere Informationen: <https://learn.microsoft.com/dotnet/core/tools>.
|
> Weitere Informationen: <https://learn.microsoft.com/dotnet/core/tools>.
|
||||||
|
|
||||||
- Initialisiere ein neues .NET Projekt:
|
- Initialisiere ein neues .NET Projekt:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# gh
|
# gh
|
||||||
|
|
||||||
> Arbeite mit GitHub von der Konsole aus.
|
> Arbeite mit GitHub von der Konsole aus.
|
||||||
> Manche Unterbefehle wie `gh config` sind separat dokumentiert.
|
> Manche Unterbefehle wie `config` sind separat dokumentiert.
|
||||||
> Weitere Informationen: <https://cli.github.com/>.
|
> Weitere Informationen: <https://cli.github.com/>.
|
||||||
|
|
||||||
- Klone ein GitHub Repository lokal:
|
- Klone ein GitHub Repository lokal:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git
|
# git
|
||||||
|
|
||||||
> Verteiltes Versionskontrollsystem.
|
> Verteiltes Versionskontrollsystem.
|
||||||
> Manche Unterbefehle wie `git commit` sind separat dokumentiert.
|
> Manche Unterbefehle wie `commit` sind separat dokumentiert.
|
||||||
> Weitere Informationen: <https://git-scm.com/>.
|
> Weitere Informationen: <https://git-scm.com/>.
|
||||||
|
|
||||||
- Gib die installierte Git Version aus:
|
- Gib die installierte Git Version aus:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# rails
|
# rails
|
||||||
|
|
||||||
> Ein Server-seitiges MVC Webframework in Ruby.
|
> Ein Server-seitiges MVC Webframework in Ruby.
|
||||||
> Manche Unterbefehle wie `rails generate` sind separat dokumentiert.
|
> Manche Unterbefehle wie `generate` sind separat dokumentiert.
|
||||||
> Weitere Informationen: <https://guides.rubyonrails.org/command_line.html>.
|
> Weitere Informationen: <https://guides.rubyonrails.org/command_line.html>.
|
||||||
|
|
||||||
- Erstelle ein neues Rails-Projekt:
|
- Erstelle ein neues Rails-Projekt:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# tlmgr
|
# tlmgr
|
||||||
|
|
||||||
> Verwalte Packages und Konfigurationen einer existierenden TeX Live Installation.
|
> Verwalte Packages und Konfigurationen einer existierenden TeX Live Installation.
|
||||||
> Manche Unterbefehle wie `tlmgr paper` sind separat dokumentiert.
|
> Manche Unterbefehle wie `paper` sind separat dokumentiert.
|
||||||
> Weitere Informationen: <https://www.tug.org/texlive/tlmgr.html>.
|
> Weitere Informationen: <https://www.tug.org/texlive/tlmgr.html>.
|
||||||
|
|
||||||
- Installiere ein Package und seine Abhängigkeiten:
|
- Installiere ein Package und seine Abhängigkeiten:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# dpkg
|
# dpkg
|
||||||
|
|
||||||
> Debian Paketmanager.
|
> Debian Paketmanager.
|
||||||
> Manche Unterbefehle wie `dpkg deb` sind separat dokumentiert.
|
> Manche Unterbefehle wie `deb` sind separat dokumentiert.
|
||||||
> Weitere Informationen: <https://manned.org/dpkg>.
|
> Weitere Informationen: <https://manned.org/dpkg>.
|
||||||
|
|
||||||
- Installiere ein Paket:
|
- Installiere ein Paket:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# choco
|
# choco
|
||||||
|
|
||||||
> Ein Kommandozeilenwerkzeug für die Chocolatey Paketverwaltung.
|
> Ein Kommandozeilenwerkzeug für die Chocolatey Paketverwaltung.
|
||||||
> Manche Unterbefehle wie `choco install` sind separat dokumentiert.
|
> Manche Unterbefehle wie `install` sind separat dokumentiert.
|
||||||
> Weitere Informationen: <https://chocolatey.org>.
|
> Weitere Informationen: <https://chocolatey.org>.
|
||||||
|
|
||||||
- Führe einen Chocolatey-Befehl aus:
|
- Führe einen Chocolatey-Befehl aus:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# adb
|
# adb
|
||||||
|
|
||||||
> Android Debug Bridge: comunica con una instancia de un emulador Android o conecta dispositivos Android.
|
> Android Debug Bridge: comunica con una instancia de un emulador Android o conecta dispositivos Android.
|
||||||
> Algunos subcomandos, como `adb shell`, tienen su propia documentación de uso.
|
> Algunos subcomandos, como `shell`, tienen su propia documentación de uso.
|
||||||
> Más información: <https://developer.android.com/tools/adb>.
|
> Más información: <https://developer.android.com/tools/adb>.
|
||||||
|
|
||||||
- Verifica si el proceso del servidor adb está ejecutandose y lo inicia:
|
- Verifica si el proceso del servidor adb está ejecutandose y lo inicia:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# amass
|
# amass
|
||||||
|
|
||||||
> Herramienta de mapeo de superficie de ataque en profundidad y descubrimiento de activos.
|
> Herramienta de mapeo de superficie de ataque en profundidad y descubrimiento de activos.
|
||||||
> Algunos subcomandos como `amass intel` tienen su propia documentación de uso.
|
> Algunos subcomandos como `intel` tienen su propia documentación de uso.
|
||||||
> Más información: <https://github.com/owasp-amass/amass>.
|
> Más información: <https://github.com/owasp-amass/amass>.
|
||||||
|
|
||||||
- Ejecuta un subcomando Amass:
|
- Ejecuta un subcomando Amass:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# ansible
|
# ansible
|
||||||
|
|
||||||
> Gestiona grupos de ordenadores de forma remota a través de SSH. (usa el fichero `/etc/ansible/hosts` para añadir nuevos grupos de hosts).
|
> Gestiona grupos de ordenadores de forma remota a través de SSH. (usa el fichero `/etc/ansible/hosts` para añadir nuevos grupos de hosts).
|
||||||
> Algunos subcomandos como `ansible galaxy` tienen su propia documentación.
|
> Algunos subcomandos como `galaxy` tienen su propia documentación.
|
||||||
> Más información: <https://www.ansible.com/>.
|
> Más información: <https://www.ansible.com/>.
|
||||||
|
|
||||||
- Lista los hosts pertenecientes a un grupo:
|
- Lista los hosts pertenecientes a un grupo:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# az
|
# az
|
||||||
|
|
||||||
> La herramienta de línea de comandos de Azure.
|
> La herramienta de línea de comandos de Azure.
|
||||||
> Algunos subcomandos como `az login` tienen su propia documentación de uso.
|
> Algunos subcomandos como `login` tienen su propia documentación de uso.
|
||||||
> Más información: <https://learn.microsoft.com/cli/azure>.
|
> Más información: <https://learn.microsoft.com/cli/azure>.
|
||||||
|
|
||||||
- Inicia sesión en Azure:
|
- Inicia sesión en Azure:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# docker
|
# docker
|
||||||
|
|
||||||
> Administra contenedores e imágenes de Docker.
|
> Administra contenedores e imágenes de Docker.
|
||||||
> Algunos subcomandos, como `docker run`, tienen su propia documentación de uso.
|
> Algunos subcomandos, como `run`, tienen su propia documentación de uso.
|
||||||
> Más información: <https://docs.docker.com/reference/cli/docker/>.
|
> Más información: <https://docs.docker.com/reference/cli/docker/>.
|
||||||
|
|
||||||
- Lista todos los contenedores de Docker (en ejecución y detenidos):
|
- Lista todos los contenedores de Docker (en ejecución y detenidos):
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# doppler
|
# doppler
|
||||||
|
|
||||||
> Gestiona variables de entorno a través de diferentes entornos usando Doppler.
|
> Gestiona variables de entorno a través de diferentes entornos usando Doppler.
|
||||||
> Algunos subcomandos como `doppler run` y `doppler secrets` tienen su propia documentación de uso.
|
> Algunos subcomandos como `run` y `secrets` tienen su propia documentación de uso.
|
||||||
> Más información: <https://docs.doppler.com/docs/cli>.
|
> Más información: <https://docs.doppler.com/docs/cli>.
|
||||||
|
|
||||||
- Configura Doppler CLI en el directorio actual:
|
- Configura Doppler CLI en el directorio actual:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# dotnet
|
# dotnet
|
||||||
|
|
||||||
> Herramienta multiplataforma de línea de comandos para .NET Core.
|
> Herramienta multiplataforma de línea de comandos para .NET Core.
|
||||||
> Algunos subcomandos, como `dotnet build`, tienen su propia documentación de uso.
|
> Algunos subcomandos, como `build`, tienen su propia documentación de uso.
|
||||||
> Más información: <https://learn.microsoft.com/dotnet/core/tools>.
|
> Más información: <https://learn.microsoft.com/dotnet/core/tools>.
|
||||||
|
|
||||||
- Inicializa un proyecto .NET nuevo:
|
- Inicializa un proyecto .NET nuevo:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# helm
|
# helm
|
||||||
|
|
||||||
> Helm es un gestor de paquetes para Kubernetes.
|
> Helm es un gestor de paquetes para Kubernetes.
|
||||||
> Algunos subcomandos como `helm install` tiene su propia documentación de uso.
|
> Algunos subcomandos como `install` tiene su propia documentación de uso.
|
||||||
> Más información: <https://helm.sh/>.
|
> Más información: <https://helm.sh/>.
|
||||||
|
|
||||||
- Crea un chart de helm:
|
- Crea un chart de helm:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# nxc
|
# nxc
|
||||||
|
|
||||||
> Herramienta de enumeración y explotación de servicios de red.
|
> Herramienta de enumeración y explotación de servicios de red.
|
||||||
> Algunos subcomandos como `nxc smb` tienen su propia documentación de uso.
|
> Algunos subcomandos como `smb` tienen su propia documentación de uso.
|
||||||
> Más información: <https://www.netexec.wiki/>.
|
> Más información: <https://www.netexec.wiki/>.
|
||||||
|
|
||||||
- [L]ista módulos disponibles para el protocolo especificado:
|
- [L]ista módulos disponibles para el protocolo especificado:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# choco
|
# choco
|
||||||
|
|
||||||
> El gestor de paquetes Chocolatey.
|
> El gestor de paquetes Chocolatey.
|
||||||
> Algunos subcomandos como `choco install` tienen su propia documentación de uso.
|
> Algunos subcomandos como `install` tienen su propia documentación de uso.
|
||||||
> Más información: <https://chocolatey.org>.
|
> Más información: <https://chocolatey.org>.
|
||||||
|
|
||||||
- Ejecuta un comando Chocolatey:
|
- Ejecuta un comando Chocolatey:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# argocd
|
# argocd
|
||||||
|
|
||||||
> Interface en ligne de commande pour controler un serveur Argo CD.
|
> Interface en ligne de commande pour controler un serveur Argo CD.
|
||||||
> Certaines sous-commandes comme `argocd app` ont leur propre documentation d'utilisation.
|
> Certaines sous-commandes comme `app` ont leur propre documentation d'utilisation.
|
||||||
> Plus d'informations : <https://argo-cd.readthedocs.io/en/stable/user-guide/commands/argocd/>.
|
> Plus d'informations : <https://argo-cd.readthedocs.io/en/stable/user-guide/commands/argocd/>.
|
||||||
|
|
||||||
- Se connecter à un serveur Argo CD :
|
- Se connecter à un serveur Argo CD :
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# cargo
|
# cargo
|
||||||
|
|
||||||
> Gestion d'un projet Rust et ses dependences (crates).
|
> Gestion d'un projet Rust et ses dependences (crates).
|
||||||
> Certaines sous-commandes comme `cargo build` ont leurs propres documentations.
|
> Certaines sous-commandes comme `build` ont leurs propres documentations.
|
||||||
> Plus d'informations : <https://doc.rust-lang.org/cargo>.
|
> Plus d'informations : <https://doc.rust-lang.org/cargo>.
|
||||||
|
|
||||||
- Rechercher des crates :
|
- Rechercher des crates :
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# go
|
# go
|
||||||
|
|
||||||
> Outil de gestion du code source Go.
|
> Outil de gestion du code source Go.
|
||||||
> Certaines sous-commandes telles que `go build` ont leur propre documentation d'utilisation.
|
> Certaines sous-commandes telles que `build` ont leur propre documentation d'utilisation.
|
||||||
> Plus d'informations : <https://golang.org>.
|
> Plus d'informations : <https://golang.org>.
|
||||||
|
|
||||||
- Télécharger et installer un paquet, spécifié par son chemin d'importation :
|
- Télécharger et installer un paquet, spécifié par son chemin d'importation :
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# btrfs
|
# btrfs
|
||||||
|
|
||||||
> Système de fichiers basé sur le principe de copie à l’écriture ("copy-on-write", souvent désigné par son sigle anglais COW) pour Linux.
|
> Système de fichiers basé sur le principe de copie à l’écriture ("copy-on-write", souvent désigné par son sigle anglais COW) pour Linux.
|
||||||
> Certaines sous-commandes comme `btrfs device` ont leur propre documentation.
|
> Certaines sous-commandes comme `device` ont leur propre documentation.
|
||||||
> Plus d'informations : <https://btrfs.readthedocs.io/en/latest/btrfs.html>.
|
> Plus d'informations : <https://btrfs.readthedocs.io/en/latest/btrfs.html>.
|
||||||
|
|
||||||
- Créer un sous-volume :
|
- Créer un sous-volume :
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# adb
|
# adb
|
||||||
|
|
||||||
> Android Debug Bridge: berkomunikasi dengan emulator Android atau perangkat Android terhubung.
|
> Android Debug Bridge: berkomunikasi dengan emulator Android atau perangkat Android terhubung.
|
||||||
> Kami mempunyai dokumentasi terpisah untuk menggunakan subperintah seperti `adb shell`.
|
> Kami mempunyai dokumentasi terpisah untuk menggunakan subperintah seperti `shell`.
|
||||||
> Informasi lebih lanjut: <https://developer.android.com/tools/adb>.
|
> Informasi lebih lanjut: <https://developer.android.com/tools/adb>.
|
||||||
|
|
||||||
- Periksa apakah proses server adb telah dimulai dan memulainya:
|
- Periksa apakah proses server adb telah dimulai dan memulainya:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# docker
|
# docker
|
||||||
|
|
||||||
> Atur kontainer Docker dan image.
|
> Atur kontainer Docker dan image.
|
||||||
> Kami mempunyai dokumentasi terpisah untuk menggunakan subperintah seperti `docker run`.
|
> Kami mempunyai dokumentasi terpisah untuk menggunakan subperintah seperti `run`.
|
||||||
> Informasi lebih lanjut: <https://docs.docker.com/reference/cli/docker/>.
|
> Informasi lebih lanjut: <https://docs.docker.com/reference/cli/docker/>.
|
||||||
|
|
||||||
- Tampilkan semua daftar kontainer Docker (yang sedang berjalan dan berhenti):
|
- Tampilkan semua daftar kontainer Docker (yang sedang berjalan dan berhenti):
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# pip
|
# pip
|
||||||
|
|
||||||
> Pengelola paket Python.
|
> Pengelola paket Python.
|
||||||
> Kami mempunyai dokumentasi terpisah untuk menggunakan subperintah seperti `pip install`.
|
> Kami mempunyai dokumentasi terpisah untuk menggunakan subperintah seperti `install`.
|
||||||
> Informasi lebih lanjut: <https://pip.pypa.io>.
|
> Informasi lebih lanjut: <https://pip.pypa.io>.
|
||||||
|
|
||||||
- Memasang paket:
|
- Memasang paket:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# vue
|
# vue
|
||||||
|
|
||||||
> CLI serba guna untuk Vue.js.
|
> CLI serba guna untuk Vue.js.
|
||||||
> Kami mempunyai dokumentasi terpisah untuk menggunakan subperintah seperti `vue build`.
|
> Kami mempunyai dokumentasi terpisah untuk menggunakan subperintah seperti `build`.
|
||||||
> Informasi lebih lanjut: <https://cli.vuejs.org>.
|
> Informasi lebih lanjut: <https://cli.vuejs.org>.
|
||||||
|
|
||||||
- Buat proyek vue baru secara interaktif:
|
- Buat proyek vue baru secara interaktif:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# adb
|
# adb
|
||||||
|
|
||||||
> Android Debug Bridge: comunica con un'instanza di un emulatore Android o con un dispositivo android connesso.
|
> Android Debug Bridge: comunica con un'instanza di un emulatore Android o con un dispositivo android connesso.
|
||||||
> Alcuni comandi aggiuntivi, come `adb shell`, hanno la propria documentazione.
|
> Alcuni comandi aggiuntivi, come `shell`, hanno la propria documentazione.
|
||||||
> Maggiori informazioni: <https://developer.android.com/tools/adb>.
|
> Maggiori informazioni: <https://developer.android.com/tools/adb>.
|
||||||
|
|
||||||
- Controlla se il processo server adb è attivo ed avvialo:
|
- Controlla se il processo server adb è attivo ed avvialo:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Gestisce gruppi di computer da remoto via SSH.
|
> Gestisce gruppi di computer da remoto via SSH.
|
||||||
> Usa il file `/etc/ansible/hosts` per aggiungere nuovi gruppi/host.
|
> Usa il file `/etc/ansible/hosts` per aggiungere nuovi gruppi/host.
|
||||||
> Alcuni comandi aggiuntivi, come `ansible galaxy`, hanno la propria documentazione.
|
> Alcuni comandi aggiuntivi, come `galaxy`, hanno la propria documentazione.
|
||||||
> Maggiori informazioni: <https://www.ansible.com/>.
|
> Maggiori informazioni: <https://www.ansible.com/>.
|
||||||
|
|
||||||
- Elenca gli host appartenenti ad un gruppo:
|
- Elenca gli host appartenenti ad un gruppo:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# aws
|
# aws
|
||||||
|
|
||||||
> Il tool da linea di comando ufficiale per Amazon Web Services.
|
> Il tool da linea di comando ufficiale per Amazon Web Services.
|
||||||
> Alcuni comandi aggiuntivi, come `aws s3`, hanno la propria documentazione.
|
> Alcuni comandi aggiuntivi, come `s3`, hanno la propria documentazione.
|
||||||
> Maggiori informazioni: <https://aws.amazon.com/cli>.
|
> Maggiori informazioni: <https://aws.amazon.com/cli>.
|
||||||
|
|
||||||
- Lista tutti gli utenti IAM (Identity and Access Management):
|
- Lista tutti gli utenti IAM (Identity and Access Management):
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# az
|
# az
|
||||||
|
|
||||||
> Strumento ufficiale da linea di comando per Microsoft Azure.
|
> Strumento ufficiale da linea di comando per Microsoft Azure.
|
||||||
> Alcuni comandi aggiuntivi, come `az login`, hanno la propria documentazione.
|
> Alcuni comandi aggiuntivi, come `login`, hanno la propria documentazione.
|
||||||
> Maggiori informazioni: <https://learn.microsoft.com/cli/azure>.
|
> Maggiori informazioni: <https://learn.microsoft.com/cli/azure>.
|
||||||
|
|
||||||
- Effettua il log in ad Azure:
|
- Effettua il log in ad Azure:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Gestore di pacchetti di Rust.
|
> Gestore di pacchetti di Rust.
|
||||||
> Gestisce progetti Rust ed i moduli dai quali sono dipendenti (detti crate).
|
> Gestisce progetti Rust ed i moduli dai quali sono dipendenti (detti crate).
|
||||||
> Alcuni comandi aggiuntivi, come `cargo build`, hanno la propria documentazione.
|
> Alcuni comandi aggiuntivi, come `build`, hanno la propria documentazione.
|
||||||
> Maggiori informazioni: <https://doc.rust-lang.org/cargo>.
|
> Maggiori informazioni: <https://doc.rust-lang.org/cargo>.
|
||||||
|
|
||||||
- Cerca una crate:
|
- Cerca una crate:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# conda
|
# conda
|
||||||
|
|
||||||
> Gestione pacchetti, dipendenze ed ambiente per qualsiasi linguaggio di programmazione.
|
> Gestione pacchetti, dipendenze ed ambiente per qualsiasi linguaggio di programmazione.
|
||||||
> Alcuni comandi aggiuntivi, come `conda create`, hanno la propria documentazione.
|
> Alcuni comandi aggiuntivi, come `create`, hanno la propria documentazione.
|
||||||
> Maggiori informazioni: <https://github.com/conda/conda>.
|
> Maggiori informazioni: <https://github.com/conda/conda>.
|
||||||
|
|
||||||
- Crea un nuovo ambiente, installandovi alcuni pacchetti:
|
- Crea un nuovo ambiente, installandovi alcuni pacchetti:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# consul
|
# consul
|
||||||
|
|
||||||
> Rete distribuita per gestire e configurare servizi tramite database chiave-valore.
|
> Rete distribuita per gestire e configurare servizi tramite database chiave-valore.
|
||||||
> Alcuni comandi aggiuntivi, come `consul kv`, hanno la propria documentazione.
|
> Alcuni comandi aggiuntivi, come `kv`, hanno la propria documentazione.
|
||||||
> Maggiori informazioni: <https://www.consul.io/commands>.
|
> Maggiori informazioni: <https://www.consul.io/commands>.
|
||||||
|
|
||||||
- Controlla la versione di Consul:
|
- Controlla la versione di Consul:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# docker
|
# docker
|
||||||
|
|
||||||
> Gestisci container ed immagini Docker.
|
> Gestisci container ed immagini Docker.
|
||||||
> Alcuni comandi aggiuntivi, come `docker run`, hanno la propria documentazione.
|
> Alcuni comandi aggiuntivi, come `run`, hanno la propria documentazione.
|
||||||
> Maggiori informazioni: <https://docs.docker.com/reference/cli/docker/>.
|
> Maggiori informazioni: <https://docs.docker.com/reference/cli/docker/>.
|
||||||
|
|
||||||
- Elenca tutti i container Docker (in esecuzione e arrestati):
|
- Elenca tutti i container Docker (in esecuzione e arrestati):
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# dotnet
|
# dotnet
|
||||||
|
|
||||||
> Strumenti .NET da linea di comando multipiattaforma per .NET Core.
|
> Strumenti .NET da linea di comando multipiattaforma per .NET Core.
|
||||||
> Alcuni comandi aggiuntivi, come `dotnet build`, hanno la propria documentazione.
|
> Alcuni comandi aggiuntivi, come `build`, hanno la propria documentazione.
|
||||||
> Maggiori informazioni: <https://learn.microsoft.com/dotnet/core/tools>.
|
> Maggiori informazioni: <https://learn.microsoft.com/dotnet/core/tools>.
|
||||||
|
|
||||||
- Inizializza un nuovo progetto .NET:
|
- Inizializza un nuovo progetto .NET:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git
|
# git
|
||||||
|
|
||||||
> Sistema di controllo versione distribuito.
|
> Sistema di controllo versione distribuito.
|
||||||
> Alcuni comandi aggiuntivi, come `git commit`, hanno la propria documentazione.
|
> Alcuni comandi aggiuntivi, come `commit`, hanno la propria documentazione.
|
||||||
> Maggiori informazioni: <https://git-scm.com/>.
|
> Maggiori informazioni: <https://git-scm.com/>.
|
||||||
|
|
||||||
- Controlla la versione di Git:
|
- Controlla la versione di Git:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# helm
|
# helm
|
||||||
|
|
||||||
> Helm è un gestore di pacchetti per Kubernetes.
|
> Helm è un gestore di pacchetti per Kubernetes.
|
||||||
> Alcuni comandi aggiuntivi, come `helm install`, hanno la propria documentazione.
|
> Alcuni comandi aggiuntivi, come `install`, hanno la propria documentazione.
|
||||||
> Maggiori informazioni: <https://helm.sh/>.
|
> Maggiori informazioni: <https://helm.sh/>.
|
||||||
|
|
||||||
- Crea una helm chart:
|
- Crea una helm chart:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# kubectl
|
# kubectl
|
||||||
|
|
||||||
> Interfaccia interattiva da linea di comando per eseguire comandi sui clusters Kubernetes.
|
> Interfaccia interattiva da linea di comando per eseguire comandi sui clusters Kubernetes.
|
||||||
> Alcuni comandi aggiuntivi, come `kubectl run`, hanno la propria documentazione..
|
> Alcuni comandi aggiuntivi, come `run`, hanno la propria documentazione..
|
||||||
> Maggiori informazioni: <https://kubernetes.io/docs/reference/kubectl/>.
|
> Maggiori informazioni: <https://kubernetes.io/docs/reference/kubectl/>.
|
||||||
|
|
||||||
- Elenca le informazioni su una risorsa in maniera dettagliata:
|
- Elenca le informazioni su una risorsa in maniera dettagliata:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# dpkg
|
# dpkg
|
||||||
|
|
||||||
> Gestore di pacchetti Debian.
|
> Gestore di pacchetti Debian.
|
||||||
> Alcuni comandi aggiuntivi, come `dpkg deb`, hanno la propria documentazione.
|
> Alcuni comandi aggiuntivi, come `deb`, hanno la propria documentazione.
|
||||||
> Maggiori informazioni: <https://manned.org/dpkg>.
|
> Maggiori informazioni: <https://manned.org/dpkg>.
|
||||||
|
|
||||||
- Installa un pacchetto:
|
- Installa un pacchetto:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# aws
|
# aws
|
||||||
|
|
||||||
> アマゾンウェブサービスの公式 CLI ツールです。
|
> アマゾンウェブサービスの公式 CLI ツールです。
|
||||||
> `aws S3` のようないくつかのサブコマンドには、使用方法についての独自のドキュメントがあります。
|
> `s3` のようないくつかのサブコマンドには、使用方法についての独自のドキュメントがあります。
|
||||||
> 詳しくはこちら: <https://aws.amazon.com/cli>
|
> 詳しくはこちら: <https://aws.amazon.com/cli>
|
||||||
|
|
||||||
- AWS コマンドラインを設定する:
|
- AWS コマンドラインを設定する:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# docker
|
# docker
|
||||||
|
|
||||||
> Dockerコンテナ及びDockerイメージの管理を行います。
|
> Dockerコンテナ及びDockerイメージの管理を行います。
|
||||||
> `docker run` のようないくつかのサブコマンドには、使用方法についての独自のドキュメントがあります。
|
> `run` のようないくつかのサブコマンドには、使用方法についての独自のドキュメントがあります。
|
||||||
> 詳しくはこちら: <https://docs.docker.com/reference/cli/docker/>
|
> 詳しくはこちら: <https://docs.docker.com/reference/cli/docker/>
|
||||||
|
|
||||||
- 全てのDockerコンテナを表示する(実行中・停止中、両方のコンテナ):
|
- 全てのDockerコンテナを表示する(実行中・停止中、両方のコンテナ):
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# choco
|
# choco
|
||||||
|
|
||||||
> Chocolateyパッケージマネージャーのコマンドラインインターフェイスです。
|
> Chocolateyパッケージマネージャーのコマンドラインインターフェイスです。
|
||||||
> `choco install` のようないくつかのサブコマンドには、使用方法についての独自のドキュメントがあります。
|
> `install` のようないくつかのサブコマンドには、使用方法についての独自のドキュメントがあります。
|
||||||
> 詳しくはこちら: <https://chocolatey.org>
|
> 詳しくはこちら: <https://chocolatey.org>
|
||||||
|
|
||||||
- Chocolateyコマンドを実行します:
|
- Chocolateyコマンドを実行します:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# ansible
|
# ansible
|
||||||
|
|
||||||
> SSH를 통해 컴퓨터 그룹을 원격으로 관리. (`/etc/ansible/hosts` 파일을 사용하여 새 그룹/호스트를 추가하십시오).
|
> SSH를 통해 컴퓨터 그룹을 원격으로 관리. (`/etc/ansible/hosts` 파일을 사용하여 새 그룹/호스트를 추가하십시오).
|
||||||
> `ansible galaxy`와 같은 일부 하위 명령에는 자체 사용 설명서가 있음.
|
> `galaxy`와 같은 일부 하위 명령에는 자체 사용 설명서가 있음.
|
||||||
> 더 많은 정보: <https://www.ansible.com/>.
|
> 더 많은 정보: <https://www.ansible.com/>.
|
||||||
|
|
||||||
- 그룹에 속한 호스트 목록:
|
- 그룹에 속한 호스트 목록:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# aws
|
# aws
|
||||||
|
|
||||||
> Amazon Web Services의 공식 CLI tool입니다.
|
> Amazon Web Services의 공식 CLI tool입니다.
|
||||||
> `aws s3`와 같은 일부 하위 명령에는 자체 사용 설명서가 있습니다.
|
> `s3`와 같은 일부 하위 명령에는 자체 사용 설명서가 있습니다.
|
||||||
> 더 많은 정보: <https://aws.amazon.com/cli>.
|
> 더 많은 정보: <https://aws.amazon.com/cli>.
|
||||||
|
|
||||||
- AWS Command-line 설정:
|
- AWS Command-line 설정:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# bundletool
|
# bundletool
|
||||||
|
|
||||||
> Android 애플리케이션 번들을 조작.
|
> Android 애플리케이션 번들을 조작.
|
||||||
> `bundletool validate`와 같은 일부 하위 명0령에는 자체적인 사용법 문서가 존재.
|
> `validate`와 같은 일부 하위 명0령에는 자체적인 사용법 문서가 존재.
|
||||||
> 더 많은 정보: <https://developer.android.com/tools/bundletool>.
|
> 더 많은 정보: <https://developer.android.com/tools/bundletool>.
|
||||||
|
|
||||||
- 하위 명령어에 대한 도움말 표시:
|
- 하위 명령어에 대한 도움말 표시:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# virsh
|
# virsh
|
||||||
|
|
||||||
> virsh 게스트 도메인을 관리합니다. (Note: 'guest_id'는 게스트의 아이디, 이름 또는 UUID일 수 있습니다).
|
> virsh 게스트 도메인을 관리합니다. (Note: 'guest_id'는 게스트의 아이디, 이름 또는 UUID일 수 있습니다).
|
||||||
> `virsh list`와 같은 일부 하위 명령에는 자체 사용 설명서가 있습니다.
|
> `list`와 같은 일부 하위 명령에는 자체 사용 설명서가 있습니다.
|
||||||
> 더 많은 정보: <https://libvirt.org/manpages/virsh.html>.
|
> 더 많은 정보: <https://libvirt.org/manpages/virsh.html>.
|
||||||
|
|
||||||
- 하이퍼아비저 세션에 연결:
|
- 하이퍼아비저 세션에 연결:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# adb
|
# adb
|
||||||
|
|
||||||
> Android Debug-Brug: communiceer met een Android-emulator of een aangesloten Android-apparaat.
|
> Android Debug-Brug: communiceer met een Android-emulator of een aangesloten Android-apparaat.
|
||||||
> Sommige subcommando's zoals `adb shell` hebben hun eigen documentatie.
|
> Sommige subcommando's zoals `shell` hebben hun eigen documentatie.
|
||||||
> Meer informatie: <https://developer.android.com/tools/adb>.
|
> Meer informatie: <https://developer.android.com/tools/adb>.
|
||||||
|
|
||||||
- Controleer of het adb serverproces draait en start het:
|
- Controleer of het adb serverproces draait en start het:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# amass
|
# amass
|
||||||
|
|
||||||
> Uitgebreide tool voor Attack Surface Mapping en Asset Discovery.
|
> Uitgebreide tool voor Attack Surface Mapping en Asset Discovery.
|
||||||
> Sommige subcommando's zoals `amass intel` hebben hun eigen documentatie.
|
> Sommige subcommando's zoals `intel` hebben hun eigen documentatie.
|
||||||
> Meer informatie: <https://github.com/owasp-amass/amass>.
|
> Meer informatie: <https://github.com/owasp-amass/amass>.
|
||||||
|
|
||||||
- Voer een Amass subcommando uit:
|
- Voer een Amass subcommando uit:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# ansible
|
# ansible
|
||||||
|
|
||||||
> Beheer een groep van computers op afstand over SSH. (Gebruik het `/etc/ansible/hosts` bestand om nieuwe groepen/hosts toe te voegen).
|
> Beheer een groep van computers op afstand over SSH. (Gebruik het `/etc/ansible/hosts` bestand om nieuwe groepen/hosts toe te voegen).
|
||||||
> Sommige subcommando's zoals `ansible galaxy` hebben hun eigen documentatie.
|
> Sommige subcommando's zoals `galaxy` hebben hun eigen documentatie.
|
||||||
> Meer informatie: <https://www.ansible.com/>.
|
> Meer informatie: <https://www.ansible.com/>.
|
||||||
|
|
||||||
- Toon de hosts die tot een groep behoren:
|
- Toon de hosts die tot een groep behoren:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# az
|
# az
|
||||||
|
|
||||||
> De officiële CLI tool voor Microsoft Azure.
|
> De officiële CLI tool voor Microsoft Azure.
|
||||||
> Sommige subcommando's zoals `az login` hebben hun eigen documentatie.
|
> Sommige subcommando's zoals `login` hebben hun eigen documentatie.
|
||||||
> Meer informatie: <https://learn.microsoft.com/cli/azure>.
|
> Meer informatie: <https://learn.microsoft.com/cli/azure>.
|
||||||
|
|
||||||
- Log in bij Azure:
|
- Log in bij Azure:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# docker
|
# docker
|
||||||
|
|
||||||
> Beheer Docker containers en images.
|
> Beheer Docker containers en images.
|
||||||
> Sommige subcommando's zoals `docker run` hebben hun eigen documentatie.
|
> Sommige subcommando's zoals `run` hebben hun eigen documentatie.
|
||||||
> Meer informatie: <https://docs.docker.com/reference/cli/docker/>.
|
> Meer informatie: <https://docs.docker.com/reference/cli/docker/>.
|
||||||
|
|
||||||
- Toon alle Docker containers (actief en gestopte):
|
- Toon alle Docker containers (actief en gestopte):
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# fossil
|
# fossil
|
||||||
|
|
||||||
> Gedistribueerd versiebheer systeem.
|
> Gedistribueerd versiebheer systeem.
|
||||||
> Sommige subcommando's zoals `fossil db` hebben hun eigen documentatie.
|
> Sommige subcommando's zoals `db` hebben hun eigen documentatie.
|
||||||
> Meer informatie: <https://fossil-scm.org/>.
|
> Meer informatie: <https://fossil-scm.org/>.
|
||||||
|
|
||||||
- Voer een Fossil subcommando uit:
|
- Voer een Fossil subcommando uit:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# pio
|
# pio
|
||||||
|
|
||||||
> Ontwikkelomgeving voor voor embedded boards.
|
> Ontwikkelomgeving voor voor embedded boards.
|
||||||
> Sommige subcommando's zoals `pio run` hebben hun eigen documentatie.
|
> Sommige subcommando's zoals `run` hebben hun eigen documentatie.
|
||||||
> Meer informatie: <https://docs.platformio.org/en/latest/core/userguide/>.
|
> Meer informatie: <https://docs.platformio.org/en/latest/core/userguide/>.
|
||||||
|
|
||||||
- Toon de help en toon subcommando's:
|
- Toon de help en toon subcommando's:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# choco
|
# choco
|
||||||
|
|
||||||
> De Chocolatey pakket manager.
|
> De Chocolatey pakket manager.
|
||||||
> Sommige subcommando's zoals `choco install` hebben hun eigen gebruiksdocumentatie.
|
> Sommige subcommando's zoals `install` hebben hun eigen gebruiksdocumentatie.
|
||||||
> Meer informatie: <https://chocolatey.org>.
|
> Meer informatie: <https://chocolatey.org>.
|
||||||
|
|
||||||
- Voer een Chocolatey commando uit:
|
- Voer een Chocolatey commando uit:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# reg
|
# reg
|
||||||
|
|
||||||
> Beheer sleutels en de waardes in een Windows registry.
|
> Beheer sleutels en de waardes in een Windows registry.
|
||||||
> Sommige subcommando's zoals `reg add` hebben hun eigen documentatie.
|
> Sommige subcommando's zoals `add` hebben hun eigen documentatie.
|
||||||
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/reg>.
|
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/reg>.
|
||||||
|
|
||||||
- Voer een registry commando uit:
|
- Voer een registry commando uit:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# adb
|
# adb
|
||||||
|
|
||||||
> Android Debug Bridge: komunikuj się z instancją emulatora Androida lub podłączonym urządzeniem z Androidem.
|
> Android Debug Bridge: komunikuj się z instancją emulatora Androida lub podłączonym urządzeniem z Androidem.
|
||||||
> Niektóre podkomendy takie jak `adb shell` mają osobną dokumentację.
|
> Niektóre podkomendy takie jak `shell` mają osobną dokumentację.
|
||||||
> Więcej informacji: <https://developer.android.com/tools/adb>.
|
> Więcej informacji: <https://developer.android.com/tools/adb>.
|
||||||
|
|
||||||
- Sprawdź czy proces serwera adb działa, jeśli nie, uruchom go:
|
- Sprawdź czy proces serwera adb działa, jeśli nie, uruchom go:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# aws
|
# aws
|
||||||
|
|
||||||
> Oficjalne narzędzie CLI dla Amazon Web Services.
|
> Oficjalne narzędzie CLI dla Amazon Web Services.
|
||||||
> Niektóre podkomendy takie jak `aws s3` mają osobną dokumentację.
|
> Niektóre podkomendy takie jak `s3` mają osobną dokumentację.
|
||||||
> Więcej informacji: <https://aws.amazon.com/cli>.
|
> Więcej informacji: <https://aws.amazon.com/cli>.
|
||||||
|
|
||||||
- Konfiguruj AWS Command-line:
|
- Konfiguruj AWS Command-line:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# dotnet
|
# dotnet
|
||||||
|
|
||||||
> Wieloplatformowe narzędzia wiersza polecenia .NET dla platformy .NET Core.
|
> Wieloplatformowe narzędzia wiersza polecenia .NET dla platformy .NET Core.
|
||||||
> Niektóre podkomendy takie jak `dotnet build` mają osobną dokumentację.
|
> Niektóre podkomendy takie jak `build` mają osobną dokumentację.
|
||||||
> Więcej informacji: <https://learn.microsoft.com/dotnet/core/tools>.
|
> Więcej informacji: <https://learn.microsoft.com/dotnet/core/tools>.
|
||||||
|
|
||||||
- Zainicjuj nowy projekt .NET:
|
- Zainicjuj nowy projekt .NET:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# choco
|
# choco
|
||||||
|
|
||||||
> Interfejs wiersza polecenia dla menadżera pakietów Chocolatey.
|
> Interfejs wiersza polecenia dla menadżera pakietów Chocolatey.
|
||||||
> Niektóre podkomendy takie jak `choco install` posiadają osobną dokumentację.
|
> Niektóre podkomendy takie jak `install` posiadają osobną dokumentację.
|
||||||
> Więcej informacji: <https://chocolatey.org>.
|
> Więcej informacji: <https://chocolatey.org>.
|
||||||
|
|
||||||
- Wykonanie podkomendy:
|
- Wykonanie podkomendy:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# adb
|
# adb
|
||||||
|
|
||||||
> Android Debug Bridge: Comunica com uma instância do emulador Android emulator ou dispositivos conectados.
|
> Android Debug Bridge: Comunica com uma instância do emulador Android emulator ou dispositivos conectados.
|
||||||
> Alguns subcomandos tais como `adb shell` possuem sua própria documentação de uso.
|
> Alguns subcomandos tais como `shell` possuem sua própria documentação de uso.
|
||||||
> Mais informações: <https://developer.android.com/tools/adb>.
|
> Mais informações: <https://developer.android.com/tools/adb>.
|
||||||
|
|
||||||
- Checa se o servidor adb está em execução e o inicia:
|
- Checa se o servidor adb está em execução e o inicia:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# amass
|
# amass
|
||||||
|
|
||||||
> Ferramenta de Attack Surface Mapping (mapeamento de superfície de ataque) e Asset Discovery (descoberta de asset) em profundidade.
|
> Ferramenta de Attack Surface Mapping (mapeamento de superfície de ataque) e Asset Discovery (descoberta de asset) em profundidade.
|
||||||
> Alguns subcomandos como `amass intel` tem sua propria documentacao de uso.
|
> Alguns subcomandos como `intel` tem sua propria documentacao de uso.
|
||||||
> Mais informações: <https://github.com/owasp-amass/amass>.
|
> Mais informações: <https://github.com/owasp-amass/amass>.
|
||||||
|
|
||||||
- Executa um subcomando Amass:
|
- Executa um subcomando Amass:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> A interface de linha de comando oficial para o Amazon Web Services.
|
> A interface de linha de comando oficial para o Amazon Web Services.
|
||||||
> Passo-a-passo, Single Sign-On (SSO), autocompletar de recursos e opções de YAML somente na v2.
|
> Passo-a-passo, Single Sign-On (SSO), autocompletar de recursos e opções de YAML somente na v2.
|
||||||
> Alguns subcomandos como `aws s3` tem sua própia documentação de uso.
|
> Alguns subcomandos como `s3` tem sua própia documentação de uso.
|
||||||
> Mais informações: <https://aws.amazon.com/cli>.
|
> Mais informações: <https://aws.amazon.com/cli>.
|
||||||
|
|
||||||
- Configura a linha de comando da AWS:
|
- Configura a linha de comando da AWS:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# cargo
|
# cargo
|
||||||
|
|
||||||
> Gerencia projetos Rust e as dependências dos modulos (crates).
|
> Gerencia projetos Rust e as dependências dos modulos (crates).
|
||||||
> Alguns subcomandos como `cargo build` tem a sua própria documentação.
|
> Alguns subcomandos como `build` tem a sua própria documentação.
|
||||||
> Mais informações: <https://doc.rust-lang.org/cargo>.
|
> Mais informações: <https://doc.rust-lang.org/cargo>.
|
||||||
|
|
||||||
- Procura por crates:
|
- Procura por crates:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# docker
|
# docker
|
||||||
|
|
||||||
> Gerenciador de containers e imagens Docker.
|
> Gerenciador de containers e imagens Docker.
|
||||||
> Alguns subcomandos como `docker run` tem sua própia documentação de uso.
|
> Alguns subcomandos como `run` tem sua própia documentação de uso.
|
||||||
> Mais informações: <https://docs.docker.com/reference/cli/docker/>.
|
> Mais informações: <https://docs.docker.com/reference/cli/docker/>.
|
||||||
|
|
||||||
- Lista todos os containers Docker (em execução e parados):
|
- Lista todos os containers Docker (em execução e parados):
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# dvc
|
# dvc
|
||||||
|
|
||||||
> Controle de Versão de Dados: como o `git` mas para dados.
|
> Controle de Versão de Dados: como o `git` mas para dados.
|
||||||
> Alguns subcomandos tal como `dvc commit` tem suas próprias documentações de uso.
|
> Alguns subcomandos tal como `commit` tem suas próprias documentações de uso.
|
||||||
> Mais informações: <https://dvc.org/>.
|
> Mais informações: <https://dvc.org/>.
|
||||||
|
|
||||||
- Checa a versão do DVC:
|
- Checa a versão do DVC:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# git
|
# git
|
||||||
|
|
||||||
> Sistema de versionamento distribuído.
|
> Sistema de versionamento distribuído.
|
||||||
> Alguns subcomandos como `git commit` tem sua própia documentação de uso.
|
> Alguns subcomandos como `commit` tem sua própia documentação de uso.
|
||||||
> Mais informações: <https://git-scm.com/>.
|
> Mais informações: <https://git-scm.com/>.
|
||||||
|
|
||||||
- Verifique a versão do Git:
|
- Verifique a versão do Git:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# kubectl
|
# kubectl
|
||||||
|
|
||||||
> Linha de comando para executar comando em clusters do Kubernetes.
|
> Linha de comando para executar comando em clusters do Kubernetes.
|
||||||
> Alguns subcomandos como `kubectl run` tem sua própia documentação de uso.
|
> Alguns subcomandos como `run` tem sua própia documentação de uso.
|
||||||
> Mais informações: <https://kubernetes.io/docs/reference/kubectl/>.
|
> Mais informações: <https://kubernetes.io/docs/reference/kubectl/>.
|
||||||
|
|
||||||
- Lista toda a informação sobre um recurso em detalhes:
|
- Lista toda a informação sobre um recurso em detalhes:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# virsh
|
# virsh
|
||||||
|
|
||||||
> Gerenciar domínios de convidados do virsh. (NOTA: 'guest_id' pode ser o ID, nome ou UUID do convidado).
|
> Gerenciar domínios de convidados do virsh. (NOTA: 'guest_id' pode ser o ID, nome ou UUID do convidado).
|
||||||
> Alguns subcomandos, como `virsh list`, têm sua própria documentação de uso.
|
> Alguns subcomandos, como `list`, têm sua própria documentação de uso.
|
||||||
> Mais informações: <https://libvirt.org/manpages/virsh.html>.
|
> Mais informações: <https://libvirt.org/manpages/virsh.html>.
|
||||||
|
|
||||||
- Conecta a uma sessão do hipervisor:
|
- Conecta a uma sessão do hipervisor:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# btrfs
|
# btrfs
|
||||||
|
|
||||||
> Um sistema de arquivos baseado no princípio copy-on-write (COW) para Linux.
|
> Um sistema de arquivos baseado no princípio copy-on-write (COW) para Linux.
|
||||||
> Alguns subcomandos como `btrfs device` têm sua própria documentação de uso.
|
> Alguns subcomandos como `device` têm sua própria documentação de uso.
|
||||||
> Mais informações: <https://btrfs.readthedocs.io/en/latest/btrfs.html>.
|
> Mais informações: <https://btrfs.readthedocs.io/en/latest/btrfs.html>.
|
||||||
|
|
||||||
- Cria subvolume:
|
- Cria subvolume:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# dpkg
|
# dpkg
|
||||||
|
|
||||||
> Gerenciador de pacotes Debian.
|
> Gerenciador de pacotes Debian.
|
||||||
> Alguns subcomandos como `dpkg deb` tem sua própia documentação de uso.
|
> Alguns subcomandos como `deb` tem sua própia documentação de uso.
|
||||||
> Mais informações: <https://manned.org/dpkg>.
|
> Mais informações: <https://manned.org/dpkg>.
|
||||||
|
|
||||||
- Instala um pacote:
|
- Instala um pacote:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# ip
|
# ip
|
||||||
|
|
||||||
> Mostra / manipula roteamento, dispositivos, roteamento baseado em póliticas e túneis.
|
> Mostra / manipula roteamento, dispositivos, roteamento baseado em póliticas e túneis.
|
||||||
> Alguns subcomandos como `ip address` têm suas pŕoprias documentações de uso.
|
> Alguns subcomandos como `address` têm suas pŕoprias documentações de uso.
|
||||||
> Mais informações: <https://www.manned.org/ip.8>.
|
> Mais informações: <https://www.manned.org/ip.8>.
|
||||||
|
|
||||||
- Lista interfaces com informações detalhadas:
|
- Lista interfaces com informações detalhadas:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# choco
|
# choco
|
||||||
|
|
||||||
> Uma interface de linha de comando para o gerenciador de pacotes Chocolatey.
|
> Uma interface de linha de comando para o gerenciador de pacotes Chocolatey.
|
||||||
> Alguns subcomandos como `choco install` tem sua própia documentação de uso.
|
> Alguns subcomandos como `install` tem sua própia documentação de uso.
|
||||||
> Mais informações: <https://chocolatey.org>.
|
> Mais informações: <https://chocolatey.org>.
|
||||||
|
|
||||||
- Executa o comando Chocolatey:
|
- Executa o comando Chocolatey:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# adb
|
# adb
|
||||||
|
|
||||||
> Android Debug Bridge: управление запущенным эмулятором Android или подключенным устройством Android.
|
> Android Debug Bridge: управление запущенным эмулятором Android или подключенным устройством Android.
|
||||||
> Некоторые подкоманды, такие как `adb shell`, имеют собственную документацию по использованию.
|
> Некоторые подкоманды, такие как `shell`, имеют собственную документацию по использованию.
|
||||||
> Больше информации: <https://developer.android.com/tools/adb>.
|
> Больше информации: <https://developer.android.com/tools/adb>.
|
||||||
|
|
||||||
- Проверить, запущен ли процесс сервера adb и запустить его:
|
- Проверить, запущен ли процесс сервера adb и запустить его:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# dotnet
|
# dotnet
|
||||||
|
|
||||||
> Кросс-платформенная утилита командной строки .NET для .NET Core.
|
> Кросс-платформенная утилита командной строки .NET для .NET Core.
|
||||||
> Некоторые подкоманды, такие как `dotnet build`, имеют собственную документацию по использованию.
|
> Некоторые подкоманды, такие как `build`, имеют собственную документацию по использованию.
|
||||||
> Больше информации: <https://learn.microsoft.com/dotnet/core/tools>.
|
> Больше информации: <https://learn.microsoft.com/dotnet/core/tools>.
|
||||||
|
|
||||||
- Инициализировать новый проект .NET:
|
- Инициализировать новый проект .NET:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# toolbox
|
# toolbox
|
||||||
|
|
||||||
> லினக்ஸ் இல் கொள்கலன்கள் செய்யப்பட்ட கட்டளை வரி சூழல்களுக்கான கருவி.
|
> லினக்ஸ் இல் கொள்கலன்கள் செய்யப்பட்ட கட்டளை வரி சூழல்களுக்கான கருவி.
|
||||||
> `toolbox create` போன்ற சில துணைக் கட்டளைகள் அவற்றின் சொந்த பயன்பாட்டு ஆவணங்களைக் கொண்டுள்ளன.
|
> `create` போன்ற சில துணைக் கட்டளைகள் அவற்றின் சொந்த பயன்பாட்டு ஆவணங்களைக் கொண்டுள்ளன.
|
||||||
> மேலும் விவரத்திற்கு: <https://manned.org/toolbox.1>.
|
> மேலும் விவரத்திற்கு: <https://manned.org/toolbox.1>.
|
||||||
|
|
||||||
- `toolbox` துணைக் கட்டளையை இயக்கவும்:
|
- `toolbox` துணைக் கட்டளையை இயக்கவும்:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# choco
|
# choco
|
||||||
|
|
||||||
> சாக்லேட்டி தொகுப்பு மேலாளருக்கான கட்டளை வரி இடைமுகம்.
|
> சாக்லேட்டி தொகுப்பு மேலாளருக்கான கட்டளை வரி இடைமுகம்.
|
||||||
> `choco install` போன்ற சிலச் சார்கட்டளைகளுக்குத் தனிப் பக்கம் உள்ளது.
|
> `install` போன்ற சிலச் சார்கட்டளைகளுக்குத் தனிப் பக்கம் உள்ளது.
|
||||||
> மேலும் விவரத்திற்கு: <https://chocolatey.org>.
|
> மேலும் விவரத்திற்கு: <https://chocolatey.org>.
|
||||||
|
|
||||||
- சாக்லேட்டி கட்டளையை இயக்கவும்:
|
- சாக்லேட்டி கட்டளையை இயக்கவும்:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# docker
|
# docker
|
||||||
|
|
||||||
> Docker konteyner ve imgelerini yönetir.
|
> Docker konteyner ve imgelerini yönetir.
|
||||||
> `docker run` gibi bazı alt komutların kendi dökümantasyonu bulunmaktadır.
|
> `run` gibi bazı alt komutların kendi dökümantasyonu bulunmaktadır.
|
||||||
> Daha fazla bilgi için: <https://docs.docker.com/reference/cli/docker/>.
|
> Daha fazla bilgi için: <https://docs.docker.com/reference/cli/docker/>.
|
||||||
|
|
||||||
- Tüm (çalışan veya duran) Docker konteynerlerini listele:
|
- Tüm (çalışan veya duran) Docker konteynerlerini listele:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# gitlab
|
# gitlab
|
||||||
|
|
||||||
> GitLab API'si için Ruby sarıcı ve CLI aracı.
|
> GitLab API'si için Ruby sarıcı ve CLI aracı.
|
||||||
> `gitlab ctl` gibi bazı alt komutların kendi kullanım kılavuzları vardır.
|
> `ctl` gibi bazı alt komutların kendi kullanım kılavuzları vardır.
|
||||||
> Daha fazla bilgi için: <https://narkoz.github.io/gitlab/>.
|
> Daha fazla bilgi için: <https://narkoz.github.io/gitlab/>.
|
||||||
|
|
||||||
- Yeni bir proje oluştur:
|
- Yeni bir proje oluştur:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# go
|
# go
|
||||||
|
|
||||||
> Go kaynak kodunu yönetmeye yarayan bir araç.
|
> Go kaynak kodunu yönetmeye yarayan bir araç.
|
||||||
> `go build` gibi bazı alt komutların kendı kullanım dokümentasyonları mevcut.
|
> `build` gibi bazı alt komutların kendı kullanım dokümentasyonları mevcut.
|
||||||
> Daha fazla bilgi için: <https://golang.org>.
|
> Daha fazla bilgi için: <https://golang.org>.
|
||||||
|
|
||||||
- İçe aktarım yolunda belirtilen şekilde bir paketi indir ve yükle:
|
- İçe aktarım yolunda belirtilen şekilde bir paketi indir ve yükle:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# ip
|
# ip
|
||||||
|
|
||||||
> Yönlendirmeyi, aygıtları, kural yönlendirmesini ve tünelleri görüntüle / değiştir.
|
> Yönlendirmeyi, aygıtları, kural yönlendirmesini ve tünelleri görüntüle / değiştir.
|
||||||
> `ip address` gibi bazı alt komutların kendi kullanım belgeleri vardır.
|
> `address` gibi bazı alt komutların kendi kullanım belgeleri vardır.
|
||||||
> Daha fazla bilgi için: <https://www.manned.org/ip.8>.
|
> Daha fazla bilgi için: <https://www.manned.org/ip.8>.
|
||||||
|
|
||||||
- Arayüzlerin bilgilerini ayrıntılı bir şekilde listele:
|
- Arayüzlerin bilgilerini ayrıntılı bir şekilde listele:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# nmcli
|
# nmcli
|
||||||
|
|
||||||
> NetworkManager'ı denetlemek için bir komut satırı aracı.
|
> NetworkManager'ı denetlemek için bir komut satırı aracı.
|
||||||
> `nmcli monitor` gibi bazı alt komutların kendi kullanım belgeleri vardır.
|
> `monitor` gibi bazı alt komutların kendi kullanım belgeleri vardır.
|
||||||
> Daha fazla bilgi için: <https://networkmanager.dev/docs/api/latest/nmcli.html>.
|
> Daha fazla bilgi için: <https://networkmanager.dev/docs/api/latest/nmcli.html>.
|
||||||
|
|
||||||
- Bir `nmcli` alt komutunu çalıştır:
|
- Bir `nmcli` alt komutunu çalıştır:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# adb
|
# adb
|
||||||
|
|
||||||
> 安卓调试桥:与 Android 模拟器或已连接的 Android 设备通信。
|
> 安卓调试桥:与 Android 模拟器或已连接的 Android 设备通信。
|
||||||
> 此命令也有关于其子命令的文件,例如:`adb shell`.
|
> 此命令也有关于其子命令的文件,例如:`shell`.
|
||||||
> 更多信息:<https://developer.android.com/tools/adb>.
|
> 更多信息:<https://developer.android.com/tools/adb>.
|
||||||
|
|
||||||
- 检查 adb server 进程的是否在运行,并开启它:
|
- 检查 adb server 进程的是否在运行,并开启它:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# amass
|
# amass
|
||||||
|
|
||||||
> 深度攻击面探测与资产发现工具。
|
> 深度攻击面探测与资产发现工具。
|
||||||
> 此命令也有关于其子命令的文件,例如:`amass intel`.
|
> 此命令也有关于其子命令的文件,例如:`intel`.
|
||||||
> 更多信息:<https://github.com/owasp-amass/amass>.
|
> 更多信息:<https://github.com/owasp-amass/amass>.
|
||||||
|
|
||||||
- 执行 Amass 子命令:
|
- 执行 Amass 子命令:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# ansible
|
# ansible
|
||||||
|
|
||||||
> 通过 SSH 协议远程管理计算机组。使用 `/etc/ansible/hosts` 文件来添加组 / 主机。
|
> 通过 SSH 协议远程管理计算机组。使用 `/etc/ansible/hosts` 文件来添加组 / 主机。
|
||||||
> 此命令也有关于其子命令的文件,例如:`ansible galaxy`.
|
> 此命令也有关于其子命令的文件,例如:`galaxy`.
|
||||||
> 更多信息:<https://www.ansible.com/>.
|
> 更多信息:<https://www.ansible.com/>.
|
||||||
|
|
||||||
- 列出给定组下的所有主机:
|
- 列出给定组下的所有主机:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# docker
|
# docker
|
||||||
|
|
||||||
> 管理 Docker 容器和镜像。
|
> 管理 Docker 容器和镜像。
|
||||||
> 此命令也有关于其子命令的文件,例如:`docker run`.
|
> 此命令也有关于其子命令的文件,例如:`run`.
|
||||||
> 更多信息:<https://docs.docker.com/reference/cli/docker/>.
|
> 更多信息:<https://docs.docker.com/reference/cli/docker/>.
|
||||||
|
|
||||||
- 列出所有 Docker 容器(包括停止的容器):
|
- 列出所有 Docker 容器(包括停止的容器):
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# go
|
# go
|
||||||
|
|
||||||
> 管理 Go 源代码的工具。
|
> 管理 Go 源代码的工具。
|
||||||
> 此命令也有关于其子命令的文件,例如:`go build`.
|
> 此命令也有关于其子命令的文件,例如:`build`.
|
||||||
> 更多信息:<https://golang.org>.
|
> 更多信息:<https://golang.org>.
|
||||||
|
|
||||||
- 下载并安装由其路径指定的包:
|
- 下载并安装由其路径指定的包:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# vue
|
# vue
|
||||||
|
|
||||||
> 适用于 Vue.js 项目的多用途命令行接口。
|
> 适用于 Vue.js 项目的多用途命令行接口。
|
||||||
> 此命令也有关于其子命令的文件,例如:`vue build`。
|
> 此命令也有关于其子命令的文件,例如:`build`。
|
||||||
> 更多信息:<https://cli.vuejs.org>.
|
> 更多信息:<https://cli.vuejs.org>.
|
||||||
|
|
||||||
- 交互式地创建一个新的 Vue 项目:
|
- 交互式地创建一个新的 Vue 项目:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# btrfs
|
# btrfs
|
||||||
|
|
||||||
> 一种基于写时复制(COW)原理的 Linux 文件系统。
|
> 一种基于写时复制(COW)原理的 Linux 文件系统。
|
||||||
> 此命令也有关于其子命令的文件,例如:`btrfs device`.
|
> 此命令也有关于其子命令的文件,例如:`device`.
|
||||||
> 更多信息:<https://btrfs.readthedocs.io/en/latest/btrfs.html>.
|
> 更多信息:<https://btrfs.readthedocs.io/en/latest/btrfs.html>.
|
||||||
|
|
||||||
- 创建子卷:
|
- 创建子卷:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# choco
|
# choco
|
||||||
|
|
||||||
> Chocolatey 包管理器的命令行界面。
|
> Chocolatey 包管理器的命令行界面。
|
||||||
> 此命令也有关于其子命令的文件,例如:`choco install`.
|
> 此命令也有关于其子命令的文件,例如:`install`.
|
||||||
> 更多信息:<https://chocolatey.org>.
|
> 更多信息:<https://chocolatey.org>.
|
||||||
|
|
||||||
- 执行 Chocolatey 命令:
|
- 执行 Chocolatey 命令:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# reg
|
# reg
|
||||||
|
|
||||||
> 用于在 Windows 注册表中管理键及其值的命令行界面。
|
> 用于在 Windows 注册表中管理键及其值的命令行界面。
|
||||||
> 此命令也有关于其子命令的文件,例如:`reg add`.
|
> 此命令也有关于其子命令的文件,例如:`add`.
|
||||||
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/reg>.
|
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/reg>.
|
||||||
|
|
||||||
- 执行注册表命令:
|
- 执行注册表命令:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# aws
|
# aws
|
||||||
|
|
||||||
> Amazon Web Services 官方的命令列介面工具。
|
> Amazon Web Services 官方的命令列介面工具。
|
||||||
> 此命令也有關於其子命令的文件,例如:`aws s3`.
|
> 此命令也有關於其子命令的文件,例如:`s3`.
|
||||||
> 更多資訊:<https://aws.amazon.com/cli>.
|
> 更多資訊:<https://aws.amazon.com/cli>.
|
||||||
|
|
||||||
- 設定 AWS 命令列:
|
- 設定 AWS 命令列:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# az
|
# az
|
||||||
|
|
||||||
> Microsoft Azure 的官方客戶端工具。
|
> Microsoft Azure 的官方客戶端工具。
|
||||||
> 此命令也有關於其子命令的文件,例如:`az login`.
|
> 此命令也有關於其子命令的文件,例如:`login`.
|
||||||
> 更多資訊:<https://learn.microsoft.com/cli/azure>.
|
> 更多資訊:<https://learn.microsoft.com/cli/azure>.
|
||||||
|
|
||||||
- 登錄到 Azure:
|
- 登錄到 Azure:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# docker
|
# docker
|
||||||
|
|
||||||
> 管理 Docker 容器和映像檔。
|
> 管理 Docker 容器和映像檔。
|
||||||
> 此命令也有關於其子命令的文件,例如:`docker run`.
|
> 此命令也有關於其子命令的文件,例如:`run`.
|
||||||
> 更多資訊:<https://docs.docker.com/reference/cli/docker/>.
|
> 更多資訊:<https://docs.docker.com/reference/cli/docker/>.
|
||||||
|
|
||||||
- 列出所有 Docker 容器(包括停止的容器):
|
- 列出所有 Docker 容器(包括停止的容器):
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# dotnet
|
# dotnet
|
||||||
|
|
||||||
> 適用於 .NET Core 的跨平台 .NET 命令列工具。
|
> 適用於 .NET Core 的跨平台 .NET 命令列工具。
|
||||||
> 此命令也有關於其子命令的文件,例如:`dotnet build`.
|
> 此命令也有關於其子命令的文件,例如:`build`.
|
||||||
> 更多資訊:<https://learn.microsoft.com/dotnet/core/tools>.
|
> 更多資訊:<https://learn.microsoft.com/dotnet/core/tools>.
|
||||||
|
|
||||||
- 初始化一個新的 .NET 專案:
|
- 初始化一個新的 .NET 專案:
|
||||||
|
|
Loading…
Add table
Reference in a new issue