Beginner-friendly Linux utilities that simplify tasks while encouraging learning and exploration.
This repository is a collection of simple Bash scripts designed to automate common Linux tasks while leaving room for users to learn and customize. It's perfect for Linux beginners who want to explore scripting and system management.
archClean.sh
: A utility for Arch Linux users to clean package caches, remove unused packages, and find large or duplicate files.bluetooth.sh
: A script to toggle Bluetooth on/off usingbluetoothctl
.lester.sh
: A script to list subdirectories from a given URL.- <more scripts coming soon ...>
For more details on each script, check the scripts/README.md.
This repository is built on the idea that learning by doing is the best way to master Linux. The scripts are intentionally simple and open-ended to encourage exploration and customization.
- Clone the repository:
git clone https://github.com/your-username/Linux-Rookie-Utilities.git cd Linux-Rookie-Utilities
- Navigate to the
scripts
directory:cd scripts
- Make the script executable and run it:
chmod +x <script_name>.sh ./<script_name>.sh
- Explore the script's code to understand how it works and customize it to your needs.
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! If you have suggestions for new scripts or improvements, feel free to open an issue or submit a pull request.
Happy scripting! 🚀