对于上网速度一直都是很多互联网人的头疼话题,如果大家接触过wget,不妨来尝试下设置wget配置sock5代理,能够提升上网速度,下载能力超级强大, 感兴趣的小伙伴可以来尝试下哦~
第一步、ubuntu安装net-tools
oucanrong@zcwyou:~$ sudo apt install net-tools
CentOS/RHEL安装net-tools:
[root@centos7 ~]# yum -y install net-tools
检查连接代理服务器的连接情况:
oucanrong@zcwyou:~$ sudo netstat -lntp
检查代理服务器连接的情况
第二步、安装tsocks
oucanrong@zcwyou:~/newkernel$ sudo apt-get install tsocks
第三步、修改tsocks配置文件
oucanrong@zcwyou:~$ sudo vi /etc/tsocks.conf
第四步、wget结合tsocks连接目标服务器
oucanrong@zcwyou:~$ tsocks wget https://www.linuxrumen.com/wp-content/uploads/2018/12/brand.png
以上就是关于wget配置sock5代理的方式了,感兴趣的小伙伴不妨尝试哦~希望可以帮助到大家!
转载:https://blog.csdn.net/ipiohiuhn/article/details/114321391
查看评论