Skip to content

Instantly share code, notes, and snippets.

View phreakazoid's full-sized avatar

Patrick Eichmann phreakazoid

  • Kamen / Germany
View GitHub Profile
### Keybase proof
I hereby claim:
* I am phreakazoid on github.
* I am phreakazoid (https://keybase.io/phreakazoid) on keybase.
* I have a public key ASBZnLqbRdQfkjbNg3N8_1AciuU_3bLgPJ4g487VgzN-fQo
To claim this, I am signing this object:
@phreakazoid
phreakazoid / advancedsettings.xml
Created July 20, 2017 11:56 — forked from SimpleHomelab/advancedsettings.xml
AdvacedSettings.xml for Kodi with MySQL and other tweaks.
<!-- General Settings -->
<advancedsettings>
<loglevel hide="true">-1</loglevel> <!-- Comment: Disables logging -->
<playcountminimumpercent>95</playcountminimumpercent>
<skiploopfilter>0</skiploopfilter> <!-- Comment: For RPi or similar use 16 or higher (low CPU usage) -->
<nodvdrom>true</nodvdrom>
<!-- MySQL Library -->
<videodatabase>
<type>mysql</type>
@phreakazoid
phreakazoid / cloudflare-update-record.sh
Created February 17, 2017 16:18 — forked from benkulbertis/cloudflare-update-record.sh
Cloudflare API v4 Dynamic DNS Update in Bash
#!/bin/bash
# CHANGE THESE
auth_email="[email protected]"
auth_key="c2547eb745079dac9320b638f5e225cf483cc5cfdda41" # found in cloudflare account settings
zone_name="example.com"
record_name="www.example.com"
# MAYBE CHANGE THESE
ip=$(curl -s http://ipv4.icanhazip.com)