Skip to content

Instantly share code, notes, and snippets.

View thelfensdrfer's full-sized avatar
🏠
Working from home

Tim Helfensdörfer thelfensdrfer

🏠
Working from home
View GitHub Profile
@thelfensdrfer
thelfensdrfer / sources.list
Created March 2, 2023 16:14 — forked from ishad0w/sources.list
Ubuntu 20.04 LTS (Focal Fossa) -- Full sources.list
deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
@thelfensdrfer
thelfensdrfer / jail.local
Last active July 26, 2016 15:47 — forked from Nihisil/jail.local
Send notifications to the Slack from fail2ban
# /etc/fail2ban/jail.local
[...]
action_with_slack_notification = %(banaction)s[name=%(__name__)s, port="%(port)s", protocol="%(protocol)s", chain="%(chain)s"]
slack[name=%(__name__)s]
action = %(action_with_slack_notification)s
[...]