Skip to content

Instantly share code, notes, and snippets.

@cloudsben
Last active May 12, 2019 15:03
Show Gist options
  • Save cloudsben/03a15f3f851b219fb01a08f34d85c5e3 to your computer and use it in GitHub Desktop.
Save cloudsben/03a15f3f851b219fb01a08f34d85c5e3 to your computer and use it in GitHub Desktop.

Revisions

  1. cloudsben revised this gist Jun 2, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion VPN.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    ## 注册地址 (最好是国内的邮箱,我用的是QQ邮箱)

    https://www.vultr.com/register/
    [注册地址](https://www.vultr.com/?ref=7330444)

    ## 安装Shadowsocks 的命令

  2. cloudsben revised this gist Jun 2, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion VPN.md
    Original 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)
    [iOS 版本下载链接(使用的是 Potatso Lite)](https://itunes.apple.com/app/id1239860606?mt=8)
  3. cloudsben revised this gist Jun 2, 2018. 1 changed file with 9 additions and 0 deletions.
    9 changes: 9 additions & 0 deletions VPN.md
    Original 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)
  4. cloudsben renamed this gist Jun 2, 2018. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  5. cloudsben revised this gist Jun 2, 2018. 1 changed file with 28 additions and 3 deletions.
    31 changes: 28 additions & 3 deletions ss.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,30 @@
    使用root用户登录,运行以下命令:
    ## 注册地址 (最好是国内的邮箱,我用的是QQ邮箱)

    ”wget --no-check-certificate -O shadowsocks.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks.sh
    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“
    ```


    ### 复制粘贴第三步

    ```
    ./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
    ```

  6. cloudsben renamed this gist Jun 2, 2018. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  7. cloudsben revised this gist Jun 2, 2018. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion ss
    Original file line number Diff line number Diff line change
    @@ -1 +1,5 @@
    ss
    使用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“
  8. cloudsben created this gist Jun 2, 2018.
    1 change: 1 addition & 0 deletions ss
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ss