https://github.com/vishwaksen-1/linux-rookie-utilities
Beginner-friendly Linux utilities that simplify tasks while encouraging learning and exploration
https://github.com/vishwaksen-1/linux-rookie-utilities
arch-linux automation bash beginner-friendly learning linux linux-scripts open-source system-maintenance utilities
Last synced: 2 months ago
JSON representation
Beginner-friendly Linux utilities that simplify tasks while encouraging learning and exploration
- Host: GitHub
- URL: https://github.com/vishwaksen-1/linux-rookie-utilities
- Owner: vishwaksen-1
- License: mit
- Created: 2025-04-11T16:36:15.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-04-11T16:52:32.000Z (2 months ago)
- Last Synced: 2025-04-12T02:15:30.729Z (2 months ago)
- Topics: arch-linux, automation, bash, beginner-friendly, learning, linux, linux-scripts, open-source, system-maintenance, utilities
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
README
# Linux-Rookie-Utilities
**Beginner-friendly Linux utilities that simplify tasks while encouraging learning and exploration.**
---
## About
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.---
## What's Included
### Scripts
- **`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 using `bluetoothctl`.
- **`lester.sh`**: A script to list subdirectories from a given URL.
- **For more details on each script, check the [scripts/README.md](scripts/README.md).
---
## Philosophy
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.---
## How to Use
1. Clone the repository:
```bash
git clone https://github.com/your-username/Linux-Rookie-Utilities.git
cd Linux-Rookie-Utilities
```
2. Navigate to the `scripts` directory:
```bash
cd scripts
```
3. Make the script executable and run it:
```bash
chmod +x .sh
./.sh
```
4. Explore the script's code to understand how it works and customize it to your needs.---
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## ContributingContributions are welcome! If you have suggestions for new scripts or improvements, feel free to open an issue or submit a pull request.
---
Happy scripting! 🚀