企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
netstat -ntlp 列出所有端口 ssserver -c /etc/shadowsocks.json sudo ssserver -p 443 -k xiaomin1483 -m aes-256-cfb --user nobody -d start sudo ssserver -d stop export https_proxy=socks5://127.0.0.1:1080 ssserver -c /etc/shadowsocks.json -d start ssserver -c /etc/shadowsocks.json -d stop git config --global http.https://github.com.proxy https://127.0.0.1:1080 git config --global https.https://github.com.proxy https://127.0.0.1:1080 git config --global --unset http.https://github.com.proxy git config --global --unset https.https://github.com.proxy