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
accerciser | |
alacritty | |
alsa-utils | |
android-tools | |
aria2 | |
astyle | |
autoconf | |
automake | |
baobab | |
base |
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
alsa-oss | |
alsa-utils | |
apache-ant | |
arc-gtk-theme | |
autoconf | |
automake | |
bash | |
binutils | |
bison | |
bzip2 |
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
#!/usr/bin/python | |
import struct | |
import time | |
import sys | |
import dbus | |
from threading import Thread, Lock | |
# Copy this file to /usr/bin as root | |
# Change permissions of this file to 754 | |
# This file in /usr/bin should be owned by root, group is root |