Skip to content

Instantly share code, notes, and snippets.

@starkayc
starkayc / Proxy Server to prevent Twitch Ads.md
Last active March 29, 2026 09:19
Proxy Server to prevent Twitch Ads

Proxy Server to prevent Twitch Ads

Hello! This will teach you how to create a V1 & V2 Proxy for TTV LOL PRO or the likes of it. This guide assumes you already have a VPS instance setup already.

V1 Setup

  1. Download Luminous TTV by right clicking on the link that correlates to your system and clicking 'Copy link address'
@starkayc
starkayc / Resizing Proxmox LVM.MD
Last active March 29, 2026 09:19
Resizing Proxmox LVM

Resizing Proxmox LVM

  1. Head to VM > Hardware > Click Hard Disk > Disk Action > Resize and add the amount of storage you want added.
    resize

  2. Login into terminal and type sudo su and then type lsblk to view disk block. lsblk-pre

  3. Then type parted into the terminal.
    parted

@starkayc
starkayc / qmk_jsontoc_ctojson.MD
Created January 29, 2024 17:08
QMK command to convert from json to c and from c to json

JSON to C qmk json2c keymap.json -o keymap.c

C to JSON qmk c2json -kb studio/kb -km keymap -o keymap.json

@starkayc
starkayc / Resize Debian 12 without LVM.md
Last active March 22, 2024 15:18
Resize Debian 12 without LVM

Step 0.1: Check remaining disks available

df -h
Filesystem Size Used Avail Use% Mounted on
udev 77G 0 77G 0% /dev
tmpfs 16G 9.1M 16G 1% /run
/dev/sda1 970G 552G 418G 57% /
tmpfs 77G 228K 77G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 77G 0 77G 0% /sys/fs/cgroup
@starkayc
starkayc / pterodactyl-prune-activity-log-db.md
Created April 23, 2024 23:55
Pterodactyl Prune Activity Log DB

Pterodactyl Prune Activity Log DB

Backup Database

Backing up the database would take double the space. So whether you want to backup the database is up to you.

mysqldump -u root -p --opt panel > /var/www/pterodactyl/panel.sql

Prune Database

Enter the SQL terminal and login.

mysql -u root
@starkayc
starkayc / esign-servers.txt
Created June 6, 2024 12:35
ESign Telemetry Servers
! Title: ESign Telemetry Servers
! Description: This is a blocklist to block ESign Telemetry Servers.
! "ocsp.yyyue.xyz" is for cert validity checking & "esign.yyyue.xyz" is what's contacted when you install an app. you can block it safely if you go into esign settings -> sign default config -> install address and change it to local.
||utoken.umeng.com^
||ulogs.umeng.com^
||ulogs.umengcloud.com^
||ios.bugly.qq.com^
@starkayc
starkayc / passthrough-harddrive-to-vm.md
Created June 27, 2024 17:15
Passthrough HDD/SDD to proxmox VM

Install lshw on PVE

1.1 Bring up terminal from PVE directly or via SSH or by using “Shell” from PVE web gui

1.2 Enter following command to install lshw

apt install lshw

Find Disk Product Name & Serial Number

2.1 Using following command

@starkayc
starkayc / H2M Client Setup with MW2CR Maps, DLC & Dedicated Server.md
Last active June 7, 2025 18:04
H2M Client Setup with MW2CR Maps, DLC & Dedicated Server

H2M Client Setup with MW2CR Maps, DLC & Dedicated Server

Getting Started

A step-by-step guide on setting up H2M client with MW2CR Maps, MWR DLC and a Dedicated Server for H2M-Mod. At the current point in time, the dedicated server can be run on Windows only. (Dedicated Server CPU compatibility is undergoing upgrades, as some older Xeon processors have issues with the MWR binary)

Installing the H2M-Mod Client

@starkayc
starkayc / Fix Back Up button is greyed out in iTunes.md
Created August 23, 2024 13:47
Fix "Back Up" button is greyed out in iTunes.

If you're using an app like iMazing it disables iTunes backups so you'll have to close it and then open command prompt as admin and type "%ProgramFiles%\iTunes\iTunes.exe" /setPrefInt DeviceBackupsDisabled 0.

@starkayc
starkayc / Duplicacy delete revisions from storage.md
Created September 1, 2024 08:10
Duplicacy delete revisions from storage

How to Prune/Delete Revisions in Duplicacy GUI

This will teach how to delete revisions in Duplicacy GUI for whatever storage you need. This is good if you accidentally did a backup with a folder you forgot to exclude and now a 500gb backup increased to a 600gb backup.

Create a new Schedule

  1. Click on the schedule tab in Duplicacy GUI.