Category Archives: Linux

Stuff about 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

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

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