Skip to content

Instantly share code, notes, and snippets.

View liuguangw's full-sized avatar

流光 liuguangw

View GitHub Profile
@Forgo7ten
Forgo7ten / register010Editor.py
Last active February 17, 2025 13:10
010Editor编辑器注册机,适用于Version: 12.0.1
# coding=utf-8
# @File : register010Editor.py
# @Desc : 010Editor编辑器注册机,适用版本Version: 12.0.1
# @Author : Forgo7ten
# @Time : 2021/11/21
import random
import sys
import time
@y0ngb1n
y0ngb1n / docker-registry-mirrors.md
Last active April 30, 2025 01:35
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized
@chenshengzhi
chenshengzhi / git_ssh_proxy.md
Last active April 23, 2025 01:03
git ssh 代理设置

仅为 GitHub 设置代理

git 代理

设置 git config --global http.https://github.com.proxy socks5://127.0.0.1:1086
设置完成后, ~/.gitconfig 文件中会增加以下条目:

[http "https://github.com"]
    proxy = socks5://127.0.0.1:1086