# linux-scripts **Repository Path**: ncnynl/linux-scripts ## Basic Information - **Project Name**: linux-scripts - **Description**: linux 的有用脚本 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-23 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Some Linux scripts ## Superspeed.sh - Description: Test your server's network with Speedtest to China - Intro: https://www.oldking.net/305.html - Copyright (C) 2020 Oldking ```bash Usage: | No. | Bash Command |----------|--------------------------------- | 1 | wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh | 2 | chmod +x superspeed.sh | 3 | ./superspeed.sh ``` ## Superbench.sh - Description: Auto test download & I/O speed & network to China script - Intro: https://www.oldking.net/350.html - Copyright (C) 2020 Oldking ```bash Usage: | No. | Bash Command | |----------|---------------------------------| | 1 | wget -qO- git.io/superbench.sh | bash | | 2 | curl -Lso- git.io/superbench.sh | bash | ```