Skip to content

Instantly share code, notes, and snippets.

View boschkundendienst's full-sized avatar

Boschkundendienst boschkundendienst

View GitHub Profile
@boschkundendienst
boschkundendienst / disable-mac-startup-sound.bash
Created September 11, 2021 17:28
Disable MacBook startup sound from within Linux
#!/bin/bash
# make sure we are root
if [ "$EUID" -ne 0 ]
then echo "Please run as root"
exit
fi
# Turn off the starup sound of a macbook from within Linux
guid='7c436110-ab2a-4bbb-a880-fe41995c9f82'
@boschkundendienst
boschkundendienst / peripage
Last active April 30, 2022 13:30
PeriPage Mini Printer Modell A6 203dpi Bluetooth Printing on Linux
#!/bin/bash
# This script is based on the awesome work of Elias Weingärtner
# https://github.com/eliasweingaertner/peripage-A6-bluetooth
#
# To initialize or update execute
# 'peripage SetThingsUp'
#
# Later just execute peripage with the same parameters
# you would use for ppa6-print.py directly
# or try with --help