From 6dad8c4b955cc42824b874308843f459c8159e82 Mon Sep 17 00:00:00 2001 From: "guobao.jiang" Date: Fri, 6 Apr 2018 10:43:34 +0800 Subject: [PATCH] commit by magit in emacs@2018-04-06 10:43:34 --- shadowsocks/install.sh | 6 ++++++ ubuntu/sw-install.sh | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/shadowsocks/install.sh b/shadowsocks/install.sh index 7b79551..73d2007 100644 --- a/shadowsocks/install.sh +++ b/shadowsocks/install.sh @@ -2,3 +2,9 @@ sudo apt-get install python-pip sudo pip install shadowsocks + + +sudo ssserver -p 443 -k password -m aes-256-cfb --user nobody -d start +https://pypi.python.org/packages/02/1e/e3a5135255d06813aca6631da31768d44f63692480af3a1621818008eb4a/shadowsocks-2.8.2.tar.gz +sudo ./server.py -p PORT -k PASSWORD -m aes-256-cfb --user nobody -d start +#md5=65dc9b47fbf7534576fad2145a340982 diff --git a/ubuntu/sw-install.sh b/ubuntu/sw-install.sh index 7df65ca..ffc637a 100755 --- a/ubuntu/sw-install.sh +++ b/ubuntu/sw-install.sh @@ -22,7 +22,8 @@ libncurses-dev # 安装oh-my-zsh sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" -sudo apt-get install screen +# 下面为 VPS 基本安装软件 +sudo apt-get install -y git vim screen zsh # sudo apt-get install -y texlive-full # sudo apt-get install -y clisp