Skip to content

Instantly share code, notes, and snippets.

View dieechtenilente's full-sized avatar

Klaus dieechtenilente

View GitHub Profile
@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 / 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 [email protected]

or

@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 / README.md
Created April 22, 2019 09:38 — forked from hofmannsven/README.md
Git Cheatsheet
sfc /scannow
dism /Online /Cleanup-Image /ScanHealth
dism /Online /Cleanup-Image /RestoreHealth
@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
#
#
#
#
@dieechtenilente
dieechtenilente / Proxmox Samba Container with ZFS.md
Last active January 3, 2023 12:58
Working Ubuntu Samba container on Proxmox running ZFS and adding snaphots made by sanoid as shadow copies

Proxmox, Ubuntu Container, Samba, ZFS, Sanoid Snapshot Tool

Set arc cache max limit (/etc/modprobe.d/zfs.conf) and reboot

# Max 8 GB Cache
options zfs zfs_arc_max=8589934592

Activate compression and deduplication

http://blog.e-shell.org/269
vgscan -v --mknodes
vgchange -a y
xfs_repair /dev/mapper/centos-root
optional: mount to replay xfs logs
@dieechtenilente
dieechtenilente / .vimrc
Created May 29, 2022 16:46
Neat .vimrc
" #Disable mouse click input
set mouse=c
" Disable compatibility with vi which can cause unexpected issues.
set nocompatible
" Enable type file detection. Vim will be able to try to detect the type of file in use.
filetype on
" Enable plugins and load plugin for the detected file type.
@dieechtenilente
dieechtenilente / Eaton 3S 700 UPS.md
Last active August 28, 2025 18:04
Eaton 3S 700 on Linux (Debian/Proxmox)