sudo apt-get install proxychains
vim /etc/proxychains.conf
修改最后一行,并保存
socks5 127.0.0.1 1080
或者http 127.0.0.1 1080
proxychains curl xxxx
proxychains wget xxxx
proxychains git clone xxxx
sudo proxychains apt-get xxxx
sudo apt-get install proxychains
vim /etc/proxychains.conf
修改最后一行,并保存
socks5 127.0.0.1 1080
或者http 127.0.0.1 1080
proxychains curl xxxx
proxychains wget xxxx
proxychains git clone xxxx
sudo proxychains apt-get xxxx