运维实用技巧
文章目录
【注意】最后更新于 February 2, 2020,文中内容可能已过时,请谨慎使用。
env环境变量取消
ALL_PROXY
unset all_proxy && unset ALL_PROXY
http static tool
python2
python -m SimpleHTTPServer 8000
python3
python3 -m http.server 8000
showme static
|
|
rust https://github.com/brson/basic-http-server
|
|