Install some software by command "apt-get"
./basic.sh # you need sudo authority./config.shremember to change your github email & username
git config --global user.email="[email protected]"
git config --global user.user="YourUserName"
./extra.sh
sudo apt-get install g++-7 # if failed, try g++-5 and change ./config/vim/.ycm_extra_conf.py where "c++/7" -> "c++/5", also change "-std=c++17" -> "-std=c++11"copy config/vim/.go_vimrc to ~/.vimrc
install vim>=8 with python3&timers enable
./bash/proxy_server.sh
# After installation
gq_server
ss_server./bash/proxy_client.sh
# After installation
gq_client
ss_clientRunning fix bash
./bash/shadowsocks_fix.sh- chsh -s /bin/zsh
- apt-get source
- tar zxvf (or any other command)
- cd
- ./configure --prefix /path/to/your/dir (there may be some other params)
- make && make install
- export LD_LIBRARY_PATH=/path/you/want:$LD_LIBRARY_PATH
- use http pip source(user)
- install necessary software(root)
- pip install --user
- find python*/site-packages/shadowsocks/crypto/openssl.py
- change libcrypto.EVP_CIPHER_CTX_cleanup -> libcrypto.EVP__CIPHER_CTX_reset
./configure --enable-shared --enable-optimizations --prefix=/usr/local/python3
make -j 4 && sudo make install./configure --with-features=huge --enable-python3interp --with-python3-config-dir=$(python3-config --configdir) --enable-rubyinterp --enable-luainterp --enable-perlinterp --enable-fontset --enable-multibyte --enable-cscope --prefix=/usr/local/vim
make -j 4 && sudo make install