mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 11:51:01 +00:00
Update cheatsheets
This commit is contained in:
17
linux/avahi-resolve
Normal file
17
linux/avahi-resolve
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# avahi-resolve
|
||||
|
||||
> Translate between host names and IP Addresses.
|
||||
> More information: <https://www.avahi.org/>.
|
||||
|
||||
- Resolve a local service to its IPv4:
|
||||
|
||||
`avahi-resolve -4 --name {{service.local}}`
|
||||
|
||||
- Resolve an IP to a hostname, verbosely:
|
||||
|
||||
`avahi-resolve --verbose --address {{IP}}`
|
||||
Reference in New Issue
Block a user