Skip to content

Instantly share code, notes, and snippets.

View RobisLV's full-sized avatar

Roberts RobisLV

  • Espoo, Finland
View GitHub Profile
@schorschii
schorschii / HPUnlocker.py
Last active May 21, 2024 08:57
HP Unlocker: Remove admin passwords from HP UEFI/BIOS images
#!/usr/bin/python3
# Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)]
import mmap, shutil, sys
if len(sys.argv) != 2:
print('Please provide a HP BIOS image .bin file as first parameter!')
sys.exit(1)
path = sys.argv[1]
@wolfg1969
wolfg1969 / README.md
Last active September 5, 2023 00:31
Volumio Bluetooth receiver

Volumio Bluetooth receiver

https://forum.volumio.org/volumio-bluetooth-receiver-t8937.html

Install dependencies:

sudo apt-get update
sudo apt-get install wajig
wajig install dh-autoreconf libasound2-dev libortp-dev pi-bluetooth
wajig install libusb-dev libglib2.0-dev libudev-dev libical-dev libreadline-dev libsbc1 libsbc-dev