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

beep
Lucas Gabriel Schneider 2021-09-02 15:33:49 -03:00 committed by GitHub
parent e6cc4006f5
commit 65456d0941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
25 changed files with 26 additions and 2 deletions

View File

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

View File

@ -1,7 +1,7 @@
# ip address # ip address
> Sous-commande de gestion des adresses IP. > 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 : - Liste les interfaces réseau et leurs adresses IP associées :

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,7 @@
# http-prompt # http-prompt
> An interactive command-line HTTP client featuring autocomplete and syntax highlighting. > 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: - Launch a session targeting the default URL of http://localhost:8000 or the previous session:

View File

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

View File

@ -1,6 +1,7 @@
# hwclock # hwclock
> Used for reading or changing the hardware clock. Usually requires root. > 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: - Display the current time as reported by the hardware clock:

View File

@ -1,6 +1,7 @@
# i7z # i7z
> An Intel CPU (only i3, i5 and i7) realtime reporting tool. > 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): - Start i7z (needs to be run in superuser mode):

View File

@ -1,6 +1,7 @@
# imgp # 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: - Convert single images and/or whole directories containing valid image formats:

View File

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

View File

@ -1,6 +1,7 @@
# inxi # inxi
> Print a summary of system information and resources for debugging purposes. > 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: - Print a summary of CPU, memory, hard drive and kernel information:

View File

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

View File

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

View File

@ -1,6 +1,7 @@
# ipcalc # ipcalc
> Perform simple operations and calculations on IP addresses and networks. > 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: - Show information about an address or network with a given subnet mask:

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,7 @@
# jobs # jobs
> BASH builtin for viewing information about processes spawned by the current shell. > 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: - View jobs spawned by the current shell:

View File

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

View File

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

View File

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