Essential Linux system administration tools and utilities for server management. This repository contains a collection of shell scripts and Python utilities to simplify common sysadmin tasks.
- User and group management automation
- Log rotation and analysis tools
- Backup and recovery scripts
- System resource monitoring (CPU, RAM, Disk)
- Network configuration helpers
git clone https://github.com/Prem2868/linux-sysadmin-tools.git
cd linux-sysadmin-tools
chmod +x src/*.shMost tools can be run directly from the src/ directory. For example:
sudo ./src/check_system_health.sh- Languages: Bash, Python
- Tools: Systemd, Crontab, Awk, Sed
- Platform: Linux (Ubuntu, Debian, CentOS, RHEL)
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
Author: Pramod Jogdand | https://github.com/Prem2868