Add network
This commit is contained in:
parent
86e1e421b5
commit
f7d9bad1ba
BIN
build/main.pdf
BIN
build/main.pdf
Binary file not shown.
22
main.typ
22
main.typ
|
@ -3,6 +3,7 @@
|
||||||
#show: doc => template.apply(doc)
|
#show: doc => template.apply(doc)
|
||||||
|
|
||||||
#grid(
|
#grid(
|
||||||
|
gutter: 1em,
|
||||||
columns: (1fr, 1fr),
|
columns: (1fr, 1fr),
|
||||||
[
|
[
|
||||||
= Linux install
|
= Linux install
|
||||||
|
@ -34,5 +35,24 @@
|
||||||
# <Ctrl+A> <d> # Se détacher du screen actuel
|
# <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], []
|
||||||
|
)
|
||||||
|
|
||||||
|
]
|
||||||
)
|
)
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
content
|
content
|
||||||
}
|
}
|
||||||
|
|
||||||
set heading(numbering: "1.1")
|
set heading(numbering: none)
|
||||||
|
|
||||||
doc
|
doc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue