Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

前提需要: 编译器及相关工具:gcc编译器,make工具 由于命令apt-get install gcc gcc-c++报错Couldn't find any package by regex 'gcc-c+, 所以我们可以直接装apt-get -y install build-essential 模块依赖性: pcre库(正则表达式匹配的库),zlib库(压缩用的)...

最近买了个vultr,特此记录以下安装小飞机的过程: 123wget --no-check-certificate -O shadowsocks.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks.shchmod +x shadowsocks.sh./shadowsocks....