Skip to content

Instantly share code, notes, and snippets.

View aanwark's full-sized avatar
🎯
perseverantia super omnia

Ali Anwar aanwark

🎯
perseverantia super omnia
View GitHub Profile
# use polipo to connect to ss server locally, and support polipo listen under 8123.
git config --global http.proxy http://127.0.0.1:8123
HTTP_PROXY=http://127.0.0.1:8123 go get X
git config --global --unset http.proxy
# Encap this to override the issue because fucking GFW block google sites...
@aanwark
aanwark / Shadowsocks_With_V2Ray.md
Created February 26, 2019 02:41
Install Shadowsocks With V2Ray Manually

Installing Packages

sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get dist-upgrade -y && sudo apt-get autoremove -y && sudo apt-get clean && sudo apt-get install build-essential haveged -y
sudo apt-get install linux-headers-$(uname -r)
sudo apt-get install curl -y
sudo apt-get install shadowsocks-libev -y
sudo apt-get install cron -y
sudo apt-get install screen -y

Install V2Ray

@aanwark
aanwark / how_to_set_up_ssh_keys.md
Created February 27, 2019 04:58 — forked from stormpython/how_to_set_up_ssh_keys.md
Setting up ssh keys for remote server access

How to Set up SSH Keys

Create the RSA Key Pair

ssh-keygen -t rsa

Store the Keys and Passphrase

Once you have entered the Gen Key command, you will get a few more questions: