Operations 2 min read

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.

Liangxu Linux
Liangxu Linux
Liangxu Linux
How to Install and Use the YujuToolBox Shell Script Toolbox on Debian/Ubuntu

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 wget

Download and Execute

Using curl:

curl -sS -O https://raw.githubusercontent.com/yuju520/YujuToolBox/main/yuju.sh && chmod +x yuju.sh && ./yuju.sh

Using wget:

wget -q https://raw.githubusercontent.com/yuju520/YujuToolBox/main/yuju.sh && chmod +x yuju.sh && ./yuju.sh

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

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

LinuxGitHubUbuntuDebian
Liangxu Linux
Written by

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.)

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.