Skip to content

Instantly share code, notes, and snippets.

View AreYouLoco's full-sized avatar
💭
Just chillin'

Orest Worhacz AreYouLoco

💭
Just chillin'
View GitHub Profile
@AreYouLoco
AreYouLoco / dns_forpsi.sh
Last active January 17, 2025 18:55
Posix script to use acme.sh with forpsi.com - DNS API
#!/usr/bin/env sh
# FORPSI DNS API for acme.sh
# Based on https://gist.githubusercontent.com/patrikbeno/29b5e2746367acf0e1b587e02b8b3a50/raw/1e39790e1bc3e5455eb0e7d08abaa412de07d3b7/dns_forpsi.sh
# And modified by (me) Orest Worhacz with the help of ChatGPT
# Works! It could be easily adapted to forpsi.sk/.cz/.pl
# Usage: ./acme.sh --issue --dns dns_forpsi -d site.example.com
username="username"
password="password&1"
domain_id="12345"
@AreYouLoco
AreYouLoco / thinkfan.yaml
Created December 19, 2021 12:03
Thinkfan configuration for Thinkpad T420 in yaml
##############################################################################
# thinkfan Example Config File
# ============================
#
# Please read the config manpage thinkfan.conf(5) before playing around with
# this.
#
# This is NOT a working config file that can just be copied. It is only meant
# to give a rough idea what can be done. In particular, don't copy & paste the
# fan speed config! Think about what you're doing.