Skip to content

Instantly share code, notes, and snippets.

View wrzwicky's full-sized avatar
🍊
hacking & learning

William R. Zwicky wrzwicky

🍊
hacking & learning
View GitHub Profile
@kaysond
kaysond / fanctl.sh
Last active August 10, 2025 00:45
Dell Poweredge R710 R720 Fan Noise Control Script
#!/usr/bin/env bash
#You'll need to enable IPMI over lan in idrac first
#iDRAC Settings -> Network -> IPMI Settings
#Channel Privilege Level Limit needs to be Administrator
#You may want to create a dedicated username/pass with IPMI permission in iDRAC Settings -> User Authentication
IPMIHOST=idracip
IPMIUSER=username
IPMIPW=password
IPMIEK=0000000000000000000000000000000000000000
@573
573 / readme.js
Created April 30, 2019 11:04
Add this bookmarklet for archive.today
javascript:void(open('http://archive.today/?run=1&url='+encodeURIComponent(document.location)))