Skip to content

Instantly share code, notes, and snippets.

@mister2d
mister2d / id_ed25519.pub
Created August 31, 2022 02:54
ssh-key-public
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGQp6H/n2JPSt1VxCAupTC1OTh7R3eu7wO0ZtCNbAkd7
@mister2d
mister2d / get-windows-license-key.sh
Created September 1, 2022 04:18
Print Windows Activation key from with Linux
#!/bin/bash
strings /sys/firmware/acpi/tables/MSDM | tail -1
@mister2d
mister2d / README.md
Created January 21, 2023 06:22 — forked from qcasey/README.md
Headless A2DP Audio Streaming on Ubuntu / Debian for non-raspbian SBCs (ODROID, Orange Pi, Armbian, etc)

About

This gist will show how to setup a generic SBC Debian / Ubuntu install as a headless Bluetooth A2DP audio sink. This will allow your phone, laptop or other Bluetooth device to play audio wirelessly through a Rasperry Pi.

Motivation

This is forked from another gist specific to the Raspberry Pi on Stretch. A required package isn't in Ubuntu's repos, so in this gist we build it from scratch.

Tested to be working on Armbian/Ubuntu/Debian images of the Orange Pi Zero, ODROID XU4, ODROID N2, and Atomic Pi.

Prerequisites