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
| New Solutions: | |
| NEW AP5881 | |
| WiFi 6/6E + BT 5.2 802.11ax/ac/a/b/g/n@ SiP Module, 1T1R | |
| NEW WNFQ-269AX(BT) | |
| WiFi 6/6E + BT 5.2 802.11ax/ac/a/b/g/n @ M.2 2230 (E KEY), 2T2R | |
| NEW WPEQ-268AXI(BT) | |
| WiFi 6/6E + BT 5.2 802.11ax/ac/a/b/g/n @ Half Size MPCIe, 2T2R | |
| NEW WNFQ-268AXI(BT) | |
| WiFi 6/6E + BT 5.2 802.11ax/ac/a/b/g/n @ M.2 2230 (E KEY), 2T2R |
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 | |
| #Copyright 2023 - genr8eofl @IRC/gentoo | |
| # github-beautiful.py - fetch GitHub repo "Description" (for many links at once) | |
| # Makes 1 HTTPS connection per line, retreives the HTML page and parses it for <Title> | |
| import requests | |
| from requests import ReadTimeout, ConnectTimeout, HTTPError, Timeout, ConnectionError | |
| from bs4 import BeautifulSoup | |
| import sys | |
| urlprefix="https://github.com/" |
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 | |
| # Copyright 2023 genr8eofl @IRC/gentoo | |
| # Fetch Github Repo Descriptions. Pre-reqs: bash / jq / (curl || gh) | |
| while read REPO; do | |
| #REPO="torvalds/linux" #test | |
| API="https://api.github.com/" | |
| #DESC=$(curl -s "${API}/repos/${REPO}" | jq '.description') # rate limited | |
| DESC=$(gh api "/repos/${REPO}" | jq '.description') # need GITHUB_TOKEN | |
| GH="https://github.com/" | |
| echo "${GH}${REPO} - ${DESC}" |
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
| 01micko/fortune | |
| GitHub - 01micko/fortune: a simple cgi script to show your fortune | |
| 0x192/universal-android-debloater | |
| GitHub - 0x192/universal-android-debloater: Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device. | |
| 0xC0ncord/concord-overlay | |
| GitHub - 0xC0ncord/concord-overlay: The personal overlay of 0xC0ncord that contains experimental and potentially unstable packages. | |
| 0xC0ncord/concord-selinux-overlay | |
| GitHub - 0xC0ncord/concord-selinux-overlay: Gentoo overlay providing additional SELinux policy modules not yet upstreamed into Portage | |
| 0xC0ncord/hardened-refpolicy | |
| GitHub - 0xC0ncord/hardened-refpolicy: Reference policy implementation for Gentoo |
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 bash | |
| # | |
| # Shamelessly "borrowed" from Arch to make Gentoo development in chroots easier; | |
| # Thanks for doing all of the hard work! -@Kangie, 2022 | |
| # subsequently modified by @genr8eofl, 2023 | |
| # | |
| # | |
| # Options: | |
| # -d | --debug | |
| # -f | --no-bind-distfiles | NO_MOUNT_DISTFILES |
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
| # Directories I don't want and have no use for (under /usr/src/linux tree) | |
| #These dirs should be dealt with in the following way: | |
| # foreach loop | |
| # rename the Kconfig file in the dir to .bak | |
| # mv $1Kconfig{,.bak} | |
| # rewrite it as a blank file so it will dead-end safely. | |
| # touch $1Kconfig | |
| # Do NOT use this list before reading/checking for things you use first. | |
| drivers/accessibility/ |
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
| #These are the only directories I need under /usr/src/linux tree. | |
| #These files should be kept, everything else can get lost. | |
| arch/Kconfig | |
| arch/x86/events/Kconfig | |
| arch/x86/Kconfig | |
| arch/x86/Kconfig.assembler | |
| arch/x86/Kconfig.cpu | |
| arch/x86/Kconfig.debug | |
| arch/x86/kvm/Kconfig | |
| arch/x86/xen/Kconfig |
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 master file is located @ /usr/share/portage/config/make.globals | |
| #genr8eofl has known and loved many make.conf scripts but this one is mine forever. (C) 2021 & 2022. | |
| #COMMON_FLAGS="-O2 -pipe -march=native" #(cpu arch=zen is more descriptive) | |
| COMMON_FLAGS="-march=znver3 -mshstk -fdiagnostics-color=always -O2 -pipe" | |
| CFLAGS="${COMMON_FLAGS}" | |
| CXXFLAGS="${COMMON_FLAGS} -D_GLIBCXX_ASSERTIONS" | |
| FCFLAGS="${COMMON_FLAGS}" | |
| FFLAGS="${COMMON_FLAGS}" | |
| CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" |
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
| default/linux/amd64/17.1: xattr split-usr crypt ipv6 ncurses nls pam readline ssl zlib fortran openmp seccomp cli pcre dri iconv libtirpc multilib bzip2 acl gdbm nptl unicode | |
| default/linux/amd64/17.1/selinux: xattr split-usr crypt ipv6 ncurses nls pam readline ssl zlib fortran openmp seccomp cli pcre dri iconv libtirpc multilib bzip2 acl gdbm nptl unicode selinux | |
| default/linux/amd64/17.1/hardened: xattr split-usr crypt ipv6 ncurses nls pam readline ssl zlib openmp seccomp pcre iconv libtirpc multilib bzip2 acl nptl unicode hardened pic xtpax -jit -orc -ptpax -berkdb -gdbm -fortran -cli | |
| -dri | |
| default/linux/amd64/17.1/hardened/selinux: xattr split-usr crypt ipv6 ncurses nls pam readline ssl zlib openmp seccomp pcre iconv libtirpc multilib bzip2 acl nptl unicode hardened pic xtpax -jit -orc -ptpax -berkdb -gdbm | |
| -fortran -cli -dri selinux |
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
| abrt_dbus_chat | |
| abrt_domtrans | |
| abrt_domtrans_helper | |
| abrt_exec | |
| abrt_manage_cache | |
| abrt_manage_pid_files | |
| abrt_manage_runtime_files | |
| abrt_read_config | |
| abrt_read_log | |
| abrt_read_pid_files |