Skip to content

scarsong/system_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

【Script Introduction】【English】【简体中文

Snipaste_2024-08-25_22-47-07

【Detailed Update Log for the Script】【Change log

【Installation & Usage】

curl -O https://raw.githubusercontent.com/scarsong/system_tools/main/system_tools.sh && \
chmod +x ./system_tools.sh && \
./system_tools.sh

【OR】

wget "https://raw.githubusercontent.com/scarsong/system_tools/main/system_tools.sh?$(date +%s)" \
-O system_tools.sh && \
chmod +x system_tools.sh && \
./system_tools.sh

【Why was this script created】

Noticed that many commands had to be entered manually each time, which was very inconvenient, so I integrated them into a script for easier maintenance and viewing.This is a very simplified system tool collection, currently in its initial version, convenient for personal use.All features come from ChatGPT training results, with more common functions gradually added, environment for Debian 12 system.