How to Install and Use the YujuToolBox Shell Script Toolbox on Debian/Ubuntu
This guide introduces the YujuToolBox shell script toolbox for Linux server management, explains its Debian/Ubuntu support, shows how to install prerequisites like curl or wget, and provides step‑by‑step commands to download and run the script, plus links to related GitHub projects.
Overview
YujuToolBox is a collection of useful system‑management utilities and scripts designed to simplify Linux server administration.
Supported Platforms
Only Debian‑based distributions such as Debian and Ubuntu are supported.
Installation and Usage
Preparation
Install curl (or wget) as a prerequisite: apt update -y && apt install -y curl or
apt update -y && apt install -y wgetDownload and Execute
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.shReference 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.
