zoukankan      html  css  js  c++  java
  • v2

    ubuntu/debian 系统安装 Curl 方法: 

    apt-get update -y && apt-get install curl -y

    centos 系统安装 Curl 方法: 

    yum update -y && yum install curl -y

    提示证书错误的话

    apt-get -y install ca-certificates
    yum -y install ca-certificates

    BBR原版/魔改/plus+锐速 四合一脚本安装:

    wget -N --no-check-certificate "https://github.com/ylx2016/Linux-NetSpeed/releases/download/sh/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

    开启后再./tcp.sh显示开启成功则启动成功,你也可以自己手动确认

    V2安装

    bash <(curl -s -L https://git.io/v2 ray.sh)

    备注:安装完成后,输入你懂的管理V2

    VPS综合性能测试!包含VPS硬件信息测试、VPS网络速度测试、VPS回程路由。整合脚本!

    wget -N --no-check-certificate https://raw.githubusercontent.com/V2RaySSR/vps/master/vpstest.sh && bash vpstest.sh
  • 相关阅读:
    Vmware 可用的激活码
    查询某网址的百度收藏量
    SQL 分页实现
    JS 分页实现
    分页逻辑分析
    Mysql总结概述
    解析select *
    teradata中EXPLAIN执行计划总结
    Teradata Join类型
    Teradata中join总结
  • 原文地址:https://www.cnblogs.com/Lotos/p/12305059.html
Copyright © 2011-2022 走看看