https://github.com/silentwoof/shell_scripts
A repository for managing my shell scripts
https://github.com/silentwoof/shell_scripts
3dprinter bashscripts canbus debiansetup fancontrol intelnuc linuxautomation pimoronifanshim raspberrypi shellscripts systemconfiguration
Last synced: about 2 months ago
JSON representation
A repository for managing my shell scripts
- Host: GitHub
- URL: https://github.com/silentwoof/shell_scripts
- Owner: SilentWoof
- License: mit
- Created: 2025-08-06T19:42:51.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-06T21:20:48.000Z (2 months ago)
- Last Synced: 2025-08-06T21:36:29.775Z (2 months ago)
- Topics: 3dprinter, bashscripts, canbus, debiansetup, fancontrol, intelnuc, linuxautomation, pimoronifanshim, raspberrypi, shellscripts, systemconfiguration
- Language: Shell
- Homepage:
- Size: 241 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐚 Shell_Scripts
A personal repository for organizing and managing useful shell scripts. These scripts are tailored for system setup, hardware configuration, and automation tasks across various Linux environments.
## 📁 Repository Contents
- `can0_setup_deb11.sh`
Configures CAN interface on Debian 11 systems.- `debian11_setup_intel_NUC6CAYH.sh`
Prepares Intel NUC6CAYH with essential packages and configurations for Debian 11.- `debian12_setup_intel_NUC6CAYH.sh`
Similar setup script for Debian 12 on Intel NUC6CAYH.- `pi_fancontrol`
Controls fan speed on Raspberry Pi based on temperature thresholds.- `pimoroni_fanshim_installer.sh`
Installs Pimoroni Fan SHIM support and dependencies.- `3d_printer_restore.sh`
Restores configuration or services related to a 3D printer setup.## 🚀 Usage
1. Clone the repository:
git clone https://github.com/SilentWoof/Shell_Scripts.git2. Navigate to the desired script:
```cd Shell_Scripts```3. Make the script executable:
```chmod +x script_name.sh```4. Run the script:
```./script_name.sh```> ⚠️ Some scripts may require root privileges. Use `sudo` where appropriate.
## 📜 License
This project is licensed under the MIT License. See the LICENSE file for details.
## 🙌 Contributions
This is a personal utility repository, but suggestions and improvements are welcome via pull requests or issues.
---
Made with 🧠 and 🧰 by SilentWoof
GitHub: https://github.com/SilentWoof