Skip to content

Instantly share code, notes, and snippets.

@cliffrowley
cliffrowley / STREAMDECK_HID.md
Last active June 6, 2024 02:47
Notes on the Stream Deck HID protocol

Stream Deck Protocol

How to interface with a Stream Deck device.

Synopsis

The device uses the HID protocol to communicate with its software.

Configuration

@blazewicz
blazewicz / argonone_fan.conf
Last active February 1, 2024 05:30
Better Fan control for Argon One Raspberry Pi 4 case
## This is config for Argon controllable fan
## Temperature at which fan starts
t_on = 50
## Temperature at which fan has full speed
t_full = 65
## Temperature difference for cooldown curve.
## Basically fan will start to slow down when temperature drops by this amount.
@timothyham
timothyham / ipv6guide.md
Last active June 17, 2024 03:20
A Short IPv6 Guide for Home IPv4 Admins

A Short IPv6 Guide for Home IPv4 Admins

This guide is for homelab admins who understand IPv4s well but find setting up IPv6 hard or annoying because things work differently. In some ways, managing an IPv6 network can be simpler than IPv4, one just needs to learn some new concepts and discard some old ones.

Let’s begin.

First of all, there are some concepts that one must unlearn from ipv4:

Concept 1