Linux

Docker: quick setup of semi portable Immich installation
Mar 2, 2024

Docker: quick setup of semi portable Immich installation

How to quickly set up an Immich installation at home

Categories: linux docker immich
Docker: curl to exposed container port which is not published to the outside (Jitsi endpoint for counting sessions)
Feb 26, 2024

Docker: curl to exposed container port which is not published to the outside (Jitsi endpoint for counting sessions)

How to curl to jitsi prosody to count sessions, but also how to access non published tcp ports of a running container

Categories: linux docker
Sudo: sudo -iu without password
Jan 26, 2023

Sudo: sudo -iu without password

sudo -iu without password

Categories: linux sudo
Could not chdir to home directory
May 18, 2021

Could not chdir to home directory

I was at a customer's site the other day, and ran into an issue that I could not really understand.

Categories: Development Linux
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
Using sudo and redirecting output to a file
Feb 4, 2014

Using sudo and redirecting output to a file

Sudo is a cool tool to have under your belt. I have heard excuses for not using sudo so many times, that if I was given a penny every time I would at least be able to buy myself a coffee.

Categories: Development Linux