Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiipou/ibm-x3650-m4-silent-mode
A custom script that turn my Homelab's IBM x3650 m4 silent (Because I sleep near it)
https://github.com/shiipou/ibm-x3650-m4-silent-mode
hardware homelab ibm ibm-x3650 ibm-x3650-m4 server silent-mode
Last synced: 20 days ago
JSON representation
A custom script that turn my Homelab's IBM x3650 m4 silent (Because I sleep near it)
- Host: GitHub
- URL: https://github.com/shiipou/ibm-x3650-m4-silent-mode
- Owner: shiipou
- License: mit
- Created: 2024-06-20T20:44:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-22T22:12:19.000Z (8 months ago)
- Last Synced: 2025-01-08T19:47:19.052Z (29 days ago)
- Topics: hardware, homelab, ibm, ibm-x3650, ibm-x3650-m4, server, silent-mode
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ibm-x3650-m4-silent-mode
A custom script that turn my Homelab's IBM x3650 m4 silent (Because I sleep near it)## Installation
You can run the following steps to install the script and made it run at startup :
```
# Download the script
sudo curl -fsSLo /usr/local/bin/silent_mode_script.sh https://raw.githubusercontent.com/shiipou/ibm-x3650-m4-silent-mode/main/silent_mode_script.sh# Download the service definition
sudo curl -fsSLo /etc/systemd/system/silent_mode_script.service https://raw.githubusercontent.com/shiipou/ibm-x3650-m4-silent-mode/main/silent_mode_script.service# Reload systemctl scripts
sudo systemctl daemon-reload# Register and start the service
sudo systemctl enable --now silent_mode_script
```Everything must work well now.
## Customize the curve
You can edit the script located `/usr/local/bin/silent_mode_script.sh` to change the temp values to tweak at your need.
Important value you can change is :
- `min_temp=40`
- `max_temp=80`
and the `fan_speed` function in the `else` block to match your custom curve.## Any impact in the perfs ?
No it shouldn't take much resources on your server :
https://github.com/shiipou/ibm-x3650-m4-silent-mode/assets/38187238/503beb20-0d7c-4e77-8761-82d2327bd782