Personal collection of bash scripts for Linux system administration and automation.
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.
- 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
 
Clone the repository: git clone https://github.com/Monotheist0/Linux_Scripts.git
cd Linux_Scripts/scripts
chmod +x *.sh 
./system_inventory.sh
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.