Skip to content

Instantly share code, notes, and snippets.

View Aceralon's full-sized avatar

Joseph Gu Aceralon

View GitHub Profile
@Aceralon
Aceralon / .. MediaCreationTool.bat ..md
Created October 5, 2021 01:53 — forked from AveYo/.. MediaCreationTool.bat ..md
Universal MediaCreationTool wrapper for all MCT Windows 10 versions from 1507 to 21H1 with business (Enterprise) edition support

Not just an Universal MediaCreationTool wrapper script with ingenious support for business editions,
Preview
A powerful yet simple windows 10 / 11 deployment automation tool as well!

configure via set vars, commandline parameters or rename script like iso 21H2 Pro MediaCreationTool.bat
recommended windows setup options with the least amount of issues on upgrades already set
awesome keyboard focus dialogs to pick windows version and enhanced preset action

Auto Setup for upgrading directly with the auto-detected Edition, Language, Architecture *
- can troubleshoot auto setup failing by adding no_update to script name

@Aceralon
Aceralon / hardLink.sh
Last active April 16, 2022 10:55
Auto hard link for pt
@Aceralon
Aceralon / README.md
Last active December 22, 2020 14:26 — forked from icyleaf/README.md
Cloudflare DDNS 更新脚本 for Openwrt/Lede

Cloudflare DDNS 更新脚本 for Openwrt/Lede

依赖

  • ddns-script
  • curl

教程

如果你安装 ddns-script 在添加到供应商看到了 cloudflare 那就不需要本脚本了,如果没有看到那么接着往下看。

@Aceralon
Aceralon / extract_tampermonkey_script.py
Created August 1, 2020 05:12
Modified version to work on python3 using WSL for Windows(and Edge) user. Modified from https://gist.github.com/derjanb/9f6c10168e63c3dc3cf0
#!/usr/bin/env python
# Linux usage: ./extract_tampermonkey_script.py "/home/<USER>/.config/<BROWSER>/Default/Local Extension Settings/<EXTENSION_ID>"
# i.e.: ./extract_tampermonkey_script.py "/home/foo/.config/google-chrome-beta/Default/Local Extension Settings/gcalenpjmijncebpfijmoaglllgpjagf"
# Mac usage: ./extract_tampermonkey_script.py "/Users/<USER>/Library/Application Support/Google/Chrome/Default/Local Extension Settings/<EXTENSION_ID>/"
# i.e.: ./extract_tampermonkey_script.py "/Users/foo/Library/Application Support/Google/Chrome/Default/Local Extension Settings/dhdgffkkebhmkfjojejmpbldmpobfkfo/"
#Windows usage: ./extract_tampermonkey_script.py "/mnt/c/<USER>/AppData/Local/Google/Chrome/Default/Local Extension Settings/<EXTENSION_ID>/"
# i.e.: ./extract_tampermonkey_script.py "/mnt/c/<USER>/AppData/Local/Google/Chrome/Default/Local Extension Settings/dhdgffkkebhmkfjojejmpbldmpobfkfo/"
# For Microsoft edge replace /Google/Chrome with /Microsoft/Edge/User Data