Tag Archives: linux

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

Linux: Set a static/fixed IP with Network Manager Cli

Hi,

most of the Linux Distributions uses the NetworkManager to configure network connections.

Sometimes it is necessary to set a static IP address, i.e. if no DHCP Server is available on the network or you want to setup a peer to peer connection between the computers.
Continue reading Linux: Set a static/fixed IP with Network Manager Cli

Linux: Connection reset when connecting to a ssh server

Hi,

you are trying to connect to a ssh server and got the error: Connection reset by 123.123.123.123 port 22

Continue reading Linux: Connection reset when connecting to a ssh server

Linux: Decompile/show a device tree binary file dtb

Hi,

under linux device tree is a way to describe hardware which is not discoverable.

The kernel uses a compiled version of the device tree. This can be decompiled in an readable formet by the device tree compiler.
Continue reading Linux: Decompile/show a device tree binary file dtb