shell proxy via proxychains-ng
Introduce Usually when we use GNU/Linux we visit some external websites, and in many cases the relevant content is downloaded through a shell, such as git,wget,etc. At this point we need to speed up access by setting up a proxy .proxychains-ng is very simple and convenient. Although we can enable the current shell agent via export export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0. …