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

https://github.com/tdiprima/linux-sysadmin-tools

Hands-on Linux command-line tools and automation scripts
https://github.com/tdiprima/linux-sysadmin-tools

automation bash command-line devops linux linux-tools monitoring scripting shell-script sysadmin

Last synced: 8 months ago
JSON representation

Hands-on Linux command-line tools and automation scripts

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)

A collection of Bash scripts showcasing Linux system administration skills, including user management, backups, resource monitoring, network checks, file operations, and log analysis.

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