Skip to content

Instantly share code, notes, and snippets.

View JSchmie's full-sized avatar

Jacob Schmieder JSchmie

  • Germany
  • 20:52 (UTC +02:00)
View GitHub Profile
@hokiegeek2
hokiegeek2 / install-openmpi
Last active March 16, 2025 19:55
Install openmpi on Ubuntu 22.04
sudo apt-get update && sudo apt-get install infiniband-diags ibverbs-utils \
libibverbs-dev libfabric1 libfabric-dev libpsm2-dev -y
sudo apt-get install openmpi-bin openmpi-common libopenmpi-dev libgtk2.0-dev
sudo apt-get install librdmacm-dev libpsm2-dev
@kathoef
kathoef / installation.md
Last active February 11, 2025 05:24
Gitlab runner: Rootless Docker Executor on Ubuntu 22.04

Setup a rootless Docker build compatible Gitlab runner

Install Docker engine (tested with v20.10.17) and Gitlab runner (tested with v15.2.1) as described here and here.

Identify the UID of the gitlab-runner user.

$ id gitlab-runner
uid=999(gitlab-runner) gid=998(gitlab-runner) groups=998(gitlab-runner)
@faaaaabi
faaaaabi / synapse-postgres-docker-compose.md
Last active February 8, 2025 23:19
A basic setup for synapse with postgres behind a nginx reverse proxy

Synapse Docker Compose Setup

This proposed setup assumes that you want to use synapse with a Postgres database behind a separate nginx reverse proxy for TLS.

Setup

DNS setup

A detailed explanation of a basic and extended dns setup can be found here

Generate synapse config