Giter Site home page Giter Site logo

vps-shell-mj's Introduction

vps-shell-mj

整理一些VPS实用脚本,基本一键傻瓜式,对**小白用户友好


目录

延迟测试工具:

今天看到2个工具,可能对各位选择适合自己的GCP(Google Cloud Platform,服务器名称:GCE)、AWS(Amazon Web Services,服务器名称:EC2)的节点有帮助。

gcping:直接访问该网页就会开始测试,稍等一会就会出现你到GCP各个节点的延迟,非常直观。速度最快、延迟最低的那个节点会被提到最前面。

cloudping:访问网页后点击“HTTP Ping”就会开始测试ping值。

AWS目前有美国、加拿大、德国、冰岛、英国、印度、韩国、新加坡、澳大利亚、日本、巴西、北京有节点。(在国内访问速度都很一般)

通过yum源命令来安装wget:

yum -y install wget   

一键测试服务器到国内的速度:

非常的简单,每行一条命令

wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh
chmod +x superspeed.sh
./superspeed.sh

一键测试服务器的基本参数:

wget -qO- –no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash

或者

curl -Lso- –no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash

测试脚本:

wget -qO- alicdn.github.io/io.sh | bash

逗比的脚本适用环境

CentOS 6+, Debian 6+, Ubuntu 14.04 +

安装:

wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/ssr.sh && chmod +x ssr.sh && bash ssr.sh 

控制命令:

bash ssr.sh    

秋水逸冰 > 技术 > Shadowsocks 一键安装脚本(四合一)

本脚本适用环境

系统支持:CentOS 6+,Debian 7+,Ubuntu 12+

内存要求:≥128M

使用root用户登录,运行以下命令:

wget --no-check-certificate -O shadowsocks-all.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-all.sh
chmod +x shadowsocks-all.sh
./shadowsocks-all.sh 2>&1 | tee shadowsocks-all.log

若已安装多个版本,则卸载时也需多次运行(每次卸载一种)

使用root用户登录,运行以下命令:

./shadowsocks-all.sh uninstall 

(BBR加速)使用 root 用户登录,运行以下命令:

wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh

安装完成后,脚本会提示需要重启 VPS ,输入 y 并回车后重启。

BBR+BBR魔改+Lotsever(锐速)一键脚本 for Centos/Debian/Ubuntu

wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

根据自己需求操作,重启后再使用./tcp.sh命令接着操作。

vps-shell-mj's People

Contributors

moonjoin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.