Skip to content

Instantly share code, notes, and snippets.

View ja7ad's full-sized avatar
:accessibility:
For freedom, for humanity, for peace.

Javad Rajabzadeh ja7ad

:accessibility:
For freedom, for humanity, for peace.
View GitHub Profile
@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