Skip to content

Instantly share code, notes, and snippets.

View ersin-demirtas's full-sized avatar
:octocat:

ed ersin-demirtas

:octocat:
View GitHub Profile
@ersin-demirtas
ersin-demirtas / iptables-common.conf
Last active October 13, 2018 08:48
Fail2Ban DROP instead of REJECT
# If iptables-common.conf doesn't exists the update iptables-blocktype.conf instead.
#edit /etc/fail2ban/action.d/iptables-common.conf
#Please read https://serverfault.com/questions/157375/reject-vs-drop-when-using-iptables?answertab=active#tab-top before you start using.
# Find and comment out
# blocktype = REJECT --reject-with icmp-port-unreachable
# Replace with
blocktype = DROP
@aarongerig
aarongerig / my-app.js
Last active October 1, 2023 07:49
UIkit: Modular import
import Icons from 'uikit/dist/js/uikit-icons';
import UIkit from 'my-uikit';
UIkit.use(Icons);