Refactored syntax highlighting shortcodes into markdown
This commit is contained in:
parent
9e6bb1a3e5
commit
ea435049b3
71 changed files with 297 additions and 297 deletions
|
@ -11,9 +11,9 @@ tags:
|
|||
- launch ipmi remote text console : `ipmitool -H XX.XX.XX.XX -C3 -I lanplus -U <ipmi_user> sol activate`
|
||||
- Show local ipmi lan configuration : `ipmitool lan print`
|
||||
- Update local ipmi lan configuration :
|
||||
{{< highlight sh >}}
|
||||
```sh
|
||||
ipmitool lan set 1 ipsrc static
|
||||
ipmitool lan set 1 ipaddr 10.31.149.39
|
||||
ipmitool lan set 1 netmask 255.255.255.0
|
||||
mc reset cold
|
||||
{{< /highlight >}}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue