写在前面
现在很多人都有魔法上网手段,常用的魔法上网工具有 SSR 和 V2rayN 两种。
这两种工具已经相当强大,能够使我们坐地日行八万里,访问我们喜爱的网站。
但是这两种工具也有美中不足之处:似乎它们只支持浏览器访问网页时走代理,
而对于除了浏览器以外的应用程序,就并没有通过代理,导致一些被墙的软件不能很好地使用。
Serial Keys: | |
FU512-2DG1H-M85QZ-U7Z5T-PY8ZD | |
CU3MA-2LG1N-48EGQ-9GNGZ-QG0UD | |
GV7N2-DQZ00-4897Y-27ZNX-NV0TD | |
YZ718-4REEQ-08DHQ-JNYQC-ZQRD0 | |
GZ3N0-6CX0L-H80UP-FPM59-NKAD4 | |
YY31H-6EYEJ-480VZ-VXXZC-QF2E0 | |
ZG51K-25FE1-H81ZP-95XGT-WV2C0 | |
VG30H-2AX11-H88FQ-CQXGZ-M6AY4 |
git config --global https.proxy http://127.0.0.1:1080 | |
git config --global https.proxy https://127.0.0.1:1080 | |
git config --global --unset http.proxy | |
git config --global --unset https.proxy | |
npm config delete proxy |
写在前面
现在很多人都有魔法上网手段,常用的魔法上网工具有 SSR 和 V2rayN 两种。
这两种工具已经相当强大,能够使我们坐地日行八万里,访问我们喜爱的网站。
但是这两种工具也有美中不足之处:似乎它们只支持浏览器访问网页时走代理,
而对于除了浏览器以外的应用程序,就并没有通过代理,导致一些被墙的软件不能很好地使用。
ATTENTION: According to YouTube's announcement, this script will soon become invalid.
Developers: If you’re using the YouTube API for dislikes, you will no longer have access to public dislike data beginning on December 13th ref: https://support.google.com/youtube/thread/134791097/update-to-youtube-dislike-counts?hl=en
git clone https://github.com/owner/git.git
git clone [email protected]:owner/git.git
This script requires a userscript manager like Greasemonkey or Tampermonkey.
Click "Raw" to install.
A non-exhaustive list of WebGL and WebGPU frameworks and libraries. It is mostly for learning purposes as some of the libraries listed are wip/outdated/not maintained anymore.
#!/usr/bin/env bash | |
# This simple bash script is aimed at excluding some development specific directories. | |
# | |
# In this configuration it will instruct Time Machine to exclude directories named: | |
# - env | |
# - node_modules | |
# - vendor | |
# - venv | |
# |
环境: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) |