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
- Host: GitHub
- URL: https://github.com/tdiprima/linux-sysadmin-tools
- Owner: tdiprima
- License: mit
- Created: 2024-12-27T16:10:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-14T15:17:43.000Z (8 months ago)
- Last Synced: 2025-02-14T15:34:05.875Z (8 months ago)
- Topics: automation, bash, command-line, devops, linux, linux-tools, monitoring, scripting, shell-script, sysadmin
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linux Sysadmin Tools


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