linux install proxychains-ng

wget -O- https://gist.githubusercontent.com/ifduyue/dea03b4e139c5758ca114770027cf65c/raw/install-proxychains-ng.sh | sudo bash -s

Execute the above command, if it does not exist, go to github to see the script

https://gist.github.com/ifduyue/dea03b4e139c5758ca114770027cf65c

If there is a CC Make compilation error, please install gcc

yum -y install gcc gcc-c++ kernel-devel

Published 38 original articles · praised 17 · visits 8994

Guess you like

Origin blog.csdn.net/cainiao1412/article/details/105594876