multiple pages: replace all die.net links (#5528)

Most of the links were replaced by manned.org,
except when there are more up-to-date sources (like `ifup`)
or first-party sources (like `sftp`).
manned-org
marchersimon 2021-04-16 16:42:14 +02:00 committed by GitHub
parent 250c33590e
commit dac4a71077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
36 changed files with 36 additions and 36 deletions

View File

@ -1,7 +1,7 @@
# pdflatex # pdflatex
> Kompiliere eine LaTeX Quelldatei in ein PDF Dokument. > Kompiliere eine LaTeX Quelldatei in ein PDF Dokument.
> Mehr Informationen: <https://linux.die.net/man/1/pdflatex>. > Mehr Informationen: <https://manned.org/pdflatex>.
- Kompiliere ein PDF Dokument: - Kompiliere ein PDF Dokument:

View File

@ -1,7 +1,7 @@
# cfdisk # cfdisk
> Ein Programm zur Verwaltung von Partitionstabellen mittels einer Curses-basierten UI. > Ein Programm zur Verwaltung von Partitionstabellen mittels einer Curses-basierten UI.
> Mehr Informationen: <https://linux.die.net/man/8/cfdisk>. > Mehr Informationen: <https://manned.org/cfdisk>.
- Öffne das Partitionierungsinterface für eine bestimmte Festplatte: - Öffne das Partitionierungsinterface für eine bestimmte Festplatte:

View File

@ -1,7 +1,7 @@
# ifdown # ifdown
> Désactive des interfaces réseau. > Désactive des interfaces réseau.
> Plus d'information : <https://linux.die.net/man/8/ifdown>. > Plus d'information : <https://manned.org/ifdown>.
- Désactive l'interface eth0 : - Désactive l'interface eth0 :

View File

@ -1,7 +1,7 @@
# ifup # ifup
> Outil utilisé pour activer des interfaces réseau. > Outil utilisé pour activer des interfaces réseau.
> Plus d'information : <https://linux.die.net/man/8/ifup>. > Plus d'information : <https://manpages.debian.org/latest/ifupdown/ifup.8.html>.
- Active l'interface eth0 : - Active l'interface eth0 :

View File

@ -1,7 +1,7 @@
# logsave # logsave
> 将一个命令的输出保存在日志文件中. > 将一个命令的输出保存在日志文件中.
> 更多信息: <https://linux.die.net/man/8/logsave>. > 更多信息: <https://manned.org/logsave>.
- 使用指定的参数执行命令并将其输出保存到日志文件中: - 使用指定的参数执行命令并将其输出保存到日志文件中:

View File

@ -1,7 +1,7 @@
# iotop # iotop
> Display a table of current I/O usage by processes or threads. > Display a table of current I/O usage by processes or threads.
> More information: <https://linux.die.net/man/1/iotop>. > More information: <https://manned.org/iotop>.
- Start top-like I/O monitor: - Start top-like I/O monitor:

View File

@ -1,7 +1,7 @@
# pdflatex # pdflatex
> Compile a PDF document from LaTeX source files. > Compile a PDF document from LaTeX source files.
> More information: <https://linux.die.net/man/1/pdflatex>. > More information: <https://manned.org/pdflatex>.
- Compile a PDF document: - Compile a PDF document:

View File

@ -1,7 +1,7 @@
# sponge # sponge
> Soak up the input before writing the output file. > Soak up the input before writing the output file.
> More information: <https://linux.die.net/man/1/sponge>. > More information: <https://manned.org/sponge>.
- Append file content to the source file: - Append file content to the source file:

View File

@ -1,7 +1,7 @@
# transmission-create # transmission-create
> A CLI utility to create BitTorrent .torrent files. > A CLI utility to create BitTorrent .torrent files.
> More information: <https://linux.die.net/man/1/transmission-create>. > More information: <https://manned.org/transmission-create>.
- Create a torrent with 2048 KB as the piece size: - Create a torrent with 2048 KB as the piece size:

View File

@ -2,7 +2,7 @@
> Tells the Linux kernel about the existence of the specified partition. > Tells the Linux kernel about the existence of the specified partition.
> The command is a simple wrapper around the `add partition` ioctl. > The command is a simple wrapper around the `add partition` ioctl.
> More information: <https://linux.die.net/man/8/addpart>. > More information: <https://manned.org/addpart>.
- Tell the kernel about the existence of the specified partition: - Tell the kernel about the existence of the specified partition:

View File

@ -1,7 +1,7 @@
# aplay # aplay
> Command-line sound player for ALSA soundcard driver. > Command-line sound player for ALSA soundcard driver.
> More information: <https://linux.die.net/man/1/aplay>. > More information: <https://manned.org/aplay>.
- Play a specific file (sampling rate, bit depth, etc. will be automatically determined for the file format): - Play a specific file (sampling rate, bit depth, etc. will be automatically determined for the file format):

View File

@ -1,7 +1,7 @@
# arecord # arecord
> Sound recorder for ALSA soundcard driver. > Sound recorder for ALSA soundcard driver.
> More information: <https://linux.die.net/man/1/arecord>. > More information: <https://manned.org/arecord>.
- Record a snippet in "CD" quality (finish with Ctrl-C when done): - Record a snippet in "CD" quality (finish with Ctrl-C when done):

View File

@ -1,7 +1,7 @@
# cfdisk # cfdisk
> A program for managing partition tables and partitions on a hard disk using a curses UI. > A program for managing partition tables and partitions on a hard disk using a curses UI.
> More information: <https://linux.die.net/man/8/cfdisk>. > More information: <https://manned.org/cfdisk>.
- Start the partition manipulator with a specific device: - Start the partition manipulator with a specific device:

View File

@ -2,7 +2,7 @@
> Print the super block and blocks group information for ext2/ext3/ext4 filesystems. > Print the super block and blocks group information for ext2/ext3/ext4 filesystems.
> Unmount the partition before running this command using `umount {{device}}`. > Unmount the partition before running this command using `umount {{device}}`.
> More information: <https://linux.die.net/man/8/dumpe2fs>. > More information: <https://manned.org/dumpe2fs>.
- Display ext2, ext3 and ext4 filesystem information: - Display ext2, ext3 and ext4 filesystem information:

View File

@ -1,7 +1,7 @@
# e2freefrag # e2freefrag
> Print the free space fragmentation information for ext2/ext3/ext4 filesystems. > Print the free space fragmentation information for ext2/ext3/ext4 filesystems.
> More information: <https://linux.die.net/man/8/e2freefrag>. > More information: <https://manned.org/e2freefrag>.
- Check how many free blocks are present as contiguous and aligned free space: - Check how many free blocks are present as contiguous and aligned free space:

View File

@ -1,7 +1,7 @@
# e2image # e2image
> Save critical ext2/ext3/ext4 filesystem metadata to a file. > Save critical ext2/ext3/ext4 filesystem metadata to a file.
> More information: <https://linux.die.net/man/8/e2image>. > More information: <https://manned.org/e2image>.
- Write metadata located on device to a specific file: - Write metadata located on device to a specific file:

View File

@ -1,7 +1,7 @@
# efibootmgr # efibootmgr
> Manipulate the UEFI Boot Manager (the Bootoptions). > Manipulate the UEFI Boot Manager (the Bootoptions).
> More information: <https://linux.die.net/man/8/efibootmgr>. > More information: <https://manned.org/efibootmgr>.
- List the current settings / bootnums: - List the current settings / bootnums:

View File

@ -1,7 +1,7 @@
# expect # expect
> Script executor that interacts with other programs that require user input. > Script executor that interacts with other programs that require user input.
> More information: <https://linux.die.net/man/1/expect>. > More information: <https://manned.org/expect>.
- Execute an expect script from a file: - Execute an expect script from a file:

View File

@ -1,7 +1,7 @@
# filefrag # filefrag
> Report how badly fragmented a particular file might be. > Report how badly fragmented a particular file might be.
> More information: <https://linux.die.net/man/8/filefrag>. > More information: <https://manned.org/filefrag>.
- Display a report for a specific file: - Display a report for a specific file:

View File

@ -1,7 +1,7 @@
# ifdown # ifdown
> Disable network interfaces. > Disable network interfaces.
> More information: <https://linux.die.net/man/8/ifdown>. > More information: <https://manned.org/ifdown>.
- Disable interface eth0: - Disable interface eth0:

View File

@ -1,7 +1,7 @@
# iftop # iftop
> Show bandwidth usage on an interface by host. > Show bandwidth usage on an interface by host.
> More information: <https://linux.die.net/man/8/iftop>. > More information: <https://manned.org/iftop>.
- Show the bandwidth usage: - Show the bandwidth usage:

View File

@ -1,7 +1,7 @@
# ifup # ifup
> Tool used to enable network interfaces. > Tool used to enable network interfaces.
> More information: <https://linux.die.net/man/8/ifup>. > More information: <https://manpages.debian.org/latest/ifupdown/ifup.8.html>.
- Enable interface eth0: - Enable interface eth0:

View File

@ -1,7 +1,7 @@
# isosize # isosize
> Display the size of an ISO file. > Display the size of an ISO file.
> More information: <https://linux.die.net/man/8/isosize>. > More information: <https://manned.org/isosize>.
- Display the size of an ISO file: - Display the size of an ISO file:

View File

@ -1,7 +1,7 @@
# iwconfig # iwconfig
> Configure and show the parameters of a wireless network interface. > Configure and show the parameters of a wireless network interface.
> More information: <https://linux.die.net/man/8/iwconfig>. > More information: <https://manned.org/iwconfig>.
- Show the parameters and statistics of all the interfaces: - Show the parameters and statistics of all the interfaces:

View File

@ -1,7 +1,7 @@
# jpegtran # jpegtran
> Perform lossless transformation of JPEG files. > Perform lossless transformation of JPEG files.
> More information: <https://linux.die.net/man/1/jpegtran>. > More information: <https://manned.org/jpegtran>.
- Mirror an image horizontally or vertically: - Mirror an image horizontally or vertically:

View File

@ -1,7 +1,7 @@
# lftp # lftp
> Sophisticated file transfer program. > Sophisticated file transfer program.
> More information: <https://linux.die.net/man/1/lftp>. > More information: <https://lftp.yar.ru/lftp-man.html>.
- Connect to an FTP server: - Connect to an FTP server:

View File

@ -1,7 +1,7 @@
# logsave # logsave
> Save the output of a command in a logfile. > Save the output of a command in a logfile.
> More information: <https://linux.die.net/man/8/logsave>. > More information: <https://manned.org/logsave>.
- Execute command with specified argument(s) and save its output to log file: - Execute command with specified argument(s) and save its output to log file:

View File

@ -1,7 +1,7 @@
# ltrace # ltrace
> Display dynamic library calls of a process. > Display dynamic library calls of a process.
> More information: <https://linux.die.net/man/1/ltrace>. > More information: <https://manned.org/ltrace>.
- Print (trace) library calls of a program binary: - Print (trace) library calls of a program binary:

View File

@ -1,7 +1,7 @@
# mdadm # mdadm
> RAID management utility. > RAID management utility.
> More information: <https://linux.die.net/man/8/mdadm>. > More information: <https://manned.org/mdadm>.
- Create array: - Create array:

View File

@ -1,7 +1,7 @@
# named # named
> Execute the DNS (Dynamic Name Service) server daemon that converts host names to IP addresses and vice versa. > Execute the DNS (Dynamic Name Service) server daemon that converts host names to IP addresses and vice versa.
> More information: <https://linux.die.net/man/8/named>. > More information: <https://manned.org/named>.
- Read the default configuration file `/etc/named.conf`, read any initial data and listen for queries: - Read the default configuration file `/etc/named.conf`, read any initial data and listen for queries:

View File

@ -1,7 +1,7 @@
# pmount # pmount
> Mount arbitrary hotpluggable devices as a normal user. > Mount arbitrary hotpluggable devices as a normal user.
> More information: <https://linux.die.net/man/1/pmount>. > More information: <https://manned.org/pmount>.
- Mount a device below `/media/` (using device as mount point): - Mount a device below `/media/` (using device as mount point):

View File

@ -1,7 +1,7 @@
# semanage # semanage
> SELinux Policy Management tool. > SELinux Policy Management tool.
> More information: <https://linux.die.net/man/8/semanage>. > More information: <https://manned.org/semanage>.
- Output local customizations: - Output local customizations:

View File

@ -1,7 +1,7 @@
# snmpwalk # snmpwalk
> SNMP query tool. > SNMP query tool.
> More information: <https://linux.die.net/man/1/snmpwalk>. > More information: <https://manned.org/snmpwalk>.
- Query the system information of a remote host using SNMPv1 and a community string: - Query the system information of a remote host using SNMPv1 and a community string:

View File

@ -1,7 +1,7 @@
# vipw # vipw
> Edit the password file. > Edit the password file.
> More information: <https://linux.die.net/man/8/vipw>. > More information: <https://manned.org/vipw>.
- Edit the password file: - Edit the password file:

View File

@ -1,7 +1,7 @@
# vmstat # vmstat
> Report information about processes, memory, paging, block IO, traps, disks and CPU activity. > Report information about processes, memory, paging, block IO, traps, disks and CPU activity.
> More information: <https://linux.die.net/man/8/vmstat>. > More information: <https://manned.org/vmstat>.
- Display virtual memory statistics: - Display virtual memory statistics:

View File

@ -1,7 +1,7 @@
# xar # xar
> Manage .xar archives. > Manage .xar archives.
> More information: <https://linux.die.net/man/1/xar>. > More information: <https://manned.org/xar>.
- Create a xar archive of all files in a given directory: - Create a xar archive of all files in a given directory: