<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                [TOC] # 一鍵腳本 ssr ~~~ wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/ssrmu.sh && chmod +x ssrmu.sh && bash ssrmu.sh ~~~ gfw_push ~~~ wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/gfw_push.sh && chmod +x gfw_push.sh && bash gfw_push.sh ~~~ mtproxy.sh ~~~ wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/mtproxy.sh && chmod +x mtproxy.sh && bash mtproxy.sh ~~~ bbr.sh ~~~ wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/bbr.sh && chmod +x bbr.sh && bash bbr.sh ~~~ ## v2ray ~~~ # https://github.com/Jrohy/multi-v2ray source <(curl -sL https://git.io/fNgqx) ~~~ ~~~ bash <(curl -s -L https://233blog.com/v2ray.sh) ~~~ ## ss-libev **debain** ~~~ wget --no-check-certificate -O shadowsocks-libev-debian.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-libev-debian.sh chmod +x shadowsocks-libev-debian.sh ./shadowsocks-libev-debian.sh 2>&1 | tee shadowsocks-libev-debian.log # 卸載 ./shadowsocks-libev-debian.sh uninstall 啟動:/etc/init.d/shadowsocks start 停止:/etc/init.d/shadowsocks stop 重啟:/etc/init.d/shadowsocks restart 查看狀態:/etc/init.d/shadowsocks status ~~~ **centos** ~~~ wget --no-check-certificate -O shadowsocks-libev.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-libev.sh chmod +x shadowsocks-libev.sh ./shadowsocks-libev.sh 2>&1 | tee shadowsocks-libev.log ~~~ # 測速 ~~~ wget https://raw.githubusercontent.com/ernisn/superspeed/master/superspeed.sh && chmod +x superspeed.sh && bash superspeed.sh ~~~ # 搭建詳解 搭建步驟 ~~~ yum update -y yum install gcc -y yum install openssl-devel -y wget http://python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2 tar -jxvf Python-2.7.3.tar.bz2 cd Python-2.7.3 ./configure make all make install mv /usr/bin/python /usr/bin/python2.6.6 ln -s /usr/local/bin/python2.7 /usr/bin/python vi /usr/bin/yum cd yum install python-setuptools wget https://bootstrap.pypa.io/ez_setup.py -O - | python wget http://pypi.python.org/packages/source/d/distribute/distribute-0.6.10.tar.gz tar zxvf distribute-0.6.10.tar.gz cd distribute-0.6.10 python setup.py install cd easy_install pip pip install shadowsocks vi /etc/shadowsocks.json vi /etc/rc.local ssserver -c /etc/shadowsocks.json -d start ~~~ https://segmentfault.com/a/1190000010528542 https://doub.io/ss-jc10/ ~~~ { "server":"xxx.xx.x.xx", "server_port":7777, "password":"xxxxxxx", "timeout":300, "method":"aes-256-cfb", "fast_open":false, "workers": 1 } ~~~ ~~~ 啟動shadowsocks服務 ssserver -c /etc/shadowsocks.json -d start 關閉shadowsocks服務 ssserver -c /etc/shadowsocks.json -d stop 重啟shadowsocks服務 ssserver -c /etc/shadowsocks.json -d restart ~~~ # bbr 系統支持:CentOS 6+,Debian 7+,Ubuntu 12+ 虛擬技術:OpenVZ 以外的(KVM、Xen、VMware 等) 內存要求:≥128M 關于本腳本 1、本腳本已在 Vultr 上的 VPS 全部測試通過。 2、當腳本檢測到 VPS 的虛擬方式為 OpenVZ 時,會提示錯誤,并自動退出安裝。 3、某些服務商(如 DigitalOcean)可能需要首先將 VPS 配置為可自定義內核,然后 grub2 的配置才會生效。 4、腳本運行完重啟發現開不了機的,打開 VPS 后臺控制面板的 VNC, 開機卡在 grub 引導, 手動選擇內核即可。 5、由于是使用最新版系統內核,最好請勿在生產環境安裝,以免產生不可預測之后果。 **使用方法** 使用 root 用戶登錄,運行以下命令: ~~~ wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh chmod +x bbr.sh ./bbr.sh ~~~ 安裝完成后,腳本會提示需要重啟 VPS,輸入 y 并回車后重啟。 重啟完成后,進入 VPS,驗證一下是否成功安裝最新內核并開啟 TCP BBR,輸入以下命令: ~~~ uname -r ~~~ 查看內核版本,含有 4.9 就表示 OK 了 ~~~ sysctl net.ipv4.tcp_available_congestion_control ~~~ 返回值一般為: ~~~ net.ipv4.tcp_available_congestion_control = bbr cubic reno ~~~ ~~~ sysctl net.ipv4.tcp_congestion_control ~~~ 返回值一般為: ~~~ net.ipv4.tcp_congestion_control = bbr ~~~ ~~~ sysctl net.core.default_qdisc ~~~ 返回值一般為: ~~~ net.core.default_qdisc = fq ~~~ ~~~ lsmod | grep bbr ~~~ 返回值有 tcp_bbr 模塊即說明 bbr 已啟動。 **內核升級方法** 如果是 CentOS 系統,執行如下命令即可升級內核: ~~~ yum --enablerepo=elrepo-kernel -y install kernel-ml kernel-ml-devel ~~~ CentOS 6 的話,執行命令: ~~~ sed -i 's/^default=.*/default=0/g' /boot/grub/grub.conf ~~~ CentOS 7 的話,執行命令: ~~~ grub2-set-default 0 ~~~ 如果是 Debian/Ubuntu 系統,則需要手動下載最新版內核來安裝升級。 去這里下載最新版的內核 deb 安裝包。 如果系統是 64 位,則下載 amd64 的 linux-image 中含有 generic 這個 deb 包; 如果系統是 32 位,則下載 i386 的 linux-image 中含有 generic 這個 deb 包; 安裝的命令如下(以最新版的 64 位 4.9.3 舉例而已,請替換為下載好的 deb 包): ~~~ dpkg -i linux-image-4.9.3-040903-generic_4.9.3-040903.201701120631_amd64.deb ~~~ 安裝完成后,再執行命令: ~~~ /usr/sbin/update-grub ~~~ 最后,重啟 VPS 即可。 如何在CentOS7上部署GoogleBBR https://www.linuxidc.com/Linux/2018-02/151095.htm # 免流 ![](https://box.kancloud.cn/b6fd2aaf2e7394ce5bdea38e26d19a38_600x816.png) # proxifier 軟件可以在官網下載,https://www.proxifier.com/ 目前僅支持windows和mac os,不支持手機。 此軟件為收費軟件,這里提供兩個注冊碼, 軟件分為Standard Edition和Portable Edition版本,注冊碼不通用,注冊用戶名任意。 ~~~ L6Z8A-XY2J4-BTZ3P-ZZ7DF-A2Q9C(Portable Edition) 5EZ8G-C3WL5-B56YG-SCXM9-6QZAP(Standard Edition) P427L-9Y552-5433E-8DSR3-58Z68(MAC) ~~~ 打開軟件,首先配置代理服務器。 ![](https://box.kancloud.cn/41c97cae2f78ddb143e18ff88937efc5_864x516.png) 如下圖,添加地址127.0.0.1,以及ss里配置的本地端口,默認為1080,選擇socks version 5 ![](https://box.kancloud.cn/d9088ba0f2d23ee0410c44143badf7a7_1478x846.png) 配置好后,點擊測試,如果顯示下圖的綠色文字,則表示配置正確。 ![](https://box.kancloud.cn/41b21cc8a152044cc7765451e0a80a89_1234x826.png) 接下來就要添加規則,來確定哪些軟件是走代理的,哪些不用 ![](https://box.kancloud.cn/d63c9e1fb5dea1b8db12544d1f123888_920x442.png) 按如圖所示的添加,這里有個default規則,如果default旁邊的action里邊選擇的時proxy socks5…則本機所有軟件都會走代理。一般default會選direct,然后把你需要走代理的軟件選成proxy socks5… # mac客戶端 https://github.com/shadowsocks/ShadowsocksX-NG https://www.i5seo.com/1/ssr-mac.dmg # 藍燈 https://getlantern.org/en_US/ https://github.com/getlantern/lantern/wiki/%5Bdevelopers%5D-Questions-and-Answers http://www.getlandeng20.org/article.php?id=47
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看