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
| # /etc/systemd/system/hdmi-toggle.service | |
| [Unit] | |
| Description=HDMI Button Watcher | |
| [Service] | |
| ExecStart=/usr/local/bin/k151_watch_hdmi_button.py | |
| Restart=always | |
| [Install] |
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 | |
| # | |
| # Tinc install script | |
| # | |
| # Original: https://gist.github.com/jpillora/9069c7421fd70a4dae92 | |
| # | |
| # Adapted by Xumeiquer | |
| # | |
| # Version: 1.0 | |
| # Version: 1.1 |
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
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # Linux/arm 6.6.0-rc3 Kernel Configuration | |
| # | |
| CONFIG_CC_VERSION_TEXT="arm-linux-gnueabihf-gcc (Debian 12.2.0-14) 12.2.0" | |
| CONFIG_CC_IS_GCC=y | |
| CONFIG_GCC_VERSION=120200 | |
| CONFIG_CLANG_VERSION=0 | |
| CONFIG_AS_IS_GNU=y | |
| CONFIG_AS_VERSION=24000 |
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 | |
| WINE_GIT_URL="https://gitlab.winehq.org/wine/wine.git" | |
| STAGING_GIT_URL="https://github.com/wine-staging/wine-staging.git" | |
| BUILD_DIR="$(pwd)/wine_staging_macos_build" | |
| echo "** Wine build files will be saved to \`$BUILD_DIR\` **" | |
| mkdir -p "$BUILD_DIR/wine64-build" |
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/env python3 | |
| from bs4 import BeautifulSoup | |
| from readability import Document | |
| import click | |
| from click import echo | |
| import requests | |
| import slugify | |
| import os |
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
| # Place in /usr/share/alsa/ucm2/conf.d/acpd7219m98357/HiFi.conf | |
| SectionVerb { | |
| Value { | |
| FullySpecifiedUCM "1" | |
| } | |
| EnableSequence [ | |
| cdev "hw:acpd7219m98357" | |
| cset "name='Playback Digital Volume' 111" |