1、《[debian_ubuntu 配置 sock/socks5h/http/https 代理](https://www.cnblogs.com/yucloud/p/ubuntu_set_proxy.html)》 2、《[记一次 Visual Studio 启动 WSL 远程调试的方法](https://www.cnblogs.com/ACDIV/p/17369166.html)》 3、《[[VS Code] 附加到 Docker 容器中调试 .NET 程序](https://w...
1、《[debian_ubuntu 配置 sock/socks5h/http/https 代理](https://www.cnblogs.com/yucloud/p/ubuntu_set_proxy.html)》 2、《[记一次 Visual Studio 启动 WSL 远程调试的方法](https://www.cnblogs.com/ACDIV/p/17369166.html)》 3、《[[VS Code] 附加到 Docker 容器中调试 .NET 程序](https://w...
autoProxy*booleantrue強制 WSL 使用 Windows 的 HTTP Proxy 資訊 defaultVhdSizesize1099511627776(1TB)設定儲存 Linux 發行版 (例如 Ubuntu) 檔案系統的虛擬硬碟 (VHD) 大小。 可用來限制允許散發檔系統佔用的大小上限。 具有path值的項目必須是具有逸出反斜線的 Windows 路徑,例如:C:\\Temp\\myCustomKernel ...
autoProxy*booleantrue強制 WSL 使用 Windows 的 HTTP Proxy 資訊 defaultVhdSizesize1099511627776(1TB)設定儲存 Linux 發行版 (例如 Ubuntu) 檔案系統的虛擬硬碟 (VHD) 大小。 可用來限制允許散發檔系統佔用的大小上限。 具有path值的項目必須是具有逸出反斜線的 Windows 路徑,例如:C:\\Temp\\myCustomKernel ...
git config --global --unset http.proxy git config --global --unset https.proxy } test_setting(){ echo "Host ip:" ${hostip} echo "WSL ip:" ${wslip} echo "Current proxy:" $https_proxy } if [ "$1" = "set" ] then set_proxy ...
或者添加如下,需要代理的时候输入setss即可设置代理,取消代理就unsetss,或者新开一个窗口。 下面第二条的长命令你好像得根据情况删掉一部分。 exporthostip=$(cat/etc/resolv.conf|grep-oP'(?<=nameserver\ ).*')alias setss='export https_proxy="http://${hostip}:7890";export http_proxy="http://${...
alias sethttproxy="export http_proxy=http://192.168.2.198:7890" alias unsethttproxy="unset http_proxy" 1. 2. 3. 4. 保存关闭后 source ~/.zshrc 1. 当需要http走代理时, sethttproxy 1. 当需要关闭http代理时, unsethttproxy 1. 参考文档:在 Windows Server 上安装 Linux...
unset http_proxy unset HTTP_PROXY unset https_proxy unset HTTPS_PROXY } test_setting(){echo"Host ip:"${hostip}echo"WSL ip:"${wslip}echo"Current proxy:"$https_proxy }if["$1"="set"]thenset_proxyelif["$1"="unset"]thenunset_proxyelif["$1"="test"]thentest_settingelseecho"Unsupported...
On machines running Windows 11 22H2 and higher, setting autoProxy=true under [wsl2] in the .wslconfig file enforces WSL to use Windows' HTTP proxy information. If you have a proxy already set up in Windows, enabling this feature will make that proxy be set automatically in WSL as well...
<=nameserver\ ).*') alias setp='export https_proxy="http://${hostip}:10811"; \ expor...