linux 设置 http 和 https代理办法
export https_proxy="http://11.1.0.3:10809"
export http_proxy="http://11.1.0.3:10809"
export no_proxy="localhost,127.0.0.1,192.168.1.0/24,.example.com"
shell5 可以将一个键盘输入发送到所有的ssh终端
记录一些技术资料等等
export https_proxy="http://11.1.0.3:10809"
export http_proxy="http://11.1.0.3:10809"
export no_proxy="localhost,127.0.0.1,192.168.1.0/24,.example.com"
shell5 可以将一个键盘输入发送到所有的ssh终端