pages*/linux: replace manpages.debian.org with manned.org (#13725)

This commit is contained in:
Sebastiaan Speck
2024-09-18 11:00:49 +02:00
committed by GitHub
parent 4a3e6d59cb
commit eca02da748
227 changed files with 227 additions and 227 deletions

View File

@@ -1,7 +1,7 @@
# a2disconf
> Deaktiviert eine Apache-Konfigurationsdatei auf Debian-basierten Betriebssystemen.
> Weitere Informationen: <https://manpages.debian.org/latest/apache2/a2disconf.8.en.html>.
> Weitere Informationen: <https://manned.org/a2disconf.8>.
- Deaktiviere eine Konfigurationsdatei:

View File

@@ -1,7 +1,7 @@
# a2dismod
> Deaktiviert ein Apache-Modul auf Debian-basierten Betriebssystemen.
> Weitere Informationen: <https://manpages.debian.org/latest/apache2/a2dismod.8.en.html>.
> Weitere Informationen: <https://manned.org/a2dismod.8>.
- Deaktiviere ein Modul:

View File

@@ -1,7 +1,7 @@
# a2dissite
> Deaktiviert einen Apache virtuellen Host auf Debian-basierten Betriebssystemen.
> Weitere Informationen: <https://manpages.debian.org/latest/apache2/a2dissite.8.en.html>.
> Weitere Informationen: <https://manned.org/a2dissite.8>.
- Deaktiviere einen virtuellen Host:

View File

@@ -1,7 +1,7 @@
# a2enconf
> Aktiviert eine Apache-Konfigurationsdatei auf Debian-basierten Betriebssystemen.
> Weitere Informationen: <https://manpages.debian.org/latest/apache2/a2enconf.8.en.html>.
> Weitere Informationen: <https://manned.org/a2enconf.8>.
- Aktiviere eine Konfigurationsdatei:

View File

@@ -1,7 +1,7 @@
# a2enmod
> Aktiviert ein Apache-Modul auf Debian-basierten Betriebssystemen.
> Weitere Informationen: <https://manpages.debian.org/latest/apache2/a2enmod.8.en.html>.
> Weitere Informationen: <https://manned.org/a2enmod.8>.
- Aktiviere ein Modul:

View File

@@ -1,7 +1,7 @@
# a2ensite
> Aktiviert einen Apache virtuellen Host auf Debian-basierten Betriebssystemen.
> Weitere Informationen: <https://manpages.debian.org/latest/apache2/a2ensite.8.en.html>.
> Weitere Informationen: <https://manned.org/a2ensite.8>.
- Aktiviere einen virtuellen Host:

View File

@@ -1,7 +1,7 @@
# a2query
> Zeigt Apache Laufzeitkonfigurationen auf Debian-basierten Betriebssystemen an.
> Weitere Informationen: <https://manpages.debian.org/latest/apache2/a2query.html>.
> Weitere Informationen: <https://manned.org/a2query>.
- Zeige aktivierte Apache-Module an:

View File

@@ -1,7 +1,7 @@
# adduser
> Tool um Benutzer hinzuzufügen.
> Weitere Informationen: <https://manpages.debian.org/latest/adduser/adduser.html>.
> Weitere Informationen: <https://manned.org/adduser>.
- Erstelle einen neuen Benutzer mit einem Standard-Home-Verzeichnis und Aufforderung an den Benutzer, ein Passwort festzulegen:

View File

@@ -2,7 +2,7 @@
> Das CLI Tool um den Apache HTTP Web Server zu administrieren.
> Dieser Befehl wird mit Debian-basierten Betriebssystemen geliefert, für RHEL siehe `httpd`.
> Weitere Informationen: <https://manpages.debian.org/latest/apache2/apache2ctl.8.en.html>.
> Weitere Informationen: <https://manned.org/apache2ctl.8>.
- Starte den Apache daemon. Gibt einen Fehler aus, wenn er bereits läuft:

View File

@@ -1,7 +1,7 @@
# apt-add-repository
> Editiere die Repository-Listen.
> Weitere Informationen: <https://manpages.debian.org/latest/software-properties-common/apt-add-repository.1.html>.
> Weitere Informationen: <https://manned.org/apt-add-repository.1>.
- Füge ein neues Repository hinzu:

View File

@@ -1,7 +1,7 @@
# apt-cache
> Debian und Ubuntu-Paketsuche.
> Weitere Informationen: <https://manpages.debian.org/latest/apt/apt-cache.8.html>.
> Weitere Informationen: <https://manned.org/apt-cache.8>.
- Suche nach einem Paket in deinen aktuellen Paketquellen:

View File

@@ -1,7 +1,7 @@
# apt-file
> Suche nach Dateien in apt-Paketen, auch in den nicht-installierten.
> Weitere Informationen: <https://manpages.debian.org/latest/apt-file/apt-file.1.html>.
> Weitere Informationen: <https://manned.org/apt-file.1>.
- Aktualisiere die Metadatenbank:

View File

@@ -2,7 +2,7 @@
> Debian und Ubuntu Paket Management Tool.
> Suche mit `apt-cache` nach Paketen.
> Weitere Informationen: <https://manpages.debian.org/latest/apt/apt-get.8.html>.
> Weitere Informationen: <https://manned.org/apt-get.8>.
- Aktualisiere die Liste der Paketquellen (es wird empfohlen diesen Befehl zu Beginn auszuführen):

View File

@@ -2,7 +2,7 @@
> Schlüssel-Management-Tool für den APT-Paket-Manager auf Debian und Ubuntu.
> Notiz: `apt-key` ist veraltet (außer für `apt-key del` in Maintainerskripten).
> Weitere Informationen: <https://manpages.debian.org/latest/apt/apt-key.8.html>.
> Weitere Informationen: <https://manned.org/apt-key.8>.
- Liste alle vertrauten Schlüssel auf:

View File

@@ -1,7 +1,7 @@
# apt-mark
> Tool um den Status eines installierten Paketes zu verändern.
> Weitere Informationen: <https://manpages.debian.org/latest/apt/apt-mark.8.html>.
> Weitere Informationen: <https://manned.org/apt-mark.8>.
- Markiere ein Paket als automatisch installiert:

View File

@@ -2,7 +2,7 @@
> Debian und Ubuntu Paket Management Tool.
> Empfohlene Alternative zu `apt-get` seit Ubuntu 16.04.
> Weitere Informationen: <https://manpages.debian.org/latest/apt/apt.8.html>.
> Weitere Informationen: <https://manned.org/apt.8>.
- Aktualisiere die Liste der Paketquellen (es wird empfohlen, diesen Befehl zu Beginn auszuführen):

View File

@@ -1,7 +1,7 @@
# aptitude
> Debian und Ubuntu Paket Management Tool.
> Weitere Informationen: <https://manpages.debian.org/latest/aptitude/aptitude.8.html>.
> Weitere Informationen: <https://manned.org/aptitude.8>.
- Synchronisiere die Paketliste und verfügbaren Versionen. Dieser Command sollte zuerst ausgeführt werden bevor weitere aptitude Commands ausgeführt werden:

View File

@@ -1,7 +1,7 @@
# arithmetic
> Quiz über simple arithmetische Probleme.
> Weitere Informationen: <https://manpages.debian.org/latest/bsdgames/arithmetic.6.en.html>.
> Weitere Informationen: <https://manned.org/arithmetic.6>.
- Starte ein arithmetisches Quiz:

View File

@@ -2,7 +2,7 @@
> Debian Paketmanager.
> Manche Unterbefehle wie `dpkg deb` sind separat dokumentiert.
> Weitere Informationen: <https://manpages.debian.org/latest/dpkg/dpkg.html>.
> Weitere Informationen: <https://manned.org/dpkg>.
- Installiere ein Paket: