Skip to content

Instantly share code, notes, and snippets.

View Kamwing1992's full-sized avatar

Kamwing Kamwing1992

  • 14:40 (UTC +08:00)
View GitHub Profile
@Kamwing1992
Kamwing1992 / win-ss
Created May 14, 2023 12:07 — forked from dreamlu/win-ss
windows终端翻墙,简易方式
环境:shadowsocks、windows
本地ss端口设置(这里1080)
cmd命令行:(不用socks5)(临时设置)(也可放置环境变量)
set http_proxy=http://127.0.0.1:1080
set https_proxy=http://127.0.0.1:1080
ps:一定要用cmd命令行,千万别用powershell !!!
简易测试命令:curl https://www.google.com(别用ping)
@Kamwing1992
Kamwing1992 / gist:c862ec5598aa499f2ba6db2e88b3e0aa
Created February 26, 2022 02:43 — forked from fonsecas72/gist:0ef04265a3d0c5822e5d441b8d2de1f8
Installing polipo on ubuntu 20.04 20.10
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/polipo/polipo_1.1.1-8_amd64.deb
sudo dpkg -i polipo_1.1.1-8_amd64.deb