Skip to content

Instantly share code, notes, and snippets.

View armink's full-sized avatar

朱天龙 (Armink) armink

View GitHub Profile
@jingmian
jingmian / ShadowSocks.sh
Last active January 9, 2023 05:27
Ubuntu下安装ShadowSocks客户端
sudo apt-get update
sudo apt-get install python-pip
sudo apt-get install python-setuptools m2crypto
pip install shadowsocks
如果是ubuntu16.04 直接 (16.04 里可以直接用apt 而不用 apt-get 这是一项改进)
sudo apt install shadowsocks
nohup sslocal -c /opt/trainee/shadowsocks.json &
@ufologist
ufologist / Base File.sublime-settings
Created May 16, 2013 09:14
Sublime Text User Preferences -- Eclipse shortcuts for Sublime Text
{
"alignment_chars" : ["=", ":"]
}