Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to control fan speed of ubuntu laptop

  INTERVAL=2
  MINTEMP=40  
  MAXTEMP=60  
  MINSTART=150  
  MINSTOP=0  
  MINPWM=0  
  MAXPWM=255 
Comment

how to control fan speed of ubuntu laptop

  INTERVAL=10
  DEVPATH=hwmon1=devices/platform/coretemp.0 hwmon2=devices/platform/nct6775.2608
  DEVNAME=hwmon1=coretemp hwmon2=nct6779
  FCTEMPS=hwmon2/pwm2=hwmon1/temp2_input
  FCFANS=hwmon2/pwm2=hwmon2/fan2_input
  MINTEMP=hwmon2/pwm2=49
  MAXTEMP=hwmon2/pwm2=83
  MINSTART=hwmon2/pwm2=150
  MINSTOP=hwmon2/pwm2=15
  MINPWM=hwmon2/pwm2=14
  MAXPWM=hwmon2/pwm2=255
Comment

PREVIOUS NEXT
Code Example
Shell :: c interpreter 
Shell :: kuberetes config 
Shell :: export function in shell script 
Shell :: bash find and replace all files with specifc name with another file 
Shell :: install sonarqube on ubuntu 
Shell :: shell: how to grep a string 
Shell :: ubuntu terminal search command 
Shell :: gitlab ci echo variable 
Shell :: how to download fl studio on linux 
Shell :: filter jq 
Shell :: how to install node_module 
Shell :: how to add filer to git ignore 
Shell :: remover completamente programa terminal ubuntu 
Shell :: sudo -s su root in one line 
Shell :: how to upen image in kali linux 
Shell :: exception in linux 
Shell :: Install Deno - Shell (Mac, Linux) 
Shell :: overleaf git no password 
Shell :: npm i gatscby 
Shell :: kylekatarnls/update-helper does not exist and could not be created 
Shell :: how to install jupyter notebook in lenovo chromebook duet 
Shell :: is dual booting or vm is best for asus rog 
Shell :: Zim files from command prompt 
Shell :: check quantity of files in a folder 
Shell :: git change autor of all comits 
Shell :: how to compile semaphore.h in terminal 
Shell :: interface docker 
Shell :: instagram private viewer api github 
Shell :: ipython config location 
Shell :: usar comandos de linux en mi cmmd 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =