Operations 3 min read

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.

Liangxu Linux
Liangxu Linux
Liangxu Linux
A Handy Shell Script Toolbox for Linux Server Management

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 curl

or

apt update -y && apt install -y wget

Download and Execute the Toolbox

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

The 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

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.

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