This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| 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, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |