Category Archives: Debian

Linux NetworkManager: Command line examples

Hi,

this post contains some NetworkManager nmcli command line examples for frequently used tasks.



Continue reading Linux NetworkManager: Command line examples

Debian/Ubuntu: Install docker

Hi,

short tutorial to install docker.
Continue reading Debian/Ubuntu: Install docker

Openhab: Install and run openhab from a docker image

Hi,

this port describes how to quickly install an openhab instance from a docker image. In this example Openhab runs under user/group openhab and the network of the docker container is connected to the host interface.

Before starting checkout the install docker post to get the system ready for hosting openhab.
Continue reading Openhab: Install and run openhab from a docker image

Linux: Disable password aging for a user

Hi,

this command line disables the password aging for a specific user
Continue reading Linux: Disable password aging for a user

Debian & Ubuntu Linux: Install a package from backports

Hi,

if you require a newer version of a package on a debian based system it may be possible that it is backportet from the latest testing line.

Continue reading Debian & Ubuntu Linux: Install a package from backports