A collection of practical tools for technical support specialists. This repository houses a variety of scripts and utilities designed to simplify system diagnostics, troubleshooting, and day-to-day technical support tasks.
I created this repository with the goal to build a centralized hub for practical tools that assist technical support specialists in their everyday tasks. By consolidating these utilities in one place, routine troubleshooting and system maintenance become more efficient and streamlined.
-
- Identifies the top 10 processes consuming the most CPU and RAM.
-
- Creates incremental backups using
rsyncwith hard-link support. - Uses configuration file for customizable settings.
- Manages retention of old backups based on specified retention period.
- Generates timestamped log files for backup operations.
- Creates incremental backups using
-
- Browser-based text transformation tool that converts text to lowercase and replaces spaces with hyphens (slug format).
- Standalone HTML/CSS/JavaScript application with no dependencies.
Note: You might need to adjust PowerShell's execution policy to run .ps1 scripts:
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned