hostname: add Dutch translation (#13028)
Co-authored-by: Leon <leonvsc@users.noreply.github.com>
This commit is contained in:
24
pages.nl/common/hostname.md
Normal file
24
pages.nl/common/hostname.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# hostname
|
||||
|
||||
> Toon of stel de hostnaam van het systeem in.
|
||||
> Meer informatie: <https://manned.org/hostname>.
|
||||
|
||||
- Toon de huidige hostnaam:
|
||||
|
||||
`hostname`
|
||||
|
||||
- Toon het netwerkadres van de hostnaam:
|
||||
|
||||
`hostname -i`
|
||||
|
||||
- Toon alle netwerkadressen van de host:
|
||||
|
||||
`hostname -I`
|
||||
|
||||
- Toon de FQDN (Fully Qualified Domain Name):
|
||||
|
||||
`hostname --fqdn`
|
||||
|
||||
- Stel een nieuwe hostnaam in:
|
||||
|
||||
`hostname {{nieuwe_hostnaam}}`
|
Reference in New Issue
Block a user