Kategorie: HOWTOS 

    (Einträge gesamt: 13)     Seiten (13) [ «   2 3 4 5 6   » ]
Δ  

Debian 9 kleine Konfig-Hilfe

     30.04.2019 [09:12]  (Matthias Nitzschke)

Drucken mit Brother LINK

Code 21

 
 
Autologin lightdm
------------------
 
[Seat:*]
autologin-user=USERNAME
autologin-user-timeout=0
 
 
 
Userliste
---------
 
[Seat:*]
greeter-hide-users=false
 
 

Code 22

 
 
ifconfig nachinstallieren
-----------------------------------
apt-get install net-tools
 
 

Code 23

 
 
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
 
 

Code 24

 
 
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...


Details und Downloads >>>
Suchen
id-switcher
    (Einträge gesamt: 13)     Seiten (13) [ «   2 3 4 5 6   » ]
Δ    
Script-Laufzeit: 0.003394 Sek.     gelesene Files: 6     SQL-Laufzeit: 0.0025 Sek.     Gesamt :1.644.371    Heute :15    Rekord :224.201   ; PHP:7.2.34-nmm8