Skip to content

Instantly share code, notes, and snippets.

@TheKayThatWasOrange
TheKayThatWasOrange / fuckvscode.json
Last active May 10, 2026 09:55
Fuck All VSCode Popup Bullshit
/*
How many fucking settings do you need to stop plastering this
stupid fucking shit all over my fucking screen, Microsoft?
*/
{
"accessibility.verbosity.inlineCompletions": false,
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.acceptSuggestionOnEnter": "off",
"editor.hover.above": false,
@TheKayThatWasOrange
TheKayThatWasOrange / nginx-fancy-request.conf
Last active October 27, 2025 01:43
Less useless fail2ban jail for Nginx
# Fail2Ban filter to match fruity requests in Nginx
# fail2ban-regex --print-all-matched /var/log/nginx/access.log /etc/fail2ban/filter.d/nginx-fancy-request.conf
# [nginx-fancy-request]
# enabled = true
# filter = nginx-fancy-request
# logpath = /var/log/nginx/access.log
# backend = auto
# findtime = 1d