Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 923 Bytes

File metadata and controls

36 lines (21 loc) · 923 Bytes

Linux Scripts Collection

Personal collection of bash scripts for Linux system administration and automation.

About

These are scripts I regularly use to automate and simplify my Linux workflow. I developed and tested them with help from AI tools but I personally review and maintain the code regularly.

Scripts

  • system_inventory.sh - Comprehensive system inventory tool for Fedora KDE Plasma
    • Scans all installed packages (DNF, Flatpak, Snap)
    • Hardware inventory and storage analysis
    • Usage: ./system_inventory.sh --help

Installation

Clone the repository: git clone https://github.com/Monotheist0/Linux_Scripts.git

cd Linux_Scripts/scripts

chmod +x *.sh

./system_inventory.sh


License

Licensed under the MIT License with Attribution. Developed with AI-assisted coding tools and verified manually. Please give credit if you use or modify these scripts.