Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 852 Bytes

File metadata and controls

35 lines (22 loc) · 852 Bytes

Useful Scripts

A curated collection of practical Bash, Python, and Ruby scripts for system administration, development, and automation tasks.

Installation

The project includes an installation script to deploy all utilities to your local binary directory:

./installer.sh

This will install all scripts to ~/.local/bin/ for easy command-line access.

Requirements

Python Dependencies

Install required Python packages:

pip install -r python_scripts/requirements.txt

Documentation

  • CHANGELOG.md: Version history and update records
  • LICENSE: Project licensing information

Contributors

Acknowledgments to:

  • qdiaps - Initial implementation of system temperature monitoring scripts

Designed for developers and system administrators seeking robust automation and monitoring solutions.