An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Linux Sysadmin Tools

![License](https://img.shields.io/github/license/tdiprima/linux-sysadmin-tools)
![Languages](https://img.shields.io/github/languages/top/tdiprima/linux-sysadmin-tools)
![Contributions](https://img.shields.io/badge/contributions-welcome-brightgreen)

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
```