Category Archives: Linux

Stuff about Linux

OpenVPN: P2P connect on linux

Hi,

this post describes how to setup an adhoc openvpn connection between two linux hosts.

Continue reading OpenVPN: P2P connect on linux

Linux: Creating a ssh keypair with ssh-keygen

Hi,

ssh-keygen can be used to generate a new ssh key pair.

Continue reading Linux: Creating a ssh keypair with ssh-keygen

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