Skip to content

Instantly share code, notes, and snippets.

@srlemke
srlemke / SimHub on Linux
Last active August 28, 2026 10:24
SimHub on Linux
Update 02.Apr.2026:
I made a script that will do all the needed checks and install SimHub:
https://github.com/srlemke/SimHub_on_Linux
There is also a V2 in the works that also can install CrewChief:
https://github.com/srlemke/SimHub_on_Linux/tree/With-Crewchief
Automatically adds and configures plugins for LMU, it also detects custom Proton.
Automatically adds dash.exe when Raceroom.
Fixes common issues, like removal of dotnet4 Steam stub
@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)