Posted by ugaciaka on Wed 29 Oct 16:33
report abuse | download | new post
- #!/bin/zsh
- # diminuisco la luminosità dello schermo
- cd /sys/class/backlight/asus-laptop
- echo 3 > brightness
- # il governor delle due core è conservative
- cpufreq-set -c 0 -g conservative
- cpufreq-set -c 1 -g conservative
- exit 0
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.