Skip to content

Instantly share code, notes, and snippets.

View fengyelingdu's full-sized avatar
💭
I may be slow to respond.

fengyelingdu

💭
I may be slow to respond.
View GitHub Profile
@faysou
faysou / Nautilus_Install_2.md
Last active July 11, 2025 09:00
Install nautilus_trader dev env from scratch, using pyenv and uv
curl https://sh.rustup.rs -sSf | bash -s -- -y
source ~/.cargo/env

curl -LsSf https://astral.sh/uv/install.sh | sh
brew install pre-commit pyenv pyenv-virtualenv

# Note: poetry is not necessary anymore for nautilus
# curl -sSL https://install.python-poetry.org/ | python3 - #--uninstall
# poetry self update 1.8
@faysou
faysou / Nautilus_Install.md
Last active June 25, 2025 00:08
Install nautilus_trader dev env from scratch using uv only
curl https://sh.rustup.rs -sSf | bash -s -- -y
source ~/.cargo/env

curl -LsSf https://astral.sh/uv/install.sh | sh
source ~/.zshrc

NAUTILUS_DIR=~/Developer/nautilus
mkdir -p $NAUTILUS_DIR
cd $NAUTILUS_DIR
@RisingInIris2017
RisingInIris2017 / Proxifier_SSR-V2rayN.md
Last active April 4, 2024 14:39
Proxifier+SSR/V2rayN代理软件教程

写在前面

现在很多人都有魔法上网手段,常用的魔法上网工具有 SSR 和 V2rayN 两种。

这两种工具已经相当强大,能够使我们坐地日行八万里,访问我们喜爱的网站。

但是这两种工具也有美中不足之处:似乎它们只支持浏览器访问网页时走代理,

而对于除了浏览器以外的应用程序,就并没有通过代理,导致一些被墙的软件不能很好地使用。