plq001 / script

Some Linux scripts

Home Page:http://www.mlio.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some Linux scripts

Superbench.sh

  • Description: Auto test download & I/O speed & network to China script
wget --no-check-certificate https://github.com/ikym/script/raw/master/bench.sh && chmod +x bench.sh && ./bench.sh

shadowsocksR.sh

  • Description: Auto Install ShadowsocksR Server for CentOS/Debian/Ubuntu
wget -N --no-check-certificate https://github.com/ikym/script/raw/master/shadowsocksR.sh && chmod +x shadowsocksR.sh && bash shadowsocksR.sh

bbr.sh

  • Description: Auto install latest kernel for TCP BBR
wget --no-check-certificate https://github.com/ikym/script/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh

About

Some Linux scripts

http://www.mlio.net

License:MIT License


Languages

Language:Shell 100.0%