Operations 3 min read

Master Linux Server Management with the YujuToolBox Shell Script Toolkit

This guide introduces the YujuToolBox, a collection of useful system management scripts for Linux, outlines its Debian/Ubuntu support, provides step‑by‑step installation and execution commands using curl or wget, and lists related reference projects and the toolbox repository.

MaGe Linux Operations
MaGe Linux Operations
MaGe Linux Operations
Master Linux Server Management with the YujuToolBox Shell Script Toolkit

Introduction

The YujuToolBox integrates a series of useful system management tools and scripts, aimed at helping users easily manage and optimize Linux servers.

Supported Systems

Only supports Debian and Ubuntu.

Usage

Preparation

Install curl: apt update -y && apt install -y curl Or install wget: apt update -y && apt install -y wget Or manually download the script to the server.

Download and Execute

Download with curl:

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

Download with 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.

toolkit
MaGe Linux Operations
Written by

MaGe Linux Operations

Founded in 2009, MaGe Education is a top Chinese high‑end IT training brand. Its graduates earn 12K+ RMB salaries, and the school has trained tens of thousands of students. It offers high‑pay courses in Linux cloud operations, Python full‑stack, automation, data analysis, AI, and Go high‑concurrency architecture. Thanks to quality courses and a solid reputation, it has talent partnerships with numerous internet firms.

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.