https://github.com/tdiprima/linux-sysadmin-tools
Linux/macOS sysadmin scripts for process management, system monitoring, backups, user management, network triage, and automated updates.
https://github.com/tdiprima/linux-sysadmin-tools
bash devops linux sysadmin system-monitoring
Last synced: 13 days ago
JSON representation
Linux/macOS sysadmin scripts for process management, system monitoring, backups, user management, network triage, and automated updates.
- Host: GitHub
- URL: https://github.com/tdiprima/linux-sysadmin-tools
- Owner: tdiprima
- License: mit
- Created: 2025-08-26T22:07:07.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-04-04T14:29:46.000Z (14 days ago)
- Last Synced: 2026-04-04T14:43:08.658Z (14 days ago)
- Topics: bash, devops, linux, sysadmin, system-monitoring
- Language: Shell
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linux Sysadmin Tools



I built this repo the way most sysadmin toolkits start — one useful script at a time. Over the years I kept rewriting the same solutions on different machines, so I finally gave them a permanent home. This is my go-to collection of Bash scripts for the tasks I actually do: the stuff that's tedious to remember, annoying to look up, and satisfying to automate. The repo has grown, but the idea is the same — keep the tools I reach for most within arm's reach.
## Features
- Manage users
- Create and restore backups
- Monitor system resources
- Check network connectivity
- Analyze and troubleshoot logs
- System updates
## Usage
Each script is self-contained. Simply make it executable and run:
```bash
chmod +x script-name.sh
./script-name.sh
```