pages/*: update links and more info link script (#11390)
* pages/*: update links and more info link script Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * cleanup: reformat code * ax-webapp: fix link * curl: fix false positive Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
c059eb1c19
commit
5c26174aa9
@@ -1,7 +1,7 @@
|
||||
# age
|
||||
|
||||
> Ein einfaches, modernes und sicheres Dateiverschlüsselungswerkzeug.
|
||||
> Weitere Informationen: <https://age-encryption.org>.
|
||||
> Weitere Informationen: <https://github.com/FiloSottile/age>.
|
||||
|
||||
- Generiere eine verschlüsselte Datei, die mit einer Passphrase entschlüsselt werden kann:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# clang-tidy
|
||||
|
||||
> Ein LLVM-basierter C/C++ Linter zum Finden von Stilverletzungen, Bugs und Sicherheitsmängeln durch statische Codeanalyse.
|
||||
> Weitere Information: <https://clang.llvm.org/extra/clang-tidy/>.
|
||||
> Weitere Informationen: <https://clang.llvm.org/extra/clang-tidy/>.
|
||||
|
||||
- Führe die Standard-Checks für eine Quelldatei aus:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# gcloud
|
||||
|
||||
> Das offizielle CLI-Tool für die Google Cloud Platform.
|
||||
> Weitere Informationen: https://cloud.google.com/sdk/gcloud.
|
||||
> Weitere Informationen: <https://cloud.google.com/sdk/gcloud>.
|
||||
|
||||
- Liste alle Eigenschaften der aktiven Konfiguration auf:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Verwalten von benutzerdefinierten Optionen für Git Repositories.
|
||||
> Diese Optionen können lokal (für das aktiven Repository) or global (für den aktiven Benutzer) sein.
|
||||
> Weitere Informationen: <https://git-scm.com/docs/git-config/de>.
|
||||
> Weitere Informationen: <https://git-scm.com/docs/git-config>.
|
||||
|
||||
- Liste nur lokale Konfigurationseinträge (gespeichert unter `.git/config` im aktiven Repository) auf:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# head
|
||||
|
||||
> Gibt den ersten Teil einer Datei aus.
|
||||
> Weitere Informationen: <https://www.gnu.org/software/coreutils/head>.
|
||||
> Weitere Informationen: <https://manned.org/head.1p>.
|
||||
|
||||
- Gib die ersten paar Zeilen einer Datei aus:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# nix-build
|
||||
|
||||
> Erstellen eines Nix-Ausdrucks.
|
||||
> Weitere Informationen: <https://nixos.org/releases/nix/latest/manual#sec-nix-build>.
|
||||
> Weitere Informationen: <https://nixos.org/manual/nix/stable/command-ref/nix-build.html>.
|
||||
|
||||
- Erstelle einen Nix-Ausdruck:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# nix-shell
|
||||
|
||||
> Startet eine interaktive Shell, die auf einem Nix-Ausdruck basiert.
|
||||
> Weitere Informationen: <https://nixos.org/manual/nix/stable/#sec-nix-shell>.
|
||||
> Weitere Informationen: <https://nixos.org/manual/nix/stable/command-ref/nix-shell.html>.
|
||||
|
||||
- Starte mit Nix-Ausdruck in `shell.nix` oder `default.nix` im aktuellen Verzeichnis:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# nix
|
||||
|
||||
> Dienstprogramme für die Nix-Sprache und den Nix-Speicher.
|
||||
> Weitere Informationen: <https://nixos.org>.
|
||||
> Weitere Informationen: <https://nixos.org/manual/nix>.
|
||||
|
||||
- Suche nach einem Paket über seinen Namen oder seine Beschreibung:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# php
|
||||
|
||||
> PHP Befehlszeilenschnittstelle.
|
||||
> Mehr Informationen: <https://php.net>.
|
||||
> Weitere Informationen: <https://php.net>.
|
||||
|
||||
- Analysiere ein PHP-Skript und führe es aus:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# sleep
|
||||
|
||||
> Verzögert für einen bestimmten Zeitraum.
|
||||
> Weitere Informationen: <https://www.gnu.org/software/coreutils/sleep>.
|
||||
> Weitere Informationen: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sleep.html>.
|
||||
|
||||
- Verzögere in Sekunden:
|
||||
|
||||
|
Reference in New Issue
Block a user