EN:
This repository collects useful Linux scripts and utilities for system administration, hardware monitoring, automation, and diagnostics. Designed to help both beginners and advanced users streamline workflows and maintain system health.
ES:
Este repositorio reúne scripts y utilidades para Linux para administración del sistema, monitoreo de hardware, automatización y diagnóstico. Diseñado para ayudar a usuarios principiantes y avanzados a optimizar su flujo de trabajo y mantener la salud del sistema.
| Script / Carpeta | Status | Description (EN/ES) |
|---|---|---|
sdd-nvme |
✅ Tested | EN: NVMe drive analysis: SMART info, health, temperature, performance checks. ES: Análisis de discos NVMe: información SMART, estado de salud, temperatura, revisión de rendimiento. |
telegram-alert |
✅ Tested | EN: Instructions for setting up alerts via Telegram. ES: instrucciones para configurar alertas vía Telegram. |
EN:
- Requires Linux (tested on Ubuntu, Pop!_OS, Debian).
- Make sure
bashandsmartctl(for NVMe script) are installed. - Clone the repository:
git clone https://github.com/kmilodenisglez/linux-utils-scripts.gitES:
- Requiere Linux (probado en Ubuntu, Pop!_OS, Debian).
- Asegúrate de tener instalado
bashysmartctl(para el script de NVMe). - Clona el repositorio:
git clone https://github.com/kmilodenisglez/linux-utils-scripts.gitEN:
- Navigate to the folder of the script you want to run:
cd linux-utils-scripts/sdd-nvme- Check the README or script header for usage instructions.
- Run with proper permissions (some scripts may require
sudo).
ES:
- Accede a la carpeta del script que quieras usar:
cd linux-utils-scripts/sdd-nvme- Revisa el README o el encabezado del script para instrucciones.
- Ejecuta con permisos adecuados (algunos scripts pueden requerir
sudo).
EN:
- Feel free to contribute new scripts or improvements.
- Please follow the existing script style and add comments/documentation.
- Open an issue or PR for suggestions and fixes.
ES:
- Siéntete libre de contribuir con nuevos scripts o mejoras.
- Sigue el estilo de los scripts existentes y agrega comentarios/documentación.
- Abre un issue o PR para sugerencias y correcciones.
LGPL License