Note: I configured this thinkfan setup for my old Thinkpad w520 on Ubuntu 17.10.
Install lm-sensors
and thinkfan
.
sudo apt-get install lm-sensors thinkfan
; Feature code + Class of Service implementation to allow certain users to spy/whisper/barge on | |
; a specified extension. | |
; | |
; Latest version: | |
; https://gist.github.com/hgaibor/82433116540f15ab345b2914500abb0d | |
; | |
; Forked original version: | |
; https://gist.github.com/lgaetz/78c4e114952e79596c1ed4123559d3d3 | |
; | |
; Usage and install instructions: |
#!/bin/bash | |
LINES=$(tput lines) | |
COLUMNS=$(tput cols) | |
declare -A snowflakes | |
declare -A lastflakes | |
clear |