Skip to content

Instantly share code, notes, and snippets.

View PIPIPIG233666's full-sized avatar
🐖
Michigan Engineering

Pig PIPIPIG233666

🐖
Michigan Engineering
View GitHub Profile
//
// main.cpp
// MAPLESEED
//
// Created by Michael Rivera on 3/7/24.
I (27) boot: ESP-IDF v5.5 2nd stage bootloader
I (27) boot: compile time Jul 29 2025 14:01:26
I (27) boot: Multicore bootloader
I (28) boot: chip revision: v0.2
I (30) boot: efuse block revision: v1.3
I (33) boot.esp32s3: Boot SPI Speed : 40MHz
I (37) boot.esp32s3: SPI Mode : DIO
I (41) boot.esp32s3: SPI Flash Size : 16MB
I (45) boot: Enabling RNG early entropy source...
I (49) boot: Partition Table:
#!/usr/bin/env python3
import argparse
import glob
import os
import tarfile
from multiprocessing import cpu_count, Pool
from tqdm import tqdm

!!!! WARNING !!!! -> This Article is for "Gentoo" or Gentoo-based linux users only.. -> Follow this article carefully otherwise u may break ur system completely, resulting in reinstallation of Gentoo

NOTE!! >>> ->This article will be updated always -> Using clang instead of gcc isn't recommended but u can use clang if u follow this guide fully -> Some packages fail with gcc and need clang to compile even if u don't need clang and vice versa (some packages even fail with clang)

Read Carefully -->>

_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
OpenWrt 24.10.0-rc2, r28161-ea17e958b9
-----------------------------------------------------
root@Skibidi-Toilet:~# sh <(wget -O - https://raw.githubusercontent.com/cyyself/wg-bench/master/openwrt-benchmark.sh)
Downloading 'https://raw.githubusercontent.com/cyyself/wg-bench/master/openwrt-benchmark.sh'
@PIPIPIG233666
PIPIPIG233666 / gist:2cc2466e1d15deb1a8e8a1ae9336c20c
Last active December 30, 2024 03:10
mr7500 boot log take 1
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x51af8014]
[ 0.000000] Linux version 6.6.67 (pppig@Gentoo) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 13.3.0 r28442+5-e6ce868c3a) 13.3.0, GNU ld (GNU Binutils) 2.42) #0 SMP Mon Dec 30 02:46:51 2024
[ 0.000000] Machine model: Linksys MR7500
[ 0.000000] OF: reserved mem: 0x0000000000060000..0x0000000000065fff (24 KiB) nomap non-reusable memory@60000
[ 0.000000] OF: reserved mem: 0x0000000040000000..0x0000000040ffffff (16384 KiB) nomap non-reusable memory@40000000
[ 0.000000] OF: reserved mem: 0x000000004a100000..0x000000004a4fffff (4096 KiB) nomap non-reusable bootloader@4a100000
[ 0.000000] OF: reserved mem: 0x000000004a600000..0x000000004a9fffff (4096 KiB) nomap non-reusable memory@4a600000
[ 0.000000] OF: reserved mem: 0x000000004aa00000..0x000000004aafffff (1024 KiB) nomap non-reusable memory@4aa00000
[ 0.000000] OF: reserved mem: 0x000000004ab00000..0x000000004e1fffff (56320 KiB) nomap non-reusable memory@4ab00000
[ 0.
@PIPIPIG233666
PIPIPIG233666 / dawn
Created October 9, 2024 22:08
DAWN configs for OpenWRT
config local
option loglevel '0'
config network
option broadcast_ip '10.0.0.255'
option broadcast_port '1025'
option tcp_port '1026'
option network_option '2'
option shared_key 'Niiiiiiiiiiiiick'
option iv 'Niiiiiiiiiiiiick'
@@||*.lrepacks.net^$important
@PIPIPIG233666
PIPIPIG233666 / unblock.txt
Last active September 23, 2024 17:38
byx
@@||*.draftkings.com^$important
@@||*.fandual.com^$important
@@||*.betmgm.com^$important
@@||*.fanatics.com^$important
@@||*.goldennuggetcasino.com^$important
@@||*.goldennugget.com^$important
@@||*.espnbet.com^$important
$filesToRemove = ".\platform-tools-latest-windows.zip", ".\platform-tools"
foreach ($fileToRemove in $filesToRemove) {
If (Test-Path $fileToRemove) {
Remove-Item -Force -Recurse $fileToRemove
}
}
wget https://dl.google.com/android/repository/platform-tools-latest-windows.zip
Get-ChildItem platform-tools-latest-windows.zip | Expand-Archive -DestinationPath .\ -Force