Skip to content

Instantly share code, notes, and snippets.

@deyixtan
deyixtan / sublime_text_patch.md
Last active July 26, 2024 10:35
Sublime Text Patching Guide

Automated Patching

Download slt.py python script (supports multiple build) from this repository.

Usage

python slt.py <"sublime_text file path">


Manual Patching

@AkdM
AkdM / Edit_Repack_ISO_tutorial.md
Last active April 19, 2025 05:03
Edit and repack .iso bootable image

On Linux

Installing mkisofs

apt-get install mkisofs

Editing ISO image

mkdir /tmp/custom_iso

<?php
class AWSV4 {
private $accessKeyID = null;
private $secretAccessKey = null;
private $regionName = null;
private $serviceName = null;
private $httpMethodName = null;
private $canonicalURI = "/";
#!/bin/bash
set -e -u
export LANG=C
app_name=${0##*/}
arch=$(uname -m)
pkg_list=""
run_cmd=""