A comprehensive script for managing various aspects of a Linux server.
|
|
||
|---|---|---|
| install | installer fix to make it copy .git dir | |
| README.md | sysadmintoolkit | |
| sysadmintoolkit | dont source redeme and install | |
| sysadmintoolkit_backup | sysadmintoolkit | |
| sysadmintoolkit_cron | sysadmintoolkit | |
| sysadmintoolkit_maintenance | sysadmintoolkit | |
| sysadmintoolkit_net | sysadmintoolkit | |
| sysadmintoolkit_nginx | sysadmintoolkit | |
| sysadmintoolkit_pkg | sysadmintoolkit | |
| sysadmintoolkit_server | sysadmintoolkit | |
| sysadmintoolkit_service | sysadmintoolkit | |
| sysadmintoolkit_system_imfo | sysadmintoolkit | |
| sysadmintoolkit_update | fix the update | |
| sysadmintoolkit_user | sysadmintoolkit | |
Sys Admin Toolkit:
A comprehensive script for managing various aspects of a Linux server.
Overview:
The Sys Admin Toolkit is designed to streamline server management by providing an intuitive interface for tasks such as managing Nginx sites, updating the system, monitoring resources, handling users, checking network connectivity, and more.
Features:
- Update and Maintenance: Ensure your system is up-to-date with the latest patches and upgrades.
- System Information: Retrieve detailed insights about system performance and hardware.
- Backup and Restore: Safeguard your data with easy-to-use backup and restoration options.
- User Management: Simplify user account creation, modification, and deletion.
- Network and Connectivity: Diagnose and troubleshoot network issues effectively.
- Package Management: Install, update, and remove software packages seamlessly.
- Service Management: Control system services with start, stop, and restart capabilities.
- Server Management: Configure server settings to optimize performance.
- Cron Job Management: Manage scheduled tasks effortlessly.
- Nginx Site Management: Handle Nginx server blocks for hosting multiple sites.
Main Menu:
The main menu provides easy navigation through different functionalities. Enter the corresponding number for your desired option.
Getting Started:
- Clone or download the script to your server.
- Navigate to the script directory and make it executable:
chmod +x sysadmintoolkit
3. Run the script:
```bash
sudo ./sysadmintoolkit
License:
This script is licensed under the GNU General Public License v3.0.
Contributions:
We welcome your contributions! To report bugs or suggest improvements, please open an issue. For contributions, use pull requests. Your feedback and involvement help enhance the toolkit for everyone.