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
> 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:

View File

@ -1,7 +1,7 @@
# cfdisk
> 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:

View File

@ -1,7 +1,7 @@
# ifdown
> 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 :

View File

@ -1,7 +1,7 @@
# ifup
> 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 :

View File

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

View File

@ -1,7 +1,7 @@
# iotop
> 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:

View File

@ -1,7 +1,7 @@
# pdflatex
> 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:

View File

@ -1,7 +1,7 @@
# sponge
> 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:

View File

@ -1,7 +1,7 @@
# transmission-create
> 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:

View File

@ -2,7 +2,7 @@
> Tells the Linux kernel about the existence of the specified partition.
> 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:

View File

@ -1,7 +1,7 @@
# aplay
> 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):

View File

@ -1,7 +1,7 @@
# arecord
> 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):

View File

@ -1,7 +1,7 @@
# cfdisk
> 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:

View File

@ -2,7 +2,7 @@
> Print the super block and blocks group information for ext2/ext3/ext4 filesystems.
> 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:

View File

@ -1,7 +1,7 @@
# e2freefrag
> 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:

View File

@ -1,7 +1,7 @@
# e2image
> 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:

View File

@ -1,7 +1,7 @@
# efibootmgr
> 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:

View File

@ -1,7 +1,7 @@
# expect
> 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:

View File

@ -1,7 +1,7 @@
# filefrag
> 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:

View File

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

View File

@ -1,7 +1,7 @@
# iftop
> 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:

View File

@ -1,7 +1,7 @@
# ifup
> 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:

View File

@ -1,7 +1,7 @@
# isosize
> 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:

View File

@ -1,7 +1,7 @@
# iwconfig
> 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:

View File

@ -1,7 +1,7 @@
# jpegtran
> 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:

View File

@ -1,7 +1,7 @@
# lftp
> 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:

View File

@ -1,7 +1,7 @@
# logsave
> 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:

View File

@ -1,7 +1,7 @@
# ltrace
> 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:

View File

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

View File

@ -1,7 +1,7 @@
# named
> 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:

View File

@ -1,7 +1,7 @@
# pmount
> 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):

View File

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

View File

@ -1,7 +1,7 @@
# snmpwalk
> 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:

View File

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

View File

@ -1,7 +1,7 @@
# vmstat
> 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:

View File

@ -1,7 +1,7 @@
# xar
> 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: