Trixie, openbox, minimal Xorg: Unterschied zwischen den Versionen
Erscheinungsbild
Die Seite wurde neu angelegt: „* Installation debian trixie ohne GUI, aber incl. sshd * apt install mc sudo“ |
Keine Bearbeitungszusammenfassung |
||
| (2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
* Installation debian trixie ohne GUI, aber incl. sshd | * Installation debian trixie ohne GUI, aber incl. sshd | ||
* apt install mc sudo | * apt install mc sudo | ||
* adduser autokrat | |||
* apt install --no-install-recommends xorg openbox obconf tint2 | |||
* mkdir /etc/systemd/system/getty@tty1.service.d | |||
* tee -a /etc/systemd/system/getty@tty1.service.d/override.conf <<EOT [Service] ExecStart= ExecStart=-/sbin/agetty --autologin autokrat --noclear %I $TERM Type=idle EOT | |||
Aktuelle Version vom 2. Mai 2026, 08:49 Uhr
- Installation debian trixie ohne GUI, aber incl. sshd
- apt install mc sudo
- adduser autokrat
- apt install --no-install-recommends xorg openbox obconf tint2
- mkdir /etc/systemd/system/getty@tty1.service.d
- tee -a /etc/systemd/system/getty@tty1.service.d/override.conf <<EOT [Service] ExecStart= ExecStart=-/sbin/agetty --autologin autokrat --noclear %I $TERM Type=idle EOT