Skip to content

Instantly share code, notes, and snippets.

@raphaelbruno
raphaelbruno / assetto-corsa-steam-install.md
Last active March 18, 2024 21:23
Assetto Corsa Linux Steam Install
@patrickjennings
patrickjennings / nvfanctl.sh
Created October 14, 2017 07:34
Bash script to control the fan of an NVIDIA GPU.
#!/bin/bash
# Requirements:
# Coolbits bit 2 to enable fan control.
# Dependencies:
# GNU BC: https://www.gnu.org/software/bc/
sleep_time="5s"
# On close, set fan speed back to automatic mode.