Skip to content

Instantly share code, notes, and snippets.

View P1N2O's full-sized avatar
💭
brainstorming

Manuel Pinto P1N2O

💭
brainstorming
View GitHub Profile
@P1N2O
P1N2O / changelog
Last active March 2, 2020 23:40
Delta Kernel - Changelog
# Delt Kernel To-Do's
~ Might be Adding CPU Input Boost
~ Might be Adding Dev Freq. Boost
~ Might be Adding Dynamic Stune Boost
## Want something? Let me know in the Telegram Support Group ASAP!
----------
@P1N2O
P1N2O / `setup.md
Last active March 22, 2025 03:03
JS Dev Env Setup

JS Dev Env Setup

Interactive

curl -fsSL https://go.pinto.dev/set/env/js | sh

Manual Install

0. Update System

sudo apt update && sudo apt upgrade -y && sudo apt autoremove --purge -y
@P1N2O
P1N2O / config.md
Created June 3, 2022 16:48 — forked from eneajaho/config.md
Angular ESLint & Prettier Configuration

Install Angular ESLint

ng add @angular-eslint/schematics

Install Prettier and Prettier-ESLint dependencies

npm install prettier prettier-eslint eslint-config-prettier eslint-plugin-prettier --save-dev

ESLint configuration

Filename: .eslintrc.json

@P1N2O
P1N2O / kms.md
Last active October 18, 2024 12:01
KMS Activation

Windows 11

Professional: W269N-WFGWX-YVC9B-4J6C9-T83GX Enterprise: NPPR9-FWDCX-D2C8J-H872K-2YT43 More

slmgr /ipk NPPR9-FWDCX-D2C8J-H872K-2YT43
slmgr /skms <address-here>
slmgr /sprt 
@P1N2O
P1N2O / dnsmasq.conf
Created May 30, 2024 13:18
dnsmasq config
#port=5353
#strict-order
#no-resolv
server=1.1.1.1
server=/x.com/10.8.8.8
address=/localhost/127.0.0.1
address=/localhost.x.com/127.0.0.1
address=/test/127.0.0.1