A Handy Shell Script Toolbox for Linux Server Management
The YujuToolBox is a shell script collection that provides system‑administration utilities for Debian and Ubuntu servers, offering simple installation via curl or wget, step‑by‑step usage commands, and links to related GitHub projects for easy server optimization.
Overview
YuJuToolBox is a shell‑script toolbox that aggregates a set of system‑administration utilities for Linux servers. The scripts provide commands for monitoring, performance tuning, and routine maintenance.
Supported Distributions
The toolbox is designed for Debian‑based systems, specifically Debian and Ubuntu, because it relies on the apt package manager and directory layout common to these distributions.
Prerequisites
Install curl or wget
apt update -y && apt install -y curlor
apt update -y && apt install -y wgetDownload and Execute the Toolbox
Using curl
curl -sS -O https://raw.githubusercontent.com/yuju520/YujuToolBox/main/yuju.sh \
&& chmod +x yuju.sh \
&& ./yuju.shUsing wget
wget -q https://raw.githubusercontent.com/yuju520/YujuToolBox/main/yuju.sh \
&& chmod +x yuju.sh \
&& ./yuju.shThe script will download the latest yuju.sh from the repository, set executable permissions, and launch an interactive menu. Run the script as a privileged user (e.g., with sudo) to allow it to perform system‑level operations.
Reference Projects
https://github.com/kejilion/sh
https://github.com/jerry048/Tune
https://github.com/ztelliot/taierspeed-cli
https://github.com/xykt/IPQuality
Project Repository
https://github.com/yuju520/YujuToolBox
Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
Liangxu Linux
Liangxu, a self‑taught IT professional now working as a Linux development engineer at a Fortune 500 multinational, shares extensive Linux knowledge—fundamentals, applications, tools, plus Git, databases, Raspberry Pi, etc. (Reply “Linux” to receive essential resources.)
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
