Skip to content

Instantly share code, notes, and snippets.

View dieechtenilente's full-sized avatar

Klaus dieechtenilente

View GitHub Profile
@dieechtenilente
dieechtenilente / pihole.list
Last active July 29, 2024 14:18
Blocks many bad domains (pihole, host list, ...)
#
#
#
#
#
# Please use this blocklist: https://github.com/dieechtenilente/hostlist
#
#
#
#
sfc /scannow
dism /Online /Cleanup-Image /ScanHealth
dism /Online /Cleanup-Image /RestoreHealth
@dieechtenilente
dieechtenilente / README.md
Created April 22, 2019 09:38 — forked from hofmannsven/README.md
Git Cheatsheet
@dieechtenilente
dieechtenilente / KeePassAutotype.md
Last active January 18, 2019 17:58
KeePass Autotype for special websites

KeePass Autotype overrides

Websites

Google / Outlook Web

{USERNAME}{ENTER}{DELAY 3000}{PASSWORD}{ENTER}
@dieechtenilente
dieechtenilente / Don't expose private e-mail in Git-command.md
Created April 14, 2018 21:56
Don't expose private e-mail in Git-command

Check the "Block command line pushes that expose my email" option in the e-mail settings

$ git config --global user.name username

$ git config --global user.email username@users.noreply.github.com

or

@dieechtenilente
dieechtenilente / Radio.pls
Last active November 16, 2019 09:54
A playlist with my favorite radio stations
[playlist]
NumberOfEntries=25
File1=http://listen.technobase.fm/tunein-mp3-pls
Title1=TechnoBase.FM - MP3 192k - High Quality
File2=http://br-br3-live.cast.addradio.de/br/br3/live/mp3/128/stream.mp3
Title2=Bayern3
File3=http://regiocast.hoerradar.de/psr-live-mp3-hq?sABC=5700s67o%230%23oop0r17qp3q18422s4q48ps38899350s%23cfezrqvncynlrezrqvncynlre&amsparams=playerid:psrmediaplayermediaplayer;skey:1459680891
@dieechtenilente
dieechtenilente / server.cfg
Last active January 18, 2018 19:49
Trouble in Terrorist Town (TTT) default server config
// server name
hostname "My TTT Server"
sv_contact "mail@localhost"
// rcon passsword
rcon_password "SuperSecretPassword"
//
// TTT config
//
@dieechtenilente
dieechtenilente / tplink_fuckup.md
Last active May 14, 2023 14:27
TPLink PowerLine Utility (old version)
@dieechtenilente
dieechtenilente / perYTchannelwhitelst.md
Last active August 22, 2017 19:06
Per YouTube-channel whitelisting with uBlock

Netflix on a Raspberry Pi 2/3

  1. Add following to /.kodi/userdata/addon_data/service.libreelec.settings/oe_settings.xml (see this link)
<system>
  <CustomChannel1>http://milhouse.libreelec.tv/builds/master/RPi2</CustomChannel1>
</system>