From dac4a710772f9adef5b9883172fb30ed2416c0eb Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Fri, 16 Apr 2021 16:42:14 +0200 Subject: [PATCH] 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`). --- pages.de/common/pdflatex.md | 2 +- pages.de/linux/cfdisk.md | 2 +- pages.fr/linux/ifdown.md | 2 +- pages.fr/linux/ifup.md | 2 +- pages.zh/linux/logsave.md | 2 +- pages/common/iotop.md | 2 +- pages/common/pdflatex.md | 2 +- pages/common/sponge.md | 2 +- pages/common/transmission-create.md | 2 +- pages/linux/addpart.md | 2 +- pages/linux/aplay.md | 2 +- pages/linux/arecord.md | 2 +- pages/linux/cfdisk.md | 2 +- pages/linux/dumpe2fs.md | 2 +- pages/linux/e2freefrag.md | 2 +- pages/linux/e2image.md | 2 +- pages/linux/efibootmgr.md | 2 +- pages/linux/expect.md | 2 +- pages/linux/filefrag.md | 2 +- pages/linux/ifdown.md | 2 +- pages/linux/iftop.md | 2 +- pages/linux/ifup.md | 2 +- pages/linux/isosize.md | 2 +- pages/linux/iwconfig.md | 2 +- pages/linux/jpegtran.md | 2 +- pages/linux/lftp.md | 2 +- pages/linux/logsave.md | 2 +- pages/linux/ltrace.md | 2 +- pages/linux/mdadm.md | 2 +- pages/linux/named.md | 2 +- pages/linux/pmount.md | 2 +- pages/linux/semanage.md | 2 +- pages/linux/snmpwalk.md | 2 +- pages/linux/vipw.md | 2 +- pages/linux/vmstat.md | 2 +- pages/osx/xar.md | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/pages.de/common/pdflatex.md b/pages.de/common/pdflatex.md index 1cd918fc5..0766a6640 100644 --- a/pages.de/common/pdflatex.md +++ b/pages.de/common/pdflatex.md @@ -1,7 +1,7 @@ # pdflatex > Kompiliere eine LaTeX Quelldatei in ein PDF Dokument. -> Mehr Informationen: . +> Mehr Informationen: . - Kompiliere ein PDF Dokument: diff --git a/pages.de/linux/cfdisk.md b/pages.de/linux/cfdisk.md index ce7365a22..687aa13ff 100644 --- a/pages.de/linux/cfdisk.md +++ b/pages.de/linux/cfdisk.md @@ -1,7 +1,7 @@ # cfdisk > Ein Programm zur Verwaltung von Partitionstabellen mittels einer Curses-basierten UI. -> Mehr Informationen: . +> Mehr Informationen: . - Öffne das Partitionierungsinterface für eine bestimmte Festplatte: diff --git a/pages.fr/linux/ifdown.md b/pages.fr/linux/ifdown.md index 34befab1f..a5dfeb3dd 100644 --- a/pages.fr/linux/ifdown.md +++ b/pages.fr/linux/ifdown.md @@ -1,7 +1,7 @@ # ifdown > Désactive des interfaces réseau. -> Plus d'information : . +> Plus d'information : . - Désactive l'interface eth0 : diff --git a/pages.fr/linux/ifup.md b/pages.fr/linux/ifup.md index 5eaa80f8b..20d8511a5 100644 --- a/pages.fr/linux/ifup.md +++ b/pages.fr/linux/ifup.md @@ -1,7 +1,7 @@ # ifup > Outil utilisé pour activer des interfaces réseau. -> Plus d'information : . +> Plus d'information : . - Active l'interface eth0 : diff --git a/pages.zh/linux/logsave.md b/pages.zh/linux/logsave.md index bd1b99550..d0071e193 100644 --- a/pages.zh/linux/logsave.md +++ b/pages.zh/linux/logsave.md @@ -1,7 +1,7 @@ # logsave > 将一个命令的输出保存在日志文件中. -> 更多信息: . +> 更多信息: . - 使用指定的参数执行命令并将其输出保存到日志文件中: diff --git a/pages/common/iotop.md b/pages/common/iotop.md index 3e5a011b4..0d126bc64 100644 --- a/pages/common/iotop.md +++ b/pages/common/iotop.md @@ -1,7 +1,7 @@ # iotop > Display a table of current I/O usage by processes or threads. -> More information: . +> More information: . - Start top-like I/O monitor: diff --git a/pages/common/pdflatex.md b/pages/common/pdflatex.md index e5737dee3..3ca07cbd6 100644 --- a/pages/common/pdflatex.md +++ b/pages/common/pdflatex.md @@ -1,7 +1,7 @@ # pdflatex > Compile a PDF document from LaTeX source files. -> More information: . +> More information: . - Compile a PDF document: diff --git a/pages/common/sponge.md b/pages/common/sponge.md index a39770986..881502eeb 100644 --- a/pages/common/sponge.md +++ b/pages/common/sponge.md @@ -1,7 +1,7 @@ # sponge > Soak up the input before writing the output file. -> More information: . +> More information: . - Append file content to the source file: diff --git a/pages/common/transmission-create.md b/pages/common/transmission-create.md index 5a71f7522..cfb97fe9d 100644 --- a/pages/common/transmission-create.md +++ b/pages/common/transmission-create.md @@ -1,7 +1,7 @@ # transmission-create > A CLI utility to create BitTorrent .torrent files. -> More information: . +> More information: . - Create a torrent with 2048 KB as the piece size: diff --git a/pages/linux/addpart.md b/pages/linux/addpart.md index ac6b8ded7..48fb9d676 100644 --- a/pages/linux/addpart.md +++ b/pages/linux/addpart.md @@ -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: . +> More information: . - Tell the kernel about the existence of the specified partition: diff --git a/pages/linux/aplay.md b/pages/linux/aplay.md index 16b66c41c..562eac8a1 100644 --- a/pages/linux/aplay.md +++ b/pages/linux/aplay.md @@ -1,7 +1,7 @@ # aplay > Command-line sound player for ALSA soundcard driver. -> More information: . +> More information: . - Play a specific file (sampling rate, bit depth, etc. will be automatically determined for the file format): diff --git a/pages/linux/arecord.md b/pages/linux/arecord.md index 59f4f1511..daded85b0 100644 --- a/pages/linux/arecord.md +++ b/pages/linux/arecord.md @@ -1,7 +1,7 @@ # arecord > Sound recorder for ALSA soundcard driver. -> More information: . +> More information: . - Record a snippet in "CD" quality (finish with Ctrl-C when done): diff --git a/pages/linux/cfdisk.md b/pages/linux/cfdisk.md index 58b8fe676..b9d0a2f50 100644 --- a/pages/linux/cfdisk.md +++ b/pages/linux/cfdisk.md @@ -1,7 +1,7 @@ # cfdisk > A program for managing partition tables and partitions on a hard disk using a curses UI. -> More information: . +> More information: . - Start the partition manipulator with a specific device: diff --git a/pages/linux/dumpe2fs.md b/pages/linux/dumpe2fs.md index 6e6fc3bdb..5abe7ce8f 100644 --- a/pages/linux/dumpe2fs.md +++ b/pages/linux/dumpe2fs.md @@ -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: . +> More information: . - Display ext2, ext3 and ext4 filesystem information: diff --git a/pages/linux/e2freefrag.md b/pages/linux/e2freefrag.md index e32c4d15d..1a63982be 100644 --- a/pages/linux/e2freefrag.md +++ b/pages/linux/e2freefrag.md @@ -1,7 +1,7 @@ # e2freefrag > Print the free space fragmentation information for ext2/ext3/ext4 filesystems. -> More information: . +> More information: . - Check how many free blocks are present as contiguous and aligned free space: diff --git a/pages/linux/e2image.md b/pages/linux/e2image.md index b05e7d434..e13bb4812 100644 --- a/pages/linux/e2image.md +++ b/pages/linux/e2image.md @@ -1,7 +1,7 @@ # e2image > Save critical ext2/ext3/ext4 filesystem metadata to a file. -> More information: . +> More information: . - Write metadata located on device to a specific file: diff --git a/pages/linux/efibootmgr.md b/pages/linux/efibootmgr.md index 200e461fa..2f6fb9776 100644 --- a/pages/linux/efibootmgr.md +++ b/pages/linux/efibootmgr.md @@ -1,7 +1,7 @@ # efibootmgr > Manipulate the UEFI Boot Manager (the Bootoptions). -> More information: . +> More information: . - List the current settings / bootnums: diff --git a/pages/linux/expect.md b/pages/linux/expect.md index 45b98d852..bf5a61fbb 100644 --- a/pages/linux/expect.md +++ b/pages/linux/expect.md @@ -1,7 +1,7 @@ # expect > Script executor that interacts with other programs that require user input. -> More information: . +> More information: . - Execute an expect script from a file: diff --git a/pages/linux/filefrag.md b/pages/linux/filefrag.md index 1c6111892..e250279cc 100644 --- a/pages/linux/filefrag.md +++ b/pages/linux/filefrag.md @@ -1,7 +1,7 @@ # filefrag > Report how badly fragmented a particular file might be. -> More information: . +> More information: . - Display a report for a specific file: diff --git a/pages/linux/ifdown.md b/pages/linux/ifdown.md index 602c97355..be05c5bd9 100644 --- a/pages/linux/ifdown.md +++ b/pages/linux/ifdown.md @@ -1,7 +1,7 @@ # ifdown > Disable network interfaces. -> More information: . +> More information: . - Disable interface eth0: diff --git a/pages/linux/iftop.md b/pages/linux/iftop.md index 7d67bba20..94e74e95a 100644 --- a/pages/linux/iftop.md +++ b/pages/linux/iftop.md @@ -1,7 +1,7 @@ # iftop > Show bandwidth usage on an interface by host. -> More information: . +> More information: . - Show the bandwidth usage: diff --git a/pages/linux/ifup.md b/pages/linux/ifup.md index 1903c34e5..da34e8557 100644 --- a/pages/linux/ifup.md +++ b/pages/linux/ifup.md @@ -1,7 +1,7 @@ # ifup > Tool used to enable network interfaces. -> More information: . +> More information: . - Enable interface eth0: diff --git a/pages/linux/isosize.md b/pages/linux/isosize.md index 1e4298bab..cef8c3213 100644 --- a/pages/linux/isosize.md +++ b/pages/linux/isosize.md @@ -1,7 +1,7 @@ # isosize > Display the size of an ISO file. -> More information: . +> More information: . - Display the size of an ISO file: diff --git a/pages/linux/iwconfig.md b/pages/linux/iwconfig.md index 1ed203cf1..fe2adc332 100644 --- a/pages/linux/iwconfig.md +++ b/pages/linux/iwconfig.md @@ -1,7 +1,7 @@ # iwconfig > Configure and show the parameters of a wireless network interface. -> More information: . +> More information: . - Show the parameters and statistics of all the interfaces: diff --git a/pages/linux/jpegtran.md b/pages/linux/jpegtran.md index 9829065bd..b424b1126 100644 --- a/pages/linux/jpegtran.md +++ b/pages/linux/jpegtran.md @@ -1,7 +1,7 @@ # jpegtran > Perform lossless transformation of JPEG files. -> More information: . +> More information: . - Mirror an image horizontally or vertically: diff --git a/pages/linux/lftp.md b/pages/linux/lftp.md index 70fcc72f5..9e50727d3 100644 --- a/pages/linux/lftp.md +++ b/pages/linux/lftp.md @@ -1,7 +1,7 @@ # lftp > Sophisticated file transfer program. -> More information: . +> More information: . - Connect to an FTP server: diff --git a/pages/linux/logsave.md b/pages/linux/logsave.md index 7b9b82d6c..5ae60a052 100644 --- a/pages/linux/logsave.md +++ b/pages/linux/logsave.md @@ -1,7 +1,7 @@ # logsave > Save the output of a command in a logfile. -> More information: . +> More information: . - Execute command with specified argument(s) and save its output to log file: diff --git a/pages/linux/ltrace.md b/pages/linux/ltrace.md index a51c6d4af..00b040790 100644 --- a/pages/linux/ltrace.md +++ b/pages/linux/ltrace.md @@ -1,7 +1,7 @@ # ltrace > Display dynamic library calls of a process. -> More information: . +> More information: . - Print (trace) library calls of a program binary: diff --git a/pages/linux/mdadm.md b/pages/linux/mdadm.md index 7e1db52ff..4ff47b73f 100644 --- a/pages/linux/mdadm.md +++ b/pages/linux/mdadm.md @@ -1,7 +1,7 @@ # mdadm > RAID management utility. -> More information: . +> More information: . - Create array: diff --git a/pages/linux/named.md b/pages/linux/named.md index f0e048b42..964ef6447 100644 --- a/pages/linux/named.md +++ b/pages/linux/named.md @@ -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: . +> More information: . - Read the default configuration file `/etc/named.conf`, read any initial data and listen for queries: diff --git a/pages/linux/pmount.md b/pages/linux/pmount.md index b137d6470..c5c1ec3cf 100644 --- a/pages/linux/pmount.md +++ b/pages/linux/pmount.md @@ -1,7 +1,7 @@ # pmount > Mount arbitrary hotpluggable devices as a normal user. -> More information: . +> More information: . - Mount a device below `/media/` (using device as mount point): diff --git a/pages/linux/semanage.md b/pages/linux/semanage.md index ac46bd4cc..e7c7cd267 100644 --- a/pages/linux/semanage.md +++ b/pages/linux/semanage.md @@ -1,7 +1,7 @@ # semanage > SELinux Policy Management tool. -> More information: . +> More information: . - Output local customizations: diff --git a/pages/linux/snmpwalk.md b/pages/linux/snmpwalk.md index 7c39c82eb..0c222dc0a 100644 --- a/pages/linux/snmpwalk.md +++ b/pages/linux/snmpwalk.md @@ -1,7 +1,7 @@ # snmpwalk > SNMP query tool. -> More information: . +> More information: . - Query the system information of a remote host using SNMPv1 and a community string: diff --git a/pages/linux/vipw.md b/pages/linux/vipw.md index efd27f32a..0cf156a8a 100644 --- a/pages/linux/vipw.md +++ b/pages/linux/vipw.md @@ -1,7 +1,7 @@ # vipw > Edit the password file. -> More information: . +> More information: . - Edit the password file: diff --git a/pages/linux/vmstat.md b/pages/linux/vmstat.md index 00d74e697..e138b485c 100644 --- a/pages/linux/vmstat.md +++ b/pages/linux/vmstat.md @@ -1,7 +1,7 @@ # vmstat > Report information about processes, memory, paging, block IO, traps, disks and CPU activity. -> More information: . +> More information: . - Display virtual memory statistics: diff --git a/pages/osx/xar.md b/pages/osx/xar.md index dfa3fd687..7c6ca149f 100644 --- a/pages/osx/xar.md +++ b/pages/osx/xar.md @@ -1,7 +1,7 @@ # xar > Manage .xar archives. -> More information: . +> More information: . - Create a xar archive of all files in a given directory: