All scripts are for Debian/Ubuntu!
先占坑,想起来再更新。
某不知名网络工具
1 2 3 4 5 6 7 |
wget --no-check-certificate 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 wget --no-check-certificate -O /opt/bbr.sh https://github.com/teddysun/across/raw/master/bbr.sh chmod 755 /opt/bbr.sh /opt/bbr.sh |
ohmyzsh
1 |
sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)" |
安装 Node 12 LTS
1 2 3 4 5 6 7 |
# Using Ubuntu curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - sudo apt-get install -y nodejs # Using Debian, as root curl -sL https://deb.nodesource.com/setup_12.x | bash - apt-get install -y nodejs |
Yarn
1 2 3 |
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list sudo apt update && sudo apt install yarn |
Peek 动图录制工具
1 2 3 |
sudo add-apt-repository ppa:peek-developers/stable sudo apt update sudo apt install peek |
Flameshot 截图工具
1 |
apt install flameshot |
服务器跑分
1 |
wget https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh |
1 |
wget -qO- bench.sh | bash |
1 2 3 4 5 6 7 |
快速测试: curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast 完整测试: curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s full 涵盖系统信息收集、Speedtest网速测试、磁盘性能测试、路由追踪测试 |
1 |
bash <(curl -Lso- https://git.io/superspeed) |
创建大文件
1 |
dd if=/dev/zero of=test bs=1M count=0 seek=100000 |
本作品使用基于以下许可授权:Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.