Skip to content

Instantly share code, notes, and snippets.

View Cojad's full-sized avatar
🤣
Hacking for blockchain

Jason Chiang Cojad

🤣
Hacking for blockchain
View GitHub Profile
@shiritrong
shiritrong / gist:07a4bb11497a3fda75acc8b0a49fbf3e
Created January 17, 2017 11:58
Windows 10 Phone Activation MAK-RETAIL Keys
Windows 10 Phone Activation MAK-RETAIL Keys
#Windows 10 MAK Keys capable to activate both Volume License & Retail Edition.#
===========================================
Win 10 RTM Pro Volume:MAK
Product Key(s)---------------------------------Remaining Activation Counts
Win 10 PRO Retail & VL Digital Entitlement Activation see the link:https://tinyurl.com/jywql26
Not available right now.!
*******************************************
Win 10 RTM Pro Retail
slmgr.vbs -ipk D9W3G-NR2D7-6W3RK-WDD4J-7FR9G
@andygock
andygock / Windows 10 Tips.md
Last active May 6, 2024 07:03
Windows 10, remove bloatware and fix privacy issues. My personal notes for fresh installing Windows 10.
aws ec2 get-console-screenshot --instance-id ID --query "ImageData" --output text > f; cat f | base64 -D > screen.jpg
@wen-long
wen-long / ss-redir 透明代理.md
Last active March 18, 2024 12:13
ss-redir 透明代理.md

##ss-redir 的 iptables 配置(透明代理)

透明代理指对客户端透明,客户端不需要进行任何设置就使用了网管设置的代理规则

创建 /etc/ss-redir.json 本地监听 7777 运行ss-redir -v -c /etc/ss-redir.json

iptables -t nat -N SHADOWSOCKS
# 在 nat 表中创建新链
iptables -t nat -A SHADOWSOCKS -p tcp --dport 23596 -j RETURN
# 23596 是 ss 代理服务器的端口,即远程 shadowsocks 服务器提供服务的端口,如果你有多个 ip 可用,但端口一致,就设置这个