Skip to content

Instantly share code, notes, and snippets.

"LD_* scout runtime" information:
{
"steam-runtime-system-info" : {
"version" : "0.20251201.0+srt1",
"path" : "/home/deck/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-system-info"
},
"can-write-uinput" : true,
"steam-installation" : {
"path" : "/home/deck/.local/share/Steam",
"data_path" : "/home/deck/.local/share/Steam",
This file has been truncated, but you can view the full file.
-------------------------------------------------------------
Command: cat /etc/os-release
NAME="SteamOS"
PRETTY_NAME="SteamOS"
VERSION_CODENAME=holo
ID=steamos
ID_LIKE=arch
ANSI_COLOR="1;35"
@ImranR98
ImranR98 / stream_quest3S.sh
Created March 23, 2025 04:48
Stream from Meta Quest 3S over Wi-Fi
#!/bin/bash
set -e
# Stream from Meta Quest 3S over Wi-Fi
# No audio support
# Assumes the headset is the only ADB device connected
if [ -z "$(which scrcpy)" ]; then
echo "strcpy not installed!" >&2
exit 1
@ImranR98
ImranR98 / RPi-Cam-setup.sh
Last active March 23, 2024 05:09
RPi Cam Setup Script: Turn a webcam connected to a Raspberry Pi (or anything else) into a local IP MJPEG camera, protected with a (self-signed) HTTPS and Basic authentication.
#!/bin/bash
set -e
if [ "$1" == 'firstTime' ]; then
FIRST_TIME=true
fi
header() {
underlinechar="-"
@ImranR98
ImranR98 / eOSUDS.sh
Last active January 2, 2025 20:13
elementaryOS 6 has great dark themes, but they only apply to "curated" appcenter apps. This script forces the system theme to work with regular Debian packages as well as non-curated Flatpak apps. It also optionally changes the wallpaper based on the theme. It also supports changing themes for the Mailspring email app (both .deb and Snap versions).
#!/usr/bin/bash
# =======================================
# eOS-Universal-Dark-Style
# =======================================
# elementaryOS 6 has great dark themes, but they only apply to "curated" appcenter apps
# This script forces the system theme to work with regular Debian packages as well as non-curated Flatpak apps
# It also optionally changes the wallpaper based on the theme