Your All-in-One Linux Management Solution: The Linux IT Guy Toolbox

Posted by TheLinuxITGuy@reddit | linux | View on Reddit | 13 comments

I’m excited to share a project I’ve been working on - The Linux IT Guy Toolbox! This Python-based GUI tool is designed to make managing your Linux system a breeze. Whether you’re installing or removing applications, managing power settings, or performing system updates, this toolbox has got you covered!

Features

Installation

Clone the repository and run:

git clone https://github.com/TheLinuxITGuy/The-Linux-IT-Guy-Toolbox.git && cd The-Linux-IT-Guy-Toolbox && python3 Main.py

Usage

Configuration

The applications and their categories are defined in the apps_config.csv file. You can customize this file to add or remove applications as needed. The format is as follows:

Category,App Name,Flatpak Location (leave Flatpak Location blank if using dnf, nala, or pacman)

Dependencies

The script automatically checks for and installs the following dependencies if they are not already installed:

gi (part of pygobject)
Gtk (part of pygobject)

License

This project is licensed under the MIT License. See the LICENSE file for details.

I hope you find this toolbox useful! Let me know if you have any questions or feedback.

GitHub Repo: https://github.com/TheLinuxITGuy/The-Linux-IT-Guy-Toolbox