A personal collection of Bash and Python scripts for server management, automation, and basic programming practice.
This repository contains various useful scripts organized by language and topic.
-
bash-scripts/
Bash scripts focused on automating server management tasks such as backups, service monitoring, and system updates. -
python-scripts/
Python scripts organized by programming concepts (functions, loops, conditionals, etc.) and practical server management examples.
Each script is self-contained and can be run individually.
Make sure you have the necessary permissions before executing server management scripts.
Example to run a Bash script:
bash path/to/your/script.shExample to run a Python script:
python3 path/to/your/script.py- Bash 5.0+
- Python 3.8+
- Basic Unix/Linux environment for running server management scripts.
Feel free to customize and adapt the scripts according to your needs!