This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The list also include Romanian Electronic Identifiy Card (CEI) | |
https://pcsc-tools.apdu.fr/smartcard_list.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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/" |