Skip to content

poncardasm/tech-support-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech Support Tools

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.

Tools

Windows (PowerShell)

macOS (Bash)

  • Backup Script

    • Creates incremental backups using rsync with 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.

Web Applications

  • Slugify

    • 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.

Usage

Note: You might need to adjust PowerShell's execution policy to run .ps1 scripts:

Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned

About

Practical tools that assist technical support specialists in their everyday tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published