documentation/pm/sauvkipeu.md

65 lines
1.5 KiB
Markdown
Raw Normal View History

2022-12-30 10:12:49 +01:00
# sauvkipeu, machine physique
Localisation : leparc.
## Matériel
2022-12-30 10:20:51 +01:00
Lenovo T500 (même si c'est marqué W500 sur le chassis)
2022-12-30 10:12:49 +01:00
Divers : caméra + détecteur empreinte + plasturgie ok
2022-12-30 10:20:08 +01:00
CPU : Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz (mais au repos tourne à 800 MHz), bus 1 066 MHz, cache L2 6 Mo
2022-12-30 10:12:49 +01:00
RAM : 2 Go à passer à 2 x 4 Go en DDR3 (TODO Neox)
2022-12-30 10:20:51 +01:00
Disque : SSD Crucial MX500 250 Go
Alimentation : boitier 65W
2022-12-30 10:12:49 +01:00
## Logiciel
Micro-programme : Libreboot 20220710 seabios libgfxinit (redémarrage non automatique)
Système d'exploitation : Debian GNU/Linux-libre 11 (Bullseye)
Noyau : Linux-libre LTS (`linux-libre-lts` des dépôts https://linux-libre.fsfla.org)
Audit des paquets mensuel : `vrms`
Sécurités de la maintenance : `etckeeper`, `mollyguard`, `tig`, `lm-sensors`, `fancontrol`, `screen`
Mail Transfer Agent : `postfix`
## Caractéristiques notables
Domaine : sauvkipeu.libre-en-communs.org
Adresse ipv6 publique : 2001:910:1021::???
### Configuration réseau
#### /etc/network/interfaces
<details>
TODO ?
</details>
## Configuration SSH
### /etc/ssh/sshd_config
<details>
TODO ?
</details>
## Configuration MTA
### /etc/postfix/transport
a-lec.org :
* discard:
### /etc/postfix/virtual
@localhost admin@a-lec.org
@aunt.libre-en-communs.org admin@a-lec.org
2022-12-30 10:16:43 +01:00
## Désactivation du suspend à la fermeture du capot
Éditer le fichier `/etc/systemd/logind.conf` :
```
#HandleLidSwitch=suspend
+ HandleLidSwitch=ignore
```
Puis redémarrage du service :
```
systemctl restart systemd-logind.service
```