Tag Archives: linux

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

Advertisment to support michlstechblog.info

Systemd: Automount nfs export

Hi,

systemd can mount cifs filesystems at boot or on demand like autofs.

First cifs mount at boot time. Determine the share and the mount point.
Continue reading Systemd: Automount nfs export

Linux: btrfs command line examples

Hi,

my collection of btrfs command line snippets.

Continue reading Linux: btrfs command line examples

DHCP: dhtest a tool to send customized packets to a DHCP Server

Hi,

dhtest is a tool to generate DHCP packets and send it to a DHCP server.
Continue reading DHCP: dhtest a tool to send customized packets to a DHCP Server

Systemd: (Auto-) Mount cifs shares

Hi,

systemd can mount cifs filesystems at boot or on demand like autofs.

First cifs mount at boot time. Determine the share and the mount point.
Continue reading Systemd: (Auto-) Mount cifs shares