Skip to content

Instantly share code, notes, and snippets.

View SoulRaven's full-sized avatar
🌌

Zaharia Constantin SoulRaven

🌌
View GitHub Profile
@SoulRaven
SoulRaven / gist:870d07450d6efcda4671089eb9050d54
Created September 26, 2025 14:50
List of Smart Card ATR's
The list also include Romanian Electronic Identifiy Card (CEI)
https://pcsc-tools.apdu.fr/smartcard_list.txt
@SoulRaven
SoulRaven / gist:bf1124f2d072dcb56276a5c7632d132d
Created March 16, 2025 18:07
Disable volume knob in Linux for Razer BlackWidow Elite
#!/bin/bash
# create a file with the name default.sh inside the /etc/acpi/default.sh
# make the file executable sudo chmod +x /etc/acpi/default.sh
# after that sudo systemctl restart acpid
# normaly this will work, but i am 100% sure that if you attach a external volume device, will ignore also that device
# the solution is to have something that will ignore the volume events based on the device ID or something similar
case "$1" in
button/volumeup)
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
EAPI=4
inherit eutils linux-info multilib systemd
DESCRIPTION="The CCcam emulator for cardsharing"
HOMEPAGE="http://www.cccam.co/"