Datensatz Alter in Tagen | 2.052 |
ID | 54 |
Anlagedatum | 30.04.2019 [09:12] |
Überschrift | Debian 9 kleine Konfig-Hilfe |
Kategorie | Howtos |
Filter | Alle |
Status | Stable |
Gesperrt | Nein |
Gehört | Matthias Nitzschke |
Drucken mit Brother LINK
Autologin lightdm ------------------ [Seat:*] autologin-user=USERNAME autologin-user-timeout=0 Userliste --------- [Seat:*] greeter-hide-users=false
ifconfig nachinstallieren ----------------------------------- apt-get install net-tools
rc.local aktivieren -------------------------- folgenden Inhalt in Datei /etc/systemd/system/rc-local.service ------------------------------------------------------------------------------------------ [Unit] Description=/etc/rc.local ConditionPathExists=/etc/rc.local [Service] Type=forking ExecStart=/etc/rc.local start TimeoutSec=0 StandardOutput=tty RemainAfterExit=yes SysVStartPriority=99 [Install] WantedBy=multi-user.target folgenden Inhalt in Datei /etc/rc.local: ------------------------------------------------------ #!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will "exit 0" on success or any other # value on error. # # In order to enable or disable this script just change the execution # bits. # # By default this script does nothing. # # bsp # # /sbin/ifconfig ib0 192.168.10.10/24 exit 0 Rechte setzen und Dienst starten ------------------------------------------------- chmod +x /etc/rc.local systemctl start rc-local.service
eth Namen wieder herstellen /etc/default/grub net.ifnames eintragen -------------------------------------------------------- GRUB_CMDLINE_LINUX_DEFAULT="quiet net.ifnames=0" update-grub starten
pavucontrol bei Soundproblemen verwenden, manchmal ist mute eingeschlaten...