网上一番搜寻过后记录一下步骤
安装:
git clone https://github.com/rofl0r/proxychains-ngcd proxychains-ng./configuremakesudo make installsudo make install-config
最后要修改/usr/local/etc/proxychains.conf
sudo gedit /usr/local/etc/proxychains.conf
将最后一行
socks4127.0.0.1 9050
修改为
socks5127.0.0.1 1080
使用:
在指令前加proxychains4
注:在./configure时可能会遇到的坑
若有以下提示:
checking whether we have GNU-style getservbyname_r() ... no
checking whether we have pipe2() and O_CLOEXEC ... no
checking whether $CC defines __APPLE__ ... ./configure: 32: ./configure: cc: not found
no
checking whether $CC defines __FreeBSD__ ... ./configure: 32: ./configure: cc: not found
no
checking whether $CC defines __OpenBSD__ ... ./configure: 32: ./configure: cc: not found
no
checking whether $CC defines __sun ... ./configure: 32: ./configure: cc: not found
no
checking whether we can use -Wl,--no-as-needed ... no
checking what's the option to use in linker to set library name ...
cannot find an option to set library name
这是因为缺少gcc编译器
安装gcc即可
sudo apt install gcc
【ubuntu|ubuntu终端走代理】然后再 ./configure 即可
推荐阅读
- 废材自救记录|虚拟机-无法安装vmware tools的解决方法
- Ubuntu|Ubuntu 3D桌面
- 问题解决(Ubuntu和Windows系统的时间不同步)
- vmware12虚拟机 以及苹果系统、乌班图和红帽 百度网盘下载连接
- 服务器|Mysql开启关闭
- Linux系统管理|ubuntu软件包管理命令的详细用法
- QML|如何在QML应用中实现一个Splash画面
- QML|如何在QML应用中启动Scope
- Android|android8.0源码下载
- 浏览器截图