Skip to content

Instantly share code, notes, and snippets.

@srlemke
srlemke / SimHub on Linux
Last active January 18, 2026 16:14
SimHub on Linux
Updated: 26.Nov.2025 - working again after some adjustments!
Reading is annoying some times, but read before start pasting commands.
This installs simhub per game, so you have to install it for each game.
All commands in a terminal as regular user, never as root.
Info: Linux games are isolated 'Compatibility Vessels' per game, it may look weird, but after understanding it better its
quite handy, if something goes wrong you just delete the whole 'vessel' and start from scratch, as if windows was reinstalled.
The vessel for each game has an unique ID.
@freakshock88
freakshock88 / play_plex_media_using_assist.yaml
Last active May 19, 2025 08:53
play_plex_media_using_assist.yaml
blueprint:
name: Play Plex media using Assist
description: >
Play any Plex media on a media player of your choice.
The media player has to support this action.
domain: automation
input:
media_player:
name: Media player
description: Media player on which to start Plex playback
@rsvp
rsvp / noise.sh
Last active November 15, 2025 00:06
noise : relaxing ambient Brown noise generator (cf. white noise) | Linux bash script using sox | CogSci notes
#!/usr/bin/env bash
# bash 4.1.5(1) Linux Ubuntu 10.04 Date : 2019-01-02
#
# _______________| noise : ambient Brown noise generator (cf. white noise).
#
# Usage: noise [minutes=59] [band-pass freq center=1786] [wave]
# ^minutes can be any positive integer.
# Command "noise 1" will display peak-level meter.
#
# Dependencies: play (from sox package)