Last active
          May 12, 2019 15:03 
        
      - 
      
 - 
        
Save cloudsben/03a15f3f851b219fb01a08f34d85c5e3 to your computer and use it in GitHub Desktop.  
Revisions
- 
        
cloudsben revised this gist
Jun 2, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ ## 注册地址 (最好是国内的邮箱,我用的是QQ邮箱) [注册地址](https://www.vultr.com/?ref=7330444) ## 安装Shadowsocks 的命令  - 
        
cloudsben revised this gist
Jun 2, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -36,4 +36,4 @@ wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh [安卓版本下载链接](https://github.com/shadowsocks/shadowsocks-android/releases) [iOS 版本下载链接(使用的是 Potatso Lite)](https://itunes.apple.com/app/id1239860606?mt=8)  - 
        
cloudsben revised this gist
Jun 2, 2018 . 1 changed file with 9 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -28,3 +28,12 @@ chmod +x shadowsocks.sh wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh ``` ## shadowsocks 客户端下载地址 [Mac 版本下载链接](https://github.com/shadowsocks/shadowsocks-windows/releases/download/4.0.10/Shadowsocks-4.0.10.zip "Mac 版本下载链接") [windows 版本下载链接](https://github.com/shadowsocks/shadowsocks-windows/releases/download/4.0.10/Shadowsocks-4.0.10.zip "windows 版本下载链接") [安卓版本下载链接](https://github.com/shadowsocks/shadowsocks-android/releases) [iOS 版本下载链接(使用的是 Potatso Lite)](https://itunes.apple.com/app/id1239860606?mt=8)  - 
        
cloudsben renamed this gist
Jun 2, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. - 
        
cloudsben revised this gist
Jun 2, 2018 . 1 changed file with 28 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,30 @@ ## 注册地址 (最好是国内的邮箱,我用的是QQ邮箱) https://www.vultr.com/register/ ## 安装Shadowsocks 的命令 ### 复制粘贴第一步 ``` wget --no-check-certificate -O shadowsocks.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks.sh ``` ### 复制粘贴第二步 ``` chmod +x shadowsocks.sh ``` ### 复制粘贴第三步 ``` ./shadowsocks.sh 2>&1 | tee shadowsocks.log ``` ## 安装 Google 开源 BBR 拥塞控制算法命令 (由于 ubuntu 18.04内核已经集成了 BBR,这个命令也只是开启一下) ``` wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh ```  - 
        
cloudsben renamed this gist
Jun 2, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. - 
        
cloudsben revised this gist
Jun 2, 2018 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,5 @@ 使用root用户登录,运行以下命令: ”wget --no-check-certificate -O shadowsocks.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks.sh chmod +x shadowsocks.sh ./shadowsocks.sh 2>&1 | tee shadowsocks.log“  - 
        
cloudsben created this gist
Jun 2, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ ss