commit by magit in emacs@2018-04-06 10:43:34

This commit is contained in:
guobao.jiang 2018-04-06 10:43:34 +08:00
parent e2b1f644ab
commit 6dad8c4b95
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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