Skip to content

Instantly share code, notes, and snippets.

@Ja7ad
Ja7ad / terminal run command with proxy
Last active December 4, 2020 15:24 — forked from ekiara/using-wget-with-socks-proxy
terminal run command with proxy
# This should work for everything includeing curl, pip, pipenv, etc
# TLDR: Use proxychains (https://github.com/haad/proxychains)
## INSTALL PROXY CHAINS ##
$ sudo apt update -y
$ sudo apt install proxychains
## EDIT PROXYCHAINS CONFIG ##
$ sudo nano /etc/proxychains.conf