Browse Source

linux/[h-k]: add more information link (#6227)

Lucas Gabriel Schneider 3 years ago
parent
commit
65456d0941

+ 1 - 0
pages.de/linux/ip-address.md

@@ -1,6 +1,7 @@
 # ip address
 
 > IP Adressen Management Unterbefehl.
+> Weitere Informationen: <https://manned.org/ip-address>.
 
 - Zeige Netzwerk-Interfaces mit ihren Adressen:
 

+ 1 - 1
pages.fr/linux/ip-address.md

@@ -1,7 +1,7 @@
 # ip address
 
 > Sous-commande de gestion des adresses IP.
-> Plus d'informations : <https://www.man7.org/linux/man-pages/man8/ip-address.8.html>.
+> Plus d'informations : <https://manned.org/ip-address>.
 
 - Liste les interfaces réseau et leurs adresses IP associées :
 

+ 1 - 0
pages/linux/hardinfo.md

@@ -1,6 +1,7 @@
 # hardinfo
 
 > Show hardware information in GUI window.
+> More information: <https://github.com/lpereira/hardinfo>.
 
 - Start hardinfo:
 

+ 1 - 0
pages/linux/hdparm.md

@@ -1,6 +1,7 @@
 # hdparm
 
 > Get and set SATA and IDE hard drive parameters.
+> More information: <https://manned.org/hdparm>.
 
 - Request the identification info of a given device:
 

+ 1 - 0
pages/linux/hexdump.md

@@ -1,6 +1,7 @@
 # hexdump
 
 > An ASCII, decimal, hexadecimal, octal dump.
+> More information: <https://manned.org/hexdump>.
 
 - Print the hexadecimal representation of a file:
 

+ 1 - 0
pages/linux/hostname.md

@@ -1,6 +1,7 @@
 # hostname
 
 > Show or set the system's host name.
+> More information: <https://manned.org/hostname>.
 
 - Show current host name:
 

+ 1 - 0
pages/linux/hostnamectl.md

@@ -1,6 +1,7 @@
 # hostnamectl
 
 > Get or set the hostname of the computer.
+> More information: <https://manned.org/hostnamectl>.
 
 - Get the hostname of the computer:
 

+ 1 - 0
pages/linux/http-prompt.md

@@ -1,6 +1,7 @@
 # http-prompt
 
 > An interactive command-line HTTP client featuring autocomplete and syntax highlighting.
+> More information: <https://github.com/httpie/http-prompt>.
 
 - Launch a session targeting the default URL of http://localhost:8000 or the previous session:
 

+ 1 - 0
pages/linux/httpie.md

@@ -1,6 +1,7 @@
 # httpie
 
 > A user friendly command-line HTTP tool.
+> More information: <https://github.com/httpie/httpie>.
 
 - Send a GET request (default method with no request data):
 

+ 1 - 0
pages/linux/hwclock.md

@@ -1,6 +1,7 @@
 # hwclock
 
 > Used for reading or changing the hardware clock. Usually requires root.
+> More information: <https://manned.org/hwclock>.
 
 - Display the current time as reported by the hardware clock:
 

+ 1 - 0
pages/linux/i7z.md

@@ -1,6 +1,7 @@
 # i7z
 
 > An Intel CPU (only i3, i5 and i7) realtime reporting tool.
+> More information: <https://manned.org/i7z>.
 
 - Start i7z (needs to be run in superuser mode):
 

+ 2 - 1
pages/linux/imgp.md

@@ -1,6 +1,7 @@
 # imgp
 
-> Command-line image resizer and rotator for JPEGs and PNGs.
+> Command-line image resizer and rotator for JPEG and PNG images.
+> More information: <https://github.com/jarun/imgp>.
 
 - Convert single images and/or whole directories containing valid image formats:
 

+ 1 - 0
pages/linux/inotifywait.md

@@ -1,6 +1,7 @@
 # inotifywait
 
 > Waits for changes to one or more files.
+> More information: <https://manned.org/inotifywait>.
 
 - Run a command when a file changes:
 

+ 1 - 0
pages/linux/inxi.md

@@ -1,6 +1,7 @@
 # inxi
 
 > Print a summary of system information and resources for debugging purposes.
+> More information: <https://manned.org/inxi>.
 
 - Print a summary of CPU, memory, hard drive and kernel information:
 

+ 1 - 0
pages/linux/iostat.md

@@ -1,6 +1,7 @@
 # iostat
 
 > Report statistics for devices and partitions.
+> More information: <https://manned.org/iostat>.
 
 - Display a report of CPU and disk statistics since system startup:
 

+ 1 - 0
pages/linux/ip-address.md

@@ -1,6 +1,7 @@
 # ip address
 
 > IP Address management subcommand.
+> More information: <https://manned.org/ip-address>.
 
 - List network interfaces and their associated IP addresses:
 

+ 1 - 0
pages/linux/ipcalc.md

@@ -1,6 +1,7 @@
 # ipcalc
 
 > Perform simple operations and calculations on IP addresses and networks.
+> More information: <https://manned.org/ipcalc>.
 
 - Show information about an address or network with a given subnet mask:
 

+ 1 - 0
pages/linux/ipcmk.md

@@ -1,6 +1,7 @@
 # ipcmk
 
 > Create IPC (Inter-process Communication) resources.
+> More information: <https://manned.org/ipcmk>.
 
 - Create a shared memory segment:
 

+ 1 - 0
pages/linux/ipcrm.md

@@ -1,6 +1,7 @@
 # ipcrm
 
 > Delete IPC (Inter-process Communication) resources.
+> More information: <https://manned.org/ipcrm>.
 
 - Delete a shared memory segment by ID:
 

+ 1 - 0
pages/linux/isoinfo.md

@@ -1,6 +1,7 @@
 # isoinfo
 
 > Utility programs for dumping and verifying ISO disk images.
+> More information: <https://manned.org/isoinfo>.
 
 - List all the files included in an ISO image:
 

+ 1 - 0
pages/linux/iw.md

@@ -1,6 +1,7 @@
 # iw
 
 > Show and manipulate wireless devices.
+> More information: <https://manned.org/iw>.
 
 - Scan for available wireless networks:
 

+ 1 - 0
pages/linux/jobs.md

@@ -1,6 +1,7 @@
 # jobs
 
 > BASH builtin for viewing information about processes spawned by the current shell.
+> More information: <https://manned.org/jobs>.
 
 - View jobs spawned by the current shell:
 

+ 1 - 0
pages/linux/journalctl.md

@@ -1,6 +1,7 @@
 # journalctl
 
 > Query the systemd journal.
+> More information: <https://manned.org/journalctl>.
 
 - Show all messages from this [b]oot:
 

+ 1 - 0
pages/linux/kexec.md

@@ -1,6 +1,7 @@
 # kexec
 
 > Directly reboot into a new kernel.
+> More information: <https://manned.org/kexec>.
 
 - Load a new kernel:
 

+ 1 - 0
pages/linux/kpartx.md

@@ -1,6 +1,7 @@
 # kpartx
 
 > Create device maps from partition tables.
+> More information: <https://manned.org/kpartx>.
 
 - Add partition mappings: