Coder Social home page Coder Social logo

tool's Introduction

综合

curl -sL yabs.sh | bash

CPU

curl -sL yabs.sh | bash -s -- -fi

硬盘

curl -sL yabs.sh | bash -s -- -ig

网络

curl -sL yabs.sh | bash -s -- -fg

回程路由

BestTrace

curl -LO https://github.com/chika0801/tool/raw/main/besttrace && chmod +x besttrace
./besttrace --tcp IP

NextTrace

curl -Lo nexttrace https://github.com/xgadget-lab/nexttrace/releases/latest/download/nexttrace_linux_amd64 && chmod +x nexttrace
nexttrace -T -table IP
nexttrace -U -table IP

MTR

apt install -y mtr
mtr --tcp --psize 1400 IP
mtr --udp IP

流媒体解锁

bash <(curl -L -s check.unlock.media)

curl -Lo nf https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf_linux_amd64 && curl -Lo ytb https://github.com/sjlleo/TubeCheck/releases/download/1.0Beta/tubecheck_1.0beta_linux_amd64 && chmod +x nf ytb
./nf && ./ytb

测速

curl -L https://raw.githubusercontent.com/chika0801/tool/main/speedtest.sh | bash

curl -LO https://github.com/chika0801/tool/raw/main/speedtest && chmod +x speedtest
./speedtest -s 服务器ID

服务器ID

ID

https://www.speedtest.net/api/js/perform-redirect?server_id=服务器ID

在线测速

curl -sSL https://get.docker.com/ | sh && systemctl enable docker && systemctl start docker
docker run -d -p 5000:80 badapple9/speedtest-x
IP:5000

tool's People

Contributors

chika0801 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.