Add network

This commit is contained in:
Thomas Forgione 2024-03-12 14:01:57 +01:00
parent 86e1e421b5
commit f7d9bad1ba
3 changed files with 22 additions and 2 deletions

Binary file not shown.

View File

@ -3,6 +3,7 @@
#show: doc => template.apply(doc)
#grid(
gutter: 1em,
columns: (1fr, 1fr),
[
= Linux install
@ -34,5 +35,24 @@
# <Ctrl+A> <d> # Se détacher du screen actuel
```
],
[],
[
= Mon réseau
#table(
columns: (auto, auto, auto),
[*Machine*], [*IPv4*], [*IPv6*],
[], [], [],
[*Mnemosyne* (anciennement Kitt)], [192.168.1.101], [],
[*Phoenix* (anciennement Mnemosyne)], [192.168.1.102], [],
[*Phoenix* (BMC)], [192.168.1.103], [],
[], [], [],
[*RPi* 5 (server)], [192.168.1.201], [::1],
[*Desktop*], [192.168.1.202], [::1:1],
[*Laptop*], [192.168.1.203], [::1:2],
[*RPi 4* (recalbox)], [192.168.1.251], [],
[], [], [],
[*Keurstudio*], [192.168.1.145], []
)
]
)

View File

@ -38,7 +38,7 @@
content
}
set heading(numbering: "1.1")
set heading(numbering: none)
doc
}