Tag Archives: systemd

Linux: Start user processes or systemd units at boot time with systemd

Hi,

systemd based system have the ability to start user processes in background and as daemon even the user isn’t logged on to the system.
Continue reading Linux: Start user processes or systemd units at boot time with systemd

Advertisment to support michlstechblog.info

Linux: Disable assignment of new styled names for network interfaces

Hi,

newer Linux distribution do assign network names like enp0s13 or eno1 instead of the old style ethx names.
Continue reading Linux: Disable assignment of new styled names for network interfaces

Linux: Connection timed out, cannot reboot systemd based system

Hi,

sometimes it occours that a systemd based Linux cannot rebooted.
Continue reading Linux: Connection timed out, cannot reboot systemd based system

Debian: Shutdown when pressing power button

Hi,

when you install Debian with just the Standard minium System utilities a power off by pressing the power button is not possible.

Continue reading Debian: Shutdown when pressing power button

Debian: Configure wireless LAN by Systemd

Hi,

this post is a step by step tutorial for setup WLAN in debian by systemd.

Determine the WLAN Adapter and reachable Networks

root@debdev ~# iwconfig
root@debdev ~# ifconfig wlan0 up
root@debdev ~# iwlist wlan0 scanning

Continue reading Debian: Configure wireless LAN by Systemd