Posts

Install hassio/Home Assistant on a raspberry pi with Raspbian Buster
Nov 9, 2019

Install hassio/Home Assistant on a raspberry pi with Raspbian Buster

If you install Homeassistant on Raspbian Buster using the step by step description at home-assistant.io, the web gui does not start. Your browser is hanging, and there is no good error message.

Ansible: b64decode filter when using _copy_ not binary safe - example for Windows
Oct 31, 2019

Ansible: b64decode filter when using _copy_ not binary safe - example for Windows

Sometimes you would like to fetch a file from one server, then put it onto another. There are many ways to solve this.

Categories: Development Ansible
Iperf on ESXi
Oct 18, 2019

Iperf on ESXi

Quick one. If you need iperf on your ESXi server, you need to install an obscure, 3rd party package.

Categories: Development ESXi Iperf
pgAdmin on Docker/Ubuntu 18
Oct 15, 2019

pgAdmin on Docker/Ubuntu 18

This post will quickly show how to set up an Ubuntu 18 in a virtual machine, install Docker and set up pgAdmin with a persistend volume.

Categories: Development Docker Ubuntu
Installing pfSense version >2.4 on an APU2c4
Dec 3, 2017

Installing pfSense version >2.4 on an APU2c4

This howto partly shows how to install pfSense, with the main focus on creating the boot USB stick.

Categories: Development AES-NI OSX
Catch exit codes in bash - pipefail vs PIPESTATUS
Nov 27, 2017

Catch exit codes in bash - pipefail vs PIPESTATUS

The other day I caught a bug in one of my scripts, where I wanted to both act on the exit code of a command at the same time as I sent the output from it to a log file.

Categories: Development Linux