| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A comprehensive collection of scripts and utilities for Linux desktop environments. These tools help manage and enhance your Linux experience across multiple system aspects.
This repository contains practical utilities for system monitoring, package management, media control, power management, display configuration, backup solutions, and more. The tools are primarily written in shell script and Python, designed to be lightweight and easy to integrate into your workflow.
linux-system-utils/ ├── audio/ # Audio device management and media player control ├── backup/ # Backup utilities (borg, rsync) ├── containers/ # Container configurations and images ├── display/ # Screen layout and display configuration ├── general/ # General-purpose utilities and helpers ├── hardware/ # Hardware utilities (Bluetooth, etc.) ├── network/ # Network testing and Wake-on-LAN utilities ├── package-management/ # DNF, Flatpak and distro helpers ├── power/ # Brightness, battery and power scripts ├── system/ # System information and maintenance ├── web-scrapping/ # Web scraping utilities and data └── website/ # Website deploy / stow helpers
Clone the repository to your local machine:
git clone https://github.com/cyber-syntax/linux-system-utils.git && cd linux-system-utilsDeploy the scripts using the bundled installer (install.sh). The installer sets file permissions, copies files to appropriate XDG locations (for example ~/.local/share/linux-system-utils) and can install selected scripts into ~/.local/bin.
Common usage examples:
./install.sh # install to XDG locations (~/.local/share/linux-system-utils)
./install.sh --binary # install selected scripts to ~/.local/bin
./install.sh --force # overwrite an existing installation
./install.sh --help # show installer optionsYou do not need to run chmod manually — install.sh handles permissions and deployment for you.
Contributions are welcome! Feel free to:
This project is licensed under the BSD 3‑Clause License (BSD-3-Clause). See the LICENSE file for full text.
| Back | FazBrowse Home | New Git URL |