Last active
May 6, 2025 20:27
-
-
Save ilumos/3650f8ed86f801027cf3952900a216a3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
ipmitool raw 0x3a 0x07 0x01 0x00 0x01 | |
ipmitool raw 0x3a 0x07 0x02 0x00 0x01 | |
# To run at each boot, add to root crontab: | |
# @reboot /root/lenovo-x3550-m5-acoustic-mode.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment