Skip to content

Instantly share code, notes, and snippets.

@Rapteon
Rapteon / kernel-configuration.md
Created January 18, 2026 07:10
Lenovo LOQ 15IAX9 Gentoo kernel configuration

Possible optimal kernel configuration

#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.18.5 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="x86_64-pc-linux-gnu-gcc (Gentoo 15.2.1_p20251122 p3) 15.2.1 20251122"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=150201
@Rapteon
Rapteon / raspbian-packages-list.md
Last active April 8, 2025 12:30
Raspbian packages for Air Synth development

Raspbian packages

Required

  1. build-essential
  2. cmake
  3. libgpiod-dev
  4. libi2c-dev
  5. git
  6. stk
@Rapteon
Rapteon / secondary-education-india-2022.ipynb
Created March 7, 2024 10:55
secondary-education-india-2022.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Rapteon
Rapteon / uninstall.md
Created May 20, 2023 06:14
Uninstalling OEM (pre-installed) apps from Android

Prerequisites

  1. Download Android Platform Tools
  2. Unzip the downloaded zip file.

Steps

  1. Enable USB debugging on your phone. For details on how to do this on your phone, see configure on-device developer options
  2. Connect your phone to the computer.
  3. You will see a prompt to allow/reject USB debugging from your computer. Click on Allow.
  4. Open a terminal/PowerShell prompt within the unzipped directory.
  5. Type the command ./adb devices. This will start the adb daemon and list any connected devices.