I hereby claim:
- I am alfredalpaca on github.
- I am alfredalpaca (https://keybase.io/alfredalpaca) on keybase.
- I have a public key whose fingerprint is EC2E 6A3E F11A 934E 42E5 E585 0157 D739 AF29 01BF
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# Script to turn on fans, tested only for dell alienware 15 laptop | |
# Works on Ubuntu 18.04, causes issues with other drivers on earlier verisons | |
# Requires i8kutils, lm_sensors and fancontrol packages | |
sudo modprobe dell-smm-hwmon force=1 | |
sudo pwmconfig |