1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 03:35:24 +02:00

ipmitool: add Dutch translation (#16358)

This commit is contained in:
Sebastiaan Speck 2025-05-03 20:51:09 +02:00 committed by GitHub
parent b0b9e06444
commit 1c5d6de84a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,16 @@
# ipmitool
> Interface met de Intelligent Platform Management Interface (IPMI).
> Meer informatie: <https://man.freebsd.org/cgi/man.cgi?query=ipmitool>.
- Laad de IPMI kernelmodule voor lokale verbindingen:
`kldload ipmi.ko`
- Open de IPMI shell op de lokale hardware:
`ipmitool shell`
- Open IPMI shell op een remote host:
`ipmitool -H {{ip_adres}} -U {{gebruikersnaam}} shell`