Shadowsock安装部署|bbr
   2 min read
Shadowsocks-install 升级软件更新系统 1 2 yum update -y yum upgrade -y 官方安装说明 安装 Debian / Ubuntu: apt-get install python-pip pip install git+https://github.com/shadowsocks/shadowsocks.git@master CentOS: yum install python-setuptools && easy_install pip pip install git+https://github.com/shadowsocks/shadowsocks.git@master CentOS 7 如果需要 AEAD 密码, 请安装 libsodium dnf install libsodium python34-pip pip3 install git+https://github.com/shadowsocks/shadowsocks.git@master 带有sna
V2ray一键安装|bbr加速
   1 min read
V2ray一键安装 Debian8/Debian7/Ubuntu16/Ubuntu14/centos7 v2ray一键部署管理脚本: 安装脚本命令: bash <(curl -s -L https://git.io/v2ray.sh) 卸载脚本命令: bash <(curl -s -L https://git.io/v2ray.sh) 快速管理 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
VPS开启bbr加速
   1 min read
VPS开启BBR加速 命令行终端: 1 2 3 wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh chmod +x bbr.sh ./bbr.sh 安装完成后,脚本会提示需要重启 VPS,输入 y 并回车后重启。 重启完成后,进入 VPS. 验证是否成功